

This is my childhood
Any pronouns. 33.
Professional developer and amateur gardener located near Atlanta, GA in the USA.
I’m using a new phone keyboard, please forgive typos.


This is my childhood


I love the implication that he’s speaking to the AI and wants to not disturb people, but has no headphones on. so I can only assume it’s responding from the speakers.
Yes, I know it could be responding over text instead of voice.
I’m not hating on this feature, but it’s frustrating to me because individual commits could already solve this. This is .ore a complaint of people’s commiting style than anything. But so many places just squash to merge, so why bother making them pretty? Either way though, it can still be useful to say a specific range of commits is something to view as a chunk.


You could always just make the ticket yourself. But yeah, I hate this policy as well.


I first check the logs for what the failure is.


It felt repetitive to me too lol. I thought it scrolled back up to the top of something.


Finally, I’ve been waiting for Linux to work on the Atari Jaguar before I pulled the trigger. People called me a hold out in 1993.
Doesn’t Rust’s safety guarantees mean automatic reference counting? Or am I misunderstanding. I guess it means more like happening dynamically at runtime.
I’ve heard a lot of good things about the book “automate the boring stuff with Python.” It focuses on practical examples more than the theory. It’s also available for free since it is licensed under Creative Commons. That said, I haven’t personally checked it out. Just mentioning it as something that focuses on goals and works towards accomplishing them, which sounds like what you’re looking for.
Eh, I don’t really see a problem with releasing an app before you “should” release one. I don’t think the world improves by discouraging amateurs from sharing their work. Now whether they actually try to learn and grow or just keep vibe coding, who knows.
I guess in my mind I just associate raw pointers with low level. But I guess Rust lets you do that with unsafe blocks still?
Fork me on GitHub!
Is rust low level? Genuine question, not trying to start an argument. I guess I sort of view it as low level but with a high level compiler lmao.
Yeah, I think the flow was this,
Basically asking if the thing that gave them trouble was the borrow checker.
This is funny, and I do think it’s fair to take little jabs at vibe coders, but just be careful. When I was learning to play a game in the past I asked a question. People thought the answer was obvious because the rules were on the thing I was asking about, but I was so new to the game I didn’t even know what those words meant. If this was any other context, I’d be hesitant to give someone flak for not knowing a technical term like that. (The context being that somebody vibe coded something.)
I’m not sure if your comment means you’re rusty (heh) or a novice who hasn’t tried programming in a while, so I’m sorry if this comes across as condescending. The best advice I try to give everyone is to chase the fun. That advice applies both to people learning and hobbyists doing stuff.
I see a lot of folks argue about what’s the best way to begin or where the best place to begin is. There’s no best way. Everything builds into each other. You become a better programmer regardless of what language you choose.
Rust was fun! I fiddled with it a bit a few years ago. The only real frustration I had was that it complained a lot about half correct programs. Like in other languages I may have just been able to put some bad code or something in some place I didn’t really care about and wasn’t focusing on, but Rust is very strict. It’s been long enough now that I forget exactly what specifically bothered me. It could have just as easily been that it was because I didn’t know it well so the compiler was just the messenger of that lol. Other languages could have just blown up at runtime.


I’ve seen NES and combination SNES/NES clones for sale at Microcenter (or maybe it was somewhere else, I don’t recall, but it wasn’t the type of store to be selling illegal things). So, yeah. Bleem! (a commercially sold PlayStation emulator) was found to be legal in court. I don’t think hardware products doing it are any different.
The main problem is that most places selling handheld emulators out there are also bundling ROMs of every game. And that is illegal.
I’ve been dabbling for years, but my old computer couldn’t run Windows 11. That delay made me wait long enough to see all the recall shit, so my new computer has been Linux since day 1, no dual boot.


I haven’t worked in the office in ages but I was good about hitting Windows + L to lock when I got up.
Gosh. I remember working with this back in 2019 and earlier. Our legacy products ran on it. I remember a new service we made (before Spring Boot really took off) used TomCat. It was so much easier to mess with. I asked why we don’t use that for our main product. Imagine my surprise when they said we actually used to.
I’m sure they had their reasons, I was a younger dev at the time and didn’t have insight into why they changed it. But still. Everything is so simple now. Java to run your jar. Your jar has your server built in. Done. And that’s not even including containerization.
I do miss Jenkins though. GitHub Actions seems to be the new hotness. Maybe I just don’t have the muscle memory yet, but it can be annoying.