A comprehensive index of 182 metadata standards, vocabularies, schemas, and specifications used across libraries, cultural heritage, science, and the web.
matmat's feed
TrueNAS has released a native Proxmox VE storage plugin that lets Proxmox provision and manage VM disks directly on TrueNAS systems. A disk requested in Proxmox becomes an OpenZFS zvol on TrueNAS 25.10 or later, published as an iSCSI LUN or an NVMe/TCP namespace, and the plugin handles creation, snapshots, resizing, migration, and deletion from
Btrfs is supported by select Synology NAS models, allowing businesses to reduce maintenance overhead and efficiently store their data.
The third pull request in the Arazzo 1.2 queue is the one I want people to read as a story about review, not just as a feature. PR #556 from Naresh Jain adds Protocol Buffer RPC support to Arazzo. When it was opened on August 28 it was, in spirit, a gRPC pull request. Frank Kilcommins did a first review about two weeks ago and asked one question — the direction is good, but can this be universal rather than gRPC-specific? — and what came back covers gRPC, gRPC-Web, Twirp, and Connect....
Investigating JPEG XL's place as a Web image codec.
Covered by2 sites
Covers 1 story
An open source effort to preserve and modernize LEGO® Star Wars: The Complete Saga, and possibly other Traveller's Tales LEGO® games in the future.
ESPHome is the sole reason I was able to build several ESP32 smart sensors without losing my patience
One detail that has always bugged me about publishing a package to NPM is how build output paths like dist/ can leak into the public API.Turns out, npm publish can do it, but to make it work seamlessly in a real-world project, you need a few extra pieces in place. Let me walk you through how it works.
Mounir Touzri and Houssem Eddin Boubakri, Wikipedians in Residence from Wikimedia Tunisia, working with historical archival documents during their residency at the National Documentation Center of …
Four weeks from today, the global digital preservation community will come together to celebrate the very best in our field at the Digital Preservation Awards 2026! Organized by the Digital Preservation Coalition every two years, the Awards are the leading international celebration of achievement in digital preservation. They recognize the people, projects and organizations making outstanding contributions to securing our digital legacy....
We had an opportunity to analyse a system with frequent detection-alerts over powershell execution. Our analysis revealed a multi-stage infection […]
Covered by4 sites
malware.news, GBHackers Security, and more ›
## Introduction We can use Neural Networks not only for predicting the class of an image, completing sentences, or classifying sentiment of a paragraph of text. We can also use Neural Networks for solving scientific problems. In this article, you will learn about using a trained Neural Network to simulate the phase space of a Harmonic Oscillator (a weighted rigid pendulum). Here, there’s a twist....
Project Repo Hey folks, Like many of us, I was heavily relying on standard asynchronous UART strings (snprintf / sscanf) for microcontroller-to-microcontroller communication. But when profiling my hardware (an ESP32 FOSS communicating with an STM32 bare-metal receiver) for an industrial control loop, I hit a wall....
Generative large language models (LLMs) have achieved state-of-the-art performance on many real-world tasks such as code generation and question answering. These models predominantly rely on an autoregressive decoding strategy that generates output tokens sequentially. However, their pervasive deployment raises serious privacy concerns, motivating private inference frameworks based on fully homomorphic encryption (FHE)....
DQuic is an open-source QUIC implementation purpose-built for DHttp.
A federal appeals court handed GitHub, Microsoft, and OpenAI an important win in the first major appellate ruling over how AI coding tools can use open-source code. As we all know, all the AI code-generating programs learned their lessons largely from open-source code. So a group of anonymous open-source plaintiffs argued that GitHub Copilot and […]
read the transcript! ## there are many alternative ways to represent numbers These are all implemented in software (not hardware) so they’re a lot slower, and different languages have different libraries. ## alternative 1: decimal floating point This is like regular floating point, but in base 10 instead of base 2. It’s also standardized in IEEE 754....
This PEP outlines Python’s backwards compatibility policy.
Covered by5 sites