TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Desktop Is Dead

12 pointsby e-topyabout 1 month ago

4 comments

abstractspoonabout 1 month ago
I read the whole thing but struggled mightily with the &quot;shoulds&quot; - all 31 of them.<p>If it was meant to be provocative then well done you did that, but it leaves me feeling that there&#x27;s no room for debate because you already know what we all &quot;should&quot; be doing.
评论 #43760137 未加载
akagusuabout 1 month ago
I love gen Z and how entertaining they are. They have this “we know better” mindset and think they can simple discard everything that was done by previous generations, because they know better.<p>It is an amazing show when Life slaps their face and tells them they know nothing, exactly everybody else.
评论 #43754159 未加载
mike_hearnabout 1 month ago
Good thoughts and the desktop is overdue for some disruption. Here&#x27;s a bit of feedback, meant in the spirit of helping out with a shared goal. This post is going to sound super negative, but please don&#x27;t be discouraged: I really want people to find new desktop paradigms that work!<p>A lot of these ideas have been not only had before but actually implemented and then thrown away, so it&#x27;s worth studying why they didn&#x27;t work out. It turns out there&#x27;s some common themes that you didn&#x27;t touch on.<p>1. What you&#x27;re calling an item based OS was already implemented by both Apple and Microsoft in the 1990s. Apple&#x27;s version was called OpenDoc and was a more purist version of the data first idea, Microsoft&#x27;s was OLE and was less so, but they both attempted to rebuild the desktop OS as a primarily data-focused experience in which the app was less central. In OpenDoc you created a new document and then dropped app components into it, and the document, the UI and the file format were all managed by the OS rather than being owned by a specific app. Instead of apps there were pre-canned document templates called &quot;stationary&quot; (yes more paper metaphors).<p>This tech didn&#x27;t work out for a few reasons. One was timing: Apple was bleeding money and OpenDoc got cut when Jobs came back, another was that it was very hard to write components for these systems. Those are fixable: the harder one was it was theoretically elegant but the UX was terrible, and it didn&#x27;t solve a problem users really had. The app-first metaphor made sense to them.<p>2. Single-language&#x2F;single-VM OS. Other than Smalltalk, Sun attempted to build a JavaOS and Microsoft ran a decade+ research project called Midori attempting to do the same thing in C#. These didn&#x27;t work out because: (a) there&#x27;s no language that is universally good at every task, in particular when it comes to efficiency, (b) the benefits of being single language was less than the benefits of being highly efficient and supporting existing apps written in any language, and (c) the process abstraction does a lot of different things and once you have it the benefits of a shared language mostly go away anyway.<p>3. Network transparency. So much has been written about this. Old dream, never worked. Network-exposed services are fundamentally different in several ways to in-process or same-machine components.<p>4. Tagged files. Already implemented since forever in every OS. It&#x27;s there in macOS, Win 11 and Linux distros. People don&#x27;t use it, largely because most don&#x27;t really understand documents or files as first-class concepts to begin with. Nowadays even young people need remedial lessons in how to work with files when they start at university. The more intuitive interface turned out to be app centric, where the user starts an app and then sees their recent&#x2F;shared documents along with a search bar.<p>5. Indexed filing systems. BFS gets lionized more than it deserves: its indexing support was very crude and barely usable. Most people who praise it have read about it but not tried to use it as a developer. I haven&#x27;t either but I at least read the BeFS API docs, which is more than most people have done. Anyway Microsoft invested heavily in the idea of a powered-up filing system in the early 2000s (WinFS), but the project was a total failure and had to be scrapped. Most files are system files not user files, so indexing is of little value, but apps are hyper-sensitive to file access latencies. Doing any additional work on FS hot paths just makes everything sluggish. Also, UX: see (4).<p>6. Highly dynamic Smalltalk-style VM. Modern operating systems have gone in the opposite direction and lock everything down against changes. One reason is security, another is that apps that hack their way past carefully designed extension interfaces to modify arbitrary stuff cause a ton of system instability and broken upgrades.<p>7. Intent-based GUIs. This was the XML vision: full separation of data from presentation. It didn&#x27;t work out partly for random web-specific reasons, partly because XSL:T sucked and was hard to use, but mostly because you don&#x27;t get much value from separating the two. XML was justified by reference to future AI; the future arrived and the only markup it uses is Markdown i.e. purely presentational. Search engines don&#x27;t rely on markup much and screen readers - where semantics matter most - seem to be satisfied with lightly decorated node trees.<p>Sometimes I like to while away some time and daydream about a better desktop OS, but I&#x27;m sure it can&#x27;t be done without buying in 500% to AI and LLMs. For one, any talk of a new way to write apps or GUI toolkit is DOA without addressing the existence of web apps, which are what your user will spend all their time working with and which won&#x27;t care about anything your new OS does. AI on the other hand could potentially knock up adapters and screen-scrapers on the fly. And if you have pervasive integration of LLMs then things like tagging or indexing become a lot less important to get right, as a sub-optimal UI is only sub-optimal for the AI which can brute force its way through.<p>If I were to design a new desktop OS today, I&#x27;d try and do an &quot;intelligence first&quot; design that assumed pervasive availability of advanced AI, and ask what that lets you re-imagine. I think the result would look nothing like the Alto.
评论 #43756423 未加载
评论 #43756767 未加载
ubermanabout 1 month ago
I stopped reading at:<p><i>&quot;I say that as someone who used Suckless’ st, dwm, surf with tabbed, slock and dmenu&quot;</i><p>As I don&#x27;t know or even recognize any of that jargon, Perhaps that is the point or the article and I am just old.
评论 #43754547 未加载
评论 #43754406 未加载
评论 #43754339 未加载