phædo (e/macs)
@phaedo777premature optimization is the root of all evil
Many of you asked for Windows support for my emulator project, so I've spent the last couple of hours setting it up. Emulator now verifiably runs on Windows, MacOS, and Linux. Installation instructions are in the replies for anyone interested.
This is what programming for work and as a hobby feels like. "Tired of working on bad program, can't wait to get home and work on good program."
Figured out disassembly of NES ROMs, I'm doing it in two passes: first pass resolves instruction attributes (opcode vs operand, addressing mode, etc.), second pass generates text. This allows me to generate labels for jump/branch instructions. No way to do that if the…
Shout out to all my Eurobros, this Thanksgiving we're all on government-mandated data preprocessing duty
What is it about dynamically typed, high-level, low performance programming languages that makes them so popular?
Implemented a *simplest* UDP-based Chatroom in just <400 lines of C++ codes. As we can see, multi-users can sign up, sign in with auth and post messages, and sign out. The status management was done by connection contexts. Here TCP was not used. Code: github.com/zhenrong-wang/…
Nintendo Power Line employee answers a caller's question on the Legend of Zelda, 1990. "I was wondering how you go about getting the white sword?"
What is bank switching? Bank switching was used in older systems when small address ranges prohibited all circuits from being accessed simultaneously. Bank switching allowed games like Zelda to access additional memory by dynamically selecting which memory circuit to use.
Anyone know what the bottleneck to Manim rendering is? I'd love to see something like the Manim library written in Haskell (the Python version is very close to being functional already), but I'm wondering whether it would actually have any noticeable benefit.
What is stack overflow? Made a video explaining stack overflow with an example implementation in x86 assembly. Stack overflow is a runtime error caused by excessive use of the call stack, typically from infinite recursion or allocating too much stack memory.
You mean like this?
A monad in X is just a monoid in the category of endofunctors of X, with product × replaced by composition of endofunctors and unit set by the identity endofunctor. What’s the problem?
United States Trends
- 1. Georgia 168 B posts
- 2. #SmackDown 46 B posts
- 3. Haynes King 2.485 posts
- 4. Chiefs 156 B posts
- 5. Raiders 77,7 B posts
- 6. Kirby 18,6 B posts
- 7. Pritchard 2.684 posts
- 8. Iowa 16,9 B posts
- 9. Carson Beck 1.540 posts
- 10. #OPLive 2.230 posts
- 11. Nebraska 8.934 posts
- 12. Ga Tech 1.417 posts
- 13. Athens 5.212 posts
- 14. Bobo 38,9 B posts
- 15. Kaleb Johnson N/A
- 16. Shinsuke 3.485 posts
- 17. Jacob Fatu 3.555 posts
- 18. Jeanty 25,7 B posts
- 19. #loveafterlockup 1.453 posts
- 20. Anthony Edwards 2.077 posts
Something went wrong.
Something went wrong.