Forwarded from Hacker News (yahnc_bot)
CubicDOOM a ray-casting game that fits in a boot sector (510 bytes) https://github.com/nanochess/cubicDoom
GitHub
GitHub - nanochess/cubicDoom: A ray-casting game in 512 bytes of x86 machine code
A ray-casting game in 512 bytes of x86 machine code - nanochess/cubicDoom
Forwarded from Hacker News (yahnc_bot)
Ham radio and astronauts https://www.latimes.com/business/story/2020-12-23/ham-radio-and-astronauts
Los Angeles Times
Living in space can get lonely. What helps? Talking to random people over ham radio
From their living rooms and pickup trucks, amateur radio operators reach out to the International Space Station, circling 240 miles above Earth.
Forwarded from Hacker News (yahnc_bot)
Dasung just released a 25 inch eInk monitor https://www.reddit.com/r/eink/comments/kjvsoj/dasung_just_released_a_25_inch_eink_monitor/
Reddit
From the eink community on Reddit: Dasung just released a 25 inch eink monitor
Posted by m10r-vc - 195 votes and 183 comments
Forwarded from Hacker News (yahnc_bot)
New Linux port for the Nintendo 64 https://lore.kernel.org/linux-mips/20201225190503.12353218812e1655f56f0bf8@gmx.com/T/#m0862c3484e0da7195dc8989421d30f01b3b1c63a
Forwarded from Hacker News (yahnc_bot)
A Complete Guide to LLVM for Programming Language Creators https://mukulrathi.co.uk/create-your-own-programming-language/llvm-ir-cpp-api-tutorial/
Mukulrathi
A Complete Guide to LLVM for Programming Language Creators
We'll explain the concepts underlying LLVM IR, and how you can use the LLVM C++ API in your programming language's compiler.
Forwarded from Hacker News (yahnc_bot)
12-minute Mandelbrot: fractals on a 50-year-old IBM 1401 mainframe http://www.righto.com/2015/03/12-minute-mandelbrot-fractals-on-50.html?m=1
Righto
12-minute Mandelbrot: fractals on a 50 year old IBM 1401 mainframe
When I found out that the Computer History Museum has a working IBM 1401 computer [1] , I wondered if it could generate the Mandelbrot frac...
Forwarded from Hacker News (yahnc_bot)
Manga Guide to Lisp http://lambda.bugyo.tk/cdr/mwl/
Forwarded from Hacker News (yahnc_bot)
Executable PNGs https://djharper.dev/post/2020/12/26/executable-pngs/
djharper.dev
Executable PNGs - djhworld
thoughts
Forwarded from 谦谦
Twitter
些夜
nya nya mee nya nyan nyan #gawrt
Forwarded from &'a ::rynco::UnnoscriptdChannel (Rynco Maekawa)
Twitter
Rust Language
How it started How it’s going
if (last != LP_PERRORP) {
last = LP_PERRORP;
printk(KERN_INFO "lp%d on fire\n", minor);
}
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/char/lp.c?h=v5.8-rc7#n239
Forwarded from Hacker News (yahnc_bot)
Fun with IP address parsing https://blog.dave.tf/post/ip-addr-parsing/
blog.dave.tf
Fun with IP address parsing · blog.dave.tf
A quick rundown of the many text representations of IP addresses.