Entertainment

Cloudflare targets 2029 for full post-quantum security

Cloudflare targets 2029 for full post-quantum security

πŸš€ Read this awesome post from Hacker News πŸ“– πŸ“‚ **Category**: πŸ“Œ **What You’ll Learn**: Cloudflare is accelerating its post-quantum roadmap. We now target 2029 to be fully post-quantum (PQ) secure including, crucially, post-quantum authentication.At Cloudflare, we believe in making the Internet private and secure by default. We started by offering free universal SSL certificates in 2014, began preparing our post-quantum migration in 2019, and enabled post-quantum encryption for all websites and APIs in 2022, mitigating harvest-now/decrypt-later attacks. While we’re excited by the fact that over 65% of human traffic to Cloudflare is post-quantum encrypted, our work is not done…
Read More
mattmireles/gemma-tuner-multimodal: Fine-tune Gemma 4 and 3n with audio, images and text on Apple Silicon, using PyTorch and Metal Performance Shaders. Β· GitHub

mattmireles/gemma-tuner-multimodal: Fine-tune Gemma 4 and 3n with audio, images and text on Apple Silicon, using PyTorch and Metal Performance Shaders. Β· GitHub

✨ Read this trending post from Hacker News πŸ“– πŸ“‚ **Category**: πŸ’‘ **What You’ll Learn**: Fine-tune Gemma on text, images, and audio β€” on your Mac, on data that doesn't fit on your Mac. πŸ–ΌοΈ Image + text LoRA β€” captioning and VQA on local CSV. πŸŽ™οΈ Audio + text LoRA β€” the only Apple-Silicon-native path that does this. πŸ“ Text-only LoRA β€” instruction or completion on CSV. ☁️ Stream from GCS / BigQuery β€” train on terabytes without filling your SSD. 🍎 Runs on Apple Silicon β€” MPS-native, no NVIDIA box required. Source: github.com/mattmireles/gemma-tuner-multimodal (public). LoRA for Gemma 4…
Read More
Moving Railway’s Frontend Off Next.js

Moving Railway’s Frontend Off Next.js

✨ Discover this must-read post from Hacker News πŸ“– πŸ“‚ **Category**: πŸ“Œ **What You’ll Learn**: Table of ContentsNext.js served us well. Then it didn't.Why TanStack Start + ViteTwo PRs, zero downtimeWhat we gave upRailway's frontend runs on RailwayWhy nowRailway's entire production frontend no longer runs on Next.js. The dashboard, the canvas, railway.com, all of it now runs on Vite + TanStack Router, and we shipped the migration in two PRs with zero downtime.Next.js got railway.com from zero to a production app serving millions of users monthly. It's an excellent framework, but it stopped being the right one for our product.Frontend…
Read More
Claude Status – Sonnet 4.6 elevated rate of errors

Claude Status – Sonnet 4.6 elevated rate of errors

πŸš€ Explore this insightful post from Hacker News πŸ“– πŸ“‚ **Category**: βœ… **What You’ll Learn**: Subscribe to updates for Sonnet 4.6 elevated rate of errors via email and/or text message. You'll receive email notifications when incidents are updated, and text message notifications whenever Claude creates or resolves an incident. VIA SMS: Afghanistan (+93) Albania (+355) Algeria (+213) American Samoa (+1) Andorra (+376) Angola (+244) Anguilla (+1) Antigua and Barbuda (+1) Argentina (+54) Armenia (+374) Aruba (+297) Australia/Cocos/Christmas Island (+61) Austria (+43) Azerbaijan (+994) Bahamas (+1) Bahrain (+973) Bangladesh (+880) Barbados (+1) Belarus (+375) Belgium (+32) Belize (+501) Benin (+229) Bermuda…
Read More
S3 Files and the changing face of S3

S3 Files and the changing face of S3

πŸš€ Explore this awesome post from Hacker News πŸ“– πŸ“‚ **Category**: πŸ’‘ **What You’ll Learn**: Photo credit: OssewaAlmost everyone at some point in their career has dealt with the deeply frustrating process of moving large amounts of data from one place to another, and if you haven’t, you probably just haven’t worked with large enough datasets yet. For Andy Warfield, one of those formative experiences was at UBC, working alongside genomics researchers who were producing extraordinary volumes of sequencing data but spending an absurd amount of their time on the mechanics of getting that data where it needed to be.…
Read More
ACME Updates – 07Apr2026 https outage

ACME Updates – 07Apr2026 https outage

✨ Read this must-read post from Hacker News πŸ“– πŸ“‚ **Category**: βœ… **What You’ll Learn**: ACME Updates - 07Apr2026 https outage ACME Updates 07Apr2026 https outage Starting on February 25th and lasting a little over a month, acme.com suffered intermittent network outages. The symptoms were very high ping times and packet drops. The outages would last a few hours and then go away for a while. The problems started right after my internet provider, Sonic, did some scheduled maintenance and switched me to a new network. I worked with Sonic support to try and figure out if their network change,…
Read More
Protect Your Shed | @dbut2

Protect Your Shed | @dbut2

✨ Check out this awesome post from Hacker News πŸ“– πŸ“‚ **Category**: βœ… **What You’ll Learn**: Constructing a skyscraper is a massive undertaking. You need architectural blueprints, council permits, and safety audits before the first piece of steel is even ordered. It requires hundreds of people coordinating over months or years. You can’t just throw up some drywall and hope the building holds weight. Then there is the backyard shed. No blueprints, no permits, no audits. You just grab some timber, a saw, and start hammering. It might be a little drafty, and the roof might leak if it rains…
Read More
US and Iran agree to provisional ceasefire with Tehran saying it will reopen strait of Hormuz | Donald Trump

US and Iran agree to provisional ceasefire with Tehran saying it will reopen strait of Hormuz | Donald Trump

✨ Discover this insightful post from Hacker News πŸ“– πŸ“‚ **Category**: πŸ“Œ **What You’ll Learn**: The US and Iran agreed to a two-week conditional ceasefire on Tuesday evening after a last-minute diplomatic intervention led by Pakistan, canceling an ultimatum from Donald Trump for Iran to surrender or face widespread destruction.Trump’s announcement of the ceasefire agreement came less than two hours before the US president’s self-imposed 8pm Eastern time deadline to bomb Iran’s power plants and bridges in a move that legal scholars, as well as officials from numerous countries and the Pope, had warned could constitute war crimes.Just hours earlier,…
Read More
[RFC] JSIR: A High-Level IR for JavaScript – MLIR

[RFC] JSIR: A High-Level IR for JavaScript – MLIR

✨ Read this awesome post from Hacker News πŸ“– πŸ“‚ **Category**: πŸ“Œ **What You’ll Learn**: This RFC introduces JSIR, a high-level IR for JavaScript: JSIR preserves all information from the AST and supports high-fidelity round-trip between source ↔ AST ↔ JSIR; JSIR uses MLIR regions to represent control flow structures; JSIR supports dataflow analysis. JSIR is developed and deployed in production at Google for code analysis and transform use cases. JSIR is open source here: GitHub - google/jsir: Next-generation JavaScript analysis tooling Β· GitHub. Motivation Industry trend of building high-level language-specific IRs The compiler industry is moving towards building high-level…
Read More
linebender/xilem: An experimental Rust native UI framework Β· GitHub

linebender/xilem: An experimental Rust native UI framework Β· GitHub

πŸ’₯ Explore this must-read post from Hacker News πŸ“– πŸ“‚ **Category**: πŸ’‘ **What You’ll Learn**: Xilem and Masonry provide an experimental high-level architecture for writing GUI apps in Rust. Masonry is a foundational crate for building natively compiled GUIs in Rust. It provides a retained widget tree and runs event handling and update passes on it. Xilem a high-level reactive framework inspired by React, SwiftUI and Elm. It lets users create a lightweight view tree, and changes the rendered app based on changes to the tree. It has a web backend and a Masonry backend. masonry/ and xilem/ are the…
Read More