jpegqs
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: 4-bit Brick Game emulator in ASCII graphics (github.com)
- Someone’s Been Messing with My Subnormals (moyix.blogspot.com)
-
#include <stdio.h> int main() { puts((char[]){ ~-~-~-~-~-~-~-~-~-~-~- 'S', -~-~-~-~ 'a', 'l', ~-~-~-~-~-~-~-~-~-~- 'v', -~-~-~-~-~-~-~-~-~-~ 'e', ',', ' ', -~-~-~-~-~-~-~-~-~-~ 'M', 'o', -~-~-~-~ 'n', -~-~-~-~-~-~-~-~…
-
#include <stdio.h> static struct X { void* operator new[](size_t) { return (char*)&1[""]; } void operator delete[](void*) { } X() : X((char*)this - "") { } X(char i) {…
- Show HN: 10-40% faster LZMA decoder using x86 CMOVcc (gist.github.com)
- Show HN: Micro HTTP server in 22 lines of C (twitter.com)
- Fitting a FORTH in 512 bytes (niedzejkob.p4.team)
- IOCCC 2020 Source Code Released (ioccc.org)
-
I have encountered a bug in GCC that can lead to security vulnerabilities in software, but the GCC developers refuse to consider this a bug. So I ask for your opinion on this matter. Here's the URL:…