Articles from Others
MAGIC is a research paper exploring malicious aging attacks in circuits and cores, focusing on hardware security implications.
atomstr is a service that bridges RSS/Atom feeds to Nostr, letting users follow traditional feeds via Nostr clients.
An exploration of multistack concatenative programming languages, discussing how auxiliary stacks and dynamic bindings like Factor's namespaces and PostScript's dictionaries can ease data stack management without sacrificing concatenative composition.
A research notebook from Ink & Switch describing the object model for Livelymerge, a project that uses an Automerge document as the persistent, collaborative heap of a JavaScript program.
This article explains C++20's std::counting_semaphore and std::binary_semaphore, covering their API, usage for limiting concurrency and signaling between threads, and important details.
The article introduces Revision Prompting, a technique for industrial LLM processes that improves speed, cost, and consistency when re-processing updated inputs by generating output patches from diffs.
MIT researchers developed a scalable fabrication technique that integrates delicate molecular materials into electronic devices without damage, combining conventional semiconductor manufacturing with self-assembly. The method, demonstrated with over 1,000 devices and published in Nature Nanotechnology, could enable next-generation computing, photonic, and quantum technologies.
This article explains systemd dynamic users, a feature that creates ephemeral Unix users at runtime for systemd units, removing the need to manually manage service users. It includes configuration examples and use cases.
An annotated guide to the binary structure of OpenSSH private keys, explaining each chunk, RSA parameters, and padding.
robot.villas is a tool that bridges RSS feeds to Mastodon, allowing automated posting of feed updates to the social network.
Developer notes from experiments building a semi-hypervisor/supervisor for the Cortex-M3 (Blue Pill) using MPU and SVC to provide isolation and privileged access control without MMU or TrustZone.
A classic 1960 paper by Norbert Wiener examining the moral and technical implications of automation, including social responsibility and unintended consequences of machine decision-making.
Soar is a fast, modern, bloat-free Linux package manager written in Rust, supporting static binaries, AppImages, and portable packages without requiring root, with distro-independent installation and secure builds.
Jolt, a Lisp/Scheme language, recently added two features: program images in the style of Common Lisp and Smalltalk for full-state serialization and debugging, and a portable Scheme backend decoupled from the Chez runtime for architecture-agnostic portability.
Amiga Corporation announced new agreements with Commodore International and Hyperion Entertainment, clarifying ownership of Commodore/Amiga intellectual property and defining the future of AmigaOS development and licensing.
A video demonstrates a GUI front end experiment that uses the Skred sound engine as an audio effects processor, with a design inspired by the Korg DW-8000 digital delay line. The project is MIT-licensed open source on GitHub.
Blog post introducing Groovie, an open-source, free web-based drum machine and beat sequencer with 150+ samples, up to 32 patterns, timeline sequencing, and effects, built in JavaScript using Web Audio.
An AI-generated, self-directed electronics course for hams and makers, teaching analog circuits through hands-on scope measurements. The GitHub repo includes a syllabus, 15 experiments, projects, and a print build script.
BasicSync is a simple Android app that runs Syncthing as a background service, with controls for network/battery conditions and support for external storage.
An analysis of Twitter's community structure using domain co-occurrence data and PCA/t-SNE, revealing tight right-wing and diffuse left-wing clusters, with implications for recommender systems and random walk mixing times.