I’m just one random nerdy trans girl. …Oh come on, you’ve been around fediverse, surely you’ve seen us around?
- 4 Posts
- 14 Comments
Rose@piefed.socialOPto
Programmer Humor@programming.dev•99% of Windows usability issues would be fixed if Windows had the guts to add this buttonEnglish
232·4 months agoFor 99% of computer users, if the GUI doesn’t have an option, it doesn’t exist.
Literally 99% of Windows tech support is
Have you right clicked on Windows menu, selected
Terminal (Admin), then enteredsfc /scannowand thenDISM /Online /Cleanup-Image /CheckHealthandDISM /Online /Cleanup-Image /ScanHealthandDISM /Online /Cleanup-Image /RestoreHealth? …ohhh shit you’re still fucked up - well, maybe you need to completely reinstall windows, well, here’s the page on how to do it.That’s the difference with Linux. Your average user never uses terminal, and when they do, they find the tools suck.
Rose@piefed.socialOPto
Programmer Humor@programming.dev•99% of Windows usability issues would be fixed if Windows had the guts to add this buttonEnglish
93·4 months agoWell, the commands that I presented (
sudo,mount,umount,ps,kill, evenlsof) are actually just normal commands that you use to do ordinary things on your system to manage account elevation, mounted disk volumes, processes, and running processes. You need to “memorise” them just as much as you need to memorise their counterparts in a Windows system (Run As/Explorer/Explorer Eject/taskmgr) (…what kind of nerd memorises Ctrl+Alt+Esc anyway?).…except you don’t have
lsof, you literally need to install SysInternals Process Explorer.
Rose@piefed.socialOPto
Programmer Humor@programming.dev•99% of Windows usability issues would be fixed if Windows had the guts to add this buttonEnglish
3·4 months agoI’ve used Process Explorer.
“What file handles are open that match <This drive letter and then some>?”
“Well there’s Dropbox now.”
“Oh. Again?”
“Dropbox, I think.”
“Again.”
“Maybe nothing???”
“OK, let’s try ejecting now.” (It fails again.) “Are you sure no file handles are using this drive?”
“I’m positive.”
“Well fuck this then.” (Unplug USB)Now. I said I’ve used Process Explorer. I didn’t say I’ve used Process Explorer. I wish to be, one day, one of those frightening people who live and breath Process Explorer every day. There’s still a long journey to get there, I know.
Rose@piefed.socialOPto
Programmer Humor@programming.dev•99% of Windows usability issues would be fixed if Windows had the guts to add this buttonEnglish
2·4 months agoWhich is exactly what I do if sufficiently annoyed! Problem is, Windows is usually hella vague about which particular devices have Quick Removal™®© enabled.
Rose@piefed.socialOPto
Programmer Humor@programming.dev•99% of Windows usability issues would be fixed if Windows had the guts to add this buttonEnglish
11·4 months agoTold ya, Process Explorer just told me nothing, except Dropbox maybe.
But it doesn’t change the usage scenario. I don’t care what programs are using the drive. I just need to tell them to fuck off, I need to unplug this drive at this moment.
Rose@piefed.socialOPto
Programmer Humor@programming.dev•99% of Windows usability issues would be fixed if Windows had the guts to add this buttonEnglish
32·4 months agoBasically, if you, as a regular user, cannot unmount a device, you can usually just go to root shell (
sudo -i), see where the thing is mounted (just usemount) and then unmount it (umount /media/blah/floop). If it says the device is still busy, as root you can remount it as read-only and then unmount it (seeking documentation left as an exericise to the reader, as I’m sitting at a Windows system now).There’s also
lsof(“list open files”) tool, which can be used to see which exact programs are using files on that device, which you can then use to kill those sneaky processes (ps,kill).
Or: “The algorithm and data structure theory stuff is still pretty relevant. However, all of the examples are written in a language no one really uses any more. If they can get away with it.”
Rose@piefed.socialto
Programmer Humor@programming.dev•Fox news trying to explain github.English
6·9 months agoPollo Request. What Walter White was always getting on his phone.
Alphabet starting with M? Hey, prescriptivist dingdongs, you can’t just say there is now apparently an alphabet that starts with M! Those things don’t exist in vacuum - if you make something like this up, you have to go all the way and define such an alphabet clearly!
Rules mean nothing unless they clarify established language use conventions! Which is why I think descriptivist approach is better in most cases.
Or, rather, most compiled languages are just syntactic sugar on top of assembly, and that’s especially true with C. (Oh, you can use curly brances and stuff for blocks? That’s sure easier to read than the label mess you get with assembly.)
Rose@piefed.socialto
Programmer Humor@programming.dev•if vibe coders built housesEnglish
1·9 months agoReminds me of the time when AI image generation was new, and someone generated a bunch of screwed up road intersections with stuff like circular crosswalks and whatnot. Everyone was like “humans can’t fix the traffic, but don’t worry, computers can’t fix it either.” …I think about it a lot.
Rose@piefed.socialto
Programmer Humor@programming.dev•top 5 unsolved problems in computer scienceEnglish
2·9 months agoMy other pet peeves besides these:
- Android locking screen a second before I jab the screen, every single time
- YouTube app. Android and smart TVs. What’s wrong with it? (Vague overall gesturing) It’s garbage. How is one of the biggest tech companies in the world able to ship this and expect people to pay money for subscriptions is beyond me.

Me, upon installing Debian KDE distro, and having Dragon Player pop up: I ALREADY INSTALLED VLC, WHAT THE HELL DUDES