|
|
|
|
|
by yzzxy
4244 days ago
|
|
I've been dreaming of a fully rebuilt hacker-friendly OS for a while. Trouble is, it's hard to justify development, even for FOSS, unless you can find some kind of hook for the mainstream, for reasons that may not seem apparent at first. Chief among these concerns: isn't it a little insular to create an OS that will only be used by people with the utility to write their own software? At some point, the software must be developed on the OS it runs on, and most software will be for mainstream users (outside of server-side code). This is theoretically solved by stuff like POSIX, but now we're talking about abandoning those standards in favor of more modern ideas. There is definitely some discussion to be had on the topic of how to build and market a new desktop OS stack in open source. I have a lot of ideas around UI/UX for both hackers and mainstream users, but I'm very conscious of how little I know about system architecture, especially after reading articles by people who have built stuff like Plan9. If people are sufficiently interested, let me know and we can start a listserv or something to bounce around ideas. |
|
Which, on the other hand, I think is rapidly evolving, now that OOP is out of its hype phase, and can now be evaluated a bit more (pun almost intended) objectively, and freed from its unnecessary parts, and that front-end JS and functional reactive techniques are bringing new ideas and especially terse and powerful notations and abstractions to describe UI layouts and interactions, to the table.
One can dream of an invention-of-the-C-language-like situation where a team of lone hackers harness the power of a bump in expressive power to formalize the current state of their UI metaphors and reimplement it from scratch and then build upon that at tremendous (relative) speeds...
Well, I dream.
Futzing with front-end JS frameworks is having unexpected effects on my worldview, right now.