- 0 Posts
- 61 Comments
jtrek@startrek.websiteto
Linux@programming.dev•Linux Falls Hard on Steam After Record 5% Milestone
7·16 days agoStill happily using Linux.
I did switch the DE to kde plasma because the cosmic desktop was giving games a lot of trouble. Opening in weird window sizes, mostly. I did some light trouble shooting but decided I didn’t care that much about the desktop environment, so I installed the 2nd one.
jtrek@startrek.websiteto
Programming@programming.dev•Fed up with vibe coders, dev sneaks data-nuking prompt injection into their code
221·24 days agoCool. I’m so tired of management huffing their own farts about AI.
We should unionize and eat the useless managers.
jtrek@startrek.websiteto
Programming@programming.dev•The API Tooling Crisis: Why developers are abandoning Postman and its clones?
5·1 month agoI started using bruno for lazy gui “make a request” needs.
But for anything serious python requests is right there, so I mostly used that for testing.
jtrek@startrek.websiteto
Privacy@programming.dev•Meta workers revolt against mouse tracking technology - flyers ask if they want to work at 'the Employee Data Extraction Factory'
2·1 month agoThis is really quite “are we the baddies?”
I remember thinking it was cool when Doom loaded with
R_Init: Init DOOM refresh daemon
jtrek@startrek.websiteto
Programming@programming.dev•I keep tripping over “true, false, true”
511·1 month agoI use keyword arguments in Python to minimize this pain. Instead of
create_user("Bob", True, False)it’s
create_user(name="Bob", admin=True, send_email=False)JavaScript makes that more cumbersome with the object thing , but it’s better than nothing.
jtrek@startrek.websiteto
Fediverse@lemmy.world•Boy I was wrong about the FediverseEnglish
3·1 month agoWell, yes, “why don’t you care about things?” is a timeless problem. People don’t like to see beyond the immediate. Probably because in pre-history, the creatures that focused on right now did better than the ones who went “but if we keep cutting down the trees, eventually it’s going to cause problems.”
Well, now we have many problems, and our brains have not advanced.
jtrek@startrek.websiteto
Fediverse@lemmy.world•Boy I was wrong about the FediverseEnglish
211·1 month agoIt’s one of those self fueling problems. Businesses post on Instagram because people go there, and people go there in part because that’s where they found out about businesses doing stuff.
Better options are possible, but the big money is backing this hell. Less money to be made from RSS feeds , web rings, and email newsletters.
I don’t use any social media other than this. I find out about bands I like playing from their email lists or bandsintown. I’m on a couple “things happening in the city” email newsletters. It doesn’t demand my attention.
jtrek@startrek.websiteto
Fediverse@lemmy.world•Boy I was wrong about the FediverseEnglish
87·1 month agoI really would like to somehow convince more people to adopt the idea that, like, Facebook and friends are run by bad people and you can choose not to use their products. Just stop. Find another way. Be uncomfortable for a little while.
But people aren’t up to the challenge.
jtrek@startrek.websiteto
Linux@programming.dev•Steam Survey for April 2026 shows Linux still trending well
10·2 months agoStill on Linux. Updated to the new pop!_os LTS. It’s been pretty good. The new desktop environment has had a few quirks where I had to fuss with hitting alt+enter to get some games appropriately full screen, but generally it’s been good.
Worth it to be free of microslop
jtrek@startrek.websiteto
Climate@slrpnk.net•Plant-Based Mince Now 29% Cheaper Than Beef at Tesco as Meat Prices Climb2·2 months agoI do a lot of rice and (canned) beans, which is pretty cheap and satisfying.
I don’t have any experience with lentils. My parents never had them because , the story goes, the last time they did my father farted himself out of the bed.
jtrek@startrek.websiteto
Climate@slrpnk.net•Plant-Based Mince Now 29% Cheaper Than Beef at Tesco as Meat Prices Climb491·2 months agoI don’t have an emotional attachment to meat. I’d like non-meat stuff to be cheaper, and the real costs of meat to be accounted for.
jtrek@startrek.websitetoLGBTQ+@lemmy.blahaj.zone•Supreme Court rejects bid to punish school for respecting trans student’s identity
591·2 months agoThe parents sued, calling it a “secret gender transition plan” and arguing the school violated their constitutional rights by withholding information about their child’s gender identity.
These parents are bad. If they were reasonable people their child would feel comfortable talking to them.
Honestly that’s much more respectable. Someone who says “Yeah, I had a hamburger at the bbq. I know eating meat is bad for lots of reasons, but it was already there, and I can’t always live my ideals” is so, so, so much better than “No fuck you meat is good for the environment actually I’m a good person shut up”
So, to clarify, veganism was a separate example of things that cause a strong emotional reaction.
Second of all, I don’t really believe you but I don’t especially care.
Many people have as an immutable axiom “I am a good person”
When you suggest they are doing something bad, like contributing to climate change, this clashes with that axiom.
That clash causes discomfort. Most people are, frankly, lazy cowards. They could accept that they are not being a good person all the time, and update their axiom. But that’s scary and feels bad. They could also try to do something about climate change (or whatever the topic is. see also: veganism), but that’s also hard. It’s far easier to just lash out at the source of discomfort.
The oatmeal did a comic on basically this topic: https://theoatmeal.com/comics/believe
jtrek@startrek.websiteto
Programming@programming.dev•What was the smallest python hobby project you worked on?
3·2 months agoI did some webdriver stuff for reasons I don’t remember anymore.
I also made a simple Django app to track job applications.
Unsolicited advice:
- use type annotations. You’ll thank yourself later when your IDE tells you “hey this can be None are you sure you want to call .some_func() on it?”
- use an ide. Don’t just raw dog it in notepad. You should have syntax highlighting, red squiggles for errors, the ability to go to definition.
- learn to use a debugger. Pdb is built in and fine.
- don’t write mega functions that do a thousand things. Split things up into smaller steps.
- avoid side effects. You don’t want your “say_hello” function to also turn on the lights



Is this a joke?