Viewing profile — mynameisfiber
mynameisfiber
HN member- Joined
- Thu, Dec 20, 2012, 6:12 PM UTC
- HN karma
- 31
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About mynameisfiber
No profile information was provided.
Recent public activity
-
comment
Comment #24244777
This seems like more of a comment about the hacker news audience than the physical reasoning skills of gpt3
-
comment
Comment #22269254
It seems the model often doesn't do exactly round pupils either.
-
comment
Comment #16098764
This is great! Probabilistic datastructures are amazing. I did straight up HLL++ a while ago but had to do intersection with the inclusion–exclusion principle. It would be cool to …
-
comment
Comment #9433507
No, but the time complexity is the same.
- story
-
comment
Comment #7361791
Also, don't forget the data they are harvesting. From their privacy policy, they are monitoring your shopping habits and what you do before/after you look at a product. So, that wi…
-
comment
Comment #7295324
Looks like the same technology as spreeder ( http://www.spreeder.com/app.php )... what's the difference between the two? As someone who tried using spreeder for a while, I can say …
-
comment
Comment #7279672
Any worry about latency with this new plugin architecture? I'm not quite sure how the current plugins communicate with the main process, but I am sure that one of the things I woul…
-
comment
Comment #7271608
Maybe a good solution would be to request a less privileged token if the user doesn't want integration with private repos. Then, if they want to upgrade to integration with private…
- story
-
comment
Comment #6428327
With the right rotation, any direction can be pointing "up".
-
comment
Comment #6229291
I found this is a useful addition to his scripts... I can't live without my tab completion! _jump() { local cur=${COMP_WORDS[COMP_CWORD]} COMPREPLY=( $(compgen -W "$( ls $MARKPATH …
- story