Spain's parliament will act against massive IP blockages by LaLiga

Congress is preparing to take measures against LaLiga's fight against piracy causing web page blockages. A non-legislative initiative was approved to reform the Digital Services Act and prevent indiscriminate blocking of IPs by judicial rulings.

The Whistleblower Who Uncovered the NSA's 'Big Brother Machine'

You don't have permission to access "http://thereader.mitpress.mit.edu/the-whistleblower-who-uncovered-the-nsas-big-brother-machine/" on this server.

Belgium stops decommissioning nuclear power plants

Belgium will nationalize its nuclear power plants, reversing a 2003 decision to phase out nuclear energy by 2025. The government aims to build new nuclear plants and reduce dependence on fossil imports.

Shai-Hulud Themed Malware Found in the PyTorch Lightning AI Training Library

https://semgrep.dev/assets/people/isaac-evans.jpeg
A supply chain attack compromised the PyPI package 'lightning' versions 2.6.2 and 2.6.3, stealing credentials and attempting to poison GitHub repositories. The attack is linked to the 'mini Shai-Hulud' campaign and affects teams using lightning in their dependency tree.

Claude Code refuses requests or charges extra if your commits mention "OpenClaw"

Something went wrong, but don’t fret — let’s give it another shot. Some privacy related extensions may cause issues on x.com. Please disable them and try again.

How an Oil Refinery Works

https://substackcdn.com/image/fetch/$s_!AIFC!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff98b1375-89f9-4b10-a92a-25faf8a82069_800x600.png
Oil refineries process crude oil into various products like gasoline, diesel, and jet fuel using distillation, cracking, and other processes. The refining process is complex and requires large industrial facilities to handle the massive volume of crude oil consumed worldwide.

Durable queues, streams, pub/sub, and a cron scheduler – inside your SQLite file

https://honker.dev/_astro/honker.DaDfuCrv_Z2dOHq9.webp
honker adds durable pub/sub and task queue to SQLite without client polling or daemon. It uses SQLite's PRAGMA data_version for wake signals, with ~0.7 ms latency and ~3 µs read time.
The SIMD Quad algorithm is a new search algorithm that combines quaternary interpolation search with SIMD instructions to efficiently locate a target value in a sorted array of 16-bit unsigned integers. It outperforms binary search on both Intel and Apple platforms, with significant speedup on large arrays in cold cache scenarios.
https://bidprowl.com/_next/image?url=%2Fhero-bg.jpg&w=3840&q=75&dpl=dpl_F47zHcWqRVxrLvoiyWwPCEkVkuh2
We monitor 27 government auction sources with 75,070 listings, scoring auctions for price, bid velocity, and time left. Daily emails highlight top-scored auctions with direct links to original listings.

SatoshiGuesser – Roll for Bitcoin

https://opengraph.githubassets.com/dabe6e9411c3101bfb2508c8c937ec029a4403ea6eccd6f7de4cc1e3ec011a6a/Pathos0925/SatoshiGuesser
A web game called Satoshi Guesser generates random 256-bit numbers to find Satoshi Nakamoto's Bitcoin private keys. The odds are extremely low, but the game uses real cryptography to verify the results.

I built a Game Boy emulator in F#

https://nickkossolapov.github.io/fame-boy/building-a-game-boy-emulator-in-fsharp/images/pokemon.gif
I’ve been working as a software engineer for over 8 years at this point, and admittedly I’ve never understood how computers actually work. So I figured I’d try to learn how they work by emulating one. Sorry Ben Eater, I’m not going to build one just yet. I spent hundreds of hours as a kid catching Pokémon, so the Game Boy was the perfect candidate: real hardware, relatively simple in scope, ...

A 1960s art school experiment that redefined creativity

You don't have permission to access "http://thereader.mitpress.mit.edu/the-1960s-art-school-experiment-that-redefined-creativity/" on this server.

Mozilla's opposition to Chrome's Prompt API

https://opengraph.githubassets.com/d0bc0dd6b1d1c7d1848988c9257bd0a1773d2b1ea852889138b745a4b8d18975/mozilla/standards-positions/issues/1213
Skip to content You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert You can’t perform that action at this time.

10Gb/s Ethernet: what I did to get it working in my home

https://www.gilesthomas.com/images/x-icon.png
The user upgraded their home network to 10Gb/s Ethernet, starting with their study and then expanding to the rest of the house, using a combination of 10Gb/s switches, SFP+ modules, and DAC cables. They encountered some thermal issues with the switches and SFP+ modules, but were able to mitigate them and achieve speeds of up to 9Gb/s, with plans to potentially upgrade to 40Gb/s or higher in ...

I scraped 1.94M Airbnb photos for opium dens, pet cameos, and messy kitchens

Burla library runs parallel processing across a cluster with shared filesystem for data teams. It scales up to 1.7K CPU workers and 20 A100 GPUs for tasks like photo download and CLIP scoring.

The Zig project's rationale for their anti-AI contribution policy

Zig has a strict anti-LLM policy to prioritize contributor growth over code quality. Maintainers review contributors, not just their code, to foster trust and future contributions.

Granite 4.1: IBM's 8B Model Matching 32B MoE

https://firethering.com/wp-content/uploads/2026/04/Granite-4.1-IBMs-8B-Model-Is-Competing-With-Models-Four-Times-Its-Size.jpg
IBM released Granite 4.1, a family of open source language models for enterprise use, trained on 15 trillion tokens. The 8B model, with a dense architecture, matches or beats the 32B Granite 4.0-H-Small across various benchmarks.

Noctua releases official 3D CAD models for its cooling fans

We're verifying your browser Website owner? Click here to fix

Where the goblins came from

https://images.ctfassets.net/kftzwdyauwt9/2mv3MIYe0gkFpjqH8lUECs/a1b39ea729fb561ea01e54e85b6fa7e9/godsped_gang_screenshot_-_light_mode__2_.jpg?w=3840&q=90&fm=webp
OpenAI's models started mentioning creatures like goblins and gremlins in their metaphors due to a subtle incentive from training for the personality customization feature, specifically the Nerdy personality. The behavior was amplified through transfer from Nerdy personality training and later spread to other contexts, requiring OpenAI to retire the Nerdy personality and implement new tools ...

Show HN: TRiP – a complete transformer engine in C built from scratch just by me

https://opengraph.githubassets.com/6efd9a47e7fe6c468e3684e91ef440809ad7b90cb98edbffee1a9333a993d94d/carlovalenti/TRiP
A few-files, all-in-one C engine for Transformer AI models: inference, training, tokenizer creation, chat, and vision. Built from scratch over 18 months (from March 2024 to August 2025) during my lunch breaks and weekend nights, TRiP exists just because I wanted to truly understand the transformer internals - from the matrix multiplications up. TRiP's purpose is purely educational, for me ...

The Science Behind Honey's Eternal Shelf Life (2013)

https://th-thumbnailer.cdn-si-edu.com/31nepTlAD8LV8V7WyINuAg0JnU4=/631x300/filters:no_upscale()/https://tf-cmsv2-smithsonianmag-media.s3.amazonaws.com/filer/Surprising-Science-honey.jpg
Honey's unique combination of low moisture, acidity, and hydrogen peroxide makes it resistant to spoilage. Its shelf life is also extended by bees' natural drying process and the enzyme glucose oxidase in their stomachs.

Meta abandons open-source Llama for proprietary Muse Spark

https://cdn.thenewstack.io/media/2026/04/5d227269-chloe-hlmb4k6gm8o-unsplash-1024x723.jpg
Meta has abandoned Llama in favor of its new proprietary AI model Muse Spark, leaving users with no migration path. Llama users can continue using existing models or migrate to proprietary APIs from major AI providers, or use Llama forks like llama.cpp or OpenLLaMA.

A Primer on Bézier Curves – So What Makes a Bézier Curve?

https://pomax.github.io/bezierinfo/images/chapters/introduction/54e9ec0600ac436b0e6f0c6b5005cf03.png
Bézier curves are used in computer aided design and computer aided manufacturing (CAD/CAM) applications, graphic design, and scalable vector graphics (SVG). They are defined by linear interpolations between control points, forming a curve that never extends beyond the points used to construct it.

My Stratum-0 Atomic Clock

https://c1.staticflickr.com/5/4174/34292099192_8023afcdbc.jpg
The author built a desk clock, O-1, that disciplined its system clock against GPS, but it had a flaw: it relied on GPS signals. To improve it, the author built O-2, which uses a chip-scale atomic clock for better stability.

Craig Venter has died

https://www.jcvi.org/system/files/assets/news/stories/2026-04-29-venter/j-craig-venter.jpg
J. Craig Venter, founder of the J. Craig Venter Institute, died in San Diego after a brief hospitalization for cancer treatment complications. He was a visionary leader in genomics and synthetic biology who drove scientific change and advocated for robust federal funding.

Because It Doesn't Have To

The internet stack's lower layers don't guarantee delivery, allowing simpler protocols like TCP to restart communication when it fails. Machine learning models can also make probabilistic guesses to solve complex problems, allowing for flexibility and better performance.

What can we gain by losing infinity?

https://www.quantamagazine.org/wp-content/uploads/2026/03/MathSeries-Elements_MathSeries-Badge.svg
Doron Zeilberger, a mathematician, believes that infinity is not a necessary concept in mathematics and that numbers have boundaries. He advocates for ultrafinitism, a philosophy that rejects infinity and extremely large numbers.

Kubereboot/Kured: Kubernetes Reboot Daemon

https://raw.githubusercontent.com/kubereboot/website/main/static/img/kured.png
Kured (KUbernetes REboot Daemon) is a Kubernetes daemonset that performs safe automatic node reboots when the need to do so is indicated by the package management system of the underlying OS. Watches for the presence of a reboot sentinel file e.g. /var/run/reboot-required or the successful run of a sentinel command. Utilises a lock in the API server to ensure only one node reboots at a time ...

GCC 16 has been released

GCC 16 has several improvements including conformance with C99 standard, removal of json diagnostics format, and support for OpenMP 5.0 and 6.0.

CopyFail Was Not Disclosed to Distros

Message-ID: <[email protected]> Date: Thu, 30 Apr 2026 05:52:37 +0100 From: Sam James <[email protected]> To: [email protected] Cc: Jan Schaumann <[email protected]> Subject: Re: CVE-2026-31431: CopyFail: linux local privilege scalation Eddie Chapman <[email protected]> writes: > On 29/04/2026 21:23, Jan Schaumann wrote: >> Affected and ...