Man, they need to hold another vote to get the verbiage of this cleared up.
Badabinski
Alt account of @Badabinski
Just a sweaty nerd interested in software, home automation, emotional issues, and polite discourse about all of the above.
- 0 Posts
- 613 Comments
The title of this post is incorrect. They are not banning cryptocurrency projects. See this message for why: https://codeberg.org/Codeberg/org/pulls/1254#issuecomment-19923979
edit: man, I have no idea anymore.
Badabinski@kbin.earthto
Ask Lemmy@lemmy.world•You find yourself teleported onto the stage of a TED talk right NOW with a large audience. What topic do you speak about?
3·10 days agoThat’s neat!
I have everyone’s favorite thing; unsolicited advice! It’d be cool if it was easier to find the source code. I’m still waking up so maybe it’s obvious, but I ended up looking at the manual installation steps to get the link to https://codeberg.org/Valmond/Tenfingers
God I hated straterra. That shit only ever did bad things for me.
Badabinski@kbin.earthto
Lemmy Shitpost@lemmy.world•When you ask someone a boolean question....... and they return a string
7·23 days agoIn many programming languages, data comes in different forms. If you want to get a yes/no answer to something, there’s a way to represent that: a true/false boolean (often 1 for true, and 0 for false). If you want to represent, say, a street address, that’s a string, because it’s just a big ol blob of undifferentiated text to the computer.
The joke is about how you ask someone a yes or no question, but they respond with something which is not either of those options.
Badabinski@kbin.earthto
Lemmy Shitpost@lemmy.world•When you ask someone a boolean question....... and they return a string
3·23 days agoA string with length > 0 is truthy*, so we’re good!
*in python
Badabinski@kbin.earthto
Technology@lemmy.world•Weird Al Yankovic Turned Down “Nice Pile Of Money” For AI Ad: “I Can’t Be The Poster Boy For AI”
5·24 days agoWhat do you mean? His hair is glorious, especially for someone who is 66 years old.
Badabinski@kbin.earthto
PC Gaming@lemmy.ca•As the memory crisis continues and players begin to complain, Cinder City drops 64GB RAM requirement and ups GPU requirement instead
19·24 days agoIn the context of “upping the ante”, it’s been used since at least 1870: https://nosweatshakespeare.com/quotes/famous/up-the-ante/
I’m guessing that people took the phrase “ante up” and switched it around.
EDIT: I did check the source out a bit and they seem to be legitimate, not just LLM slop. They could still be wrong, but they do at least cite sources.
Badabinski@kbin.earthto
Technology@lemmy.world•OpenAI made $13 billion in 2025 and lost $21 billion doing it
10·1 month agoOpenAI has a trillion dollars in financial obligations they need to meet by 2030. I doubt Clear Channel’s financial obligations were in the same order of magnitude.
Badabinski@kbin.earthto
Technology@lemmy.world•Only 16 percent of Americans think AI will have a positive impact on society, a new study shows
3·1 month agoI’ll say that given the way OpenAI and Anthropic have hideously overextended themselves (they have over a trillion dollars of financial commitments to companies like Oracle), it’s not impossible that the current crop of American LLM providers do just kinda… poof away. Traditional banks want nothing more to do with them, they’re getting majorly spooked. All that needs to happen is for private credit to lose confidence in them, which is already happening. When they’re out of cash, they’ll be on the hook for an absolute ridiculous amount of money and they’ll probably just get liquidated.
I’m sure there will be new companies that pop up, but they’re going to have to charge 10x what Anthropic is making enterprise customers pay, since inference likely still isn’t profitable at the price Anthropic is charging.
I don’t use LLMs as a knowledge base because if the problem is bad enough for me, I’m likely just grepping through kubernetes source code or something. That being said, I don’t necessarily have an issue with folks using an LLM that way as long as they fully understand exactly how bad it is at what it does. You’ll be fine if you lose access to LLMs, and that’s the number one thing in my book. Your friend? Not so much.
(As a fun bonus to all of this, Oracle is very likely to die if OpenAI can’t meet its commitments. Either way, Larry Ellison will probably stop being a billionaire, since almost all of his wealth is in Oracle stock).
Badabinski@kbin.earthto
Technology@lemmy.world•Only 16 percent of Americans think AI will have a positive impact on society, a new study shows
11·1 month agoThe speed and ease at which LLMs allow you to generate code is a bug, not a feature in my opinion. In my org, a group of 3 very junior engineers wrote a 5k line shell script for building k8s clusters according to our business specs and it’s fucking awful. The actual time to get it out the door was short, but now it’s basically impossible to change it without fucking up like 20 different things. The fucking thing will randomly quit because the shit ass LLM thinks
set -eis a good thing to use, and it’s full of unused variables everywhere. I had to add a feature to it (which is how I learned of its existence), and I spent a miserable week just reading the entire fucking thing so I could ensure that my change wouldn’t cause an oil refinery in the North Sea to explode due to a butterfly-effect series of bullshit.The frustration and toil you feel as a software dev is a feature. If something is making you mad and is taking forever to write, that’s a sign you probably need to change your approach. If you’re using an LLM to write a bunch of boilerplate, why not just eliminate the boilerplate or like, make a factory to spit out a bunch of it or something? Your discomfort is a powerful tool and you are not best served by ignoring it. Those junior devs would have written something much better if they had been forced to experience the true toil and suffering of writing a 5k line shell script.
Badabinski@kbin.earthto
PC Gaming@lemmy.ca•"Gamers don't want it": Palworld lead says Pocketpair doesn't touch AI because players hate it and artists "like doing stuff themselves"
6·1 month agoSenior software dev here at a company you know of. I was forced to use Claude for a week at my job and it was absolutely miserable. I hate LLMs and don’t use them in any way, shape, or form. I do spend a lot of time cleaning up the fucking slop written by some of my colleagues who have no qualms about unleashing them on our codebase which is already bursting with tech debt.
Like, it’s gotten to the point where I check potential new dependencies for
AGENTS.md/CLAUDE.md/Claude as a commit co-author/.cursorin.gitignorebefore I use them. It’s obviously not possible to avoid using code written with LLMs, but I’ve had too many fucking problems at this point, so I’m going to try.
Badabinski@kbin.earthto
Mildly Infuriating@lemmy.world•Nvidia CEO: Everybody should use AI. Society has no choice but to change. I used to play in the streets. When cars came along, you obviously can’t play in the streets now
4·1 month agoThere are very probably architectural limitations which will prevent large language models from ever getting much better than they are right now. They are most likely a dead end.
Badabinski@kbin.earthto
homeassistant@lemmy.world•ZBT-2 + Soyo Mini PC + Kajplats: How do I bring it together in Home Assistant?
1·1 month agoThat’s the route I took. I still pray for a nice Home Assistant helm chart because I’d really like to be able to quickly bounce a Home Assistant container around between nodes and also have easier monitoring and alerting, but all the k8s options just seemed too jank.
Badabinski@kbin.earthto
Linux@programming.dev•ZeroFS Turns S3 Buckets Into Linux Filesystems and Block Devices
3·1 month agoIf the benchmarks are to be believed, it’s much, much faster than juicefs.
One kinda scary thing is that for use with NFS, all writes are basically unsafe. The server says it has committed everything to disk immediately.
I love my XL. It’s been the best printer I’ve ever owned.
Badabinski@kbin.earthto
Technology@lemmy.world•Software Update Automatically Turns off Amazon Delivery Drivers’ AC During Dangerous Summer Heat
35·1 month agoI saw a video where a guy just shoved a $1 carabineer into the door latch to defeat this.
EDIT: Here’s the video: https://www.youtube.com/watch?v=EF6VBnUla58
Badabinski@kbin.earthto
Comic Strips@lemmy.world•Let me check things out [Beetle Moses]
8·2 months agoThat device kinda terrifies me. Like, I appreciate that SCUBA gear is so… simple. No electronics, no batteries, just relatively straightforward pneumatic equipment. At least you’re not very deep if the compressor shits the bed.

The law that lil’ ol’ Tommy Tuberville came up with in his silly lil’ brain.
God, he’s such a fucking cretin. I absolutely loathe him.