Viewing profile — raxod502
raxod502
HN member- Joined
- Fri, Oct 13, 2017, 12:49 AM UTC
- HN karma
- 1,259
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About raxod502
No profile information was provided.
Recent public activity
-
comment
Comment #41437340
I received an email at 9:22am PT this morning saying that my fork of this repository from July 2023 was violating the terms of service. So, this was not something that was added to…
- story
- story
- story
- story
-
comment
Comment #23783427
My GitHub profile is automatically updated with the estimated length of my email backlog: https://github.com/raxod502/github-email-backlog
-
comment
Comment #21422155
That doesn't work unless you can assume that every developer is willing to install all the dependencies of your project globally, with no control over what versions are used.
-
comment
Comment #21422149
Actually, UPM fully supports Windows, as far as I know. You can install it directly as an executable, or via Scoop.
-
comment
Comment #15463521
Original author here. I can confirm that the actual reason is that at the time I thought typing "print" instead of "System.out.println" was a great idea.
-
comment
Comment #15462888
See https://github.com/BusyByte/TerraFrame/pull/1 .
-
comment
Comment #15462885
Original author here. The fact that all the methods were so ridiculously large made declaring loop indices globally less of a problem. But trust me, it caused plenty of bugs... :P
-
comment
Comment #15462580
Original author here. It's actually a method to convert from the index of an inventory hotkey slot into the keystroke used to access it -- there were ten hotkey slots, which were n…