Live data from Hacker News

Viewing profile — nurpax

nurpax

HN member
Joined
Sun, Aug 18, 2013, 7:16 AM UTC
HN karma
418
Public activity
25 items

About nurpax

No profile information was provided.

Recent public activity

  1. comment
    Comment #40690379

    The same can happen with C malloc/free too.

  2. comment
  3. story
  4. comment
    Comment #26868712

    It’s not just you. Python seems to suffer from Python-specific ”tutorial sites” being SEO’d above Python’s official docs. I don’t know what it is about the Python documentation tha…

  5. comment
    Comment #26773344

    This field contains the worker-specific seed: torch.utils.data.get_worker_info().seed So I guess something like the below (untested!) could work too: worker_init_fn=lambda id: np.r…

  6. comment
    Comment #25851748

    Yup, especially as you often need to access dict's with foo["field"] and you get a syntax error if the f-strings is also f"". JavaScript backtick syntax doesn't lead to this extra …

  7. comment
  8. comment
    Comment #23959117

    Inline images would be great too (bitmap or svg). There’d be a lot less need for something like jupyter if you could show images in the shell.

  9. comment
    Comment #23717171

    This was an interesting Twitter thread about Encrochat: https://twitter.com/josephfcox/status/1278638671416168450?s=...

  10. comment
    Comment #23694251

    Looking forward to trying out Linear. I'd really love to use a tool with good performance and offline support! Your website looks slick and lovely too. Alas, the e-mail sign up see…

  11. comment
    Comment #23693896

    The download page says only macOS is currently supported. Electron supports Windows and Linux quite well - any ETA on when you will be adding these platforms?

  12. story
  13. comment
    Comment #22798921

    I’d like to think so too. It’s hard to actually understand how Docker works by reading their documentation. Everything looks so simple.. and it magically runs on macOS and Windows …

  14. comment
    Comment #22046058

    At least static sites on places like GitHub pages need client-side analytics as you cannot access their logs.

  15. comment
    Comment #22022098

    Thanks! PNG import is mainly intended for pulling PETSCII content into Petmate from running .prg files in VICE. The pixel data and image dimensions need to match exactly for the im…

  16. comment
    Comment #22021950

    Petmate author here. Doesn’t notarization require an Apple Developer ID? Out of principle, I don’t want to pay Apple 100 USD a year just to build my free app.

  17. story
  18. comment
  19. comment
    Comment #18732321

    > made a huge mistake not having proper union/sum types (AKA Abstract Data Types/ADTs) Did you mean algebraic data types?

  20. comment
    Comment #17383075

    I also used some Haskell in another C64 project. Made a VICE memory snapshot parser for digging some values out of RAM. Haskell was a lot handier for byte level access than Python.…

  21. comment
  22. story
  23. story
  24. story
  25. story