Hacker News with Generative AI: Libraries

The Doge Axe Comes for Libraries and Museums (wired.com)
The Trump administration, working in coordination with Elon Musk’s so-called Department of Government Efficiency, has gutted a small federal agency that provides funding to libraries and museums nationwide.
Show HN: Textcase: A Python Library for Text Case Conversion (github.com/zobweyt)
A feature complete Python text case conversion library.
Neuralatex: A machine learning library written in pure LATEX (neuralatex.com)
Neuralatex is a scalar values-based auto-grad library similar to MicroGrad but written entirely in latex! As part of your latex document you can specify the architecture of a neural network and loss functions, how to generate or load training data, and specify training hyperparameters and experiments. When the document is compiled, the latex compiler will generate or load training data, train the network, run experiments and generate figures.
Show HN: Zig Topological Sort Library for Parallel Processing (github.com/williamw520)
TopoSort is a highly efficient Zig library for performing topological sort on dependency graph.
Anna's Archive Scraping: Court Defers Key Questions to State Supreme Court (torrentfreak.com)
The legal battle between library database giant OCLC and shadow library search engine Anna's Archive has hit a snag.
Entire staff at federal agency that funds libraries and museums put on leave (npr.org)
The Institute of Museum and Library Services has placed its entire staff on administrative leave.
Bash-ini-parser: Advanced bash INI parser library (github.com/lsferreira42)
A robust shell script library for parsing and manipulating INI configuration files in Bash.
Show HN: JavaScript PubSub in 163 Bytes (github.com/hassanshaikley)
The smallest PubSub library possible. Zero Dependencies. 149 bytes.
Msgpack23 – A modern, header-only C++ library for MessagePack (de)serialization (github.com/rwindegger)
msgpack23 is a lightweight library that provides a straightforward approach to serializing and deserializing C++ data structures into the MessagePack format.
Show HN: Hexi – Modern header-only network binary serialisation for C++ (github.com/EmberEmu)
Hexi is a lightweight, header-only C++23 library for safely handling binary data from arbitrary sources (but primarily network data). It sits somewhere between manually memcpying bytes from network buffers and full-blown serialisation libraries.
AI bots are destroying Open Access (blogspot.com)
There's a war going on on the Internet. AI companies with billions to burn are hard at work destroying the websites of libraries, archives, non-profit organizations, and scholarly publishers, anyone who is working to make quality information universally available on the internet. And the technologists defending against this broad-based attack are doing everything they can to preserve their outlets while trying to remain true to the mission of providing the digital lifeblood of science and culture to the world.
ISBN Visualization (phiresky.github.io)
Internet Archive Europe – Bringing Collections to Life (internetarchive.eu)
Fast columnar JSON decoding with arrow-rs (arroyo.dev)
JSON is the most common serialization format used in streaming pipelines, so it pays to be able to deserialize it fast. This post covers in detail how the arrow-json library works to perform very efficient columnar JSON decoding, and the additions we've made for streaming use cases.
Writing Programs with Ncurses (invisible-island.net)
This document is an introduction to programming with curses. It is not an exhaustive reference for the curses Application Programming Interface (API); that role is filled by the curses manual pages. Rather, it is intended to help C programmers ease into using the package.
argp: GNU-style command line argument parser for Go (github.com/tdewolff)
Elon Musk's Doge Moves to Gut Local Libraries While No One Is Looking (newrepublic.com)
Department of Government Efficiency operatives have found their new target: your local library.
U.S. blocks Canadian access to iconic Stanstead border-straddling library (cbc.ca)
The U.S. government is closing the main Canadian access to the Stanstead, Que., library, an iconic building that straddles both borders, according to town and library officials.
Baroque/Joanina Library at the University of Coimbra (visit.uc.pt)
The Baroque Library is the best example of Portuguese Baroque and is considered to be one of the richest European libraries.
The Lost Art of Research as Leisure (kasurian.com)
Nestled in a café-bar-museum-event space in Fort Mason — San Francisco’s water-front, weathered military campus with sweeping views of the Golden Gate Bridge —is a floor to ceiling library housing the Long Now Foundation’s Manual for Civilisation. A crowd-curated collection of the 3,500 books “most essential to sustain or rebuild a civilisation,” the Manual for Civilisation began with one question: If you were stranded on an island (or small hostile planetoid), what books would you want to have with you?
Choosing the Right CMS for Digital Archives: Omeka vs. Drupal (culturefoundry.com)
As we’ve organized and executed web design and development projects for our client-partners at the LBJ Presidential Library, DiscoverLBJ digital archives, and the Clinton Digital Library, we are often asked about the best content management systems (CMS) to use for large, digital archives.
Show HN: Cross platform binary to launch native binary using Cosmopolitan Libc (github.com/Munawwar)
Cross-platform binary launcher with Cosmopolitan libc
Fastplotlib: GPU-accelerated, fast, and interactive plotting library (medium.com)
fastplotlib is a new GPU-accelerated fast and interactive scientific plotting library that leverages WGPU
A Library for Point and Click Adventures (github.com/pinguin999)
ALPACA (short for "A Library for Point And Click Adventures") is a game engine for adventure games and interactive comics.
How the Index Card Cataloged the World (2017) (theatlantic.com)
Like every graduate student, I once holed up in the library cramming for my doctoral oral exams.
Vanilla Web: You Don't Need That Library (firtman.github.io)
You Don't Need that Library
Pion Stun: Go Implementation of Stun (github.com/pion)
Package stun implements Session Traversal Utilities for NAT (STUN) (RFC 5389) protocol and client with no external dependencies and zero allocations in hot paths.
OmniAI 2.0: An LLM-Agnostic Ruby Library (ksylvest.com)
Today marks the release of OmniAI 2.0. 2.0 represents a significant upgrade to our Ruby library that standardizes interactions with various LLM providers. Whether you're working with Anthropic, DeepSeek, Google, Mistral, or OpenAI, OmniAI offers a consistent interface that simplifies AI integration into your Ruby applications.
TanStack Form V1 – Type-Safe, Agnostic, Headless Form Library (twitter.com)
Something went wrong, but don’t fret — let’s give it another shot.
Show HN: Python micro event loop library (~250 LOC) (github.com)
A micro event loop library implementation from scratch.