Software History

Software History

10082 bookmarks
Newest
That Dragon Guy on Twitter
That Dragon Guy on Twitter
Open a terminal window on your computer—whether Windows, Mac or Linux—and unless you’ve fiddled the defaults, the width is almost always 80 columns. Run a code reformatter like clang-format and same deal…defaults to 80 columns. Why? (1/18) pic.twitter.com/OQLInQDaCo— That Dragon Guy (@PaintYourDragon) February 15, 2022
·twitter.com·
That Dragon Guy on Twitter
Revisiting the Black Sunday Hack
Revisiting the Black Sunday Hack
One of the most impressive hacks I've ever read about has to be the Black Sunday kill. Since the original 2001 Slashdot article I read on this [http://slashdot.org/articles/01/01/25/1343218.shtml] is 99.9% quote, I'm going to do the same. I can see why
·blog.codinghorror.com·
Revisiting the Black Sunday Hack
@sparrowgrine@chaos.social on Twitter
@sparrowgrine@chaos.social on Twitter
Cursed computing memory hierarchy, feel free to reply with questions about some of the more obscure stuff here, sources are available for all the cursed knowledge in this. pic.twitter.com/pfZ2FmCcy5— @sparrowgrine@chaos.social (@sparrowgrine) October 13, 2021
·twitter.com·
@sparrowgrine@chaos.social on Twitter
What is the '-->' operator in C/C++?
What is the '-->' operator in C/C++?
After reading Hidden Features and Dark Corners of C++/STL on comp.lang.c++.moderated, I was completely surprised that the following snippet compiled and worked in both Visual Studio 2008 and G++ 4....
·stackoverflow.com·
What is the '-->' operator in C/C++?
Superoptimizing LLVM
Superoptimizing LLVM
Compilers are caught in a tug-of-war between increasingly exotic architectures and instruction set extensions on one hand, and our desire for advanced progra...
·youtu.be·
Superoptimizing LLVM
Explaining the Entombed Algorithm
Explaining the Entombed Algorithm
In \cite{entombed}, John Aycock and Tara Copplestone pose an open question, namely the explanation of the mysterious lookup table used in the Entombed Game's Algorithm for two dimensional maze...
·arxiv.org·
Explaining the Entombed Algorithm