Viewing profile — hanwenn
hanwenn
HN member- Joined
- Tue, Mar 24, 2015, 3:11 PM UTC
- HN karma
- 227
- Public activity
- 62 items
- HN profile
- View on Hacker News ↗
About hanwenn
No profile information was provided.
Recent public activity
-
comment
Comment #49245590
I wrote my own (or rather, had Claude write it), https://github.com/hanwen/runclaude . Mine uses containers, and makes only the git/jj workspace read/write, hiding all credentials …
-
comment
Comment #48472262
Yes. The links are to isolated threads on a rail (model) forums (apparently, this publisher markets books/magazines related to railway models). It's hard to see if the individual c…
-
comment
Comment #48471729
Curiously, if you look for "geramond verlag betrugsmasche", or "verlagshaus24 betrugsmasche", it will now tell you that there are no indications it is a scam, but "significant orga…
-
comment
Comment #48319836
I got tired of the permission prompts and wrote a filesystem/network sandbox so I could skip all permission checks. It works on the same principle as bubblewrap, but has some nicet…
-
comment
Comment #48159634
AWS graviton, Google Axion? ARM has better performance per watt, which translates to better performance per $.
-
comment
Comment #48157496
interesting article, but now I'm left wondering how the glucose gets to the retina. Why is this easier than supplying oxygen?
-
comment
Comment #48133808
That is not quite the right word. For Python, the headcount was moved from the Bay Area (the most expensive place in the world to hire software engineers) to Munich (the most expen…
-
comment
Comment #47715274
Is anyone from GitButler reading this? As others alluded, JJ already exists and is a credible successor to Git for the client side. Technical desides aside though: how is this supp…
-
comment
Comment #47291345
blaze/bazel was a big improvement over its predecessor (a set of python scripts that generated huge makefiles), but that did not make it free of accidental engineering. The google …
-
comment
Comment #46392477
Rob left Google a couple of years ago.
-
comment
Comment #46299562
"WarpBuild are still the better option." what makes you think they won't hike the control plane price again? They can turn this knob arbitrarily to put you out of business.
-
comment
Comment #46157680
more background: https://sourcegraph.com/blog/zoekt-creating-internal-tools-a...
-
comment
Comment #45438927
IIUC, on EC2, the disk (EBS)is one service, and snapshots are in another service (S3). Taking a snapshot involves copying the entire disk to S3, while restoring a snapshot pages bl…
-
comment
Comment #45435946
Also: did you consider using LVM snapshots?
-
comment
Comment #45435285
Thanks for writing the blog post; it was a fascinating read! I was curious about a couple of things: * Have you considered future extensions where you can start the VM before you c…
-
comment
Comment #44592682
IIRC it already uses content defined chunking for finding object deltas.
- story
-
comment
Comment #41718303
Hi! sorry for not responding to your email, I was swamped. I looked through the sourcecode, but I can only find UI (ie. browser) code. Does this do anything beyond delivering a mor…
-
comment
Comment #41678679
don't forget Android.
-
comment
Comment #41518793
Both David Chang and his staff are ridiculous. Different parts of the bird take different times to cook, so for food quality, cooking a bird as a whole makes no sense: either the b…
-
comment
Comment #41493310
Developer infrastructure at google reported into cloud from 2013 to 2019, and we (i was there) tried to do exactly that: building products for gcp customers based on our experience…
-
comment
Comment #40050229
Haskell is another oddball. It was for a hardware project that used the to-be-auctioned analog TV RF spectrum for a new WAN standard. It was canceled when it became clear the spect…
-
comment
Comment #40010657
Hi, I wrote zoekt. From what I understand valtown does, I would try to use brute force first (ie. something equivalent to ripgrep). Once that starts breaking down, you could use la…
-
comment
Comment #39976749
github uses something called babeld (just telnet to github.com port 22; the version string is printed immediately.)
-
comment
Comment #39875884
In the Bazel build system, you would mark the test data blob as testonly=1. Then the build system guarantees that the blob can only be used in tests. This incident shows that killi…