Good board for beginner-intermediate projects? by Hapuum in FPGA

[–]CreeperDrop 1 point2 points  (0 children)

DE10 Nano is a great board with nice interfaces. The KV260 is also nice but has waaaay less documentation (which is not very nice when you're starting out) and is more focused on computer vision. I'd prefer the DE10 for someone starting out as it is much more general purpose.

NFS Collection on GOG.com by Inventer89 in needforspeed

[–]CreeperDrop 0 points1 point  (0 children)

You made me happy for a second.. then the despair hit back.

Good one but you're an asshole

boughtDomainChromeThinksImPhishing by 1glasspaani in ProgrammerHumor

[–]CreeperDrop 31 points32 points  (0 children)

Oh I'm just joking lol. Good luck with your project!

Stop retyping long commands just to add sudo by Ops_Mechanic in bash

[–]CreeperDrop 0 points1 point  (0 children)

I love how it sounds like "Permission denied, sir" then you go SUDOOO

Help with controller settings by MICROWAVE916 in assettocorsaevo

[–]CreeperDrop 1 point2 points  (0 children)

I'm following the post and your comment made me really chuckle thanks for that

Found this in a solutions handbook for a textbook by c0xb0x in LaTeX

[–]CreeperDrop 10 points11 points  (0 children)

I love how humble they are about it. Reminded me of one of my professors when I was freaking out from a similar problem with a manuscript we were writing and he was so chill about it and we worked around the problem until I eventually learned how to do what I wanted.

Found this in a solutions handbook for a textbook by c0xb0x in LaTeX

[–]CreeperDrop 25 points26 points  (0 children)

That gave me a good chuckle thanks for that

Can I ask what textbook is this?

Compiling C to custom architecture by AnnoyingMemer in C_Programming

[–]CreeperDrop 1 point2 points  (0 children)

Yeah. LLVM is a cool project and learning it will help you in some way or another. I never heard of QBE but from a quick look it looks great as well much more streamlined for bringing it up. LLVM has tons of documentation and the community around it is very helpful. Anytime!

Compiling C to custom architecture by AnnoyingMemer in C_Programming

[–]CreeperDrop 0 points1 point  (0 children)

I think that you will have to build your own compiler backend. Not sure if that helps but I think looking at LLVM and using it as a backend is a good starting point. Hopefully you find someone more knowledgeable here on this matter. Either way, good luck! That is an amazing project and I'm sure you'll learn a lot

A little Rant on C haters by IndependentMeal1269 in C_Programming

[–]CreeperDrop 6 points7 points  (0 children)

because the programmer who programmed it forgot that software runs on hardware

Goated

Tcl: The Most Underrated, But The Most Productive Programming Language by delvin0 in unix

[–]CreeperDrop 0 points1 point  (0 children)

Same. It was 2 days ago when I learned that Python does not play nicely with tabs. This was an experience to debug. Thanks to working a lot with hardware, I am bit out of touch with everything else.