Viewing profile — melonmouse
melonmouse
HN member- Joined
- Thu, Feb 25, 2021, 3:11 PM UTC
- HN karma
- 14
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About melonmouse
Recent public activity
-
comment
Comment #43827104
Great idea! It also works on the side of the board, I couldn't help building it out: https://onemillionchessboards.com/#4363,6
-
comment
Comment #41085410
The linked proof for that median of medians is O(n) feels counterintuitive to me. Here's a (simpler?) alternative. T(0) = 0 T(1) = 1 T(n) = n + T(n/5) + T(7/10*n) We want to prove …
-
comment
Comment #33243813
As a joke, I made a webpage where you can do attribution to ALL GitHub repositories: http://thanksforthecode.com It scrolls past all the repos movie-credits-style. Doing it that wa…
-
comment
Comment #32811466
Who should we thank for the code written by Copilot? In a way, we should thank everyone in the training data. That includes: everyone with a public Github repository. Context: http…
- story
-
comment
Comment #30163117
Another funemployed xoogler here! I've been making games for the last year, and one thing I would definitely love to explore is designing a deep but easy to learn game using learni…
- story
-
comment
Comment #26465520
> This is factually wrong, looks at CO2 emissions per capita, USA has carbon footprint double that of France. It's closer to 3x: USA 15.7 vs France 5.2 tonnes of CO2 per capita per…
-
comment
Comment #26398152
I made a game about polyominoes: https://melonmouse.itch.io/polyominoes If you try it out, please let me know what you think :) P.S. work on that led to a sequence on the Online En…
- story