Live data from Hacker News

Viewing profile — xnormal

xnormal

HN member
Joined
Tue, Nov 01, 2016, 10:47 AM UTC
HN karma
8
Public activity
18 items

About xnormal

No profile information was provided.

Recent public activity

  1. comment
    Comment #34662878

    Either continue with the current system or decide to fork time off Earth rotation entirely. The language about the "one minute" difference is rolling that can down the road cowardl…

  2. comment
    Comment #34424048

    I guess GitHub and similar providers could scan incoming commits for these in order to shield users who do not upgrade. We all know there will still be millions of those for years …

  3. comment
    Comment #30791438

    BRCA sucks. My sister died from ovarian cancer. She was positive and refused preventive removal. I need to get checked. And if I am a carrier, my daughters will need to get checked…

  4. comment
    Comment #30765999

    I believe “this person” is Cloudflare’s CTO

  5. comment
    Comment #30765841

    > The best you can do as a maintainer is to be mindful of the original problem that the solution was architected for, and extend the thing without crossing certain boundaries and a…

  6. comment
    Comment #30734815

    Drunken white elephants of style

  7. comment
    Comment #29278853

    I used something similar to Duff’s device to implement coroutines in C++ (pre-C++20). With some macros and using lambda function the result almost feels like part of the language. …

  8. comment
    Comment #29215897

    I wrote a tool that lets me use keys in my ssh-agent for google cloud. This way, a vm can run with minimal privileges but when I ssh in I get gcloud cmdline with full control. It i…

  9. comment
    Comment #29152845

    The QuickEd external message editor for QuickBBS was perfectly usable at 1200 baud. During screen repaint it gave priority to updating the current line so it was responsive and wen…

  10. comment
    Comment #28539725

    > Pledge/unveil are manifestly more successful, being used pervasively (though not really by programs which do not primarily target openbsd). Because of their simplicity, they are …

  11. comment
    Comment #28389226

    Academics can sometimes learn a lot from industry. The ScyllaDB database and its underlying SeaStar library essentially implement a userspace OS that handles the hardware very diff…

  12. comment
    Comment #28389197

    Implementing the minimal “bootstrap” HID interface can be done without most of the abstraction layers. It’s effectively hard-wired and barely parsing of any descriptors or anything…

  13. comment
    Comment #28389187

    A well-written library can effectively expose a simpler hardware device with minimal assumptions

  14. comment
    Comment #28388994

    Nice, but there are already some de-facto standards for this. In Python I use “raise NotImplementedError”. Many IDEs and static analyzers catch TODO/FIXME in comments which works f…

  15. comment
    Comment #28388926

    Note that the graph is logarithmic. Meson’s rise is truly meteoric.

  16. comment
    Comment #28179514

    Low concentration HF is frequently uses in artistic glass etching. With reasonable precautions it’s not more dangerous than cleaning your drain with caustic soda. Just don’t be stu…

  17. comment
    Comment #28179407

    Is there any way to start workers that would be guaranteed to be co-located with a specific durable object? This way they would have ultrafast access to the state it manages but no…

  18. comment
    Comment #19215202

    Any chance of something similar for CSV? (full RFC-4180 including quotes, escaping etc). Terabytes of "big data" get passed around as CSV.