Forwarded from Hacker News (yahnc_bot)
JSON parser written in 6502 assembly language https://github.com/ppelleti/json65
GitHub
GitHub - ppelleti/json65: A JSON parser written in 6502 assembly language.
A JSON parser written in 6502 assembly language. Contribute to ppelleti/json65 development by creating an account on GitHub.
Forwarded from Hacker News (yahnc_bot)
152kb WebAssembly interpreter that runs on six OSs with Cosmopolitan https://github.com/wasm3/wasm3/releases/tag/v0.4.8
GitHub
Release v0.4.8 · wasm3/wasm3
Cosmopolitan build, single file that supports 6 operating systems!
Download wasm3-cosmopolitan.com below.
Static/dynamic NoFloat modes (integer-only wasm subset)
"strace" mode (see d_m3En...
Download wasm3-cosmopolitan.com below.
Static/dynamic NoFloat modes (integer-only wasm subset)
"strace" mode (see d_m3En...
Forwarded from Hacker News (yahnc_bot)
Wikinews mourns loss of volunteer John Shutt https://en.wikinews.org/wiki/Wikinews_mourns_loss_of_volunteer_John_Shutt
en.wikinews.org
Wikinews mourns loss of volunteer John Shutt - Wikinews, the free news source
Forwarded from Hacker News (yahnc_bot)
OpenGL Superbible https://www.opengl.org/sdk/docs/books/SuperBible/
Forwarded from Hacker News (yahnc_bot)
Parsing can become accidentally quadratic because of sscanf https://github.com/biojppm/rapidyaml/issues/40
GitHub
Parsing can become accidentally quadratic because of sscanf · Issue #40 · biojppm/rapidyaml
While investigating a performance issue in a library I am working on, I noticed that parsing a particular document (warning: very large file) causes the program to spend a lot of time in memchr (ro...
Forwarded from Hacker News (yahnc_bot)
A mundane use of dependent types https://twitter.com/edwinbrady/status/1366031382577881092
Twitter
Edwin Brady
A mundane use of dependent types... I just tried to add an environment variable to Idris 2, and it wouldn't compile because I forgot to add it to the --help output. *offers compiler a jelly baby*
Forwarded from Hacker News (yahnc_bot)
Generate Flowcharts from Text https://flowchart.fun/
flowchart.fun
Flowchart Fun
Flowchart Fun is the fastest free online text to flowchart generator. Easily convert text to flowcharts, mind maps, and process diagrams with our text-based editor.
Forwarded from Hacker News (yahnc_bot)
Bastion – A Highly-Available Distributed Fault-Tolerant Runtime for Rust https://github.com/bastion-rs/bastion/blob/master/README.md
GitHub
bastion/README.md at master · bastion-rs/bastion
Highly-available Distributed Fault-tolerant Runtime - bastion/README.md at master · bastion-rs/bastion
Forwarded from Programmer Humor
Forwarded from Hacker News (yahnc_bot)
Splitting the Ping https://blog.benjojo.co.uk/post/ping-with-loss-latency-split
blog.benjojo.co.uk
Splitting the ping
Forwarded from 莓有什么可以萌的 (柑橘 能量15%)
Twitter
リース@お絵かき
にゃー #艦これ #電
Forwarded from Hacker News (yahnc_bot)
“This destroys the RSA cryptosystem” https://eprint.iacr.org/2021/232
Forwarded from 瓜瓜拍案惊奇并 (Advanced Channel Helper Bot)
Twitter
Frederic Jacobs
@asanso @Leptan @real_or_random I've heard from Schnorr as well confirming that the upload on ePrint was his: "It is obvious that my paper destroys the RSA cryptosystem."
Forwarded from 莓有什么可以萌的 (柑橘 能量15%)
Twitter
にゅむ@絵師100人展
おひるね
Forwarded from Hacker News (yahnc_bot)
The Air Force Is Having to Reverse Engineer Parts of Its Own Stealth Bomber https://www.thedrive.com/the-war-zone/39537/the-air-force-needs-to-reverse-engineer-parts-of-its-own-stealth-bomber
Forwarded from Hacker News (yahnc_bot)
M1 MacBook Air Hits 900GFlops in the Browser with Safari's Experimental WebGPU https://jott.live/markdown/m1_webgpu_perf
Forwarded from Programmer Humor
Forwarded from Hacker News (yahnc_bot)
fs.promises.readFile is 40% slower than fs.readFile https://github.com/nodejs/node/issues/37583
GitHub
fs.promises.readFile is 40% slower than fs.readFile · Issue #37583 · nodejs/node
Version: 15.10.0 Platform: macOS Subsystem: 11.2.1 What steps will reproduce the bug? Run this benchmark on a 1 MB file (big.file): const Benchmark = require("benchmark"); const fs = requ...