Viewing profile — HoppyHaus
HoppyHaus
HN member- Joined
- Mon, Jan 15, 2018, 11:10 PM UTC
- HN karma
- 185
- Public activity
- 64 items
- HN profile
- View on Hacker News ↗
About HoppyHaus
Recent public activity
-
comment
Comment #47706016
3DS programming is even easier! * Run through https://3ds.hacks.guide/ * Set up devkitpro: https://devkitpro.org/wiki/Getting_Started * Probably start from an example here: https:/…
-
comment
Comment #41742885
"Many long-standing compiler bugs with generics, typedesc and static types have been fixed in this release, effectively making these features stable." Awesome! Though it may not be…
-
comment
Comment #39947778
The quickest win would to move off of Heroku. Either rent your own server that you can control (to a reasonable degree), or find an alternative that doesn't suffer that issue. Redi…
-
comment
Comment #37957810
You'll like this then: https://github.com/philipl/pifs
-
comment
Comment #37768178
There is something just like that for one of the largest 3ds piracy sites. I won't link to it, but it isn't hard to find
-
comment
Comment #37304281
Adjusting for inflation, $2.98 in 1977 is equivalent to $15 nowadays, which means that we've knocked this out of the park. On Ebay you can get a cheapo Android phone for under that…
-
comment
Comment #36917251
The issue is when someone's unattended-upgrades bumps up the version and causes something to come crashing down. The people who need to use nogil should know that they need to, and…
-
comment
Comment #36827928
Those are called "magic links"
-
comment
Comment #35785223
You can use CDC WONDER[1] and the FBI's statistics[2] to check it. In terms of homicide, in raw numbers we are at 90s levels, but per-capita it's significantly down. 1) https://won…
-
comment
Comment #35385673
Awesome! Really looking forward to the 2.0 release - specifically default object values, which is one of the few language-level pain points I've had.
-
comment
Comment #34915578
I can only hope that FedNow works as promised and maybe, just maybe, we may have something a bit better than our current situation
-
comment
Comment #34852250
https://en.wikipedia.org/wiki/Spawn_installation - I was going to say that StarCraft 1 had this, but it turns out it was a whole category of games!
-
comment
Comment #34540849
That's really neat! ImGUI has got to be one of the most satisfying GUI libraries to use, its fast, versatile and looks absolutely beautiful, so spreading it to even weird places is…
-
comment
Comment #33606393
Thank you!
-
comment
Comment #33606305
Could you elaborate more on this? Specifically the DDA bit - I don't know which acronym you're referring to.
-
story
Ask HN: Where to find jobs that have screening questions?
Hello HN! I've been job hunting unsuccessfully for nearly a year now. I've been trying to get my foot in the door, however just haven't had much luck, except whenever there's a pos…
-
comment
Comment #30799067
GCC a.out is an ELF file (except in extremely rare circumstances). "a.out" as a executable format is like ELF, but different and practically no longer used. This is a proposal to r…
-
comment
Comment #29481115
Certain networks heavily filter, or entirely filter UDP. At least having the option is a nice thing in case you find yourself in that situation.
-
comment
Comment #29338842
Mumble can get it very low. I don't know the actual stats, but audio packets can go to 10ms and use UDP
-
comment
Comment #28435517
Finally, something that outright says that its intent is to be a discord alternative. So many platforms try to sell themselves on some other feature, rather than just being open so…
-
comment
Comment #28205268
From my experience, TA ran great over Wine. I might be misremembering though.
-
comment
Comment #27495748
It still is the case, and the documentation itself has improved greatly over time. PHP is one of the few programming languages that I feel can be used using only the official docum…
-
comment
Comment #27426562
I was able to get a MS t-shirt with the Windows Defender logo on the front with "XP SP2" below it and "SECURITY" on the back. It's absurd and I love it
-
comment
Comment #25224755
Agreed, that's how I learned. Also run it by someone that knows PHP so they can yell at you. I've used prepared statements ever since then
-
comment
Comment #23562135
If it hasnt changed, and I wasn't wrong in the first place, it has some issues with deep C integration, you need to jump over some hoops to get numpy working, and some of the other…