It was definitely Optimus. If you’ve got an Optimus laptop, everything bad in your life can somehow be traced back to it. Bad battery life? Optimus. Buggy video? Optimus. Hurts when you pee? Optimus. God I fucking hate Optimus.
- 0 Posts
- 58 Comments
herrvogel@lemmy.worldto
linuxmemes@lemmy.world•Not that I or anyone would ever have issues.
3·5 months agoLinux srom fcratch is my favorite
Couple days ago my Arch (btw) tried to update gcc by building from source. I started the update, went and made myself dinner, ate it, cleaned up the dishes, and it was still building when I returned to my PC. How do people live with Gentoo I will never understand.
I mean they are a legitimate government office. Trump didn’t found them, they’ve existed for over two decades. It’s only their outrageous gestaponess that’s recent.
herrvogel@lemmy.worldto
Selfhosted@lemmy.world•Self-hosted blog - do I need a static IP address?English
1·10 months agoTailscale funnel is made for this.
The viper was a poorly made, uncomfortable, weird car with some stupid and inconvenient design choices. It was also not very reliable, used way too much fuel, and had serious safety issues. I think it’s a perfect analogy for windows.
herrvogel@lemmy.worldto
Selfhosted@lemmy.world•Best plex/jellyfin compatible streaming boxEnglish
1·11 months agoDoes this mess with DRM stuff? Or do they keep working because it’s the same hardware?
herrvogel@lemmy.worldto
Privacy@lemmy.world•Smart TVs taking snapshots of your screen and phoning home - Is there a list of IP ranges to block?English
11·1 year agoIt’s really not that hard. I never understood how people find it so difficult to understand.
Monitors are made to be viewed up close for the most part. And as such they don’t exist in TV sizes. There are a few, but they are super expensive.
Projectors suck. A good projector that gets close to the image quality of a decent TV will cost quite a lot. And the way they work, they don’t always work in every room.
Inb4 digital signage. They suck too. They’re made to be bright screens to be viewed outdoors or in bright large rooms and to be switched on all day. They don’t have image quality comparable to an actual TV because they aren’t made for image quality.
So yeah, if you want a large screen with good image quality to watch stuff on from your sofa 3 meters away, a TV is very very often your only realistic option. And since nobody makes a decent dumb TV anymore, you’re essentially stuck with smart TVs.
Which part broke exactly? Because I can confirm the one on my tablet, which I installed a long time ago, still works. Haven’t installed it on my current phone which I got not too long ago, so I’m wondering if it’s gonna be a problem.
I still use rif. You can get the app as an apk, and patch it to replace the original API key with your own using something like vanced. I already had my key from before the debacle, not sure how you get one these days. Anyway, it did give me some trouble while logging in, but eventually it worked.
They are wholly independent from the protocol or interface. Ghosting is an electrical issue that is a result of keyboards being a bunch of switches arranged in a matrix. It makes the keyboard’s controller register an extra keypress in certain conditions. Nothing to do with how the thing communicates with the host computer.
Key rollover issues can be related to ghosting. The limit for it is once again the keyboard’s design at the circuit level, not its communication protocol.
Really they’re both related to how cheaply built the keyboard is. That’s the only thing.
herrvogel@lemmy.worldto
linuxmemes@lemmy.world•Who needs stable, feature-rich desktops anyway
17·1 year agoI personally hated KDE because it was a buggy, unstable mess for a long time.
herrvogel@lemmy.worldto
homeassistant@lemmy.world•Home Assistant officially MattersEnglish
2·1 year agoThere are esp32 variants that can do ZigBee. It’s very surprising to me that there’s no esphome for those. I’d think that the community would be all over that, but all I have found so far are abandoned GitHub repos. Maybe there’s something I don’t know about the chip or the protocol that makes it difficult?
Until the next update reenables it.
Really the only OS that where hibernation and suspension works smooth enough for me has been MacOS so far. Windows wakes up the whole PC to do things. On Linux you get GPU related power state issues that cause weird things. On MacOS it has always “just worked” for me. Still not buying one though. Rather shut down my machine.
I have node named pve too. Small world.
herrvogel@lemmy.worldto
Selfhosted@lemmy.world•New Intel Processor and 192 GB/256 GB RAMEnglish
4·1 year agoTwice, because usually it’s two sticks.
In any case, RAM failure is rare enough that quadrupling its chances is not gonna make any meaningful difference. Even if it does, RAM is the easiest thing to replace in a PC. Don’t even need to go offline while waiting for a new stick. Someone who’s got the cash to build that thing in the first place won’t be too upset by the cost of another 32gb stick either, I don’t think.
I just don’t want any unauthorized persons anywhere near my vaults in general. I also see my vault as a critical service that requires high availability, and I know enough about system administration to know that my network and I are not qualified to provide that.
thou shalt not use any software written by that rude Finnish man
- God, apparently


Gnome is more stable in my experience. The base Gnome without any extensions is rock solid and just works without a hitch. Problem is that it’s bland as hell and not very practical. Most of the popular extensions to make the DE are also pretty solid and reliable, as gnome’s extension API doesn’t really allow them to break anything in any spectacular way. Plasma allows better and more powerful extensions, but they also tend to have a bigger effect on the DE’s stability.
That said, I fucking hate how Gnome devs handle the extension API. Every update to Gnome disables all the extensions even if there’s no breaking changes that would cause them to stop working. You gotta either manually edit their manifest files to trick Gnome into thinking they’ve been updated to the latest DE version, or you gotta wait for the devs to update. Every now and then they do release a breaking change that does break things too, and things get annoying. I used to maintain a relatively popular-ish, very simple Gnome extension. But eventually I got sick and abandoned because nobody’s got time to deal with Gnome’s extension API. I had to rewrite some basic shit for no good reason one too many times.