Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nurpax
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
nurpax
7d ago
A fun quote from the paper: ”We also challenge you to improve these results. With modern methods, we have now exceeded LeCun et al.’s 1998 accuracy (MNIST images 9,930 correct, ours 9,949), on a computer from 1982, so perhaps we can again m
2.
▲
by
nurpax
2y ago
The same can happen with C malloc/free too.
3.
▲
by
nurpax
3y ago
AR?
4.
▲
Alias-Free GAN
(nvlabs.github.io)
406 points
by
nurpax
5y ago
|
79 comments
5.
▲
by
nurpax
5y ago
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 that lowers its rank on Google search results. In general, not
6.
▲
by
nurpax
5y ago
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.random.seed(torch.utils.data.get_worker_info().
7.
▲
by
nurpax
6y ago
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 syntactic friction.
8.
▲
by
nurpax
6y ago
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.
▲
by
nurpax
6y ago
This was an interesting Twitter thread about Encrochat: https://twitter.com/josephfcox/status/1278638671416168450?s=...
10.
▲
by
nurpax
6y ago
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 seems to take a while to send the registration link e-ma
11.
▲
by
nurpax
6y ago
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.
▲
CVPR 2020: Synthesizing High-Resolution Images with StyleGAN2
(news.developer.nvidia.com)
1 points
by
nurpax
6y ago
|
0 comments
13.
▲
by
nurpax
6y ago
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 too. No wonder people think it’s some sort of a VM.
14.
▲
by
nurpax
7y ago
At least static sites on places like GitHub pages need client-side analytics as you cannot access their logs.
15.
▲
by
nurpax
7y ago
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 import to succeed. I try to explain it in the docs but the fea
16.
▲
by
nurpax
7y ago
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.
▲
Dirty tricks 6502 programmers use
(nurpax.github.io)
305 points
by
nurpax
7y ago
|
60 comments
18.
▲
by
nurpax
8y ago
> made a huge mistake not having proper union/sum types (AKA Abstract Data Types/ADTs) Did you mean algebraic data types?
19.
▲
by
nurpax
8y ago
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.
20.
▲
by
nurpax
8y ago
Thanks!
21.
▲
Break down of a C64 demo effect
(nurpax.github.io)
187 points
by
nurpax
8y ago
|
40 comments
22.
▲
Show HN: Bintris – binary tetris in React
(nurpax.com)
1 points
by
nurpax
9y ago
|
0 comments
23.
▲
Progressive Growing of GANs for Improved Quality, Stability, and Variation
(github.com)
13 points
by
nurpax
9y ago
|
1 comments
24.
▲
Benchmarking Haskell sqlite-simple against Python and C
(nurpax.github.io)
5 points
by
nurpax
13y ago
|
0 comments