Live data from Hacker News

Viewing profile — archmaster

archmaster

HN member
Joined
Wed, Feb 13, 2019, 9:09 PM UTC
HN karma
1,639
Public activity
107 items

About archmaster

hi! i make stuff. https://github.com/kognise

Recent public activity

  1. comment
    Comment #47205440

    I love the act of writing code, it clicks well with me. I love the feeling of my brain solving problems, figuring out how something works, and then finally understanding it. I love…

  2. comment
    Comment #47199768

    I've seen a lot of posts like this one, but this is the first to encapsulate how I feel so well. Honestly, I don't really know what to do. I spent my whole life (so far; I'm still …

  3. comment
    Comment #46618534

    I guess I gotta write one about CPUs now ;)

  4. comment
    Comment #45858113

    check again!

  5. comment
    Comment #45852888

    somewhat better now! added a bit more concurrency. lesson learned: use tokio next time

  6. comment
    Comment #45852509

    It's like when your uncle squeezes you at Christmas. You're glad to see him again, but it's just a liiiitttleee... too... much... for... your... lungssss,.,.,.,

  7. comment
    Comment #45852482

    Anecdotally, I've run a bunch of traceroutes and reverse traceroutes to different locations and they tend to follow the same AS paths — although sometimes the traceroute will surfa…

  8. comment
    Comment #45852416

    check the html :)

  9. comment
    Comment #45852412

    oh yeah i saw this! newer than the website though :)

  10. comment
    Comment #45707558

    This is awesome! To anyone interested in learning more about this, I wrote https://cpu.land/ a couple years ago. It doesn't go as in-depth into e.g. memory layout as OP does but do…

  11. comment
    Comment #45439705

    Had the pleasure of helping rack drives! Nothing more fun than an insane amount of data :P

  12. comment
    Comment #43748695

    Interesting. Got 19/20 too, and also missed #14!

  13. comment
    Comment #42806850

    i don't think it's your fault. spotify's entire website is down for me right now, i'm getting "upstream request timeout" and "upstream connect error or disconnect/reset before head…

  14. comment
    Comment #41758282

    if only this went into where the ocaml escape came from :)

  15. story
  16. comment
    Comment #41483128

    This is pretty cool. Worth noting that Git does not actually only store full copies of files every time you make a change, this article I found does a really good job at explaining…

  17. comment
  18. comment
    Comment #38535254

    CSS transforms! transform: rotate(-2deg) skew(-2deg); transform-origin: bottom left;

  19. comment
    Comment #38534306

    https://www.youtube.com/watch?v=F7GDaLijr1w

  20. comment
    Comment #38534288

    "Reliable" may have been crufty wording but I did get more responsive results using it. MTR uses ICMP by default. Definitely want to do a hybrid thing in the future though!

  21. comment
    Comment #38534180

    Ooh, that's compelling. I wonder how that would work for an actual traceroute.

  22. comment
    Comment #38534151

    +1, love it

  23. comment
    Comment #38534145

    BGP looking glasses are very fun, although a bit of a different concept. And WOAH, that's really interesting about TTLs. Thanks for sharing! That's awesome and terrifying!

  24. comment
    Comment #38533902

    1. ICMP seemed a lot faster / more reliable, but you're right that UDP does sometimes bring out better results. Something I want to do is make it use a hybrid approach — sending bo…

  25. comment
    Comment #38532927

    TY, will read! I touched on this duality in the article actually :)