Running local models is good now

https://vickiboykis.com/images/twotower.png
The user has been using local models since their release and has seen significant improvements in accuracy and speed, particularly with the Gemma 4 family, allowing for agentic coding and tasks like refactoring code and writing unit tests. The user is excited about the potential of local models but notes that they still have limitations, such as slow inference and small context windows, and ...

SpaceX to buy Cursor for $60B

Please enable JS and disable any ad blocker

Mechanical Watch (2022)

https://ciechanow.ski/images/og/watch.png
A mechanical watch uses a spiral torsion spring to store energy, which is then released to power the watch's hands. The energy is controlled by gears and an escapement mechanism, ultimately regulated by a balance wheel oscillating at a precise rate.

Making ast.walk 220x Faster

https://web.reflex-assets.dev/blog/why-ast-walk-when-you-can-ast-sprint.webp
The user's AI reflex-app builder generates massive Python code, but running reflex compile finds issues one at a time, increasing latency. To fix this, the user built a custom linter, but it was slow due to ast.walk, which they optimized by rewriting it in Rust and caching subclass information.

SubQ 1.1 Small

https://subq.ai/images/technical-report.png
SubQ 1.1 Small is a new AI model that removes the constraint of attention compute, enabling direct reasoning over large artifacts. It achieves near-perfect long-context retrieval and reduces attention compute by up to 64.5x compared to dense attention.

TIL: You can make HTTP requests without curl using Bash /dev/TCP

https://mareksuppa.com/og/bash-dev-tcp-http-without-curl.png
To make a GET request in a minimal Docker container, use bash to open a TCP socket with /dev/tcp and write the request by hand. This method works for plaintext HTTP but not HTTPS, and is a bash feature not available in all shells.

But yak shaving is fun

https://parksb.github.io/images/60662976-d78bed00-9e98-11e9-9832-908c731a6989.jpg
The author built a custom static site generator from scratch, which is an example of yak shaving, a term coined by Carlin Vieri to describe doing a chain of related tasks that eventually lose their original purpose. Yak shaving can be fun but often leads to wasted time and resources.

Correlated randomness in Slay the Spire 2

https://tck.mn/blog/correlated-randomness-sts2/transform_vs_act.png
The game Slay the Spire 2 has a bug called correlated RNG (CRNG) that allows players to predict certain random events, such as the curse from Neow's Bones, the first fight's drop rate, and the Doll Room's outcome, due to unexpected correlations between different random number generators. The bug is caused by the C# implementation of the System.Random class, which makes the output linear in ...

I admire Fabrice Bellard. He is almost certainly a better overall programmer

https://pbs.twimg.com/media/HKR1Uw3agAAanjw.jpg
I admire Fabrice Bellard. He is almost certainly a better overall programmer than I am. A French engineer who lives quietly in Paris has spent 30 years writing software that the entire internet now runs on without knowing his name. He wrote the code that streams every YouTube video, every Netflix show, every TikTok clip. He wrote the code that runs the virtual

Never talk to the police

When speaking to law enforcement, it's always a mistake to talk before a criminal defense attorney. This is because you don't know what information the police have or where it came from, and talking can hurt your case.

Apple's weird anti-nausea dots cured my car sickness

https://platform.theverge.com/wp-content/uploads/sites/2/2025/01/thomas-headshot-purple.png?quality=90&strip=all&crop=0%2C0%2C100%2C100&w=2400
The author uses Apple's Vehicle Motion Cues to reduce motion sickness while working in a moving vehicle. This feature, introduced in 2024, uses dots on the screen that move in harmony with the car's motion.

The time the x86 emulator team found code so bad they fixed it during emulation

https://devblogs.microsoft.com/oldnewthing/wp-content/uploads/sites/38/2019/02/ShowCover.jpg
Raymond has been involved in Windows evolution for over 30 years and created The Old New Thing website and book. He occasionally shares stories on the Windows Dev Docs Twitter account.

After AI Takes Everything

https://r2.airingdeng.com/blog/aae/cover.webp
The author discusses how AI is changing the role of humans in the workforce, particularly in the tech industry, and how it's essential to focus on high-level thinking and judgment rather than just executing tasks. The author argues that humans need to adapt to this new reality by developing skills such as taste, derivation, and judgment, and that these skills are essential for making ...

An interview with an Apple emoji designer

https://shadycharacters.co.uk/image/3xLrx816hd-619.jpeg
Ollie Wagner, Apple's first emoji designer, shared his experience designing over 300 emojis in 2008. He worked from a SoftBank spreadsheet, applying Apple's visual language to hundreds of symbols, with Steve Jobs' final approval.

Unicorn – The Ultimate CPU Emulator

https://www.unicorn-engine.org/images/unicorn-trophy.jpg
Unicorn Engine was awarded by Alibaba Cloud for its impact on the cybersecurity field. The project has been maintained and developed for over 7 years under an open-source license.

Getting Creative with Perlin Noise Fields

https://sighack.com/public/images/2018-01-03-getting-creative-with-perlin-noise-fields/random_force_field.png
The user created 25 generative art designs using Perlin flow fields in Processing, experimenting with various parameters and techniques to achieve unique results. The process helped the user understand how to practice creativity within self-imposed constraints.

Banned book library in a wi-fi smart light bulb

https://www.richardosgood.com/posts/banned-book-library/images/image-12.png
The user had an idea to hack a WiFi smart light bulb to create a digital dead drop hosting banned books, inspired by a short story and Cory Doctorow's book, and decided to use Tasmota firmware to create the Banned Book Library. After purchasing a bulb with Tasmota pre-installed, the user modified the firmware to create a custom web server and storage system, but encountered several ...

Feds freaked over Fable 5 after 'fix this code', not jailbreak, say researchers

https://image.theregister.com/5239035.jpg?imageId=5239035&panox=0.00&panoy=0.00&panow=100.00&panoh=100.00&heightx=43.45&heighty=0.00&heightw=44.76&heighth=100.00&width=960&height=432&format=webp&format=jpg
Anthropic's AI models were blocked by the Trump administration due to a simple prompt "Fix this code" from outside researchers. The ban is seen as counterproductive by cybersecurity expert Katie Moussouris, who argues it will hurt defenders more than attackers.

I hacked into the worst e-bike and fixed it [video]

GateGPT: 56k tokens per second Transformer (KV cache) on FPGA at 80 MHz

https://pbs.twimg.com/amplify_video_thumb/2065831352495157248/img/Y1ZdmFqt2zKUMJ7h.jpg
56,000+ tokens/sec at just 80 MHz. 🤯 I burned a full Transformer with KV cache into a custom chip. Designed gate by gate as a 100% digital integrated circuit. Prototyped on a FPGA. (No GPU. No CPU) Just pure digital silicon running @karpathy microGPT, spelling out names on a https://t.co/hXX8kKIxiA

Making espresso with ultrasound

https://www.unsw.edu.au/content/dam/images/graphics/logos/unsw/unsw_0.png
UNSW acknowledges the traditional owners of its land, the Bidjigal, Biripai, Dharug, and others. It honours their Elders and recognises their enduring connection to culture and Country.

Qwen-Robot Suite: A Foundation Model Suite for Physical World Intelligence

https://qianwen-res.oss-accelerate.aliyuncs.com/qwenrobot/suite/images/Qwen-RobotSuite.jpg
The Qwen-Robot Suite bridges the gap between vision and language understanding and physical control with three foundation models: Qwen-RobotNav, Qwen-RobotManip, and Qwen-RobotWorld. These models enable an agentic system where general intelligence translates directly into physical action.

A backdoor in a LinkedIn job offer

https://roman.pt/posts/linkedin-backdoor/splash_hu_6f6d450d0d33e225.png
A recruiter sent a LinkedIn message asking me to review a GitHub repo, which turned out to be a backdoored Node project. I caught the trap by using a read-only agent and reported the repo to GitHub and the recruiter to LinkedIn.

Understanding the rationale behind a rule when trying to circumvent it

https://devblogs.microsoft.com/oldnewthing/wp-content/uploads/sites/38/2019/02/ShowCover.jpg
Callbacks must be fast and non-blocking, returning quickly to avoid system slowdowns. Blocking or IPC calls, including waiting for work items, defeat the purpose of asynchronous work and can cause system hangs.

The history of butterfly swimming

https://d1s9j44aio5gjs.cloudfront.net/2020/04/SE-Swimming-logo-RGB.png
Butterfly stroke originated in the 1930s as a breaststroke variation with overarm recovery. It became an Olympic event in 1956 with men's 200m and women's 100m events.

Trinket.io shutting down, so we saved it and hosted it a trinket.strivemath.org

A community-hosted edition of Trinket, free forever at trinket.strivemath.org. Write and run Python, HTML, and more in your browser, and build interactive coding courses. Hosted by Strive Math.

'Ghost jobs' could soon be illegal in New York

Please enable JS and disable any ad blocker

Color Photos of Stalin-Era Soviet Union Taken by a US Diplomat

https://3.bp.blogspot.com/-OPV-iBDM_es/WN5R0JXjX1I/AAAAAAACn-E/Al86zrgsG7gWljAX_HpSiDj93x-oPSwmACLcB/s1600/martin-manhoff-ussr-photos-19.jpg
Martin Manhoff, an American diplomat, kept a diary and took photographs during his time in Moscow from 1950s, offering a unique perspective on life in the Soviet Union. His documents reveal the stark contrast between the Soviet authorities' façade and the harsh realities experienced by ordinary citizens, providing a valuable insight into the Cold War era.

Google Chrome update will close the door on ad blockers

https://9to5google.com/wp-content/uploads/sites/4/2024/05/chrome-logo-sign-2.jpg?quality=82&strip=all&w=1600
Google Chrome is ending support for Manifest V2 extensions, including popular ad blockers like uBlock Origin, due to new permissions structure and focus on privacy. Chrome 150 will remove the primary workaround, while Chrome 151 will remove remaining flags, effectively ending ad blocker tools.

I Fired Google

https://www.theartofdoingstuff.com/wp-content/uploads/2018/05/google-home-mini.jpg
Companies are over-improving products that were already working, adding unnecessary features and complexity. This has led to frustration with products like Google Home, which became less useful after updates.