Software for One
61–70 of 301 posts
Re: Software for One
#62This was really interesting, but I admit I bumped on this throwaway detail: > Our sleep consultant's plan arrived as a PDF full of conditional logic: wake windows, nap caps, what to do when a nap fails Every so often, you get a glimpse into a whole world you never knew existed.
> Every so often, you get a glimpse into a whole world you never knew existed. I had no idea that people did this. This sounds expensive. Just like other people have no idea that we (Scandinavia) let babies sleep outside in a baby carriage wrapped in a tiny sleeping bag. Fresh air is awesome. Cold air is even better. This works for some babies and is not universal in any way.
Re: Software for One
#63Earlier quoted context omitted.
You should care more about fiber than any of the others if health is your goal.
I'll make sure and let my GP know he was wrong.
Doctors are not experts in nutrition.
Most modern western diets lack fibre the most so eating more fibre is a sensible recommendation for basically everyone.
Re: Software for One
#64Earlier quoted context omitted.
I'll make sure and let my GP know he was wrong.
Snark aside, your GP took one module on nutrition in medical school, years ago. Doctors are not experts in nutrition. Most modern western diets lack fibre the most so eating more fibre is a sensible recommendation for basically everyone.
Re: Software for One
#65Earlier quoted context omitted.
How are you counting calories from a 1-line description of your meal? Surely that’s not even close to accurate.
A typical (in fact, the modal) line from the database, which goes back to April, is "oyakadon 1/2c rice, 2 thighs, 1/2 breast, 2 eggs, bunch broccolini, std oyakadon broth", and the model works out for itself that these are average-sized thighs and breast (boneless and skinless, because it's oyakadon). "std oyakadon broth" is a reference to a "house recipe", of which there's a side database, each costed by GPT5. Ther…
Re: Software for One
#66Re: Software for One
#67Things I've built in the last month or so: * A personal music player for Apple Music with an embedded agent loop, so I can say things like "I'm going to work in the wood shop, play woodworking-appropriate music and keep the playlist full and non-repeating indefinitely". * A calorie/protein tracker that takes 1-liner summaries of meals, resolves them to macros with GPT5 calls, and tracks them in SQLite. * A macOS menu…
> A personal music player for Apple Music with an embedded agent loop, so I can say things like "I'm going to work in the wood shop, play woodworking-appropriate music and keep the playlist full and non-repeating indefinitely". how is AI (or a human for that matter) supposed to know what “woodworking-appropriate music is”? I had the same thoughts when spotify released their “let AI make a playlist for you”. Like, we…
It doesn't, but you'll believe it is because that's what you asked for. It's not like you have a solid test for what it is yourself
Re: Software for One
#68Re: Software for One
#69This 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.
That's the result of poor quality, how is wasting time redoing an app mitigate itself?