< Prev Next >
1
OPK, Open Programmatic Keycap: a CadQuery model for spherical top keycaps (github.com/cubiq)
2 months ago | fanf2 | github.com | newest
2
Benchmarking symmetric encryption (AEAD) in Rust (kerkour.com)
2 months ago | fanf2 | kerkour.com | newest
1
Full-stack sum types with TypeScript, Rust, and PostgreSQL (vincepergolizzi.com)
2 months ago | fanf2 | vincepergolizzi.com | newest
1
Hollywood: Split a console into multiple panes of genuine technical melodrama (hollywood.computer)
2 months ago | fanf2 | hollywood.computer | newest
104
Don't make fun of renowned author Dan Brown (2013) (onehundredpages.wordpress.com)
2 months ago | fanf2 | wordpress.com | best
1
HTML comments (kind of) work in JavaScript (2022) (iter.ca)
2 months ago | fanf2 | iter.ca | newest
2
Jujutsu VCS Introduction and Patterns (kubamartin.com)
2 months ago | fanf2 | kubamartin.com | newest
2
From recursive descent to LR via Pratt parsing (2021) (abubalay.com)
2 months ago | fanf2 | abubalay.com | frontpage
1
The Origin and Pronunciation of "Ghibli" (youtube.com)
2 months ago | fanf2 | youtube.com | newest
2
Von Neumann ordinals look like leaves (christo.sh)
2 months ago | fanf2 | christo.sh | newest
1
Designing an efficient memory layout in Rust with unsafe and unions, or, an over (alonely0.github.io)
3 months ago | fanf2 | github.io | newest
1
Bit twiddling with Arm Neon: beating SSE movemasks, counting bits, and more (arm.com)
3 months ago | fanf2 | arm.com | newest
1
Malloc() vs. MMAP(MAP_SHARED) in Multithreaded Programs (carun.github.io)
3 months ago | fanf2 | github.io | newest
1
There is (still) only one statistical test (2016) (allendowney.blogspot.com)
3 months ago | fanf2 | blogspot.com | newest
1
A whirlwind tour of ARM64 NEON vector instructions (2023) (corsix.org)
3 months ago | fanf2 | corsix.org | newest
1
Faster SQL pagination with keysets, continued (2013) (jooq.org)
3 months ago | fanf2 | jooq.org | newest
3
Scaling Our Rate Limits to Prepare for a Billion Active Certificates (letsencrypt.org)
3 months ago | fanf2 | letsencrypt.org | newest
2
The Death of Email Forwarding (mythic-beasts.com)
3 months ago | fanf2 | mythic-beasts.com | newest
3
Fast Rust Builds (matklad.github.io)
3 months ago | fanf2 | github.io | frontpage
1
Responsible Disclosure Is Wrong (adamcaudill.com)
3 months ago | fanf2 | adamcaudill.com | newest
3
The widely cited studies on mouse vs. keyboard efficiency are completely bogus (danluu.com)
3 months ago | fanf2 | danluu.com | frontpage
1
VBR: Version Based Reclamation (arxiv.org)
3 months ago | fanf2 | arxiv.org | newest
1
Emptying the Dishwasher with Systems Theory (entropicthoughts.com)
3 months ago | fanf2 | entropicthoughts.com | newest
3
Ppstep: An interactive C/C++ preprocessor macro debugger (github.com/notfoundry)
3 months ago | fanf2 | github.com | newest
1
Use Monoids for Construction (reasonablypolymorphic.com)
3 months ago | fanf2 | reasonablypolymorphic.com | newest
3
Excuse me sir, would you like to buy a kilo of isopropyl bromide? [pdf] (sciencemadness.org)
3 months ago | fanf2 | sciencemadness.org | frontpage
1
Cranelift's Regalloc2, Used by Wasmtime and Rust (2022) (cfallin.org)
3 months ago | fanf2 | cfallin.org | newest
43
Bilinear down/upsampling, aligning pixel grids, and that infamous GPU half pixel (2021) (bartwronski.com)
3 months ago | fanf2 | bartwronski.com | best
1
Revisiting Hubris Appconfigs (cliffle.com)
3 months ago | fanf2 | cliffle.com | newest
1
The Shape of Data (scattered-thoughts.net)
3 months ago | fanf2 | scattered-thoughts.net | newest
2
The design recipe from "how to design programs" (felleisen.org)
3 months ago | fanf2 | felleisen.org | newest
2
Ferris-on-Air: An Experimental Wi-Fi Stack for the ESP32 in Rust (github.com/esp32-open-mac)
3 months ago | fanf2 | github.com | newest
3
Diman: a Rust library for checking units of measure at compile time (github.com/tehforsch)
3 months ago | fanf2 | github.com | frontpage
3
Going Beyond Ada 2022 (adacore.com)
3 months ago | fanf2 | adacore.com | frontpage
2
Some proposals for improving the efficiency of Algol 60 – Strachey and Wilkes (acm.org)
3 months ago | fanf2 | acm.org | newest
2
The Bulgarian Calendar (bgkalendar.com)
3 months ago | fanf2 | bgkalendar.com | frontpage
3
Typst as a Programming Language (justinpombrio.net)
3 months ago | fanf2 | justinpombrio.net | frontpage
2
Petnames: A humane approach to secure decentralized naming (spritely.institute)
3 months ago | fanf2 | spritely.institute | newest
2
Lord of the Io_uring (unixism.net)
3 months ago | fanf2 | unixism.net | newest
1
RRB vector: a practical general purpose immutable sequence (epfl.ch)
3 months ago | fanf2 | epfl.ch | newest
5
Extraction of Secrets from 40nm CMOS Gate Dielectric Breakdown Antifuses (arxiv.org)
3 months ago | fanf2 | arxiv.org | frontpage
1
The Roots of Work-as-Done and Work-as-Imagined (ferd.ca)
3 months ago | fanf2 | ferd.ca | newest
1
CHERI myth: I don't need CHERI if I have safe languages? (cheriot.org)
3 months ago | fanf2 | cheriot.org | newest
7
Academic urban legends: spinach as a source of iron (sagepub.com)
3 months ago | fanf2 | sagepub.com | frontpage
2
Git-branchless: High-velocity, monorepo-scale workflow for Git (github.com/arxanas)
3 months ago | fanf2 | github.com | newest
1
Containerless plurals: separating number from type in object-oriented programmin (acm.org)
3 months ago | fanf2 | acm.org | newest
4
Jujutsu (Jj) in Practice (arne.me)
3 months ago | fanf2 | arne.me | newest
2
I made React Native JSON.parse() 2x faster (2023) (radex.io)
3 months ago | fanf2 | radex.io | newest
2
Hard drive disassembly: an IBM Deathstar from Nov. 2000 (2013) (goughlui.com)
3 months ago | fanf2 | goughlui.com | newest
1
Crash Recovery in Exhubris (cliffle.com)
3 months ago | fanf2 | cliffle.com | newest
2
Color Spaces: Cielab, Oklab, Oklch (ericportis.com)
3 months ago | fanf2 | ericportis.com | newest
1
Coded character sets history and development [pdf] (meulie.net)
3 months ago | fanf2 | meulie.net | newest
2
InAppBrowser.com: see what JavaScript commands get injected (2022) (krausefx.com)
3 months ago | fanf2 | krausefx.com | newest
1
A floating point parser bug in MySQL left AWS WAF clients vulnerable to SQL inje (gosecure.ai)
3 months ago | fanf2 | gosecure.ai | newest
1
Clapping Music for two flip-disc displays (hannahilea.com)
3 months ago | fanf2 | hannahilea.com | newest
1
A tour of safe tracing GC designs in Rust (manishearth.github.io)
3 months ago | fanf2 | github.io | newest
3
Kyua graduates: The story behind the FreeBSD and NetBSD testing frameworks (blogsystem5.substack.com)
3 months ago | fanf2 | substack.com | newest
2
Hasochism: The Pleasure and Pain of Dependently Typed Haskell Programming [pdf] (strath.ac.uk)
3 months ago | fanf2 | strath.ac.uk | newest
2
How to include Git version information in a Golang binary (2023) (carlana.net)
3 months ago | fanf2 | carlana.net | newest
1
The state of Python packaging in 2021 (venthur.de)
3 months ago | fanf2 | venthur.de | newest
1
Mlego: DIY mechanical keyboards using Lego enclosures (elena.space)
3 months ago | fanf2 | elena.space | newest
7
How I use Git worktrees (2024) (billmill.org)
3 months ago | fanf2 | billmill.org | frontpage
1
1M: Core and Modules United (mpi-sws.org)
3 months ago | fanf2 | mpi-sws.org | newest
1
Generators vs. list comprehensions with join() in Python (berglyd.net)
3 months ago | fanf2 | berglyd.net | newest
1
Is this the simplest (and most surprising) sorting algorithm? (arxiv.org)
3 months ago | fanf2 | arxiv.org | newest
1
Accurate benchmarking: how to account for the loop overhead (ates.dev)
3 months ago | fanf2 | ates.dev | newest
4
Could ice cream possibly be good for you? (archive.org)
3 months ago | fanf2 | archive.org | newest
1
Rust's New Sort Algorithms (github.com/rust-lang)
3 months ago | fanf2 | github.com | newest
1
Rapidly rendering fractals on stupidly unsuitable machines (cowlark.com)
3 months ago | fanf2 | cowlark.com | newest
2
Capability Computing at LLNL (computer-history.info)
3 months ago | fanf2 | computer-history.info | newest
1
Parallel sections: scaling system-level data-structures (acm.org)
3 months ago | fanf2 | acm.org | newest
1
How to make simple derive macros in Rust (github.com/imbolc)
3 months ago | fanf2 | github.com | newest
2
Signals in Prod: Dangers and Pitfalls (facebook.com)
3 months ago | fanf2 | facebook.com | newest
1
The case of the curiously slow shader (raphlinus.github.io)
3 months ago | fanf2 | github.io | newest
1
Radical CS (nist.gov)
3 months ago | fanf2 | nist.gov | newest
1
Energy After Fire (rmi.org)
3 months ago | fanf2 | rmi.org | newest
1
Malloc(0) & Realloc( ,0) ≠ 0 (nabijaczleweli.xyz)
3 months ago | fanf2 | nabijaczleweli.xyz | newest
91
Live London Underground / bus maps taken down by TfL trademark complaint (traintimes.org.uk)
3 months ago | fanf2 | traintimes.org.uk | best
2
Earley Parser (gopinath.org)
3 months ago | fanf2 | gopinath.org | newest
2
Watching letters: a history of Latvian orthography (rtru.org)
3 months ago | fanf2 | rtru.org | newest
1
Parse me, baby, one more time: bypassing HTML sanitizers via parsing differentia [pdf] (tu-bs.de)
3 months ago | fanf2 | tu-bs.de | newest
96
De-smarting the Marshall Uxbridge (sig7.se)
3 months ago | fanf2 | sig7.se | best
31
Using black magic to make a fast circular buffer (2017) (calho.st)
3 months ago | fanf2 | calho.st | frontpage
3
Blessed.rs: an unofficial guide to the Rust crates ecosystem (blessed.rs)
3 months ago | fanf2 | blessed.rs | newest
1
Oklch Colour Picker and Converter (oklch.com)
3 months ago | fanf2 | oklch.com | newest
1
N2: Revisiting the Ninja Build Tool (2022) (neugierig.org)
3 months ago | fanf2 | neugierig.org | newest
1
Retrofitting effect handlers onto OCaml [pdf] (kcsrk.info)
3 months ago | fanf2 | kcsrk.info | newest
1
Shaman: Evaluate the numerical accuracy of a C++ application and locate sources (gitlab.com/numerical_shaman)
3 months ago | fanf2 | gitlab.com | frontpage
2
Fetching RSS/Atom feeds respectfully with curl (amen6.com)
3 months ago | fanf2 | amen6.com | newest
1
Transcript of Martha Wells' Jack Williamson Lecture 2024, on MurderBot (marthawells.dreamwidth.org)
3 months ago | fanf2 | dreamwidth.org | newest
1
A history of orthogonal frequency division multiplexing (OFDM) (2009) (ieee.org)
3 months ago | fanf2 | ieee.org | newest
1
Database Replication Design Spectrum (transactional.blog)
3 months ago | fanf2 | transactional.blog | newest
2
Mimic: A fast System/370 simulator for the IBM RT PC. (1987) (acm.org)
3 months ago | fanf2 | acm.org | newest
1
Styling Graphviz with CSS (noncombatant.org)
3 months ago | fanf2 | noncombatant.org | newest
3
Perfect Hashing for Strings with PEXT (0x80.pl)
3 months ago | fanf2 | 0x80.pl | newest
1
OptView2: Inspect missed optimizations by LLVM Clang (github.com/ofekshilon)
3 months ago | fanf2 | github.com | newest
2
The new standard that killed the loudness war (soundstagesolo.com)
3 months ago | fanf2 | soundstagesolo.com | newest
13
Consumer-grade routers on puny power supplies (2024) (apnic.net)
3 months ago | fanf2 | apnic.net | frontpage
1
The Rainbow Hats Puzzle (taoa.io)
3 months ago | fanf2 | taoa.io | newest
2
Cray 1 Supercomputer Performance Comparisons with Home Computers (roylongbottom.org.uk)
3 months ago | fanf2 | roylongbottom.org.uk | frontpage
< Prev Next >