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.

.self: A new top-level domain designed to support self-hosting

The Human-Centered Computing Foundation aims to create an alternative web architecture that prioritizes user data and attention. They are launching a campaign to secure a new Top-Level Domain for ethical, human-centered technology.

Free the Icons

https://i0.wp.com/weblog.rogueamoeba.com/wp-content/uploads/2026-06-iconshapes/lookhowtheymassacredmyboy.png?ssl=1
Apple's MacOS 27 Golden Gate has improved app icons, restoring distinct shapes and sharper designs. However, MacOS 26 Tahoe's forced squircle shape for third-party icons is still a usability issue that Apple should address.

Memory Safe Context Switching

Fil-C supports memory-safe context switches using longjmp/setjmp and ucontext APIs. It enforces strict rules to prevent stack corruption and capability model violations.

LongCat-2.0, a large-scale MoE model with 1.6T total and 48B Active

https://s3.meituan.net/static-prod01/com.sankuai.friday.longcat.next2/assets/openai-D47DLl8Z.png
We introduce LongCat-2.0, a large-scale MoE language model with 1.6 trillion parameters, achieving strong performance on coding, agentic tasks, and long-horizon tasks.

Old Computer Challenge

http://occ.sdf.org/previously/2026.png
Old Computer Challenge community is a group of enthusiasts who participate in retro computing and digital minimalism. The challenge takes place annually, with a theme and rules to create a unique experience.

Exploring PDP-1 Lisp (1960)

https://obsolescence.dev/images/pidp1/treat-yourself.png
PDP-1 Lisp was developed in 1960 by Peter Deutsch, a 14-year-old high school student, as a minimalist and efficient Lisp for the tiny PDP-1. It introduced the read–eval–print loop (REPL) and evolved Lisp from a theoretical language into a practical, interactive tool.

Rocketlab acquires Iridium

Linux for the Sega MegaDrive

https://raw.githubusercontent.com/LinuxMD/linuxmd/main/doc_everdrive_start_uboot.jpg
The emulator needs to emulate the EverDrive's special features and a QEMU fork is included for testing without the real hardware. The EverDrive is detected via USB and a console is available using the MegaDrive's video output.

Popping the GPU Bubble

https://moondream.ai/images/blog/popping-the-gpu-bubble/decode-timeline.svg
Moondream's AI model, Photon, achieves fast inference by overlapping CPU and GPU work using a technique called pipelined decoding, which removes idle time and increases throughput by up to 35%. The technique involves using ping-pong slots, a forward/sampling split, and zombie refcounting to ensure efficient and concurrent execution of AI model steps.

Open Source Low Tech

https://opensourcelowtech.org/img/DanielConnell.png
Daniel Connell creates open source, license free technologies using recycled materials for global self-sufficiency. His designs include energy, food, water, and communication systems, with tutorials and a Facebook group for community support.

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.

The end of the AArch64 desktop experiment

https://marcin.juszkiewicz.com.pl/files/images/hrw-192.jpg
The author used an Ampere Altra system as a desktop for 11 months but had to end the experiment due to compatibility issues with AMD Radeon GPU cards. They switched to an Nvidia RTX 2060 graphics card but still encountered problems with certain applications, ultimately deciding to switch back to their x86-64 system.

How to corrupt an SQLite database file

SQLite database corruption can occur due to various reasons such as application crashes, operating system crashes, power failures, and file system malfunctions.

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.

Study suggests most Americans would be healthier without daylight saving time

https://med.stanford.edu/news/all-news/2025/09/daylight-saving-time/_jcr_content/main/article/layoutcontainer_2051415601/image.coreimg.jpeg/1757719964236/zeitzer-jamie.jpeg
Researchers found that permanent standard time may be better for health due to increased morning light and reduced evening light exposure. This policy could lower obesity and stroke rates by 2.6 million and 300,000 cases respectively.

One million passports leaked online

https://platform.theverge.com/wp-content/uploads/sites/2/2025/01/Sean_BLURPLE.jpg?quality=90&strip=all&crop=0%2C0%2C100%2C100&w=2400
A security researcher discovered 985,000 unprotected photo IDs online, including passports and driver's licenses, through a cannabis club software system. The company, Nefos, has since taken action to secure the data and is cooperating with authorities.

Zig – SPIR-V Backend Progress

The Zig compiler has seen significant updates in 2026, including improvements to the SPIR-V backend, LLVM backend, and ELF linker, which have enhanced performance, usability, and functionality. These updates include incremental compilation, improved type resolution, and experimental support for fibers and stackful coroutines, as well as changes to the build system and dependency management.

Apple Neural Engine: Architecture, Programming, and Performance

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
The Apple Neural Engine is a fixed-function matrix accelerator in Apple chips since A11-class, exposed through Core ML. A reverse-engineered guide documents its datapath, dispatch route, and compiler format for A11-A18 and M1-M5 chips.

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.

Kb – Prolog Knowledge Base

https://raw.githubusercontent.com/mat-mgm/kb-prolog/main/screenshot.png
Trealla is a local-first knowledge base with content-addressable storage and hyper-relational graph. It uses Prolog as the main runtime and supports features like time-travel, deduplication, and full-text search.

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.

Dark Sky Lighting

https://images.squarespace-cdn.com/content/v1/581a982b46c3c4492a241020/1480248658712-JS5339FMQWXJIQRQP0YO/1sos+logo-final-shadow-dipper.png?format=1500w
Dark-sky lighting reduces light pollution by directing light downwards and using amber colors, which helps protect wildlife and our circadian rhythm. It also reduces energy consumption and makes our stars visible again, promoting a safer and healthier environment.

South Korea to spend $1T on more memory chip production and humanoid robots

https://cdn.arstechnica.net/wp-content/uploads/2026/06/Screenshot-2026-06-29-at-4.36.13-PM-640x355.png
South Korea's government and top tech companies are investing $1 trillion in megaprojects to bolster memory chip supply, build AI data centers, and deploy humanoid robots by 2028. The initiatives aim to secure South Korea's position in the AI industry but raise concerns about labor displacement and wealth distribution.

Alan Kay on the meaning of "object-oriented programming" (2003)

Alan Kay defines object-oriented programming as messaging, local retention and protection of state-process, and extreme late-binding of all things. This concept can be achieved in Smalltalk and LISP, and possibly other systems.

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.

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 ...

Philae's extraordinary comet landing relived (2024)

https://www.esa.int/var/esa/storage/images/esa_multimedia/images/2014/11/welcome_to_a_comet/15048351-1-eng-GB/Welcome_to_a_comet_article.jpg
Rosetta's lander Philae made history by touching down on Comet 67P/Churyumov-Gerasimenko on November 12, 2014, collecting unique data during its four touchdowns. Philae's mission provided valuable insights into the comet's composition, magnetic field, and surface characteristics, paving the way for future space exploration missions.

Working With AI: A concrete example

https://htmx.org/img/bss_bars.png
Carson Gross discusses the benefits and drawbacks of using AI in coding, specifically with the Sorcerer's Apprentice problem where developers rely too heavily on AI and lose understanding of their code. He shares a personal experience with AI assistance in fixing a bug in his hyperscript project, highlighting the importance of human oversight and expertise in controlling complexity.

30-year sentence for transporting zines is a five-alarm fire for free speech

https://theintercept.com/wp-content/uploads/2026/06/IMG_4281_3da189.jpg?fit=2048%2C1536
The Trump administration is cracking down on dissent, sentencing eight defendants to 450 years in prison for possessing or distributing information deemed anti-government. This move erodes the First Amendment and could lead to the criminalization of holding certain viewpoints.