Found 8202 bookmarks
Newest
Architecting for the Knowledge You Can't Capture
Architecting for the Knowledge You Can't Capture
Tacit knowledge is the hardest requirement in enterprise AI. Here's how a data and knowledge architect designs, and evaluates, for it.
·oreilly.com·
Architecting for the Knowledge You Can't Capture
Emulating Memory Access: How Hard Can It Be?
Emulating Memory Access: How Hard Can It Be?
There are so many things we approximate to make life simple. Wires, for example, have no resistance or other strange effects. Crystal oscillators output their exact frequency. But surely our model …
·hackaday.com·
Emulating Memory Access: How Hard Can It Be?
RFC 10033: Hash-Based Signatures: State and Backup Management | RFC Editor
RFC 10033: Hash-Based Signatures: State and Backup Management | RFC Editor
Stateful Hash-Based Signature Schemes (Stateful HBS) such as Leighton-Micali Signature (LMS), Hierarchical Signature System (HSS), eXtended Merkle Signature Scheme (XMSS), and XMSS^MT combine Merkle trees with One-Time Signatures (OTSs) to provide signatures that are resistant against attacks using large-scale quantum computers. Unlike conventional stateless digital signature schemes, Stateful HBS have a state to keep track of which OTS keys have been used, as double-signing with the same OTS key allows forgeries. This document provides guidance and catalogs security considerations for the operational and technical aspects of deploying systems that rely on Stateful HBS. Management of the state of the Stateful HBS, including any handling of redundant key material, is a sensitive topic. This document describes some approaches to handle the associated challenges. It also describes the challenges that need to be resolved before certain approaches should be considered.
·rfc-editor.org·
RFC 10033: Hash-Based Signatures: State and Backup Management | RFC Editor
A Design Space Exploration of Async/Await
A Design Space Exploration of Async/Await
Every language pitches async/await as synchronous-looking code, and the same two keywords appear everywhere. But behind the shared syntax hide nine independent design decisions, and no two of seven modern runtimes agree on what even the simplest async programs should do! In this paper we map the design space of async/await so you can find out where your language stands.
·cel.cs.brown.edu·
A Design Space Exploration of Async/Await
Broadway Visual Explainer – Andrea Leopardi
Broadway Visual Explainer – Andrea Leopardi
After my last post about GenStage, this one's a visual explainer of how Elixir's Broadway works and all the knobs you can use to tune pipelines.
·andrealeopardi.com·
Broadway Visual Explainer – Andrea Leopardi
Cluster singleton pattern | jola.dev
Cluster singleton pattern | jola.dev
You can register a process name globally in Elixir and OTP will ensure it's unique, but there are some surprising edge cases. This shows a pattern for safely defining cluster singletons.
·jola.dev·
Cluster singleton pattern | jola.dev
foxing
foxing
`foxing` (formerly xfs-mirror) aspires to be a production-grade, eBPF-powered replication engine for Linux filesystems (XFS, Btrfs, F2FS, Ext4). It captures filesystem events in the kernel and replays them asynchronously on a target directory, providing near real-time mirroring with robust consis...
·codeberg.org·
foxing
Toast POS
Toast POS
Toast is a restaurant point of sale and management system that helps restaurants improve operations, increase sales and create a better guest experience.
·pos.toasttab.com·
Toast POS
How AI text watermarking works
How AI text watermarking works
A gentle visual guide to how a statistical mark hides inside generated text, and what erases it.
·declaude.org·
How AI text watermarking works
Lsm
Lsm
·xteddy.org·
Lsm
Welcome
Welcome
Open-source tools for Arch Linux and beyond - built with care by Seafoam Labs
·seafoam-labs.org·
Welcome
'Building Git' by James Coglan
'Building Git' by James Coglan
A deep dive into the internals of the Git version control system and the computer science behind it
·shop.jcoglan.com·
'Building Git' by James Coglan
How Jekyll Works
How Jekyll Works
Explain how the Ruby famous static site engine, Jekyll, works
·sarans.so·
How Jekyll Works