Viewing profile — self
self
HN member- Joined
- Wed, Feb 21, 2007, 6:23 PM UTC
- HN karma
- 1,243
- Public activity
- 196 items
- HN profile
- View on Hacker News ↗
About self
[ my public key: https://keybase.io/self; my proof: https://keybase.io/self/sigs/wb2KGPaXzKP1Z0qVz7tbJjxUFqoVqQsypwsabV4tgec ]
Recent public activity
- story
-
comment
Comment #49035155
There was a building hit near the data center on the first day of the war and that took down one AZ (unfortunately, two of my three EC2 instances were in that AZ). The hit on April…
- story
- story
- story
-
comment
Comment #48205719
You buy a https://www.spacemit.com/products/keystone/k3 board. A few links: - https://sipeed.com/k3 - https://milkv.io/jupiter2-dev-kit More here: https://redd.it/1tcrx4o
-
comment
Comment #48185277
They cost under $500/launcher: https://nationalinterest.org/blog/buzz/one-for-history-books... $300/launcher here: https://www.un.org/depts/los/nippon/unnff_programme_home/fel... A…
-
comment
Comment #47873367
> cp, mv, and rm continue to be provided by GNU coreutils in 26.04. These utilities have remaining open TOCTOU (time-of-check to time-of-use) issues (8 as of Apr 22, 2026) that nee…
- story
- story
-
comment
Comment #46859530
A Hugo theme that transforms your blog into an Emacs-like experience with buffer management, keyboard navigation, and authentic styling. Blog post: https://blog.aheymans.xyz/post/h…
- story
- story
-
comment
Comment #45979540
> Would it still be possible to participate in conversations, would people still be able to subscribe to you? Yes. I follow several remote users who default to "unlisted" posts. (T…
-
comment
Comment #45833854
Extending the grid to power a remote village is not the same thing as the villagers running their own microgrid.
-
comment
Comment #45757926
A summary: https://gist.github.com/joepie91/df80d8d36cd9d1bde46ba018af4...
- story
-
comment
Comment #45610967
On the archive at https://archive.org/details/humanfactorstypo0000baec
-
comment
Comment #45481843
Three movies with overlapping themes came out in mid-1999: The Matrix, The Thirteenth Floor, and eXistenZ (probably in that order of box office revenue).
-
comment
Comment #45287590
I don't know if it uses the vector instructions. https://gist.github.com/faried/6955a992c6d68362fd1e07a1cd575...
-
comment
Comment #45287122
I bought the 32 GB emmc module for it, for the root filesystem. I have a 500 GB nvme drive for everything else. I believe an nvme-to-sata riser will work, but I don't have one to t…
-
comment
Comment #45287106
Spacemit's website is a pain to use, but the processor appears to work almost exactly like the K1, so: - go to https://developer.spacemit.com/ - click on documentation - click on K…
-
comment
Comment #44670191
I think their point is that Elixir lets you write defmodule Multiply do def m9(m1), do: m1 * 9 end # elsewhere... defmodule Caller do def doit() do Multiply.m9(2) Multiply.m9("hi")…
- story
-
comment
Comment #43993005
You can run Smalltalk78 locally by cloning (or downloading) https://github.com/codefrau/Smalltalk78 Any web server that serves static files will do (like "python3 -m http.server").…