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. |
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. |
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. |
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. |
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. |
Quote |
if it does not have access, it can "hack" and discover what the hardware is and create an abstract driver |
Quote |
this can be done with the help of Q&As and user input. |
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. |
Quote |
this is what Linux would be if it were represented as a GUI OS. In essence, it would also be damn small! |