Viewing profile — archmaster
archmaster
HN member- Joined
- Wed, Feb 13, 2019, 9:09 PM UTC
- HN karma
- 1,639
- Public activity
- 107 items
- HN profile
- View on Hacker News ↗
About archmaster
Recent public activity
-
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…
-
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 …
-
comment
Comment #46618534
I guess I gotta write one about CPUs now ;)
-
comment
Comment #45858113
check again!
-
comment
Comment #45852888
somewhat better now! added a bit more concurrency. lesson learned: use tokio next time
-
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,.,.,.,
-
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…
-
comment
Comment #45852416
check the html :)
-
comment
Comment #45852412
oh yeah i saw this! newer than the website though :)
-
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…
-
comment
Comment #45439705
Had the pleasure of helping rack drives! Nothing more fun than an insane amount of data :P
-
comment
Comment #43748695
Interesting. Got 19/20 too, and also missed #14!
-
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…
-
comment
Comment #41758282
if only this went into where the ocaml escape came from :)
- story
-
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…
-
comment
Comment #41156827
:)))
-
comment
Comment #38535254
CSS transforms! transform: rotate(-2deg) skew(-2deg); transform-origin: bottom left;
-
comment
Comment #38534306
https://www.youtube.com/watch?v=F7GDaLijr1w
-
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!
-
comment
Comment #38534180
Ooh, that's compelling. I wonder how that would work for an actual traceroute.
-
comment
Comment #38534151
+1, love it
-
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!
-
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…
-
comment
Comment #38532927
TY, will read! I touched on this duality in the article actually :)