Viewing profile — fabiospampinato
fabiospampinato
HN member- Joined
- Wed, Sep 21, 2016, 6:22 PM UTC
- HN karma
- 1,073
- Public activity
- 452 items
- HN profile
- View on Hacker News ↗
About fabiospampinato
GitHub: https://github.com/fabiospampinato
Twitter: https://twitter.com/fabiospampinato
Recent public activity
-
comment
Comment #44628750
Now we need to know from the people that experienced the laser how different this hallucination feels compared to that. Very cool stuff!
-
comment
Comment #43581777
Interesting. Development of the most powerful technology humans could ever hope to build, happening within our lifetimes, "boring".
-
comment
Comment #42342871
Linux and Chromium seem at the edge of the current scale of "ordinary" open-source software. I think perhaps one should also take into account how much money would be needed to be …
-
comment
Comment #42342393
To be fair if they released detailed instructions and datasets on how to rebuild llama (considering that there's some randomness in the process) you still probably wouldn't be able…
-
comment
Comment #42147006
Apparently I can find some matches for games that start like that between very strong players [1], so my hypothesis that the model may just be predicting bad moves on purpose seems…
-
comment
Comment #42145891
It's probably worth to play around with different prompts and different board positions. For context this [1] is the board position the model is being prompted on. There may be mor…
-
comment
Comment #42040751
Yes exactly, at some point I asked to maintain it and kinda redid it. Now I kinda consider it "done", as in "maybe some more work would be put into it, but by end large I don't thi…
-
comment
Comment #42029633
> Aren’t they leaving more size/speed improvements on the table by supporting it? Only tiny ones, I don't remember the details now, IE11 ended up providing almost all the same APIs…
-
comment
Comment #42029624
"modern websites" means IE11+ for cash, it's a fairly old library.
-
comment
Comment #41909729
Civet has so many quality of life improvements! It's good that it exists sort of as a playground for ideas that could maybe in the future be adopted by JS itself, kinda like how it…
-
comment
Comment #41580757
Closing hospitals would cut deaths in hospitals by 100%. Like I'm not sure what this measure means, it's not like 26% of people that would die in the hospital would be made immorta…
-
comment
Comment #41444516
Yeah this seems more like observables than signals. Which despite what you may hear on the interwebs are two different things.
-
comment
Comment #41444507
This seems a bit different from the kind of signals frameworks have, where dependencies are tracked automatically (no dependency array), and you can sort of chain stuff automatical…
-
comment
Comment #41074225
Wait, so Flow is not actually sound and their website is lying? Or do they have some "technically correct" definition of "sound" that takes stuff like that into account?
-
comment
Comment #40878466
Enormous humanoid robots for everything! Have you ever watched one of those videos where somebody makes a mini concrete building in a few days? I'd be cool to just scale that up, i…
-
comment
Comment #39545771
I would guess that having 2 zeros is not that useful for NNs, but in general with 2 bits we could encode 4 states, so are there 4 possible states that would be useful to encode? Su…
-
comment
Comment #39543505
It seems tough to do, besides I'm not sure what the benefit would be, with that you can't do the optimized matrix multiplication anymore, and if you need more precision presumably …
-
comment
Comment #39419631
> 1) I never knew how much I disliked naming things before I didn’t need to do that anymore I never understood this argument about naming. You need to name the component anyway jus…
-
comment
Comment #39260265
Yes but now in non-linux systems you have the pretty large overhead of that.
-
comment
Comment #38868424
These work with phones though, not _satellite_ phones.
- story
-
comment
Comment #38438430
I haven't really kept track of everything. It may be worth making a blog post with the main findings though.
-
comment
Comment #37836038
Interesting how they say that compiled templates are ~21% faster to update, I wonder why. In theory pretty much anything that they could be doing at compile time could just be done…
-
comment
Comment #37758159
I mean they care to some degree, if they _really_ cared presumably everything would be compressed with zstd and served to the more modern npm-cli installations, and npm-cli would r…
-
comment
Comment #37060826
Funnily enough I've recently implemented [0] a little proof-of-work generator (or more specifically a time-lock puzzle [1] generator), which is the base building block on top which…