Previous discussions: https://news.ycombinator.com/item?id=25241123 (149 points | Nov 28, 2020 | 43 comments) https://news.ycombinator.com/item?id=29779753 (194 points | Jan 3, 2022 | 126 comments)
Oh whoops, sorry I forgot to check!
DaedalOS – Desktop environment in the browser
111–120 of 141 posts
Re: DaedalOS – Desktop environment in the browser
#112Re: DaedalOS – Desktop environment in the browser
#113Previous discussions: https://news.ycombinator.com/item?id=25241123 (149 points | Nov 28, 2020 | 43 comments) https://news.ycombinator.com/item?id=29779753 (194 points | Jan 3, 2022 | 126 comments)
Re: DaedalOS – Desktop environment in the browser
#114Previous discussions: https://news.ycombinator.com/item?id=25241123 (149 points | Nov 28, 2020 | 43 comments) https://news.ycombinator.com/item?id=29779753 (194 points | Jan 3, 2022 | 126 comments)
Oh whoops, sorry I forgot to check!
Re: DaedalOS – Desktop environment in the browser
#115Re: DaedalOS – Desktop environment in the browser
#116Re: DaedalOS – Desktop environment in the browser
#117I'm really thinking that's the feature. Compile Linux kernel to wasm. So it can run inside a browser with a very nice performance. Write FS drivers to enable seamless caching and remote data storage, so you can shutdown your system on PC and boot from laptop. Or even some kind of hibernate mode, so you can just continue from where you left off. Write graphics drivers using WebGPU and other technologies, enabling very…
I'm looking forward to the day when I can run a browser in my browser.
Inception bwaaaaaaaa
Re: DaedalOS – Desktop environment in the browser
#118> TalOS the gift of HefaistOS KholOS to MinOS, KokalOS who gave DaidalOS refuge in KamikOS from MinOS, PegasOS, OrfeOS, AisculapiOS, MinotaurOS, CetOS, AgriOS, EnkeladOS, HippolytOS, SisyphOS, NessOS the son of KentaurOS who slew Herakles the lover of IolaOS and slayer of AntaiOS
sadly theseus is θησεύς, ending in an actual υς rather than the ος of the above examples, so he isn't eligible to have an operating system named after him
Re: DaedalOS – Desktop environment in the browser
#119This reminds me of Berlin/Fresco. https://berlin.sourceforge.net/ I followed this project for years and it's still where I think we should be. X11 architecture with higher level primitives
You know there's a very good reason that failed, as did every one of the numerous projects named X12 and Y-Windows, and why Wayland has taken so many years to continue to fail or even displace X-Windows. None of them are dynamically extensible at runtime the way the browser is with JavaScript, or Emacs is with Lisp, or NeWS was with PostScript (which failed for economic reasons). Why not simply use a standards based…
speaking of expensive to run, electron struggles to run an app in less than 4 gibibytes of ram, and it's impossible to get things to be reliably responsive in it. and the 'standards based' platform has the kind of sandboxing you need to safely run third-party apps, but it eats its children, like the pgp message format: you only get one level of sandboxing, no sandboxes inside sandboxes, so things implemented on the 'standard' platform can't actually use the sandboxing to confine apps
android surfaceflinger seems to have done a pretty thorough job of displacing x-windows in that surfaceflinger installs outnumber x-windows installs by about 100:1