#c #cpp
Comparing C and C++ usage and performance with a real world project
http://nibblestew.blogspot.it/2017/09/comparing-c-and-c-usage-and-performance.html?m=1
The art of over-engineering your side projects
https://elsyms.com/the-art-of-over-engineering-your-side-projects/
https://github.com/loreloc/archinfo
Archinfo is a software that gathers informations about your x86 processor using the cpuid instruction.
Tags: #programming #asm #c
Oracle Announces Plans to Move Jave EE to an Open-Source Development Process
https://blogs.oracle.com/theaquarium/opening-up-java-ee
What happens when you enter "google.com" into a browser? This text attempts to answer this question with as much extreme detail as possible.
https://github.com/alex/what-happens-when/blob/master/README.rst
Packet.city: "the greatest website to ever fit in a single TCP packet"
https://github.com/diracdeltas/FastestWebsiteEver
(WARNING: LOUD)
Awesome website providing open source, secure, decentralized and free services:
disroot.org
Michael Abrash’s Black Book of Graphics Programming
http://www.jagregory.com/abrash-black-book/
An Introduction to Closures in JavaScript
http://139.59.174.44/an-introduction-to-closures
How JavaScript works: inside the V8 engine + 5 tips on how to write optimized code
https://blog.sessionstack.com/how-javascript-works-inside-the-v8-engine-5-tips-on-how-to-write-optimized-code-ac089e62b12e
In-depth: Functional programming in C++ (with legendary game programmer John Carmack)
http://www.gamasutra.com/view/news/169296/Indepth_Functional_programming_in_C.php
https://futurism.com/this-tiny-supercomputer-consumes-98-less-power-and-99-93-less-space/
Tags: #hardware #technology #computing
"Do people write insane code with multiple overlapping side effects with a straight face?" - A blog post about it seems many people have misconceptions about how to write fast code
https://blogs.msdn.microsoft.com/oldnewthing/20170719-00/?p=96645