HN user

osigurdson

4,985 karma
Posts34
Comments2,927
View on HN
news.ycombinator.com 1mo ago

Ask HN: Why not have an EU browser?

osigurdson
7pts20
news.ycombinator.com 5mo ago

Ask HN: Interest in low cost / fast container registry?

osigurdson
2pts2
www.youtube.com 6mo ago

Show HN: Nthesis PostHog Survey Integration [video]

osigurdson
2pts1
nthesis.ai 7mo ago

Show HN: Who is hiring" search tool with chat / other features

osigurdson
5pts2
nthesis.ai 8mo ago

Show HN: Search tool for "Ask HN: What Are You Working On?"

osigurdson
7pts0
www.youtube.com 8mo ago

Show HN: CLI based note taking using Nthesis.ai [video]

osigurdson
2pts0
news.ycombinator.com 2y ago

Ask HN: Has Anyone Switched from ChatGPT Plus to Gemini Advanced?

osigurdson
2pts1
news.ycombinator.com 2y ago

Ask HN: Is anyone considering cancelling their ChatGPT subscription?

osigurdson
56pts69
news.ycombinator.com 2y ago

Ask HN: What does "vast majority" mean to you?

osigurdson
3pts7
news.ycombinator.com 2y ago

Ask HN: Is Python Dead?

osigurdson
1pts6
news.ycombinator.com 2y ago

Postgres and wsl2 and podman vs. Postgres and windows

osigurdson
3pts7
drive.google.com 2y ago

Visual Synopsis: Hacker News 12-06

osigurdson
1pts1
news.ycombinator.com 2y ago

Ask HN: Who Wants Another iPhone Mini?

osigurdson
2pts3
news.ycombinator.com 2y ago

Ask HN: Are there any unsolved problems with vector databases

osigurdson
2pts1
news.ycombinator.com 2y ago

Ask HN: Who uses ChatGPT more than Google?

osigurdson
2pts1
news.ycombinator.com 2y ago

Ask HN: What's the compile time of your project?

osigurdson
4pts10
news.ycombinator.com 3y ago

Ask HN: Is there any value in paying for ChatGPT?

osigurdson
2pts6
www.nuget.org 3y ago

Show HN: Simple C# OpenAI/ChatGPT library with no dependencies

osigurdson
4pts0
www.nuget.org 3y ago

Show HN: Simple OpenAI Library with Caching

osigurdson
5pts0
news.ycombinator.com 3y ago

Ask HN: What Ever Happened to Cohesion?

osigurdson
1pts0
news.ycombinator.com 3y ago

ChatGPT+ Works in Canada

osigurdson
2pts1
news.ycombinator.com 3y ago

Ask HN: Who wants a LED that blinks every time a new HN article is posted?

osigurdson
14pts6
docs.google.com 3y ago

Scotiabank's Deliberately Misleading UI

osigurdson
7pts0
news.ycombinator.com 3y ago

Ask HN: Have OKRs worked for your company?

osigurdson
7pts10
news.ycombinator.com 3y ago

Ask HN: Is DDG Becoming Unusable?

osigurdson
29pts58
news.ycombinator.com 3y ago

Ask HN: What cloud provider are you using for new projects?

osigurdson
2pts7
ieeexplore.ieee.org 3y ago

Early History of SQL (2012)

osigurdson
5pts1
news.ycombinator.com 3y ago

Ask HN: Is anyone using MongoDB for new projects?

osigurdson
8pts9
www.fool.com 3y ago

Why Is MongoDB Still Unprofitable?

osigurdson
3pts4
en.wikipedia.org 3y ago

Fibre is not lowest latency

osigurdson
1pts0

Back in the days of the LAMP stack, the use of Linux would have been much less obvious and thus warranted the inclusion of the "L" in the acronym. After all, leaving it out might arguably have sounded better - the AMP stack.

I'm unfamiliar with these stacks but including "U" / Unix seems odd. I suspect these run completely fine on Linux, Windows or macOS. Its almost like including an "E" in your stack for electricity.

GPT-5.6 13 days ago

I use both. Not because I am cool, but because it is cost effective for personal projects with two $20 / month plans. It is also nice to be able to see what the state of the art is like for both.

Personally, I find it very interchangeable. I open codex --yolo or claude with whatever there yolo flag is (have an alias).

GPT-5.6 13 days ago

I don't know how intentional it is / was, but LLMs in general just love to hear themselves talk!

PostHog FOSS 13 days ago

I don't think it is meant to be objectively the most efficient interface. It is more about being remarkable in a Seth Godin sense. For me I just want things to be blazing fast inside the dashboard.

PostHog FOSS 13 days ago

I've notice that as well. If you don't know how to do something having an agent with tools is great (in general, not just PH). But, its also quite slow and imprecise. I think that having the agent act more as both a teacher and "doer" is best.

What I don't understand is, what kind of legitimate criminal would not use such techniques? Are bank robbers planning things out on iMessage? If so, presumably they won't be criminals for very long. Therefore these types of initiatives only impact the innocent and inept but still active criminals.

Its hard to find a middle ground between fully understanding everything in a PR vs a vibe coding type approach. Can you understand "just a little bit" of a PR and merge it into a code base you really care about? Is it maybe fine to "mostly understand it" on the other hand? Its definitely a tough call and its impossible to argue that no trade off is being made.

LLMs are perfect for quick prototypes, speed runs, learning, etc., but if the code really matters its still not clear cut. I think the definition of what "really matters" is very project dependent of course As an extreme example you would want to understand every line of the code for the control system runs an MRI machine or a jet engine since bugs might mean life or death. Depositing money into the wrong account might not kill anyone but could lead to severe economic losses. But, then again, even problems in far less consequential software may be drastically sub-economic (i.e. saving $1000 on the implementation might cost $10000 if customers aren't happy and fails to re new). Pick your scenario I guess.

The problem is, this isn't going to change regardless of how well a new model scores on a benchmark. It seems actually AGI is needed.

I think a better metric these days is what percentage of code is not reviewed / understood by humans. That is the real bottleneck. Until we can stop looking at the code, AI barely matters - you are just trading quality for quantity.

Thats why it is so amazing for speed runs and prototypes. Here it is legitimately > 10X faster.

I'd much rather people think deeply about summarizing their work. This helps others understand it but, more importantly, helps the developer understand what they did. If its hard to summarize, maybe it should be tightened up a little for instance. Enforcing a "schema" might help a tiny bit but also can cause people to check out a little as it can feel like just another meaningless process.

Probably as good as that can get is something like WSL. Microsoft put a lot into that but still not the same as just using Linux. I wish Apple / MS would do the opposite and build their OS on top of Linux but of course that will never happen.

Right. You mean all behaviors are tested, essentially.

So if you / team are going to implement a new feature, what does that look like? Do you write Gherkin or similar, unit tests or both? Can you provide an example of what that might look like? How much of this has changed for you since the pre-AI days?