Live data from Hacker News

Viewing profile — eidorb

eidorb

HN member
Joined
Sun, Jul 01, 2012, 2:21 PM UTC
HN karma
101
Public activity
24 items

About eidorb

No profile information was provided.

Recent public activity

  1. comment
    Comment #45006776

    Another use case is applying small patches to a large function or method. Overriding would mean copy pasting largely similar code. It’s a bit ugly. https://github.com/eidorb/ubank/…

  2. comment
    Comment #44539118

    I've been using a transformer & resistor voltage divider direct into audio in to decode Decabit signals (a form of ripple control aka audio frequency load control): https://web.arc…

  3. comment
    Comment #44439299

    Minor’s accounts must also revoke “sign out” functionality in case they see some titties.

  4. comment
    Comment #44381773

    See also: webauthn in software https://github.com/bodik/soft-webauthn Unofficial bank API client using software passkey: https://github.com/eidorb/ubank

  5. comment
    Comment #44304235

    Massive grug.

  6. comment
    Comment #44167645

    I'm about 1/3 through https://hypermedia.systems . It feels right intuitively. But I kinda left off about 10 years ago with Flask and maybe a JS chart lib. Great times! I can see h…

  7. comment
    Comment #43229551

    Yibico's python-fido2 library ( https://github.com/Yubico/python-fido2 ) contains (a minimal) CBOR implementation too: https://developers.yubico.com/python-fido2/API_Documentation.…

  8. comment
    Comment #42476812

    Do what you enjoy. (This is easier said than done.) What else could you do, worry?

  9. comment
    Comment #42464674

    Yes. Infest the rats' nest.

  10. comment
    Comment #42292894

    Translation: https://f-ag.translate.goog/?_x_tr_sl=de&_x_tr_tl=en&_x_tr_h...

  11. story
  12. comment
    Comment #42285511

    dang could change url to more hacky post in thread: https://x.com/oldmanscode/status/1862794071561126380

  13. story
  14. comment
    Comment #35415743

    This is useful on the USB support front: https://learn.microsoft.com/en-us/windows/wsl/connect-usb

  15. story
  16. comment
    Comment #31568534

    I may have gone with the following. Yes, some characters are repeated, but I'm not playing code golf. stripped_lines = (line.strip() for line in buffer.readlines()) non_empty_strip…

  17. comment
    Comment #25476923

    I like using doctest in these simple cases - the tests go in the docstrings! (Also, it’s part of the standard library.) https://docs.python.org/3/library/doctest.html

  18. comment
    Comment #12776726

    First class support for swipe left/right gestures.

  19. comment
    Comment #11165341

    Ah-ha! This was a great insight for me. I can't not subvocalise when reading. But I too certainly don't subvocalise when reading code. Now I know what it's like.

  20. comment
    Comment #5317282

    I've implemented something similar using Eli Bendersky's example [1] as a guide. His example adds a stop event. I pass my worker thread lambdas, so that arbitrary tasks can be carr…

  21. comment
    Comment #4831531

    The network is built to cope with a peak demand that only occurs for a relatively small amount of time. By reducing the peak demand they can delay the capital expenditure of upgrad…

  22. comment
    Comment #4696793

    I love subtle flairs like this. It's something that a lot of people would only notice if removed and I think that's an indicator of good design.

  23. comment
    Comment #4412006

    I've been living in a hotel for a few weeks. The internet is just a little expensive - $20 for 50 MB or 3 hours, whichever comes first. I had some time on my hands and got TCP over…

  24. comment
    Comment #4184798

    I guess you could use a series arrangement to get a binary encoding.