• 0 Posts
  • 62 Comments
Joined 11 months ago
cake
Cake day: August 8th, 2023

help-circle
  • Speaking as someone who’s still transitioning from windows to Linux on his machines…

    1. My main concern is that the software I use should feel like it’s there for ME, not for the company it’s from. Windows does not feel like it’s putting me first. Many have covered all the reasons in detail, but I don’t like having to fight my OS to get things the way I want them… Which is funny because

    2. Yeah, its fun to tinker with Linux, but there is some fighting to get it to do what you want, especially when you’re new to it. For instance, I’m on KDE, I set up a very aesthetic top bar with a calendar & time widget in the middle. It took me MONTHS and countless small sessions of reading to get my email’s events and special dates to show up on the calendar. I was missing KOrganizer, as well as some extra settings that only show up on the calendar widget if you have KOrganizer installed. I’ve yet to figure out how to refresh the data to get up to date info, because so far it seems like the data just stays stale. I’ll eventually get to it.

    I also randomly corrupted my partition during an update and spent a good 5 hours getting it back. I’m experienced enough that I wasn’t worried at all, and I was even enjoying the process at the beginning…but by the end of it, I was just annoyed. The solution? Yeah my distro’s documentation mentions a specific command, “rebuild-kernels” which instantly fixed my partition. It was like the second sentence in an article about my bootloader. I felt stupid for how simple that was, compared to how much I was doing with other suggestions I found online…

    So yeah, point is, it’s tough, and I personally am not fond of it, since I just want my PC to let me do my thing while I let it do its thing. Even then, I would still rather deal with that kind of thing than deal with Microsoft’s or Apple’s shenanigans (also, kinda hoping that immutable distro’s aren’t as tedious, even though I know they will be, cause I think that would be an even more ideal system, one that’s very tough to corrupt).

    1. I totally get the sentiment on overpowered hardware. The nice thing about this era of Computing is that you can do a lot of things that you currently pay for as a service online. You just need some of that overpowered hardware you might already have lying around. Want to stop paying for a cloud photo backup? You can spin up an immich server. Too many streaming services with too little content? Fuck em, spin up a Jellyfin or Plex instance, automate content downloads with Arr services, hell, create your own subtitles with a speech to text language model running on your own equipment. Philips suddenly wants you to have an account to turn on your lightbulbs? Throw in home assistant to the stage, tell your lightbulbs to know their place. LastPass leaked your passwords? Throw them into Vaultwarden, throw your second factor in there as well (or don’t, convenience vs security, and I’m too fucking lazy to care).

    The amount of stuff that can be self hosted is insane, and it can absolutely replace a lot of the things you’re currently using, and it can all happen in a specialized Linux-based OS for running a bunch of services, such as Proxmox, TrueNAS Scale, unRAID, etc.

    In the end, though, there’s a lot of “having to learn new things” and “loving to tinker” needed for a lot of it. It’s fine that your average user isn’t interested. It’s sad for those of us who care, who truly believe we need to regain most of our freedom from this tech, but it’s totally not the end of the world either. Maybe there’s no appeal to the average user…yet.

    My advice would always be to try, say, Linux mint on a spare laptop, and force yourself to use it for casual stuff. Give it a try, and if it geeks out on you too much for your liking, you go back to your platform of choice. No biggie, it just doesn’t hurt to see what’s on the other side. Who knows, maybe you don’t mind the casual tinkering that you may encounter, maybe you don’t even feel a difference in day to day use compared to your platform of choice, or hopefully you like it even more because it might do things in an easier manner than you’re used to. If that’s the case, then think about whether you’re ok with Apple’s walled garden, or Microsoft’s occasional antitrust infringements, or if you might simply want something to work your way and not the creating company’s way.



  • I’m like OP, can find my way around things but am lazy. I second this recommendation, but I just had a negative experience on it die to laziness. Got lazy around updates, let them pile up to 600 pending updates, ran them all at once and my laptop just became unresponsive. Naturally, I forced its shutdown like a caveman and had to spend the following 6 hours recovering my partition. The nice thing is that endeavour at least has some nice commands to deal with just this kind of situation. The not so nice thing is that I was lazy about looking shit up, hence the 6 hours. The command that saved me was “reinstall-kernels”, fixed my systemd-boot in an instant and fixed whatever other mess I had caused.

    So yeah, it can be frustrating sometimes. Especially if you’re lazy.


  • I see where you’re coming from, because I kinda also hate the genres you mentioned in specific, but man, it’s not ALL bad. You put on some Juan Luis Guerra and he makes better bachata than anyone else you can think of. It’s actually fucking enjoyable. It took me decades to even begin to appreciate some of the more pop music (or even tolerate it, cause fuck regueton…but everyone listens to it where I live), and he definitely stands out.

    That’s it, I just wanted to mention the 440.




  • This dude is trying to get people to think, to notice, to act, he’s trying to educate people and to help them change. Maybe don’t immediately disregard him as “not a true socialist”, maybe don’t outright jump to calling him a tankie. We’re all in this hell hole together, the least we could do is help each other out and spread the educational content, work together to give a friendly summary on our points of view, and keep moving forward.

    I like his content, and I like that he’s trying, that’s my opinion on him.




  • I had pretty much the same experience you did. I did randomly find a reddit post with a ublock custom filter to avoid the whole “page not loading at all” thing. Ever since, I’ve had only one ubo failure that I fixed with the routine filters refresh, and dare I say youtube’s actually been getting faster for me lately? I did have that slowdown, due to their thing that prevented the page from loading, but now it’s almost like they’ve ramped down on their efforts.

    Edit: I’m here to stand corrected. Fuckers are messing with any browser that’s not theirs. Add the following filter to ublock if your video pages take 5 seconds to load: www.youtube.com###+js(nano-stb, resolve(1), 5000, 0.01)


  • Huh, last I checked, the professional standard was Mac, at least for recording instruments. From what I vaguely recall, Windows has a latency issue due to how they handle audio stream inputs. I went through these woes myself once while using my guitar & Amp through my computer to practice with headphones on and having the music playing on top. The latency just doesn’t allow you to concentrate on what you’re playing, it completely distracts you. You can get it lower by doing something, I don’t remember what, but that solution ends up introducing random new bugs such as certain audio streams suddenly not playing at all for a while before fixing themselves, and it still doesn’t quite get latency low enough to not notice it.



  • JGrffn@lemmy.mltoMemes@lemmy.mlPlease, not again.
    link
    fedilink
    arrow-up
    4
    arrow-down
    2
    ·
    7 months ago

    Yeah if you guys put him in office again, I’m just deleting all social media including lemmy. Fuuuuuck that [most times daily, some times HOURLY] noise. I already live in a very depressing country, don’t need Americans to remind me they’re making things worse.






  • If data structures weren’t working with MSVC, you’re probably working with non-portable code in the first place. Don’t assume an int is 32 bits long!

    Oh absolutely! I was starting out during this time, and started using memcpy for a uni project, hardcoding byte sizes to what I assumed long’s size was, instead of checking or using standardized data types (because I didn’t even know they existed). The result was such a mess, exacerbated by the good ol “let’s write it all in one go and run it when we’re done”. Boy did I suffer in that class.



  • I’ll one-up you, and I hope nobody I know reads this. I work from home as a web dev. I have ADHD. I sometimes work deep into the night because I procrastinate all day. I’ll be working with one hand and stroking it rock hard with another, with no real horniness or need to cum for hours. It’s just like a fidgeting thing. I’m looking at code, sleep deprived out of my mind, and somehow rock hard. I don’t get it, but I’m too stressed to care.