Year: 2026

Palantir paid just £2m corporation tax in UK in 2024 despite lucrative public sector contracts | Palantir

Palantir paid just £2m corporation tax in UK in 2024 despite lucrative public sector contracts | Palantir

💥 Discover this trending post from Hacker News 📖 📂 **Category**: ✅ **What You’ll Learn**: The software group Palantir paid just £2m in corporation tax in the UK in 2024, despite holding public sector contracts worth hundreds of millions, thanks to tax breaks that are likely to reduce its contributions to governments around the world for years to come.The US-headquartered company, which has harnessed AI to secure lucrative work for the NHS and the Ministry of Defence, is growing exponentially.Palantir’s shares bounced 17% in early trading on Tuesday after its chief executive, Alex Karp, forecast worldwide revenues would almost double…
Read More
we finally learned to center a div, then browsers added sidebars — seg6

we finally learned to center a div, then browsers added sidebars — seg6

✨ Check out this insightful post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: Centering a div used to require this little ritual: .thing 🔥 These days, it is almost disappointingly easy: body 🔥 I used that for the .site div you’re reading. It looked centered until I opened it in a browser with the sidebar visible. The site still uses regular webview centering. The window-centering behavior described below is not active here. This is a fairly specific itch. I use one browser window tiled directly in front of me, usually with its sidebar open. When a site…
Read More
brian-armstrong/fec: Rust crate for Forward Error Correction · GitHub

brian-armstrong/fec: Rust crate for Forward Error Correction · GitHub

✨ Check out this trending post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: Forward error correction for SDR, space, and satellite applications. fec implements two error-correcting codes that show up throughout software-defined radio and spacecraft links: Convolutional codes with a Viterbi decoder (hard and soft decision), including the common rate-1/2 k=7, rate-1/2 k=9, rate-1/3 k=9, and rate-1/6 k=15 codes. Supports any rate from 1/2 to 1/8 and any order from k=4 to k=16. On nightly Rust, the simd feature enables a Viterbi decoder with acceleration on SSE/AVX2/AVX512. Reed–Solomon codes over GF(2⁸) with error and erasure decoding, including…
Read More
rust-lang/rust is adopting an LLM policy

rust-lang/rust is adopting an LLM policy

✨ Explore this awesome post from Hacker News 📖 📂 **Category**: ✅ **What You’ll Learn**: Aug. 5, 2026 · Jynn Nelson Recently, five teams in the Rust project adopted a policy that I originally authored, governing how Large Language Models can be used when contributing to the rust-lang/rust monorepo. Notably, the new policy is not an official stance on LLMs, and does not apply everywhere in the Rust project. I wrote it for a very specific purpose, described below. This post talks about why we created that policy, what it says, and how this will affect contributors. The policy affects…
Read More

Hartwork Blog · libexpat now funded by the City of Munich for up to 6 months

💥 Explore this must-read post from Hacker News 📖 📂 **Category**: 📌 **What You’ll Learn**: For readers new to Expat: libexpat is a fast streaming XML parser. Alongside libxml2, Expat is one of the most widely used software libre XML parsers written in C, specifically C99. It is cross-platform and licensed under the MIT license. Starting 2026-08-01, the "security vacation" of the project has ended and(!) I will be be paid to work on maintaining libexpat for up to 6 months thanks to the City of Munich under the umbrella of their Open Source Sabbatical program.What does that mean? For…
Read More
Carloscodix/qapla: A char-level transformer trained from scratch on an $8 ESP32-S3. Not inference: the chip runs the full training loop, with backprop written by hand in C. · GitHub

Carloscodix/qapla: A char-level transformer trained from scratch on an $8 ESP32-S3. Not inference: the chip runs the full training loop, with backprop written by hand in C. · GitHub

🔥 Explore this insightful post from Hacker News 📖 📂 **Category**: 📌 **What You’ll Learn**: This text was written with the assistance of an AI. Careful: assistance doesn't mean the AI wrote it. It means it corrected, reviewed and filled in some parts, but the author is human (or so I believe). Léeme en español This is how you train a transformer from scratch on an eight-buck ESP32-S3. The (Klingon) GPT nobody asked for but everybody needed. And why did we need it? Because we take for granted that training a model requires a GPU or a datacenter. Not always:…
Read More
The auto industry is building for a past that’s never coming back

The auto industry is building for a past that’s never coming back

💥 Discover this trending post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: Listen to the article 4 min This audio is auto-generated. Please let us know if you have feedback. Editor’s note: John McElroy is the president of BlueSky Productions, which produces Autoline Daily, and a longtime opinion columnist for WardsAuto. Views expressed here are his own. Take a look around the American automotive landscape, and you’ll see an industry acting as if new-car sales will grow forever. Before the decade is out, seven brand-new assembly plants are scheduled to come online in the United States alone.…
Read More

FIPS 140-3 is not a security guarantee, and auditors know it · 808bits

🔥 Check out this must-read post from Hacker News 📖 📂 **Category**: 📌 **What You’ll Learn**: A sales engineer at one of the major HSM vendors told me recently that over 90 percent of their customers who buy FIPS-enabled HSMs run them with FIPS mode disabled. They pay a premium for the certificate, then switch off the configuration it describes. By the end of this article you will understand why that is often the correct engineering decision. On September 21, 2026, every remaining FIPS 140-2 certificate moves to NIST’s historical list, and modules on that list should no longer be…
Read More
IP and DNS Leaks in WebKit Affecting Proxy Browsers and Apple iCloud Private Relay

IP and DNS Leaks in WebKit Affecting Proxy Browsers and Apple iCloud Private Relay

🚀 Explore this trending post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: Like our research? Try Psylo. Psylo is our privacy-first browser for iOS and iPadOS, with a built-in proxy network, per-tab isolated web sessions, and anti-fingerprinting. Using it helps fund more work like this. Read why we built it → Download Psylo → Summary# Our proof-of-concept website leaks.psylo.app that detects the leaks WebKit-based browsers on iOS and macOS can be built to route all web traffic through proxy servers. This is how all proxy browsers work on iOS, including iOS Tor browsers and our own browser,…
Read More
The Future of Flowise

The Future of Flowise

🔥 Read this awesome post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: Hey everyone,When we started Flowise, we wanted to make building AI apps easier and more fun for everyone. Seeing what you've built, from simple bots to massive workflows has truly been the best part of this journey. You have made this project what it is today.Over the last few months, we've noticed a significant shift in how people build. As AI models become more capable at reasoning, we've noticed that developers are increasingly relying on new coding agents such as Claude Code/OpenClaw to handle complex…
Read More