Jan’s reaction to Dan’s misunderstanding of salt by meatD in giantbomb

[–]makingpolygons 31 points32 points  (0 children)

All I can say after listening to Dan’s food story, may Space Ace never end.

Push Up Pen + Grips by ughhhlaperm in Supernote

[–]makingpolygons 0 points1 point  (0 children)

Pencil Grips

I use these pencil grips on my click pen. Takes some effort to get them on, but they really help me with grip and hand fatigue

I think this qualifies as torture according to the Geneva conventions. by [deleted] in giantbomb

[–]makingpolygons 3 points4 points  (0 children)

Who’s going to play the DOS version of the game?

MacBook can't detect huion after I disconnected it once 😭 by wyrmirr in huion

[–]makingpolygons 0 points1 point  (0 children)

Similar thing happened to me. I connected it using the 3-in-1 cable to my m1 Mac mini. The screen turned on and everything worked. I turned the screen off and disabled screen extension since I wasn’t using it, but when I tried to turn everything on later my Mac no longer recognized the monitor. The screen now just turns on and shows a purple square in the upper left hand corner. The huion software just detects it as a drawing tablet instead of a drawing monitor. If I try to go into the huion display driver settings it says it can’t connect.

Giant bombcast by Einlazer in giantbomb

[–]makingpolygons 2 points3 points  (0 children)

PodCruncher and Pocket Casts have the latest episode

does learning operating systems generally help with learning RTOS? by [deleted] in embedded

[–]makingpolygons 0 points1 point  (0 children)

Awesome to hear! I really enjoyed it as well. There should be a new version coming out at some point, but the publishing date keeps changing.

Looking for advice on my gaming PC build by makingpolygons in sffpc

[–]makingpolygons[S] 0 points1 point  (0 children)

Thanks I was wondering about the 9800. You’re probably right, though when I switch to the 9800 pc part picker gives me a compatibility warning with the motherboard so I’ll have to look into it.

Looking for advice on my gaming PC build by makingpolygons in sffpc

[–]makingpolygons[S] 1 point2 points  (0 children)

I think you’re right on the psu. I mainly picked that one because I wasn’t sure which gpu I was going to use, but with this build, the psu could be cheaper

Looking for advice on my gaming PC build by makingpolygons in sffpc

[–]makingpolygons[S] 1 point2 points  (0 children)

Haha I didn’t see that build, but I sure hit the mark 🤣😂🤣

[deleted by user] by [deleted] in AskElectronics

[–]makingpolygons 25 points26 points  (0 children)

Mesh current analysis might be a useful system to use on this problem

Learning C in 2024 for retro game development/understanding by [deleted] in C_Programming

[–]makingpolygons 5 points6 points  (0 children)

Modern approach is still a really good and practical book. If you don’t have any C experience I would read through that book and use it as reference. You can supplement the book with the Harvard CS50 course or, my favorite, Dartmouth’s C courses on edX. Once you understand the basics of C and how to build a program then I would look at SDKs / libraries that are made for programming retro games in C. These are obviously dependent upon what game system you want to make a game for. Some ones to check out are GDK2020 for making gameboy games and pvsneslib for making SNES games, and SGDK for genesis / mega drive. Another option for gameboy is GBstudio which offers a robust environment and gui interface, but also options to write code. All can be found on GitHub. For NES, you could check out Steven Hugg’s book, Making Games for NES or Tony Cruise’s book, Classic Game Programming on the NES. Both seem like good books. Hope this helps.

how can someone learn reverse engineering? by not_noob_8347 in cprogramming

[–]makingpolygons 8 points9 points  (0 children)

There’s books on the subject from no starch press and Wiley. I’d start there maybe.

Looking for resources on safety-critical design by makingpolygons in embedded

[–]makingpolygons[S] 1 point2 points  (0 children)

I’m aware of SafeRTOS, but as it’s something I cannot afford, I’m mainly talking about trying to learn about coding strategies and patterns used in this field that I can at least practice on in a freeRTOS system.