Build Systems Discussion
https://civboot.github.io/blog/2026-07-24-build-systems.html
#Programming #BuildSystems #SoftwareDev
CatAClock
@CatAClock@wetdry.world
Video game developer. Software developer (see above, but I also do a few more things). Client-side & Server-side website developer. Firefox extension developer. Small-time artist. Small-time library developer. Small-time hardware enthusiast. Agender
thing. kibty
You can bite me anytime :3 Hugs accepted
Spread kindness. People need to know they deserve to exist. Bigots best change their views before I make them unable to view. Robots accepted
Your autocorrect you talk to doesn't count 🚯 Therians accepted
wetdry.world
:3
https://youtube.com/shorts/y7Z_xBGFxqY?feature=share
#gamedev #softwaredev #twitch #femboy #outfit
If you wanna see me live, im here: https://www.twitch.tv/catbclock/
Cleaning up more LLM slop at work. Some gems so far:
- Found a highly-optimised (and confusingly-written) cache for a tiny piece of data that's reloaded once a day.
- Found a scheduling system to ensure said piece of data is reloaded the very second it expires... which is always at midnight UTC, for which we already have a "refresh everything for a new day" trigger.
- Found a specialised hook to detect when the app is running in "mobile" (i.e. narrow view) mode. For a desktop app. With a completely separate mobile app. And the hook doesn't even do anything but disable an editable field, for some reason?
- Found a thirty-line method to build a "context" which consists of... the current user and their company ID, which is already on the user model. Can literally be replaced with a single line of code.
- A mass of checks and parsing and validation to ensure a stringified date isn't incorrect due to timezone differences, all of which could be avoided by using DateOnly instead of DateTime.
- JavaScript function calls being prepended with "void" for some reason?!
- Waffling comments full of misinformation everywhere, including one saying that a brand new (and very much used) feature is "legacy" and can be ignored.
I'm so very tired of this. If this is the future of software development then I don't want to do it any more.
How I'm Running a Software Jam
https://foxmoss.com/blog/radish/
#Programming #SoftwareDev #Community
You've seen all posts