Live data from Hacker News

Viewing profile — pbsds

pbsds

HN member
Joined
Thu, May 28, 2020, 12:10 PM UTC
HN karma
50
Public activity
27 items

About pbsds

No profile information was provided.

Recent public activity

  1. comment
    Comment #44968494

    a mean rating of 3 can only be 100% fresh if the variance is 0

  2. comment
    Comment #42758733

    If concentration of control over concentration scares you then a social media not owned by the US should be welcome. Now you have an all-american echo chamber.

  3. comment
    Comment #42501000

    Trains are more comfy, almost silent and way more convenient. You don't have to start traveling to the airport 3 hours in advance. There is also this little silly thing people talk…

  4. comment
    Comment #37027139

    ...reproducable? Doesn't GPT change all the time?

  5. comment
    Comment #33942619

    I've been wanting something like this for a long time

  6. comment
    Comment #32561212

    Gron has the same issue, as it too is written in go and randomizes key order.

  7. comment
    Comment #32340104

    It's when a package manager updates Firefox while it's running.

  8. comment
    Comment #32340102

    I prefer the Firefox solution. Chrome "solved" this by running the outdated version untill restart. But if you click a link outside of chrome it opens in a new instance of the upda…

  9. comment
    Comment #31406432

    A 3d spider could easily be invisible to the 2d guy, by simply staying clear of his viewing plane. Hence why the "approaching perpendicular to his plane of existence" YouTube comme…

  10. comment
    Comment #30988343

    Many editors support the rmate protocol, enabling you to open a remote file from a ssh session in your local editor.

  11. comment
    Comment #30988324

    For this i combine entr and rsync

  12. comment
    Comment #28357921

    You could implement your design in nmigen [1], use it to generate either verilog or rtlil, then use yosys (via [2]) to reduce it to an AND and NOT circuit (using the 'aigmap' comma…

  13. comment
    Comment #27414921

    Could a equation OCR system like [1] be combined with a screen reader? It seems to support asciimath [1]: https://mathpix.com/ocr

  14. comment
    Comment #25857891

    _("Hello, {name}).format(**vars())

  15. comment
    Comment #25857795

    > 5/ As Dr Ian Harris said, the unsaid attitude could be stated like: “you have to operate on patients quickly before they get better“. Wow, really puts a new perspective on the us…

  16. comment
    Comment #25466652

    This survey doesn't have a case for those who know of Nim but have yet to try it out. Expect a lot of 'other' responses to read through.

  17. comment
    Comment #24969343

    This has for me been a godsend after corona hit. The ".remoteenv" file is for me the killer feature. Being able to bundle remote-cli in my python-poetry dev environment makes the s…

  18. story
  19. comment
    Comment #24777104

    https://docs.python.org/3/whatsnew/3.8.html#cpython-bytecode... https://bugs.python.org/issue33387

  20. comment
    Comment #24748352

    🇳🇴🇳🇴🇳🇴🇳🇴 Woooo!!! 🇳🇴🇳🇴🇳🇴🇳🇴 Go Norway! We are the best! 🇳🇴🇳🇴🇳🇴🇳🇴 Woooo!!! 🇳🇴🇳🇴🇳🇴🇳🇴

  21. comment
    Comment #24557303

    Have you tried enabling pixel-perfect scrolling?

  22. comment
    Comment #24383876

    I agree on the monkeypatching of pathlib. It makes it difficult for a reader to look up what the functions do. Providing a different module, like `import nPathlib as Pathlib` would…

  23. comment
    Comment #24251702

    Not guaranteed

  24. comment
    Comment #24179094

    Worth mentioning is NimScript, a subset of nim which can be interpreted, and embedded like lua: https://nim-lang.org/docs/nims.html If for some reason the nim compiler starts becom…

  25. comment
    Comment #23821249

    All of these cases should really be done by the compiler on O3.