Hacker News
Tokio 1.0 – async runtime for Rust https://tokio.rs/blog/2020-12-tokio-1-0
seanmonstar
hyper v0.14
hyper v0.14 hyper v0.14 I’m so thrilled to announce the release of hyper v0.14 today. hyper is a safe, reliable, fast HTTP library written in Rust. It provides asynchronous client and server APIs,...
Forwarded from Hacker News (yahnc_bot)
MuZero: Mastering Go, chess, shogi and Atari without rules https://deepmind.com/blog/article/muzero-mastering-go-chess-shogi-and-atari-without-rules
Deepmind
MuZero: Mastering Go, chess, shogi and Atari without rules
In 2016, we introduced AlphaGo, the first artificial intelligence (AI) program to defeat humans at the ancient game of Go. Two years later, its successor - AlphaZero - learned from scratch to master Go, chess and shogi. Now, in a paper in the journal Nature…
Forwarded from Hacker News (yahnc_bot)
How to Favicon in 2021: Six files that fit most needs https://evilmartians.com/chronicles/how-to-favicon-in-2021-six-files-that-fit-most-needs
evilmartians.com
How to Favicon in 2026: Three files that fit most needs—Martian Chronicles, Evil Martians’ team blog
Prefer SVG over PNG, trust browsers to downscale, drop obscure formats—the ultimate, exhaustive guide to favicons for modern web. Includes steps for static HTML and Webpack.
Forwarded from Hacker News (yahnc_bot)
Octopuses Like to Punch Fish https://gizmodo.com/octopuses-like-to-punch-fish-new-research-suggests-1845929379
Forwarded from Hacker News (yahnc_bot)
About those vector icons (2011) https://www.pushing-pixels.org/2011/11/04/about-those-vector-icons.html
Forwarded from Hacker News (yahnc_bot)
NIST Digital Library of Mathematical Functions https://dlmf.nist.gov/
Forwarded from Hacker News (yahnc_bot)
Sony publishes an official Linux driver for Playstation 5 DualSense controllers https://www.phoronix.com/scan.php?page=news_item&px=Sony-HID-PlayStation-PS5
Phoronix
Sony Publishes An Official Linux Driver For PlayStation 5 DualSense Controllers
Well here is a pleasant Christmas surprise..
Forwarded from Hacker News (yahnc_bot)
Show HN: TreeOS – A 16-bit bootsector Christmas tree demo https://github.com/cfallin/treeos
GitHub
GitHub - cfallin/treeos: Christmas tree demo on bare PC hardware (no OS), in 16-bit assembly
Christmas tree demo on bare PC hardware (no OS), in 16-bit assembly - cfallin/treeos
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...