HackerTrans
トップ新着トレンドコメント過去質問紹介求人

andyg_blog

no profile record

投稿

GitDibs: Call dibs on a Git commit hash

gitdibs.com
2 ポイント·投稿者 andyg_blog·3 か月前·1 コメント

HyperAgents: Self-referential self-improving agents

github.com
234 ポイント·投稿者 andyg_blog·4 か月前·90 コメント

Pull requests are dead, long live pull requests

gieseanw.wordpress.com
3 ポイント·投稿者 andyg_blog·4 か月前·0 コメント

[untitled]

1 ポイント·投稿者 andyg_blog·4 か月前·0 コメント

If you truncate a UUID I will truncate your fingers

gieseanw.wordpress.com
7 ポイント·投稿者 andyg_blog·7 か月前·4 コメント

コメント

andyg_blog
·2 か月前·議論
This reminds me a bit of "Command-line Tools can be 235x Faster than your Hadoop Cluster" from 2014 https://adamdrake.com/command-line-tools-can-be-235x-faster-...

The constraint I, and I bet many here, have is just how much data there is. 3GB like in the 2014 article is one .pdf

Enterprise level data store is measured in hundreds of GB for a single customer, and you'll get murdered on data egress costs if you try to search an entire corpus, if you can even get through it all before the request times out or the customer decides after 5 minutes that enough is enough.

You'd need a true distributed filesystem to even start attempting what the authors suggest at any scale outside of your local machine.
andyg_blog
·3 か月前·議論
Completely agree on alignment. Without it, it's a shortcut to rejection. I actually wrote a lot about this in a blog post I called "Minimum Reviewable Unit" https://gieseanw.wordpress.com/2025/03/21/minimum-reviewable...
andyg_blog
·3 か月前·議論
I don't think it contradicts the OP. OP says the system is unreliable. Memory leaks that lead to out of memory failures for example. Smart pointers would stabilize things. (Also note that OP says their smart pointers PR was rejected).
andyg_blog
·3 か月前·議論
This is a small April Fools' project I created while exploring git commit hooks. I wondered if you could fail a commit based on the commit hash itself. Turns out you can't; you have to wait until the post-commit hook fires, and then do a reset on failure. Eventually I decided to see just how far I could take it, and well, now there's an official website and python sdk distributed through pip.
andyg_blog
·4 か月前·議論
[dead]
andyg_blog
·4 か月前·議論
>the whole article assumes the only language in the world is Python.

This was my take as well.

My company recently started using Dspy, but you know what? We had to stand up an entire new repo in Python for it, because the vast majority of our code is not Python.
andyg_blog
·7 か月前·議論
Really appreciate it. I love mixing humor with technical communication. This post is topical because strangely I encountered GUID truncation three times in the last week.