HN user

abahgat

525 karma

Geek and developer with a broad range of interests.

www: http://abahgat.com

twitter: http://www.twitter.com/abahgat

github: http://www.github.com/abahgat

Posts10
Comments26
View on HN

I bought a pretty powerful desktop computer for gaming in late 2025. It came with an RTX 5080, which I started using to run some local LLMs and run some experiments (most recently, I was trying to get agents to get better at playing Zork I).

I've mostly enjoyed having WSL to leverage Linux dev tools, but it seems like it's still adding overhead that prevents me from taking advantage of the GPU in full, so I'll likely get another drive and install Linux.

I tried Qwen, Llama, Mistral and Gemma. Gemma 4 was pretty impressive.

I can see how this is a great building block for what Zed is doing around collaboration.

One thing I would really love to see, however, is a way to better attach code review comments to the specific version of code they were left on. I find it quite difficult to do with git and github, considering that commit hashes change every time one is forced to rebase (say, for example, to handle a merge conflict).

Do you expect DeltaDB to help address this problem?

Some programming is the equivalent to designing a factory, some programming is the equivalent to carving out wood pieces.

I've worked in large organizations where a small number of staff+ engineers were approaching programming as factory, while many more engineers were obsessing about the details of their own narrowly-focused work and liked it that way.

It feels like the scale is tipping more towards the factory model and, understandably, not everyone is excited about that.

To be fair, shipping these guidelines as AGENTS.md/CLAUDE.md in the repo that contains the assignments will make it so that agents will pick this up without needing students to opt in explicitly. Seems like a reasonable first step to me

I totally fell for the "obscene memory" trap myself. My first encounter with suffix trees outside of a textbook was for an ITA Software 'Instant Search' puzzle. The requirement was sub-0.1ms search on a large string database, I went straight for a generalized suffix tree. Then I realized they had asked for the solution to fit within a 1GB heap. :(

I wrote up the full 'war story' of how I had to profile the heap and optimize the node representation (shaving bytes off the edge storage) just to get it to boot without an OOM error: https://www.abahgat.com/blog/the-programming-puzzle-that-got...

It’s the most tangible example I've run into of where theoretical O(n) space complexity meets the reality of object pointer overhead.

Author here. It’s a very hopeful time for interactive learning. Coincidentally, it is inspiring that both OpenAI and Anthropic released these improved visualization capabilities just this week.

Using Gemini's canvas for chord progressions is a great example of this. When I was building this suffix tree visualizer, I kept thinking about how much "spatial" intuition is required to understand the algorithm; having these live, interactive environments available to students is a massive step forward.

https://openai.com/index/new-ways-to-learn-math-and-science-... https://claude.com/blog/claude-builds-visuals

Hi HN, I wrote this post after an experiment over the holidays. I had Claude write a cross-stack feature touching our database, cloud infra, mobile app, and the embedded application running on our hardware devices at work. What would usually take me a week took an afternoon to generate.

But it still took weeks to test and merge.

The takeaway for me was that for teams operating with legacy debt, or teams where verification requires physical interaction (you can't throw prompt engineering at a hardware test bench), AI doesn't solve the bottleneck; it just shifts it. We are making code generation incredibly cheap, but the cost of verification and code review isn't shrinking, and the burden is falling on our most senior engineers.

I’d be curious to hear how others managing complex or non-standard codebases are adapting their CI/CD and review processes to keep up with the volume of AI-generated code.

Github is my resume 14 years ago

I tend to agree with this point of view: whiteboard interviews fail to predict how you will write real code once you are hired, your actual code is definitely a better indicator.

Asking candidates their github usernames is starting to seem a common trend, in my experience.

Wat 14 years ago

That is exactly what I was wondering: what you say must be true, but I could not find any equivalent of what you see here for any other profession.

But maybe it is just because I write code for a living...

Sounds like a smart idea, to me. Since I started using Alfred on my Mac I'm able to control almost everything from the keyword and I'm faster at almost everything.

Being able to guess the user intentions from the context would be a great advantage, but the challenge would be balancing context-dependent commands from the most general ones, in my opinion.

I guess that one of the advantages of such an approach is standardization, in particular if your company is big. Once you get a significant number of candidates, it may become more important to have some "objective" and quantitative way to rank your candidates by performance than to get a true understanding about how likely they are to get things done (how would you "measure" that?). At that point, it becomes more important to ensure uniformity of judgement across the pool of interviewers. Isn't that why they often ask programming puzzles: so that they can compare performance. If the price to pay for that is that some valuable candidate won't get an offer, they can live with that. At least, that's how I see it.

Of course the argument for startups will be different :)

GitHub for Mac 15 years ago

Absolutely correct: GitHub just put a GUI on top on that, although it is a very neat one.

GitHub for Mac 15 years ago

Keeping it free would perfectly make sense on the long run too, IMHO. It could attract a lot more users to githubcom and FI.

GitHub for Mac 15 years ago

I used Tower for a while, and I didn't have the chance to test Git for Mac yet (will do later today when I'll be using my Mac).

One thing that Tower can do quite well is dealing with multiple remote repositories (e.g. github + heroku). If GitHub for Mac does that as well, I believe I'm going to switch to that.

GitHub for Mac 15 years ago

Well, their web app tracks the history and changes of your repo hosted there. It means you see them only after you perform a push.

On the announcement they say: > But those things are only great after you've pushed your code to GitHub.

With the desktop app you can manage your local repository before pushing changes to github

[dead] 15 years ago

It would be absolutely great if you also added icons, color coding or some clever visual convention to make them understandable at a glance.

I'm thinking about something like this http://goo.gl/9g7jx or - possibly - even simpler (e.g. like the CC icons)!

That would absolutely make it a winner for me.

Not a position, but rather a note. In addition to specifying whether working remotely is accepted or not, it would be very useful to know which positions are open to foreign candidates (especially for US based companies).

I know for sure that some of the companies that posted positions below are open to international candidates, and some are not. It would be great if we could distinguish positions according to that criterion as well.

We use slicehost too for our web app. Even if most of their customers appear to use RoR, we didn't have any issue in setting up Apache and MySql and getting our Java/Tomcat/Struts/Hibernate web application up & running even on a VPS with 256MB of Ram.