stupid_idiot
Group: Members
Posts: 344
Joined: Oct. 2006 |
|
Posted: Feb. 21 2008,13:17 |
|
Cool post. Who doesn't think about these things all the time? (I know I do!) I'll just respond to some of the points you mentioned, okay?
Quote | DSL A) has access to a list of drivers from its repository or the internet that will then be converted into an abstract driver. B) if it does not have access, it can "hack" and discover what the hardware is and create an abstract driver; this can be done with the help of Q&As and user input. For this, an intense assembly code will be required so to discover the unknown and to create the abstract driver. | Regarding the actual code, I must ask: If human programmers are having problems understanding close-sourced hardware, surely it would be even harder to write such a software program?
Quote | Initially, the mouse will appear and a background image fades in. In the workspace will appear eye-candy dialog boxes that have lists of commands, such as access to home and things to do. The workspace(not command-line and workspace selector) also called the "face" can be manipulated and reconstructed to the users liking with backgrounds, or fitted to a 3D shape. | Regarding this point, my question is: Could the same operations not be performed faster and more easily through the shell? What would be the advantages of such a graphical workspace?
Quote | A web browser will contain the basic browser construct, but more so, access to the deconstruction of the web page in terms of links, text, and protocols. From these we can create bookmarks, lists of links, and we can use and reroute this information if we need to do so. | This sounds exactly like the idea of the semantic web, which seems to have become a 'hot topic' in recent years.
Quote | If I want to see my network connections, and routing information, it would appear similarly to "JACK" connections . If I would want to see the information going through the network, I would have to interpret it with the basic constructs that I have available and, thus, create an application. | Regarding this point, do you not think that shell apps like the standard net-tools package (e.g. 'netstat', 'route', etc) and nmap already present a good visual representation of the network space?
Quote | These things to do are binded to the application ingredients. How can I interpret this information using graphs, sound etc...? How can I interpret images and sound? I will need a signal source, and use an FFT to extract the frequencies, but I will not have to know how an FFT works, but just the results of its use. From this, I should be able to construct an application, a new command, an icon. | Regarding this point, are not present-day multimedia codecs and media players already sufficient for this purpose? If not, what do you think is lacking?
|