Live data from Hacker News

Viewing profile — shanemhansen

shanemhansen

HN member
Joined
Sat, Dec 10, 2011, 12:02 AM UTC
HN karma
2,553
Public activity
601 items

About shanemhansen

No profile information was provided.

Recent public activity

  1. comment
    Comment #48227940

    Just an interesting observation I had about this once when I noticed that kernel quic implementations weren't very fast. KTLS is mostly useful if paired with sendfile (I'm ignoring…

  2. comment
    Comment #47657783

    They said bind mounts would still work. I didn't think those worked with remote engines. Which also seems to imply the client software will expose your laptops filesystem to wherev…

  3. comment
    Comment #46970443

    I've thought of this quote a bunch and I came up with my own addon. "Some people think that the magic of something wondrous is diminished when it's understood. I feel bad for those…

  4. comment
    Comment #46456705

    Going to write a real banger of a paper called "latency numbers considered harmful is all you need" and watch my academic cred go through the roof.

  5. comment
    Comment #46157085

    > AV1 streaming sessions achieve VMAF scores¹ that are 4.3 points higher than AVC and 0.9 points higher than HEVC sessions. At the same time, AV1 sessions use one-third less bandwi…

  6. comment
    Comment #46040203

    This actually seems like a simple example of memory request vs limit. Request the amount of memory needed to be healthy, you can potentially set the limit higher to account for "re…

  7. comment
    Comment #46040010

    I'd think something like Rump Kernel's is a closer analogue: https://en.wikipedia.org/wiki/Rump_kernel

  8. comment
    Comment #45888119

    You nerd sniped me a little and I'll admit I'm not 100% sure what a reduction is but I've understood it to be a measurement of work for scheduling purposes. A bit of googling indic…

  9. comment
    Comment #45765342

    The unreasonable effectiveness of profiling and digging deep strikes again.

  10. comment
    Comment #45503189

    Tcl was my first "general purpose" programming language (after TI-basic and Matlab). When I started that job I didn't know the difference between Tcl and TCP. I spent a couple mont…

  11. comment
    Comment #45429244

    The closeness of this syntax to graphviz dot is very interesting. having dgsh output a graphvis file in dry-run mode would be a neat feature.

  12. comment
    Comment #44973540

    Fundamentally it's a programming language so all the normal ways of running it apply: Use their library in your application to evaluate policies. Run it from the cli. Embed it in s…

  13. comment
    Comment #44748909

    You are right but it's confusing because there are two different approaches. I guess you could say both approaches improve performance by eliminating context switches and system ca…

  14. comment
    Comment #44612087

    I had this for a reverse proxy I developed that did some transformations. At about two critical points if there was an error there was literally nothing we could do except 500 barf…

  15. comment
    Comment #44314076

    I've wondered about PWM flicker when I started trying to figure out why so many modern car headlights seem like they are strobing to me. Initially I thought it might be related to …

  16. comment
    Comment #44302123

    You don't do a HTTPS handshake by hand. That's what openssl s_client is for. https://docs.openssl.org/1.0.2/man1/s_client/ Or maybe socat, I don't use it but I'm pretty sure I've s…

  17. comment
    Comment #44293429

    To me traces (or maybe more specifically spans) are essentially a structured log with a unique ID and a reference to a parent ID. Very open to have someone explain why I'm wrong or…

  18. comment
    Comment #44283420

    I don't believe them. I believe that as we exit zero interest rates, companies have to cut back and "we are doing AI" is easier to sell the investors and even their own employees t…

  19. comment
    Comment #44177644

    I agree. Sometimes doing good work feels like a curve fitting problem where the objective function is a function not only of "value" but value to . I learned this the hard way.

  20. comment
    Comment #44177582

    You're probably right. There are certain literal statements I react strongly to. I understand at work I have a job to do, but I choose how to do it and I choose to do it in a human…

  21. comment
    Comment #44177082

    > As a manager, your empathy needs to be highly conditional. Your job is to get to the truth of a matter in a respectful way, not make your team feel good. Doubt. Specifically abou…

  22. comment
    Comment #44078279

    Well it absolutely muddles your mind when you're on it and it causes constipation. It can also depress your respiratory system.

  23. comment
    Comment #44078273

    Science News is a big part of my childhood. My stepdad's dad was a subscriber and every issue was handed down to us gently used. I have thousands of back issues.

  24. comment
    Comment #44011488

    I'll offer a counterpoint to the responses. Until go got generics, concurrent data structures were awkward. The stdlib now does include things like sync.Map. In fact my experience …

  25. comment
    Comment #44009619

    "I don't endorse this paper. Therefore you should take it down. I won't tell you why. Trust me bro." Whether MIT is right or wrong, the arrogance displayed is staggering. The only …