Viewing profile — nurpax
nurpax
HN member- Joined
- Sun, Aug 18, 2013, 7:16 AM UTC
- HN karma
- 418
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About nurpax
No profile information was provided.
Recent public activity
-
comment
Comment #40690379
The same can happen with C malloc/free too.
- comment
- story
-
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…
-
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…
-
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 …
- comment
-
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.
-
comment
Comment #23717171
This was an interesting Twitter thread about Encrochat: https://twitter.com/josephfcox/status/1278638671416168450?s=...
-
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…
-
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?
- story
-
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 …
-
comment
Comment #22046058
At least static sites on places like GitHub pages need client-side analytics as you cannot access their logs.
-
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…
-
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.
- story
- comment
-
comment
Comment #18732321
> made a huge mistake not having proper union/sum types (AKA Abstract Data Types/ADTs) Did you mean algebraic data types?
-
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.…
-
comment
Comment #17383065
Thanks!
- story
- story
- story
- story