Live data from Hacker News

Software for One

ajwaxman.com

51–60 of 301 posts

Re: Software for One

#51
post #29

This 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.

This person seems insane. You don’t need to pay a “sleep consultant” to make a plan for your child’s nap times. It’s really not that complicated.

For some it is and some it isn’t. My eldest was always a terrible sleeper.

Re: Software for One

#52
post #30

Side note, why not just deploy onto a VPS and save the money from using hosted services, as well as protecting yourself from when they inevitably go down? The CBA clearly shows that while active development is going on its trivial to have hosted service subscriptions because the AI sub is way more, but what if that sub disappears? You're left paying (relatively) exorbitant amounts compared to $1-10 per month per VPS…

[deleted]

Re: Software for One

#53
“ The app took him a week to build, half of it lost to code-signing purgatory”

Maybe Google is eliminating sideloading to force people to not make their own apk’s now that it’s easy to do so.

Re: Software for One

#54
post #15

Things 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…

Woodworking recommendations shall include:

“If I Had a Hammer”

“Sledgehammer”—Peter Gabriel

Anything by The Carpenters

Any works by Woody Guthrie

Hymns about Jesus and St. Joseph

Lumber Capital Log Yard

Anything by Nine Inch Nails

Anything by the Sandpipers

“Turn, Turn, Turn”

“Dust in the Wind” by Kansas

Anything by Dusty Springfield

Anything by MC Hammer

Original Motion Picture Soundtrack, “Saw” horror franchise

Anything by Level 42

https://youtu.be/dQw4w9WgXcQ?si=sTUKhRXXiylavwIm

Anything by 1-hit wonder The Nails and/or powerviolence band NAILS

“Morning Wood” by Beavis & Butt-Head

“The Lumberjack Song” by Monty Python

Re: Software for One

#55
Agree with the general spirit of the piece, but the examples that he gave create more problem than solving problems.

> A fitness app that sizes my smoothie to that morning's run

I don't feel I need more than the phone's calculator app for this particular problem.

Other examples could be solved by the Notes app, I feel.

I deliberately avoid creating new "apps", and make do with existing apps and solutions and create workflows rather than apps.

I write scripts, add features to scripts and understand all lines of them.

There are very few exceptions to this, like, I vibe coded a visual PDF cropper app that also handles scaling, merging in a GUI built with PyQt and GTK.

Having entire apps create maintenance burden and headaches.

Re: Software for One

#56
post #15

Things 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…

Because I played a bunch of music while doing woodworking stuff and asked for more like that. Things like this are easy with a simple agent loop. It's not picking random music out of the sky; it's working from my Apple Music library (and then expanding on it from the Apple Music catalog).

Re: Software for One

#57
post #47
post #39

Earlier quoted context omitted.

For basically anything but chicken I give exact gram weights of proteins and of any fats or carbs. I generally don't give it any precision about vegetables that won't drive protein, fat, or carbs. Most meal components aren't going to meaningfully change the macro breakdown except for fiber, which I don't care enough about to track.

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.

Re: Software for One

#58
post #15

Things 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…

This sounds like such a security risk. It just takes one bad library. Your phone and desktop are not a sandbox.

Re: Software for One

#59
post #15

Things 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…

This sounds like such a security risk. It just takes one bad library. Your phone and desktop are not a sandbox.

Don't think it has to be, if you are mindful of it. Ai uses fewer dependencies usually, as it doesn't mind rewriting things, and you can easily add scans and sanity checks to your sdlc

Re: Software for One

#60
post #15

Things 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…

This sounds like such a security risk. It just takes one bad library. Your phone and desktop are not a sandbox.

These are all simple SwiftUI applications with minimal dependencies. My phone, by the way, definitely is a sandbox.
Post reply on HN