๐ฅ Explore this trending post from Hacker News ๐ ๐ **Category**: ๐ก **What Youโll Learn**: cuTile Rust (cutile-rs) is a tile-based system for writing memory-safe, data-race-free GPU kernels in idiomatic Rust. It extends Rust's ownership discipline across the GPU launch boundary: mutable tensors are partitioned into disjoint pieces before launch, immutable tensors are shared, and generated launchers preserve ownership while GPU work is in flight. The same model supports synchronous launches, asynchronous pipelines, and CUDA graph replay. The #[cutile::module] macro embeds a captured Rust AST for each kernel in the host binary; when a kernel is needed, cuTile Rust JIT-compiles…
โจ Explore this must-read post from Hacker News ๐ ๐ **Category**: โ
**What Youโll Learn**: Today is the official release day for Android 17. We've already fully ported GrapheneOS to Android 17 and are in the process of pushing the code to our public repositories. We're building a final official release based on Android 16 QPR2 today and we'll do an initial Android 17 release tomorrow. We've already tested the Android 17 port of GrapheneOS on the Pixel 6a, 7, 7a, 8, 10a, 10 and 10 Pro Fold. It will be possible for people to start building and testing it…
๐ Discover this awesome post from Hacker News ๐ ๐ **Category**: โ
**What Youโll Learn**: The UK government ran one of the most thorough studies on this. When GOV.UK added social sharing buttons, they tracked usage for 10 weeks across 6.8 million pageviews. The share buttons got clicked 14,078 times. Thatโs a 0.21% usage rate, which works out to about 1 in 476 visitors. The most telling part: the feature sat in their backlog for ages because zero end users had ever requested it. In their user testing, people just copied and pasted links.Moovweb found the same thing when they…
โจ Read this insightful post from Hacker News ๐ ๐ **Category**: ๐ **What Youโll Learn**: I settled on the name Sortis from the latin because you don't play every turn in the game instead you skip ahead and calculate what happened at the point you want to make a genuine change to what's going on. Its a way of having the mechanics of the computer adding 1 wheat each turn without you having to manually add 1 wheat each turn. The literal translation is "of the lot/ of fate/ of oracle". Its etymology stretches back to a series, chain or…
โจ Discover this awesome post from Hacker News ๐ ๐ **Category**: ๐ **What Youโll Learn**: GPTโNL values We are building a responsible language model for the Dutch language and context: trustworthy, transparent, reciprocal and sovereign. Sovereign: control over technology that matters GPTโNL is developed within the Netherlands and Europe. This gives us full control over the model, the data and the choices we make. We avoid dependency on nonโEuropean providers and invest in a sustainable AI ecosystem aligned with our laws, values and societal goals. Open and transparent: insight from source to model GPTโNL is built on transparency. We clearly…
โจ Discover this must-read post from Hacker News ๐ ๐ **Category**: ๐ก **What Youโll Learn**: I needed to check that one container could reach another over an internal Docker network: a plain GET /health against a service on a shared network. The obvious move is curl http://service:8642/health. But this app image was stripped right down, with no curl or wget and nothing else around that I could use to open a socket.As it turns out, bash can speak HTTP by itself. Opening a connection to a host and port and writing the request by hand needs nothing beyond the shell…
โจ Discover this awesome post from Hacker News ๐ ๐ **Category**: ๐ก **What Youโll Learn**: The UK government will ban under-16s from social media, with regulations due before Christmas and the rules taking effect in spring 2027. To enforce it, platforms must age-check their users. In practice that means anyone opening a new account will likely have to prove they're over 16 by uploading an ID or passing a facial age scan. Long-standing accounts are largely exempt, but signing up fresh now triggers verification, effectively ending anonymous account creation in the UK. Security and privacy experts warn the checks are…
๐ Read this insightful post from Hacker News ๐ ๐ **Category**: ๐ **What Youโll Learn**: Google is removing Chrome's last remaining workarounds for Manifest V2 extensions, effectively ending support for legacy ad blockers such as the original uBlock Origin. 9to5Google reports: CyberNews points out a Chromium commit that removes support for the "kExtensionManifestV2Disabled" flag, which is referred to as "dead code" seeing as Chrome no longer supports Manifest V2 extensions. This removal acts as the final stop for many Manifest V2-based ad blocker extensions that were still in use today -- the flag was effectively a loophole to continue using…
๐ Discover this must-read post from Hacker News ๐ ๐ **Category**: ๐ก **What Youโll Learn**: Over the past few months, a strange story has been seeping into the mainstream media from the more excitable corners of Substack and YouTube. Its claim: scientists whose work related to aerospace and nuclear research are either dying or going missing. According to an influential report in the Daily Mail in March, the disappearances form a โchilling patternโ: two, for instance, had worked together at an air force laboratory. The implications, in some accounts, are Hollywood sinister, with scientists working on top-secret breakthroughs running into…
๐ฅ Read this awesome post from Hacker News ๐ ๐ **Category**: โ
**What Youโll Learn**: We are very excited to announce Unicorn2 beta to the public! Unicorn engine was first introduced at Blackhat USA 2015 as the only cross-platform-architecture framework for CPU emulation. After its release, Unicorn made some good impact in the security community and quickly established itself as the foundation of various innovative work. More than 6 years passed, it is time to make a major step forward with Unicorn2! Based on Qemu 5, we built Unicorn2 from scratch, with a lot of optimization on performance & code…
