I used Claude 3.7 to upgrade my eslint configs to flat and upgrade from v7 to v9 with Roo Code and it did it perfectly
- 0 Posts
- 16 Comments
petey@aussie.zoneto Selfhosted@lemmy.world•Here is a scraper I made for downloading my kids daycare photos from the Storypark appEnglish6·2 months agoNo worries, l definitely plan to use it in Docker, so I’ll give it a go and if I can I’ll submit PRs for anything I find
petey@aussie.zoneto Selfhosted@lemmy.world•Here is a scraper I made for downloading my kids daycare photos from the Storypark appEnglish6·2 months agoOooh, I never considered doing this. I’ll check it out!
Yeah, I’d say Kitty and Alacritty work pretty well on Linux. Makes this comparison table seem like bs
I’m tempted to publish an NPM package to do so as a joke, but I fear that it’d get used seriously
petey@aussie.zoneto Programming@programming.dev•Is the new #zed editor mostly hype rn?10·11 months agoHowever it should be noted that the remote development connection is via their servers, which makes it somewhat less useful
Ah ok, the name implies it’s a security guard
I love that you’re thinking about how to secure sensitive parts of JS applications, however I wonder what threat this is guarding against. Can you give an example? Surely if an attacker can modify the source to call the sensitive functions, then they could modify the allow list
petey@aussie.zoneto Programming@programming.dev•How Not To Write A Web Service in Rust11·11 months agoNice article! I’m a fan of the “don’t optimise early” mantra, which seems particularly relevant here regarding clone
petey@aussie.zoneto Programmer Humor@programming.dev•Whatever 'Clean Code' you write now, it'll be shit eventually and in need of a complete rewrite21·11 months agoI feel like this is a perfect encapsulation of how an experienced self-aware developer thinks. Experience really beats the hard stances out of you. I find myself saying “it depends” and “a bit of column A, bit of column B” often, like a cheap kids toy
petey@aussie.zoneto Programmer Humor@programming.dev•Whatever 'Clean Code' you write now, it'll be shit eventually and in need of a complete rewrite13·11 months agoHis take strangely acknowledges that defects are caused by programmers, yet doesn’t want to improve the tools we use to help us not make these mistakes. In summary, git gud.
Experience has taught me that I’m awfully good at finding and firing foot guns, and when I use a language that has fewer foot guns along with good linting, I write reliable code because I tend to focus on what I want the code to do, not how to get there.
Declarative functional programming suits me down to the ground. OOP has been friendly to me, mostly, but it also has been the hardest to understand when I come back to it. Experience has given me an almost irrational aversion to side effects, and my simple mind considers class members as side effects
I guess a porch pirate isn’t gonna look in the bin, and if they did, it does look like recycling
So I guess that’s something?
Yeah, this is my colleagues waiting for me, poor bastards
petey@aussie.zoneto Free and Open Source Software@beehaw.org•Neovim is driving me crazy but I can't stop — gyydin1·2 years agoI recommend LunarVim for VS Code users too
petey@aussie.zoneto Technology@beehaw.org•A.I. usage fuels spike in Microsoft’s water consumptionEnglish10·2 years agoI’m thinking evaporative cooling (paired with refrigerative cooling)
It needs good feedback. Agentic systems like Roo Code and Claude Code run compilers and tests until it works (just gotta make sure to tell it to leave the tests alone)