259

image caption: A Microsoft Windows screen showing "Active Hours" with start time set to 12 AM and end time set to 12 AM and an error that says "Choose an end time that's no more than 18 hours from the start time".

top 50 comments
sorted by: hot top controversial new old
[-] cRazi_man@lemm.ee 174 points 2 weeks ago
[-] skuzz@discuss.tchncs.de 33 points 2 weeks ago* (last edited 2 weeks ago)

You know. It's interesting. I've been trying out Debian 12 with KDE Plasma. It actually has been a joy and feels like what Windows 11 should have grown into, had Microsoft actually been designing software with the customer in mind.

...but then there have been times where things so easily critically break until you fix them. Don't get me wrong. I'll go mess with kernel code if I have to, so I'm comfortable, but... I just want my computer to work. Windows, for all its shittiness, still keeps working through it like a slow cargo train pushing through a park piled in millions of pancakes.

I had one event the other day where I was installing a Snap app for the first time. Decided rather than installing the Snap package manager because I wanted to avoid Canonical if possible, I'd just manually put it in /opt. Figured out how to edit the KDE "start" menu to add the app using the included GUI tool. Wanted to use the app's icon. The snap app had an icon embedded in it that Dolphin file manager recognized and displayed.

So I went, "ok, sometimes applications can parse out images from binary files. I've seen this work for decades," so I tell the menu editor to ingest the snap binary for the icon, to see if it will scrape the icon. No icon showed up, so I found a a svg online and assigned that to the icon.

Then I went and saved and launched another application.

GUI slowly started not working and eventually the entire OS locked, even the alt text consoles would not load. Ctrl+alt+backspace was dead, caps lock died, which was when I knew, "he's dead, Jim."

Tried rebooting, tried launching that program again, (bearing in mind, not the program I manually added to the "start" menu) and every time the whole OS freezes up. Tried launching apps in different order, launching from command line, etc. When the one app launched that wasn't the one I created a launcher icon for, same thing. Freeze. (It is possible that the bug is in fact time-based or boot-sequence-based, and since I was trying to reproduce the bug rapidly, the other app had nothing to do with it.)

I go remove the start menu link, hoping that, what I assumed was part of Plasma was trying to load this binary as an icon even though it should have checked the file, recognized it as "no I can't parse this," and done nothing or displayed an error or parsed it and showed the icon. Especially after I assigned it another image. I just hoped whatever screwed up would be connected to the code executing that app launcher icon config, and deleting the config for that application would delete whatever mess that was created, and hopefully was created discretely.

Shit you not, the computer became rock solid stable again after that and one more reboot. Hasn't glitched since.

It's shit like that that makes me proooobably give up on this experiment and end up on a commercial OS like MacOS again despite the cost and downward trend they are also suffering in a lack of innovative energy.

[-] PlasticExistence@lemmy.world 38 points 2 weeks ago

With respect, you can screw up Windows by doing things in a non-standard way too. That's not the fault of the OS.

load more comments (6 replies)
[-] curbstickle@lemmy.dbzer0.com 22 points 2 weeks ago

Don't use snaps.

Seriously.

[-] corsicanguppy@lemmy.ca 4 points 2 weeks ago

It's not safe, but some people just wanna dance with the bear.

load more comments (4 replies)
[-] curbstickle@lemmy.dbzer0.com 6 points 2 weeks ago

Just to mention also, I've been running Debian for much longer than I care to think about (since my teen years, I'm now in my 40s), with config file requirements that make arch look like lazy mode by comparison.

If you have to use something, flatpak wins, but personally I'd lean away from any of it as much as possible. The Debian stable repos are stable, so what's in there will work. Add flatpak to KDE Discover by installing plasma-discover-backend-flatpak to get that option in there.

But snaps should be strictly off limits. For everyone, tbh.

load more comments (3 replies)
[-] corsicanguppy@lemmy.ca 6 points 2 weeks ago

I was installing a Snap app for the first time.

That's a mistake. #SSoT #WET

[-] Disgracefulone@discuss.online 3 points 2 weeks ago

This was all good except I'd be remiss to not point out that millions of pancakes wouldn't slow a cargo train at all.

Proceed.

load more comments (2 replies)
load more comments (5 replies)
load more comments (4 replies)
[-] grue@lemmy.world 54 points 2 weeks ago

The only way to stop having an abusive relationship with your computer is to ditch the OS for something that isn't Microsoft.

[-] cupcakezealot@lemmy.blahaj.zone 8 points 2 weeks ago

my next laptop is going to be a thinkpad as soon as i save up. :)

load more comments (4 replies)
[-] ExtremeDullard@lemmy.sdf.org 23 points 2 weeks ago

Another person discovers that big tech has taken control of our computers without asking permission.

Well, your computers. I run Linux. It only does what I tell it to, not the other way round.

[-] Dkarma@lemmy.world 3 points 2 weeks ago
load more comments (6 replies)
load more comments (1 replies)
[-] skullgiver@popplesburger.hilciferous.nl 16 points 2 weeks ago* (last edited 2 weeks ago)

Windows turned that off because people refused to reboot for weeks. You can get more time with Windows pro, but updates are still inevitable.

This is because many (most?) updates aren't actually applied until you reboot. Same goes for Linux and macOS, actually, but Linux will happily let you keep your machine vulnerable to getting hacked for months.

Easiest way to prevent unexpected reboots is to manually reboot. There are ways to mutilate your OS to turn off the forced reboots, but Windows recovers from such mutilation remarkably well as an antivirus defence.

Microsoft won't back down, unfortunately. You could also install another OS if you're sick of Windows and don't care about system updates. Most of Lemmy will happily recommend a selection of fringe Linux distros are in style these days. Or you could run ChromeOS Flex on your machine, or throw a load of money at Apple, those won't force you to reboot either!

[-] superkret@feddit.org 16 points 2 weeks ago* (last edited 2 weeks ago)

Same goes for Linux and macOS, actually, but Linux will happily let you keep your machine vulnerable to getting hacked for months.

Linux "reboots" every program and service it updates separately.
So the only update that needs a reboot is one of the kernel, which doesn't happen often.
With Enterprise Linux, you can update the kernel without a reboot, too.

Yes, RHEL and Ubuntu Pro have live kernel patching, but that only includes patches for select vulnerabilities and doesn't always work depending on the state of the kernel (i.e. is the kernel tainted).

Your Linux distro doesn't automatically relaunch your desktop session or browser. You need to close+reooen or log out/log in for updates to apply. That's why Linux and software like Firefox constantly complain when you haven't restarted after an update.

load more comments (4 replies)
[-] corsicanguppy@lemmy.ca 5 points 2 weeks ago

the only update that needs a reboot is one of the kernel

Okay, that's not true. Glancing at dbus sideways will result in a reboot. But in systems free of systemd and all its entourage of shit, that's still true.

load more comments (2 replies)
[-] cupcakezealot@lemmy.blahaj.zone 13 points 2 weeks ago

my next laptop is going to be linux anyway :)

[-] Empricorn@feddit.nl 6 points 2 weeks ago

Linux will happily let you keep your machine vulnerable to getting hacked for months.

Sad you included this misinformation in your otherwise good comment. Linux fundamentally works different and you can often update binaries as well as the kernel without rebooting.

And even if you couldn't, that's 100% a user problem. Every distro I've ever seen makes it clear as day when you do need to restart, so this is 100% a user issue. But I guess people will also complain if their OS forces them to reboot (like this post), so... 🤷🏼‍♂️

load more comments (5 replies)
load more comments (8 replies)
[-] Cris16228@lemmy.today 10 points 2 weeks ago* (last edited 2 weeks ago)

I'm not saying Winaero Tweaker kinda breaks the updates (if you try to open the update page it just does show an error) but it does exactly that

  • Permanently disable Windows Telemetry and Data Collection.
  • Permanently disable Windows Defender.
  • Permanently disable Windows Update.
  • Disable ads and unwanted app installation (Candy Crush Soda Saga, etc).

https://winaero.com/winaero-tweaker/amp/#features

load more comments (2 replies)
[-] LostWanderer@lemmynsfw.com 6 points 2 weeks ago

That annoyed me with Windows too, however, Active Hours adjusted to the times that I actively used my PC. As I kept my PC up to date and never kept it running while not in use for too long, I've never been threatened with a forced restart randomly. That being said, a user should have full control over their PC. They will though in turn be responsible for any poor outcomes due to making poor decisions.

I ended up choosing a Linux distro over Windows because I have absolute control over my PC at all times. Freedom to modify, to potentially break, but also easily recover my distro if I truly fuck up.

[-] dohpaz42@lemmy.world 5 points 2 weeks ago

Is there not a registry setting you could use to disable it?

[-] tgxn@lemmy.tgxn.net 11 points 2 weeks ago

There is, pretty sure there's a GPO too. There is an option in this debloat tool for it too.

[-] dohpaz42@lemmy.world 3 points 2 weeks ago

Hey thanks. I’ve starred the repo for later reference.

load more comments (1 replies)
[-] Blackmist@feddit.uk 5 points 2 weeks ago

I was thinking it was in the registry somewhere, so I could write a program that moved it about every few hours to prevent a restart.

However, I can't find it. Presumably to stop me doing exactly that.

load more comments (1 replies)
[-] zurohki@aussie.zone 5 points 2 weeks ago* (last edited 2 weeks ago)

Do what you want instead of what we want? Lol, no. And if you find a registry hack or something to do it, we'll 'fix' that in the next update.

[-] Blaster_M@lemmy.world 4 points 2 weeks ago

The real solution is to set it so it starts just before you are supposed to wake up, and ends 6 hours before that. That gives you the active hours as intended, and it won't reboot the system in the middle of work ever again.

[-] jcg@halubilo.social 6 points 2 weeks ago

Doing this gives big bow to the machine energy for me, I don't like it.

load more comments
view more: next ›
this post was submitted on 28 Aug 2024
259 points (93.3% liked)

Mildly Infuriating

35049 readers
64 users here now

Home to all things "Mildly Infuriating" Not infuriating, not enraging. Mildly Infuriating. All posts should reflect that.

I want my day mildly ruined, not completely ruined. Please remember to refrain from reposting old content. If you post a post from reddit it is good practice to include a link and credit the OP. I'm not about stealing content!

It's just good to get something in this website for casual viewing whilst refreshing original content is added overtime.


Rules:

1. Be Respectful


Refrain from using harmful language pertaining to a protected characteristic: e.g. race, gender, sexuality, disability or religion.

Refrain from being argumentative when responding or commenting to posts/replies. Personal attacks are not welcome here.

...


2. No Illegal Content


Content that violates the law. Any post/comment found to be in breach of common law will be removed and given to the authorities if required.

That means: -No promoting violence/threats against any individuals

-No CSA content or Revenge Porn

-No sharing private/personal information (Doxxing)

...


3. No Spam


Posting the same post, no matter the intent is against the rules.

-If you have posted content, please refrain from re-posting said content within this community.

-Do not spam posts with intent to harass, annoy, bully, advertise, scam or harm this community.

-No posting Scams/Advertisements/Phishing Links/IP Grabbers

-No Bots, Bots will be banned from the community.

...


4. No Porn/ExplicitContent


-Do not post explicit content. Lemmy.World is not the instance for NSFW content.

-Do not post Gore or Shock Content.

...


5. No Enciting Harassment,Brigading, Doxxing or Witch Hunts


-Do not Brigade other Communities

-No calls to action against other communities/users within Lemmy or outside of Lemmy.

-No Witch Hunts against users/communities.

-No content that harasses members within or outside of the community.

...


6. NSFW should be behind NSFW tags.


-Content that is NSFW should be behind NSFW tags.

-Content that might be distressing should be kept behind NSFW tags.

...


7. Content should match the theme of this community.


-Content should be Mildly infuriating.

-At this time we permit content that is infuriating until an infuriating community is made available.

...


8. Reposting of Reddit content is permitted, try to credit the OC.


-Please consider crediting the OC when reposting content. A name of the user or a link to the original post is sufficient.

...

...


Also check out:

Partnered Communities:

1.Lemmy Review

2.Lemmy Be Wholesome

3.Lemmy Shitpost

4.No Stupid Questions

5.You Should Know

6.Credible Defense


Reach out to LillianVS for inclusion on the sidebar.

All communities included on the sidebar are to be made in compliance with the instance rules.

founded 1 year ago
MODERATORS