Qwen 3.6 27B is the sweet spot for local development

https://quesma.com/_astro/thermal_master_p3_macbook.DJG2GL38_ZuETE2.webp
User is impressed with Qwen 3.6, a local model that performs well as general intelligence. It recommends Qwen 3.6 27B for its balance of speed and power.

Rocketlab acquires Iridium

A native graphical shell for SSH

https://probablymarcus.com/images/2026-06-28-outer-shell.png
A graphical shell called Outer Shell allows remote access to server apps via SSH, providing a home screen of apps with APIs for integration. This approach enables native, platform-tailored apps for work and HTML for casual use, raising the bar for web development.

Ornith-1.0: self-improving open-source models for agentic coding

https://raw.githubusercontent.com/deepreinforce-ai/Ornith-1/main/assets/ornith_397b_eval.png
Ornith-1.0 is a state-of-the-art coding agent with four models (9B-Dense, 31B-Dense, 35B-MoE, 397B-MoE) that achieve top performance on coding benchmarks. It uses self-improving training and can generate reasoning blocks and solution rollouts.

WATaBoy: JIT-Ing Game Boy Instructions to WASM Beats a Native Interpreter

https://humphri.es/blog/WATaBoy/wataboy-screenshot.png
A Game Boy emulator, WATaBoy, was created to test the feasibility of using JIT-to-Wasm for console emulation on iOS. The emulator's JIT compiler running in Wasm was found to be ~1.2x faster than the interpreter running natively.

Wallace the 6 inch f/2.8 telescope, building it, and hiking with it

https://lucassifoni.info/pics/hiking-with-wallace/013_IMG_4617.webp
The author shares their experience with astronomy and outdoor activities, presenting their telescope Wallace and its technical details. They also discuss the challenge of capturing the visual experience of hiking and trail running.

The Radiation Exposure Lie

https://worksinprogress.co/.netlify/images?url=https%3A%2F%2Fassets.worksinprogress.co%2Fwp-content%2Fuploads%2F2026%2F06%2Fwip-radiation-1-01-1.png&w=2500&h=2262&q=65&fit=cover
Chernobyl was the world's worst nuclear disaster, but its effects were relatively small compared to other disasters. Low-level radiation exposure has not been proven to cause significant harm, and some studies suggest it may even have health benefits.

US Supreme Court rules geofence warrants require constitutional protections

https://i.guim.co.uk/img/media/ddb87e813bdb11401cf5abac3654ec9ff5b15d85/328_0_5001_4002/master/5001.jpg?width=465&dpr=1&s=none&crop=none
The US Supreme Court ruled that law enforcement's use of geofence warrants requires privacy protections under the fourth amendment. The court held that individuals have a reasonable expectation of privacy in their cell phone location data, even if they are in public areas.

What happens when you run a CUDA kernel?

https://fergusfinn.com/_astro/cover.jG4AhdiB.jpg
A CUDA program is compiled into machine code that runs on a GPU, involving multiple compilers and transformations from PTX to SASS, and is then launched on the GPU through a complex process involving the CUDA runtime, driver, and kernel-mode driver. The GPU executes the kernel in parallel, using warps and scheduling control bits to hide latency and optimize performance, and eventually copies ...

European ISPs Want Rightsholders Held Accountable for Overblocking Damage

https://torrentfreak.com/images/euroispa-600x293.png
EuroISPA warns the European Commission that piracy blocking measures are becoming more extreme and causing overblocking incidents. The ISP organization argues that the Commission should prioritize implementing current law rather than introducing new enforcement obligations.

HackerRank open sourced its ATS. My resume scored 90/100. Oh wait 74. No – 88

https://substackcdn.com/image/fetch/$s_!7pmg!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4bfee137-15fc-406e-b2db-91db9cdbb9f7_1980x900.png
An AI resume screening tool is flawed due to non-deterministic outputs from its LLM, leading to inconsistent scores. This tool fails to differentiate between qualified and unqualified candidates, essentially filtering based on luck rather than quality.

The Return of Aspect Oriented Programming

The text discusses various aspects of programming such as correctness, efficiency, debuggability, and more. It proposes a new approach to Aspect Oriented Programming (AOP) using Large Language Models (LLMs) to generate code from separate documents for each concern.

JumpServer: Open-Source Privileged Access Management

https://github-production-user-asset-6210df.s3.amazonaws.com/32935519/427945736-dd612f3d-c958-4f84-b164-f31b75454d7f.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20260629%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260629T192925Z&X-Amz-Expires=300&X-Amz-Signature=64841c92ce453bd24f716392fb2a10c467a4dd4f3b31c3eed8052938475ba2d8&X-Amz-SignedHeaders=host&response-content-type=image%2Fpng
JumpServer is an open-source Privileged Access Management (PAM) platform that provides DevOps and IT teams with on-demand and secure access to SSH, RDP, Kubernetes, Database and RemoteApp endpoints through a web browser. JumpServer consists of multiple key components, which collectively form the functional framework of JumpServer, providing users with comprehensive capabilities for operations ...

Venetian Bridge Brawls in 17th and 18th Century Art

https://pdr-assets.b-cdn.net/collections/venice-bridge-fights/venice-bridge-fights-00008.jpg?width=1200&height=765
In medieval Venice, factional divides led to violent street battles between the Castellani and Nicolotti, with bridges serving as platforms for these fights. The ritualized violence of these battles, known as the "guerre dei pugni," became a popular spectacle in Venice by the 17th century.

Alternatives to Nested If Function

https://miro.medium.com/v2/resize:fit:640/1*kFpPsOKQ9_PknBoe6Gje6g.png
In my opinion, it is the foundation of all programming and Excel’s formula mastery. However, it is also one of the most misused functions, especially Nested IF. Especially now with Excel 2007 and beyond, you can nest up to 64 IF functions to form complex, slow and hard-to-understand IF THEN ELSE statement. You don’t need to slow or complicate your worksheet anymore, here are the 7 faster ...

Sandia National Labs SA3000 8085 CPU

https://www.cpushack.com/wp-content/uploads/2026/06/761-7618457_sandia-national-laboratories-sandia-national-laboratory-logo-150x150.png
Sandia National Laboratory built capacity to design and test ICs for radiation-hardened devices in the 1970s and 1980s for use in space missions and nuclear warheads. They successfully created the SA3000 processor, which could handle 1×106 rads of radiation with minimal performance reduction, and was used in the W88 nuclear warhead and other space applications.

You Don't Know Jack About Formal Verification

The website is using Cloudflare security and blocked my action, possibly due to a trigger like a certain word or SQL command. I was trying to perform an action when this page came up, and the Cloudflare Ray ID is needed to report the issue to the site owner.

Tidal AI Policy

Please enable JS and disable any ad blocker

Instagram is incorporating users' photos in ads for Meta Glasses

The era of ultra-personalized ads has begun… https://t.co/0BVkbWJq5Y

Halvar's Guide to Entrepreneurship

The author shares lessons learned from founding two companies, zynamics and optimyze, and discusses the importance of understanding one's motivations and target market before starting a company. They also provide insights into the different types of markets, fundraising strategies, and the dynamics between founders and investors in the venture capital industry.

Samsung, SK Hynix, Micron Sued in US over Memory Price Fixing

Consumers in the US have sued Samsung, SK hynix, and Micron over alleged memory price fixing. The lawsuit claims the companies colluded to drive up D-RAM prices by 700% over four years.

Mag 7 starting to underperform [pdf]

Apollo Global Management's presentation is for informational purposes only and may not be distributed without consent. It does not constitute an offer to sell or buy any security, product, or service.

The CEO of Mullvad is the main financer of the Swedish Örebro party

https://det.social/system/site_uploads/files/000/000/005/@1x/980ec8c14497c55c.png
The CEO of Mullvad finances the far-right Swedish Örebro party, providing 70% of their funds. This has led to the party going nationwide, causing the user to lose trust in the service.

CachyOS June 2026 Release

https://cachyos.org/_astro/default.DKkLOjN7_Z1uddFL.webp
CachyOS has released its fourth update with new features and fixes including DNS-over-QUIC support and improved performance. The update includes various bug fixes and improvements to the installer, package manager, and desktop environment.

Building Principia for Windows XP

https://voxelmanip.se/media/building-principia-for-windows-xp/xp_bsod.webp
The user successfully built Principia, an open-source game, to run on Windows XP by creating a custom toolchain and resolving dependencies, including a patch for GCC's C++ standard library. The user then installed Windows XP on real hardware, installed drivers and updates, and successfully ran Principia on the vintage operating system.

Pollen tried to remove my article and Google is assisting with it

https://storage.ghost.io/c/39/f8/39f85cc7-8637-40fc-a57c-f45754453717/content/images/2026/06/Screenshot-2026-06-27-at-17.33.43.png
Google removed an article about Pollen's collapse from its search results due to a bogus copyright claim filed by a fake profile from an uninhabited island. The article's author suspects that Pollen or its former CEO hired reputation firms to file the claim, and is now investigating further lawsuits against the company.

Decker Fantasy Camp 2026

https://img.itch.zone/aW1nLzI3NjU0MzAwLnBuZw==/original/uUg0Kr.png
Summer is here, pack swim gear and snacks, and create games, toys, and visual novels with Decker. Check out the Decker community forum and Phinxel's Phield Notes for inspiration and tutorials.

Studio Canal Movies purchased on PlayStation Store removed without refund

NUMA: Cores, memory, and the distance between them

https://cdn.prod.website-files.com/68dac009699a76c0c70f4c30/6a1097ca2f16955d1e45ff47_Lime_GitHub%20(1).png
A virtual machine on a NUMA host can be slow due to remote memory access costs, which can be mitigated by understanding the NUMA topology and making informed placement decisions. Xen's split design makes it challenging to manage NUMA, but Edera's stack of changes aims to make Xen-based virtualization NUMA-aware end-to-end, improving performance and predictability.

Rebuilding the Computer Room

https://alexwlchan.net/images/cards/2026/computer-room.jpg
The author reminisces about the "computer room" of their childhood, where computers were bulky and had fixed locations, and how portable devices like laptops and smartphones have changed the way we interact with technology. The author now seeks to reintroduce boundaries and physical restrictions to minimize distractions and maintain a healthier relationship with technology.