Live data from Hacker News

Viewing profile — self

self

HN member
Joined
Wed, Feb 21, 2007, 6:23 PM UTC
HN karma
1,243
Public activity
196 items

About self

#--hackrtrackr:GvputZYXWPiFFoYyJdEQSQsmrYJLpm#

[ my public key: https://keybase.io/self; my proof: https://keybase.io/self/sigs/wb2KGPaXzKP1Z0qVz7tbJjxUFqoVqQsypwsabV4tgec ]

Recent public activity

  1. story
  2. 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…

  3. story
  4. story
  5. story
  6. 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

  7. 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…

  8. 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…

  9. story
  10. story
  11. 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…

  12. story
  13. story
  14. 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…

  15. comment
    Comment #45833854

    Extending the grid to power a remote village is not the same thing as the villagers running their own microgrid.

  16. comment
    Comment #45757926

    A summary: https://gist.github.com/joepie91/df80d8d36cd9d1bde46ba018af4...

  17. story
  18. comment
    Comment #45610967

    On the archive at https://archive.org/details/humanfactorstypo0000baec

  19. 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).

  20. comment
    Comment #45287590

    I don't know if it uses the vector instructions. https://gist.github.com/faried/6955a992c6d68362fd1e07a1cd575...

  21. 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…

  22. 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…

  23. 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")…

  24. story
  25. 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").…