316 private links
- The apology estimate
- Deploy fear
- The “Don’t Touch That” File
- The Coverage Lie
- Time to first commit
The author has a signal score from 0 to 2 for each points.
133 qubits cracked a 22-bit RSA key (484 possibilites compared to the current 6.76e+171 current possibilites of a 120-bits key). https://forklog.com/en/quantum-computer-cracks-tiny-cryptographic-key/
It seems 100 000s are needed to crack current cryptography. https://www.newscientist.com/article/2516404-breaking-encryption-with-a-quantum-computer-just-got-10-times-easier/
A feedback about handling errors properly instead of a one big error enum.
Exception is indeed a bad programming ergonomic that can lead to many failures
Returning a tuple (a T and an error) isn’t an appropriate tool when you want your function to return either a T or an error. It’s a brittle hack that requires everyone to use a third-party linter on top. Otherwise, that tuple is handled incorrectly too frequently.
AI;DR
There is a rollback mechanism
Some CSS variables are computed in JS, and the rest is made by CSS and the browser. Each item is a <div>:
<div class="wall" style="
--start-x: 2560;
--start-y: -2112;
--end-x: 2560;
--end-y: -2496;
--floor-z: 32;
--ceiling-z: 88;
">
All the geometry calculation is made in the browser.
JavaScript passes raw DOOM data in. CSS does the trigonometry.
JavaScript runs the game loop. CSS does the rendering.
brew install --cask aw-edid-editor
Edit any standard EDID binary file, supports DisplayID and CEA-861-G extensions
After 20 years of programming, they started its own business.
- Fresh Mayhem — interactive learning HackRF + PortaPack compatible dashboard
- Free Willy — LLM-powered Flipper Zero compatible dashboard control from your desktop
- Claude Conductor — 300+ stars on GitHub, open source
- Claude Anchor — persistent memory framework for Claude Code
- Pager themes — custom theme that is compatible with the Hak5 WiFi Pineapple Pager
- The Rusty Suite — a growing family of privacy-first desktop apps, $10/mo for everything
Open source tools, privacy-first desktop apps, pentesting utilities, and educational resources built by Super Basic Studio.
Je ne sais pas à quel point ce site est sérieux car https://bio.site/lameridionale.
Le compte Mastodon semble sérieux https://mastodon.social/@rinaldo75
Google can replace a web page with another view built with AI.
WebMCP is the new AMP
The benchmarks compare compilation time, runtime of major softwares, encoding and decoding of media. I see a 10x improvements between 2008 and 2026.
China alone controls 60 to 85 percent of the supply chain for solar panels, heat pumps, wind turbines, batteries, and hydrogen electrolysers.