Dev Miscellaneous
358 subscribers
883 photos
6 videos
5 files
912 links
A channel where you can find developer tips, tools, APIs, resources, memes and interesting contents.

Join our comments chat for more.

Comments chat (friendly :D)
https://t.me/+r_fUfa1bx1g0MGRk
Download Telegram
Compilers as Teachers

We like to stress that Rust takes its commitment to developer friendliness very seriously, and that the Rust compiler considers confusing error messages a bug.

https://ferrous-systems.com/blog/compilers-as-teachers/

@DevMisc
#rust #compiler
Movfuscator - The single instruction C compiler

The Movfuscator compiles programs into "mov" instructions, and only "mov" instructions.

https://github.com/xoreaxeaxeax/movfuscator

@DevMisc
#c #compiler #asm #esoteric
What Is Fast-Math?

-ffast-math is a compiler flag that enables a set of aggressive floating-point optimizations.

https://pspdfkit.com/blog/2021/understanding-fast-math/

@DevMisc
#c #compiler #lowlevel
Beginners Guide to Linkers

What does collect2: ld returned 1 exit status mean? 🤔

https://www.lurklurk.org/linkers/linkers.html

@DevMisc
#linker #compiler #learn
🤔2
🤔3