• 0 Posts
  • 84 Comments
Joined 2 years ago
cake
Cake day: June 10th, 2024

help-circle


  • As another vegan: sorry, no, it’s not accurate. And the texture/meltiness is just completely off. It is similar enough for me to enjoy it and not want real cheese anymore. However, for many people (especially americans) cheese is some holy substance, so we do need to continue improving vegan cheeses for more people to jump.




  • There was very very little to complain about with her.

    • Promising full military support to a settler colony currently committing a genocide using US weapons
    • Campaigning with fucking Cheneys and pandering to fascists
    • Not promising any actual support for trans people, stopping at “I will follow the law”
    • Abandoning universal healthcare push
    • Not being actually voted on by anyone, instead just appointed by DNC
    • Most importantly: she’s a neolib, and the working class has been suffering materially due to neolib policies for the past 50 years, people want change

    There is a shitton to complain about her. If you are knowingly pushing the idea she was a good candidate you’re a genocide enabler.

    I would’ve voted for her if I was in the US (because the alternative is slightly worse in many ways). But, moral qualms aside, it’s crazy to just shove a status-quo establishment neoliberal and expect people who are surviving paycheck-to-paycheck due to that very ideology to be excited about it.








  • balsoft@lemmy.mltoComic Strips@lemmy.worldXXX
    link
    fedilink
    arrow-up
    8
    ·
    15 days ago

    That doesn’t sound like a good system security-wise TBH. I’d prefer if the employee had to enter the answer successfully on their end for the system to grant them the necessary access, otherwise it feels like a big opportunity both for internal snooping and for social engineering.


  • Honestly it’s fine. LSPs are nice but you don’t need them per se. A combination of vim, tmux, entr, a fast incremental compiler, grep, and proper documentation can get you a long way there.

    A lot of critically important code that’s running the servers we’re using to communicate was written this way. And, if capitalist decline continues long enough, we will all eventually be begging for vim while writing code with ed.

    Personally I use helix with an LSP, because it helps speed up development quite a bit. I even have a local LLM for writing repetitive boilerplate bullshit. But I also understand that those are ultimately just tools that speed the process up, they do not fundamentally change what I’m doing.


  • It’s nicer to develop anything on a beefy machine, I was rocking a 7950X until recently. The compile times are a huge boon, and for some modern bloated bullshit (looking at you, Android) you definitely need a beefy machine to build it in a realistic timeframe.

    However, we can totally solve a lot of real-world problems with old cheap crappy hardware, we just never wanted to because it was “cheaper” for some poor soul in China to build a new PC every year than for a developer to spend an extra week thinking about efficiency. That appears to be changing now, especially if your code will be running on consumer hardware.

    My dad used to “write” software for basic aerodynamic modelling on punchcards, on a mainframe that has about us much computing power as some modern microcontrollers. You wouldn’t even consider it a potato by today’s standards. I’m sure if we use our wit and combine it with arcane knowledge of efficient algorithms, we can optimize our stacks to compile code on a friggin 3.5GHz 10-core CPU (which are 10 year old now).


  • You can write code just fine on 20 or even 30 year old hardware. Basically if it runs Linux, chances are it can also run vim and compile code. If you spring for 10-15 year old hardware, you can even get an LSP + coc or helix, for error highlighting and goto definition and code actions. And you definitely don’t need a beefy GPU for it (unless you’re doing something GPU-specific of course).

    Editing 720p videos (which, if you encode with a high enough bitrate, still looks alright) can be done on 10-15 year old hardware.

    Research is where it gets complicated. It does indeed often require a lot of computing power to do modern computational research. But for some simpler stuff - especially outside STEM - you can sometimes get away with a LibreOffice spreadsheet on an old Dell or something.

    From the looks of it we will have to get used to doing more with less when it comes to computers. And TBH I’m all for it. I just hope that either my job won’t require compiling a lot more stuff, or they provide me with a modern machine at their expense.