HN user

oneneptune

131 karma
Posts0
Comments44
View on HN
No posts found.

"just ticking up a version number" drastically understates the headaches of Material UI over the years.

Not a boring application, a very large application -- each major version update was a tedious process because they completely upended many APIs.

We've migrated to shadcn, and upgrades are now easy; we can upgrade a single component -- add the new ones free.

With MaterialUI we had to update EVERYTHING to their new APIs to be able to take advantage of the new features anywhere.

With shadcn we can be selective.

... they pay low income people $2-5, literally, to be the face of their scalping. It's like gig work for those people. The worker uses their own name, address, and credit card even to make the purchase. The scalper reimburses them + $5.

... and building a business off of skills you don't have based on a strategy already exists! You use capital to pay humans that do have the skills.

Or capital a comparable sum to pay an AI to approximate the skills of humans I guess is the proposed future?

I'd love to do all 3, and actively push my city council to prioritize rezoning for mixed use + medium density.. and eliminating parking minimums. I previously lived in NYC and it was true like the author said; I could have boundless weekend trips to a variety of places with Amtrak + Bus service.

This is great unless you live in an area of almost absolute geographic and social homogeny in a 100 mile / 160 km radius. "Yo friends, want to drive an hour and see if the fast food in a strip mall is the same as our fast food in a strip mall" just doesn't quite land or "Want to drive 45 minutes and walk in a park that was built in the early aughts and lacks proper shade and had all it's benches removed just like ours?"

Chipotlai Max 2 months ago

I once saw the bad side of one of these draconian state laws many years ago. People rarely have the misfortune of hitting these laws in some flyover states... and I remember the local judge being really shocked by the mandated penalties for such a simple offense.

From Rust to Ruby 2 months ago

The biggest problem is the author didn't even bother to verify it. I've seen big multi-model ralph wiggum or whatevers do a conversion. Run for 6 hours. Upon manual inspection to understand how it handled some tricky calculations / logic I find stubs and hard coded truthy returns. So even if you ran a smoke test suite against it -- you'd think it successful...

The value in paying someone is if you have enterprise requirements for physical data security. Then after that if you go the Hetzner route, you have to micromanage your underlying OS, Redis, DB, etc... and it's just more work.. and if you're in enterprise business it reduces friction a lot to just pay someone a trivial amount like $10,000 a month.

Please forgive me as I'm both naive and ignorant;

What is the implications / meaning of that? If a software comes from a trusted source and there's adequate mechanisms to make sure file contents aren't stolen / accessed -- why be concerned with who else has the same software?

Also, in the construction industry you get an updated drawing file a day before the bidding closes... good luck getting the GC to send more detailed files (that they themselves got elsewhere) in that time. You're better off sending it to your estimation department in India and letting them work through the night to put together the new estimations.

A personal anecdote:

I had several roommates, and we each were responsible for a utility. I was responsible for internet, and Cox was our provider.

I received multiple e-mails from Cox about copyright infringement. I can't recall them, but I remember it being serious enough for me to tell people to stop.

Thinking back, I feel like Cox's position is right and fair; let users know they're being observed by copyright holders, and inform the user that they could be compelled to provide their identity to complainants.

But ultimately, the responsibility to "stop" the supposed infringement is on the holder, not Cox.

One very minor note; Anthropic and others, like most "enterprise" solution, also sell SSO + SCIM + audit logs. Their business plans have lower tokens and higher prices to cover the enterprise features, which should be essentially free to provide in 2026.

I think people will be quick to engage with the "ai is risky" angle, but the thing that jumps out to me is that you were working against a production state in the first place.

The agent made a mistake that plenty of humans have made. A separate staging environment on real infrastructure goes a long way. Test and document your command sequence / rollout plan there before running it against production. Especially for any project with meaningful data or users.

a redis geospatial index + redis distribution locks you can build a performant cache layer that is consumed by a ton of people and stay well under that rate limit.... the weather data only updates every 5 minutes too, so you can use that for your cache ttl.

The Codex App 6 months ago

I'm a Claude Code user primarily. The best UI based orchestrator I've used is Zenflow by Zencoder.ai -- I am in no way affiliated with them, but their UI / tool can connect to any model or service you have. They offer their own model but I've not used it.

What I like is that the sessions are highly configurable from their plan.md which translates a md document into a process. So you can tweak and add steps. This is similar to some of the other workflow tools I've seen around hooks and such -- but presented in a way that is easy for me to use. I also like that it can update the plan.md as it goes to dynamically add steps and even add "hooks" as needed based on the problem.