Viewing profile — programmarchy
programmarchy
HN member- Joined
- Sun, Apr 15, 2012, 4:52 AM UTC
- HN karma
- 1,890
- Public activity
- 1,201 items
- HN profile
- View on Hacker News ↗
About programmarchy
No profile information was provided.
Recent public activity
-
comment
Comment #48855941
Might have been Ken Silverman. https://advsys.net/ken
-
comment
Comment #48770913
Good luck with that. I used to be an OCD freak about code before LLMs, but AI coding has largely freed me of that limitation. I've become very comfortable giving AI a long leash, b…
-
comment
Comment #48732633
I haven’t used Effect but the problem I see with using it is that it seems to want to completely swallow the whole app architecture. At that point, why not just use a functional la…
-
comment
Comment #48687252
Railroads had enormous subsidies, too. This is how infrastructure is built, even in "capitalist" economies because it operates at the level of national security. Even to this day, …
- story
-
comment
Comment #48031136
AI might actually RTFM
-
comment
Comment #47676907
Also had a severe issue with Bunny, serving videos. They had a cache poisoning issue where they served a few frames from pornographic videos right in the middle of our educational …
-
comment
Comment #47627762
I really dislike how apps add themselves to the menubar. And I hate if there's no option to remove it from the menubar. Icons with indicators like WiFi, Battery, etc. make sense. B…
-
comment
Comment #47156204
Then what’s the point of skills like apple-reminders? Isn’t the implication for a personal assistant styled OpenClaw setup that you allow it access to those tools on your behalf? O…
-
comment
Comment #46439058
FastAPI -> OpenAPI -> openapi-typescript
-
comment
Comment #46282142
Academia is more than a transaction. It's a social good. One that's also subsidized by the US taxpayer.
-
comment
Comment #46128277
Compile step makes things more complicated.
-
comment
Comment #45706671
I spent some time attempting to "derive" a theme given a primary and secondary color, but realized my color theory wasn't strong enough to build something reliable (I tried with bo…
-
comment
Comment #45677961
PDF is arguably a confusing format for LLMs to read.
-
comment
Comment #45585783
Exactly what came to mind for me as well. Information is a difference that makes a difference.
-
comment
Comment #45345806
An analogy Statement: Statistically, seatbelts reduce the chances you’ll die in a car accident. You: But, what if your car crashes into a lake and you get trapped underwater?
-
comment
Comment #45127033
This proves the GPs point about saving energy. Think about how inefficient it would be for each individual to create their own transcript via an LLM.
-
comment
Comment #45052198
Would it be possible to embed Bitrig in an existing app? Similar to how you might embed React Native into a portion of your app to accelerate development in a specific area, it’d b…
-
comment
Comment #44779124
One of the core things Node.js got right was streams. (Anyone remember substack’s presentation “Thinking in streams”?) It’s good to see them continue to push that forward.
-
comment
Comment #44516839
This sounds like a breath of fresh air as a disenchanted Spotify user. My only hesitation is that I’ve lost touch with collecting music. I used to rip CDs and download music and cu…
-
comment
Comment #44509665
For most APIs that doesn’t deliver any value which can’t be gained from API docs, so it’s hard to justify. However, these days it could be very useful if you want an AI to be able …
-
comment
Comment #44382849
With 5M you can get white hat audits. Even big boys like Okta have had serious fuckups [1]. [1] https://trust.okta.com/security-advisories/okta-ad-ldap-dele...
-
comment
Comment #44082501
shadcn distribution model for utils is a good idea. i wanted something for react hooks as well and was surprised that didn’t seem to exist either.
-
comment
Comment #43585527
Wow, this looks awesome. Been using Temporal, but this fits so perfectly into my stack (Postgres, Pydantic), and the first-class support for DAG workflows is chef's kiss . Going to…
-
comment
Comment #43548731
Seems like you should be correct. A shadcn button is just react, tailwind, and @radix/react-slot. But if you simply create a new shadcn Next.js template (i.e. pnpm dlx shadcn@lates…