Live data from Hacker News

Blue95: a desktop for your childhood home's computer room

github.com

201–210 of 316 posts

Re: Blue95: a desktop for your childhood home's computer room

#201

Earlier quoted context omitted.

Type into the search box and when the app icon comes up, click on it.

"I searched bing for you and here's the link to Word on the web"

Dunno. On the relatively clean Windows 11 on my laptop, on which I'd never run Teams before, I typed "tea" into the search box (no ENTER) and while it also offered to look up on the web about "Tea" it did show "Microsoft Teams (personal) (app) at the top right with a large, clickable icon.

Re: Blue95: a desktop for your childhood home's computer room

#202

Earlier quoted context omitted.

> Things popping up This is one of my biggest frustrations with modern GUI computing. It's especially bad with Windows and Office, but it happens on iOS and macOS too to an extent. Even though I've had Office installed for weeks I still get a "look over here at this new button!" pop-up while I'm in the middle of some Excel task. Pop-up here, pop-up there. It's insane the number of little bubbles and pop-ups and noise…

Apple has kind of made things worse in the recent macOS, where my phone's notifications show up on the desktop now. Like, man, I was already drowning in them before anyway, I don't want them on two screens now.

You probably already know this if it was bothering you, but just in case: System Settings -> Notifications -> toggle off "Allow notifications from iPhone".

Re: Blue95: a desktop for your childhood home's computer room

#203

Earlier quoted context omitted.

There're also performance issues. Building muscle memory (which means offloading tasks from working memory, leaving it open for learning) can't happen if you're constantly trying to figure out when the system is going to actually respond to your input.

This is so true. The most frustrating thing in the world to me is waiting for the UI to catch up to my actions… that should just never happen in 2025. Not only is it frustrating to wait, but as you elegantly stated it forces the menial task to enter working memory.

Win32 would buffer keystrokes so that a sequence of commands wouldn't be lost even if the UI took long to respond (e.g. if a dialog took long to open), but that has mostly been lost in the era of web apps and other similar bullshit.

Re: Blue95: a desktop for your childhood home's computer room

#204
A Windows 3.x UI theme would get the childhood nostalgia going much stronger for me than a 95/NT4/98/2000/Me theme does.

Occasionally I boot up Windows 3.1 in a VM and play a game of Solitaire, for old time’s sake - I can run Windows 95 in a VM too, but it just doesn’t have the same pull.

Re: Blue95: a desktop for your childhood home's computer room

#206

Three modern desktop environments that I use: - Windows 10/11. Especially in 11, it's easiest just to type the start of an app's name into the search box. As opposed to the two clicks it takes to get to the "traditional" menu where you still have to scroll to find it. - Gnome (only on fresh Linux installs, usually replaced with Mate pretty soon). Has a smartphone-style app grid, but here, too, its quickest just to ty…

How do you get Windows to launch an installed app after you type the first few letters, instead of searching the web with Edge and Bing?

I used winaero tweaker [1] to disable web search, the search is infinitely better now.

You can do the same tweak by editing the registry [2] if you don't want to download an app for it (though the app includes a lot of additional useful tweaks).

[1] https://winaerotweaker.com/

[2] https://www.tomshardware.com/how-to/disable-windows-web-sear...

Re: Blue95: a desktop for your childhood home's computer room

#207
I've done something like this with the windows 2000 look from time to time, but something I found frustrating with theming xfwm4 window decorations is the non existent ability to create a horizontal gradient across the top of the window like in Windows 2000.

I believe this is the reason you cannot find a proper windows 2000 theme for xfce.

Re: Blue95: a desktop for your childhood home's computer room

#208

Lately I've been strongly considering helping migrate my parents to Linux. Their needs are primarily web-based with some basic productivity tools mixed in, and Windows has just been getting more and more hostile. On top of this, they're at an age where they're now more susceptible than ever to various scams/attacks, and shutting down an entire category of problems by removing Windows from the picture is increasingly…

Why not just iPad?

Re: Blue95: a desktop for your childhood home's computer room

#209

Earlier quoted context omitted.

Apple has kind of made things worse in the recent macOS, where my phone's notifications show up on the desktop now. Like, man, I was already drowning in them before anyway, I don't want them on two screens now.

You probably already know this if it was bothering you, but just in case: System Settings -> Notifications -> toggle off "Allow notifications from iPhone".

I would also argue, regardless of what mobile OS you're on, quieting, delaying, or disabling notifications on a regular basis (and taking stock of what you let through) is prudent.

Re: Blue95: a desktop for your childhood home's computer room

#210
post #191

Earlier quoted context omitted.

Not really, defaults are stored in per-application plist files rather than in a singular database.

And what difference to end user it makes where exactly the key/value data is stored? No real difference whether the data is HKEY_CURRENT_USER\Software\MyAppName or com.my.app when you're trying to coerce some internals whose configuration is not exposed because you're not worthy of it

It was common in the Windows 9x days for the two Registry Hives (SYSTEM.DAT and USER.DAT) to get corrupted leading to an unbootable system or to get fragmented and/or full of disused values from poorly-uninstalled software leading to increased memory usage.

Here are some KB articles to check out for context:

- https://helparchive.huntertur.net/document/105563

- https://helparchive.huntertur.net/document/89799

- https://helparchive.huntertur.net/document/89794

Post reply on HN