HN user

robertclaus

482 karma

Mostly into software development.

Posts10
Comments206
View on HN

I bet there's an awful lot of servers out there that will happily take CORS requests from any host because someone didn't understand why their second domain couldn't talk to the same API.

Midjourney Medical 1 month ago

Isn't this how MRIs and stuff already work, they just use waves with much more appropriate wavelengths...?

Conceptually this is wrapping an agent harness in an LLM call API. I wonder if this format is more digestible than the agent building tools the big labs are rolling out.

MCP is dead? 2 months ago

A CLI or authenticated web endpoint requires somewhat arbitrary terminal or code access. MCP wraps the functionality in a way that doesn't require nearly the same permissions. Doesn't that enable a whole different class of users?

GitHub Is Down 3 months ago

There was a post from Github a few weeks ago showing commit volume exploded from linear to exponential growth about 6 months ago. I don't know for sure, but I think they weren't ready for the scale out. Whether that means actual scaling issues or cost cutting because of the scale out, who knows.

Niche Museums 4 months ago

If you're ever in Wisconsin - House on the Rock and the Mustard Museum.

I went through a similar transition. Used to spend hours in dark table each shoot, but for a hobby it got tedious. Eventually I got my in-camera configuration right enough and haven't touched a raw in months. I'll still sort and crop; but no need to fiddle with things the camera is good enough at already.

I actually agree that the code is one of the most important things to get right at a software company. Still. I would argue very few companies win on code merit alone either though. Strategy, customer communication, market timing, etc on the business side; design, system architecture, dev velocity on the technical side. So many factors are important beyond the quality of the code.

The automotive industry is huge. It seems unlikely that they would lose lobbying efforts to startup tech companies - so it seems far more likely that cars get more expensive due to government mandated self-diving "safety" features, but just enough that Americans still buy them.

I liked reading through it from a "is modern Python doing anything obviously wrong?" perspective, but strongly disagree anyone should "know" these numbers. There's like 5-10 primitives in there that everyone should know rough timings for; the rest should be derived with big-O algorithm and data structure knowledge.

How uv got so fast 7 months ago

At Plotly we did a decent amount of benchmarking to see how much the different defaults `uv` uses lead to its performance. This was necessary so we could advise our enterprise customers on the transition. We found you lost almost all of the speed gains if you configured uv behave as much like pip as you could. A trivial example is the precompile flag, which can easily be 50% of pips install time for a typical data science venv.

https://plotly.com/blog/uv-python-package-manager-quirks/