Viewing profile — Porygon
Porygon
HN member- Joined
- Thu, Sep 12, 2019, 7:28 PM UTC
- HN karma
- 56
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About Porygon
No profile information was provided.
Recent public activity
-
comment
Comment #46430805
Memoization to limit left-recursive recursion is nicely described in Guido van Rossums' article here: https://medium.com/@gvanrossum_83706/left-recursive-peg-gram... I recently tri…
-
comment
Comment #46430706
I do that, too! I use git for version control outside the docker container, and to prevent claude from executing arbitrary code through commit hooks, I attach the docker volume mou…
-
comment
Comment #46430638
I recently had a similar conflict with GPT-5.1, where I did not want it to use a specific Python function. As a result, it wrote several sandbox escape exploits, for example the fo…
-
comment
Comment #41371686
Here are some more interesting related resources. This Wikipedia article explains how the lightning strikes are localized: https://en.wikipedia.org/wiki/Blitzortung#Detection_metho…
-
comment
Comment #40955180
I think this is the check box in question: https://pomf2.lain.la/f/8v4aq9sg.png It is located at "Settings" -> "Privacy & Security" -> "Website Advertising Preferences" and is chec…
-
comment
Comment #29338857
You have to 1. uncheck "segmentation" 2. check "text" https://i.imgur.com/n9P8N3c.png
-
comment
Comment #29338822
This sounds quite ironic to me, since "Super-GAU" in German stands for a disaster beyond all expectations (usually meltdown of a nuclear reactor). https://de.wikipedia.org/wiki/Sup…
-
comment
Comment #27751140
Conjugate gradient descent with a multigrid preconditioner also works quite well in my experience, especially for larger systems.
-
comment
Comment #22985379
Wikipedia article for the curious: https://en.wikipedia.org/wiki/Midpoint_circle_algorithm The non-english articles have code.
-
comment
Comment #22980666
This is the n-body problem from the Computer Language Benchmark Game with the attribution to the original author removed. https://benchmarksgame-team.pages.debian.net/benchmarksgam…
-
comment
Comment #20955415
What is benchmarked here is basically the performance of the division operation on big integers and does not represent the general performance of a browser for everyday tasks.