• 0 Posts
  • 21 Comments
Joined 2 years ago
cake
Cake day: October 22nd, 2023

help-circle

  • I completely understand that feeling, and it was my initial reaction too, but honestly, I think they’re kind of right.

    If you’re playing chess and the opponent’s knight takes your rook, do you throw your queen at it on principle? Even though it’s backed by a pawn? Or do you tighten up your own defenses and wait for the best opportunity to strike?

    Don’t get me wrong, AOC and Green are the energy we need here. I don’t even think it’s a bad play for them to make as much noise as possible about Trump’s overreach, even if it is repeating the same behavior we’ve seen for decades. But if 126 Democrats voted against it, how many Republicans actually voted for it? What’s the strategic cost of using the inertia that might flip a handful of Republicans on something that doesn’t have the numbers yet?

    What if we need them for a play down the line? What if we can flip more of them and actually get an impeachment instead of just proposing one on principle because we didn’t already exhaust the idea?

    I think the people should be pushing for impeachment, and I think Congress should impeach him. But I want that to actually happen. I don’t just want it to be a sentiment that doesn’t go anywhere.


  • What I see in these threads is the reverse. People insist that their pet solution is a panacea for every use case and when someone points out that it doesn’t work for them they get downvotes and sarcasm. Making use of the best software for your use case is not equivalent to complicity in animal torture and environmental destruction. Nobody’s being forced into constant pregnancy or having their calves taken away at birth because I feel like third party security patches for Windows will be a better option for me than fully swapping to a Linux distro.

    But what is definitely happening is people stop reading pro-FOSS threads by the third rabid fanboy response and actually miss what could be a useful alternative.




    • Voicemeeter and Virtual Audio Cables for separate audio channels with separate volume controls, macro keys, and easily adjustable toggling between outputs (more easily adjustable and less latency than JACK)
    • Eartrumpet for easy and immediate per-program control over audio channels
    • FL Studio
    • Adobe Premiere
    • MX Ergo drivers that have full functionality including remapping and holding down mouse 4 and mouse 5 and toggleable precision mode with LED indicator
    • No sudden troubleshooting mid-way through working on projects to break my flow
    • A Windows testing environment
    • 100% compatibility with every game I own

    There may be a few more, but these are the big ones. JACK, at the moment, just isn’t a replacement for Voicemeeter and while there are some DAWs for Linux, they’re not FL and I don’t know if they’re compatible with Guitar Rig. I’ve used OpenShot for video as well, and while it’s not terrible it isn’t really comparable.

    I’m sure that Linux is a good fit for many users. Personally, as an operating system alone if it weren’t for these issues, I’d prefer it. I’d love to be able to do what I need to do and also have a plasma, it’s much nicer. But at the moment it isn’t a real option without sacrificing things that I actually need. I also really can’t be dealing with suddenly needing to sort out how to make a finicky program work at the drop of a hat when I’m in the middle of working on a project.

    I’ve been dabbling with Linux since the early 00s. I like it and I wish it were a substitute for Windows for my use case, but it isn’t. No amount of people being rude and obtuse in threads will change that. Time might, but it hasn’t yet.



  • I imagine the downvotes are backlash against all the people who convince themselves that Linux is the only viable solution regardless of use case or workflow. There are definitely loads of people in the Linux community and the open source community in general who will pick a piece of software and proselytize it with no consideration whatsoever whether it fits someone’s actual needs. Like, personally, I like Linux but there are things I need to do that require me to have Windows. For some people this fact is absolutely unacceptable and they simply won’t hear it.


  • millie@slrpnk.nettoSelfhosted@lemmy.worldPlex has paywalled my server!
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    21
    ·
    1 month ago

    Threads like this are why people don’t use open source. It sounds like a reality-denying anti-intellectual one-size-fits-all cult in here. This is also like half the threads about Linux. Just armies of tech bros who couldn’t put themselves in someone else’s shoes if their life literally depended on it.




  • millie@slrpnk.nettoLemmy Shitpost@lemmy.worldSo close!
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    1 month ago

    I figured out something absolutely crazy. You can put vegetables into the ground, (you know, the dirty thing outside?) and they will literally just start making more of themselves.

    Also, you know all those naked people outside with too much hair and extra legs instead of arms? They’re made of meat!!! It’s true!



  • Honestly, having to listen to people babble about Harry Potter just feels like a slap in the face. Like, I know people who have the best intentions in regard to supporting trans people, but they’ll still happily make endless references to this garbage in front of me as though it wouldn’t immediately bring to mind someone who is actively engaged in trying to get others to agree that I shouldn’t exist. Some of them also buy merch that I guarantee puts money directly in her pocket.

    It bothers the shit out of me.


  • Ugh there’s so much of this obnoxious shit on YouTube. “Person A DEMOLISHES Trump in front of Setting B!” And then the video is literally just someone saying the same shit everyone is saying and Trump isn’t even there. Or like “Watch Republican mortified as they realize they screwed themselves by electing Trump” and there’s literally zero self reflection or regret.

    There are so many videos and headlines that are literally just feeding on the clickbait potential of people waiting for a substantial response to this complete mess. Hypothetical dunking on people who aren’t even in the room or don’t react at all isn’t the victory people seem to like to advertise it as.

    And then they like fully miss an actual town hall in a Republican district booing the shit out of some MAGA toolbox.


  • AI is great for learning a language, partly because it’s the right combination of useful and stupid.

    It’s familiar with the language in a way that would take some serious time to attain, but it also hallucinates things that don’t exist and its solution to debugging something often ends up being literally just changing variable names or doing the same wrong things in different ways. But seeing what works and what doesn’t and catching it when it’s spiraling is a pretty good learning experience. You can get a project rolling while you’re learning how to implement what you want to do without spending weeks or months wondering how. It’s great for filling gaps and giving enough context to start understanding how a language works by sheer immersion, especially if the application of that language comes robust debugging built in.

    I’ve been using it to help me learn and implement GDscript while I’m working on my game and it’s been incredibly helpful. Stuff that would have taken weeks of wading through YouTube tutorials and banging my head against complex concepts and math that I just don’t have I can instead work my way through in days or even hours.

    Gradually I’m getting more and more familiar with how the language works by doing the thing, and when it screws up and doesn’t know what it’s talking about I can see that in Godot’s debugging and in the actual execution of the code in-game. For a solo indie dev who’s doing all the art, writing, and music myself, having a tool to help me move my codebase forward while I learn has been pretty great. It also means that I can put systems in place that are relevant to the project so my modding partner who doesn’t know GDScript yet has something relevant to look at and learn from by looking through the project’s git.

    But if I knew nothing about programming? If I wasn’t learning enough to fix its mistakes and sometimes abandon it entirely to find solutions to things it can’t figure out? I’d be making no progress or completely changing the scope of the game to make it a cookie cutter copy of the tutorials the AI is trained on.

    Vibe coding is complete nonsense. You still need a competent designer who’s at least in the process of learning the context of the language they’re working with or your output is going to be complete garbage. And if you’re working in a medium that doesn’t have robust built-in debugging? Good luck even identifying what it’s doing wrong if you’re not familiar with the language yourself. Hell, good luck getting it to make anything complex if you have multiple systems to consider and can’t bridge the gaps yourself.

    Corpo idiots going all in on “vibe coding” are literally just going to do indies a favor by churning out unworkable garbage that anyone who puts the effort in will be able to easily shine in comparison to.

    It’s a good teacher, though, and a decent assistant.


  • I dropped my full sized keychron a while back and the pcb got screwed up at the usb c port, so I’m stuck on a 60%. It’s nice to have the extra desk space, but I’d be completely lost if I didn’t have a macropad. Even still, it’s kind of a pain in the ass sometimes. Eventually I’ll be not-broke enough to justify getting a new pcb, hopefully, but I’m not even sure how to order just a pcb from them. Giant pain in the ass.

    I do like my little Newman board, though. It has some nice linears that I lubed up and I’ve got a tape mod on it. I miss qmk but it’s better than a membrane at least.

    Originally I picked it up to use with my phone so I could get work done on the road without slowing my typing speed to a crawl and grappling with autocorrect. Made a decent backup!




  • This is real. I’ve had folks in my cab that clearly were trying to probe my boundaries to see if I’m an easy target who immediately switched gears the moment I showed my personality. Just because someone is desperate doesn’t mean they want to fuck over someone who’s cool with them and is real. The way you carry yourself makes a difference.

    It’s pretty obvious if you meet me in person that I’m a broke artist who cares about real people and detests fake corporate bullshit. That’s not really an appealing target and I have fuck all to give them anyway.

    But if some fuck shoots me for being on their street while being trans, or literally just someone they don’t recognize, I don’t get the chance to show how I carry myself.