Software for One
91–100 of 301 posts
Re: Software for One
#92Re: Software for One
#93This mitigates problems with LLMs' low quality code. For a single user, the bar is much lower. The app doesn't have to have all the features that work for everyone's edge cases, implemented in a way that other devs can maintain. It only needs to be good enough for one user, and can be discarded and recreated when it gets too messy.
Re: Software for One
#94Re: Software for One
#95* Doom launcher and Megawad Steam-like library for macOS: https://github.com/stared/rusted-doom-launcher
* TRMNL X e-ink screen vibe coding usage screen: https://github.com/stared/trmnl-x-claude-codex
* And weather in Warsaw: https://github.com/stared/trmnl-x-weather-warsaw (here's location is hardcoded, so the expected use is fork and vive code to match both your location and visual preferences)
* Image upscaling script for a thermal camera, https://github.com/stared/thermal-upscale
And many, many others I did not share, mostly because they were too peculiar, really unlikely to be useful for anyone else than myself.
Re: Software for One
#96Hasn’t cost me anything.
Re: Software for One
#97Writing code with one user is the base case of a “why am I writing this” recursion - because I use it.
Every action leads to next insight. For me, a browser extension that provides a table of content to chat interfaces because I always need to scroll up and down to read preview queries. Writing browser extension leads me to writing a RSS reader navigating with only keyboard. Writing RSS reader leads me to writing a virtual book shelf that visualize Goodreads record on a virtual 3D bookshelf. Writing virtual book shelf lead me to making a virtual climbing gym where I scan my local climbing gym into 3D model where I can map climbing videos on it. And it is just one chain
Re: Software for One
#98Many people build calorie / macro tracker like OP but they don't build maintenance calorie tracker. Your app tracks calorie intake, doesn't keep track of total calorie burn of the day (maintenance calorie tracking) And no, calorie burn from watch is not good enough! >A 2020 systematic review by Fuller et al. found that consumer wearables often perform poorly at estimating energy expenditure, even when they measure st…
Re: Software for One
#99Re: Software for One
#100Building software steadily becomes accessible to non-developers. A freelance client I had now does most things alone with chatgpt. As a developer I have less and less the urge to build software. Instead I lately started doing more hardware stuff - flashing devices, setting up RPis and antennas, learning to solder. I hope I can keep my software dev job until retirement, but I‘m a bit pessimistic on that matter.