Project Valhalla, Explained: How a Decade of Work Arrives in JDK 28

https://substackcdn.com/image/fetch/$s_!3GhD!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4d9124f8-8a73-453b-88e2-7df5c98022ec_1920x1080.png
Oracle engineer Lois Foltan confirmed that JEP 401: Value Classes and Objects will be integrated into the main OpenJDK repository and target JDK 28. The feature allows programmers to declare value classes and objects that can be optimized for performance, enabling density and locality in memory, and is currently in preview mode.

DuckDB Internals: Why Is DuckDB Fast? (Part 1)

https://storage.ghost.io/c/eb/37/eb37738a-77f2-4eaf-9de2-43f9b30fffd5/content/images/2026/04/image-2.png
DuckDB is a fast in-process analytical SQL database that has gained widespread adoption due to its ease of use and performance. It can read data from various file formats like Parquet, CSV, and JSON, and execute queries directly on these files without the need for a server or cluster.

To study how chips work, MIT researchers built their own operating system

https://news.mit.edu/sites/default/files/images/202605/mit-csail-fractal.jpg
Researchers at MIT developed Fractal, a new kernel that gives a cleaner view of processor behavior, and has already found previously unknown behavior in Apple's M1. Fractal treats hardware as the object of study, allowing researchers to run experiments with minimal background noise and gain a deeper understanding of processor behavior.

So You Want to Define a Well-Known URI

https://mnot.net/blog/image/sign.jpeg
Well-known URIs work best when clients need to discover site-wide information, such as access policies or site metadata. They should be used for specific problems, not as a URL shortener or to confer legitimacy.

Zen and the Art of Machine Learning Research

https://substackcdn.com/image/fetch/$s_!gBx6!,w_1200,h_675,c_fill,f_jpg,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6477dc42-dd38-4b92-8fa0-e4e6ab7f2bc1_1918x820.png
To become a successful researcher, you need to combine reading and building skills, and be willing to put in the time and effort required. A good researcher stays open-minded, refuses to let ego cloud their judgement, and is willing to learn from failure.

Gribouille 0.3.0: A Grammar of Graphics for Typst

https://mickael.canouil.fr/posts/2026-06-15-gribouille-0-3/featured.png
Gribouille 0.3.0 adds guide control for hiding axis ticks and legends, and introduces a theme parameter for styling composition chrome. It also includes fixes for legend layout, stacking area charts, and other features.

I found 10k GitHub repositories distributing Trojan malware

The user found 10,000 GitHub repositories distributing Trojan malware by analyzing commit patterns and using a script to filter repositories. The script found 10,000 repositories that matched the pattern of being updated every few hours with a link to a zip archive in the readme file, but the user believes there should be many more due to GitHub's large repository count.

Zero-Touch OAuth for MCP

https://blog.modelcontextprotocol.io/posts/enterprise-managed-auth/ema-comparison.png
The Enterprise-Managed Authorization extension is now stable, allowing organizations to centrally manage authorization for MCP servers and end-users to access all connected servers through a single login. This extension addresses a major pain point in enterprise environments by providing a zero-touch setup and centralized policy control.

Datasette Apps: Host custom HTML applications inside Datasette

https://static.simonwillison.net/static/2026/datasette-timeline-app.jpg
Datasette Apps are self-contained HTML+JavaScript applications that run in a sandboxed iframe, allowing users to build custom interfaces and visualizations for their data. The plugin uses a combination of sandboxing and Content Security Policy to ensure secure execution of untrusted code.

How Japan's railways stayed one while splitting apart

https://arun.is/.netlify/images?url=_astro%2Fjr_system.CO5gj7O1.jpg&w=1440&h=1440&q=100&dpl=6a34949d9b51050008bb61bd
The JR mark was designed by Yōji Yamamoto in 1987 for Japan's railway companies, with a simple yet effective design that has remained unchanged for nearly 40 years. Yamamoto's design philosophy emphasized truth, reality, and honesty, resulting in a mark that has become synonymous with Japan's railways.

Building a robotics research setup that lives next to my desk

https://dfdxlabs.com/research/2026/robotics-setup/ufactory-web-processed.png
A researcher is conducting independent robotic manipulation research on a tabletop setup with a single industrial-grade robot arm, two cameras, and teleoperation, aiming to test the hypothesis that a single person can achieve meaningful results with a budget of €10,000. The setup includes a UFACTORY xArm Lite 6 robot arm, Intel RealSense D405 wrist camera, and Logitech C920 webcam, with a ...

Ubiquiti: Enterprise NAS, Built on ZFS

https://cdn.blog.svc.ui.com/Screenshot_2025_02_17_at_09_09_17_6037e24c3f.png
ENAS offers a private, local storage platform with performance, scalability, and simplicity, eliminating costly licensing and proprietary hardware. It integrates with UniFi for centralized management, secure access, and multi-site backup orchestration without recurring software costs.

The AirPods Effect

https://images.unsplash.com/photo-1695112956255-8878a4443236?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyfHxhaXJwb2RzJTIwd29tYW4lMjBidXN8ZW58MHx8fHwxNzc5MjcwNzA2fDA&ixlib=rb-4.1.0&q=80&w=1080
The author noticed a significant increase in people wearing AirPods during a trip to the US, feeling isolated and disconnected from others. Regular human contact is essential for our well-being, but earbuds can hinder this by creating a "Do Not Disturb" sign and reducing opportunities for casual interactions.

Generative AI Is Having Its Herbalife Moment

https://substackcdn.com/image/fetch/$s_!Wg2y!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F08b2b023-2201-4191-8686-3ed8863e7f81_5711x3808.jpeg
The author criticizes Replit's marketing tactics, comparing them to multi-level marketing schemes, and believes they're preying on young people's fears about job security and the future of work.

Ice water drowning survival of young patient (2025)

A young boy survived 147-minute submersion in ice water with a body temperature of 7 °C. He was resuscitated with ECMO and made a full recovery.

Fable Converted Pylint to Rust

https://pypi.org/static/images/twitter.abaf4b19.webp
A Rust reimplementation of pylint that produces byte-for-byte identical output — 15–2300× faster (median ~85×). prylint is not "inspired by" pylint. It is a bug-for-bug port: the same messages, at the same lines and columns, with the same text, in the same order, with the same exit codes and the same Your code has been rated footer — verified byte-identically against real pylint on 52 ...

Show HN: Talos – Open-source WASM interpreter for Lean

https://opengraph.githubassets.com/b7b8c3283c2973a61fc8dc2b74d38a263249fe0503f0fe573c1fb12d87ecf9d8/cajal-technologies/talos
Talos is a Lean 4 WebAssembly interpreter that enforces rules with a single codebase for evaluation and proof. It aims for full Wasm coverage with a focus on non-optimized source code semantics.

CS 6120: Advanced Compilers: The Self-Guided Online Course (2020)

CS 6120 is a PhD-level Cornell CS course on programming language implementation covering universal compilers and research topics. The course involves reading papers and open-source hacking tasks using LLVM and an educational IR.

The Raku Foundation is born

The Raku Foundation was registered in the Netherlands on May 1, 2026, to support the Raku language and community. It will allow Raku to have its own independent representation and fundraising, separate from the Perl and Raku Foundation.

.gitignore Isn't the only way to ignore files in Git

https://nelson.cloud/.gitignore-isnt-the-only-way-to-ignore-files-in-git/og.png
Git has three levels of file ignoring: .gitignore, .git/info/exclude, and ~/.config/git/ignore. These files allow ignoring files at repository, per-repo, and machine levels respectively.

Flexport (YC W14) Is Hiring in Indonesia, India, and Thailand

https://images.ctfassets.net/92fo1e671z6m/1FWJPcWf0WDF9EwO927wSR/a10a261bea19a4ed2b385f4a090e8585/Careers_img_header.jpg?w=2106&h=1800&fl=progressive&q=80&fm=jpg&bg=transparent
Flexport aims to revolutionize global logistics with AI, making trade easier and driving real-world impact. The company seeks talented individuals worldwide to join its mission-driven team and help build the future of automated global logistics.

Cell-based architecture for resilient payment systems

https://americanexpress.io/_post_assets/cell-based-architecture-for-resilient-payment-systems/img/main.jpg
American Express uses a cell-based architecture to ensure high availability and low latency in its payments ecosystem. This architecture isolates failures, maintains low-latency processing, and scales capacity without expanding the failure domain.

Hospitals and universities repurposing drugs at lower cost

https://www.kcl.ac.uk/newimages/folsm/main-article/bmb/immunotherapy.x188e82a2.png?f=webp
Universities and hospitals are conducting late-stage clinical trials with lower costs, repurposing existing drugs for new uses. This "hidden" research system offers affordable treatments with huge potential, operating outside of the patent system.

Many Let's Encrypt renewals had errors today

https://image.status.io/ZsUlrVAwD16p.png
Let's Encrypt's production API is experiencing degraded performance due to networking issues. We're working to resolve the issue and stabilize API performance.
https://www.thatprivacyguy.com/blog/assets/2026-06-18-001.png
A customer club's marketing arrangement was found to be unlawful due to forced consent. The company was fined NOK 20 million for violating GDPR rules on consent, transparency, and data processing.

The Korean telecom giant at the center of Anthropic's Mythos controversy

https://media.wired.com/photos/6a22ce03ffc48019a74127a3/master/w_2560%2Cc_limit/GettyImages-2272066793.jpg
The Trump administration imposed export controls on Anthropic's AI technology due to concerns over SK Telecom's ties to China. Anthropic revoked access to its models for foreign nationals after the White House ordered it to do so.

Show HN: Are You in the Weights?

https://www.intheweights.com/assets/placeholder-pfp-Cc0nAucJ.png
The weights are the billions of numbers forming an AI's brain. Type a name and see how strongly the leading AI models recognize it. Are you in the weights?

DARPA Heavy Life Challenge

https://www.darpa.mil/sites/default/files/gallery/2025-10/darpa-challenge-lift-logo-2025.png
Official websites use .milA .mil website belongs to an official U.S. Department of War organization. Secure .mil websites use HTTPSA lock ( Locked padlock icon ) or https:// means you’ve safely connected to the .mil website. Share sensitive information only on official, secure websites.

If your product is Great, it doesn't need to be Good (2010)

The author argues that successful products focus on a few key features, ignoring others, to create a simple and compelling experience. This approach is seen in products like the original iPod and Gmail.

W Social, public institutions and the theater of European digital sovereignty

https://blog.elenarossini.com/content/images/size/w1075h650/2026/06/WSocial-followup-cover-v4.jpg
The user is fascinated by W Social, a microblogging platform that claims to be Europe's alternative to X, but has discrepancies between its public image and reality. The European Commission's migration of its ATproto accounts to W Social is concerning due to W Social's lack of transparency and potential reliance on Bluesky's infrastructure.