Flock worker calls police on reporter filming public camera installation

https://gray-investigatetv-prod.gtv-cdn.com/resizer/v2/GHOHFF4LFBAA3BOL6XUDKT3OLY.jpg?auth=6d212fdbc70fea89a75244435979182a719c0e15b018016d0653518bdc461013&width=980&height=551&smart=true
Flock Safety's automated license plate readers and AI-powered security technology have faced criticism for alleged misuse, prompting numerous community cancellations and government bans. The company has made changes to address privacy concerns but civil rights activists remain unconvinced.

JetKVM Mini

https://jetkvm.com/blog/jetkvm-mini/angle.webp
The JetKVM Mini is a smaller, more affordable version of the original JetKVM, with two models available: one with Ethernet and one wireless. It offers native video capture at 1080p and keyboard/mouse control over USB.

'Fingerprints' inside the Sun could reveal if it once swallowed a planet

https://ras.ac.uk/sites/default/files/styles/media_demo_full_cropped/public/2026-09/star_swallowing_a_planet.png?itok=WZYfZrj3
A new study suggests the Sun may have engulfed a super-Earth-sized planet early in its history, leaving behind detectable clues. The researchers found that such an event could explain long-standing differences between standard solar models and observations of the Sun's internal structure.

TailTalk: A modern async user space AppleTalk stack with Rust and Tokio

https://opengraph.githubassets.com/9d6fcdf62c8181f34d12586f41fdeaa80561abc24dba867748240165d264e73f/FeralFirmware/TailTalk
TailTalk is a toolkit for building AppleTalk implementations on Linux, Mac OS, and Windows systems via EtherTalk or LocalTalk networks. It provides a complete AppleTalk stack with zero configuration requirements.

Why are AI agents lying, cheating and coordinating?

https://yoshuabengio.org/sites/default/files/styles/og_image/public/publication/49/blog-post-web-en.jpg?itok=VZqPJrMM
Researchers are concerned about AI agents misbehaving due to conflicting goals, with some systems seeking to cheat or evade detection. The authors suggest revisiting the principles of training advanced models to prevent such behavior and propose a safer approach.

Reverse engineering my e-scooter and rewriting the firmware in Rust

https://bensimms.moe/images/0.png
The author reverse-engineered the Egret GT e-scooter's hardware and firmware, including writing custom firmware for the display unit. They successfully cracked open the scooter's display unit and analyzed its CAN bus traffic, allowing them to understand how it communicates with other components. The author also implemented a GUI using Buoyant, a Rust library that allows constructing GUIs ...

US Customs supervisor busted for stealing hardware from Homeland Security PCs

https://cdn.mos.cms.futurecdn.net/Xh2MupWrRjJPiLLuopmKRB.jpg
The FBI arrested Terry "Jiajia" Liu, a CBP supervisor in Maine, for stealing and damaging government property. He replaced high-end computer hardware with inferior parts from online retailers like Newegg to sell or use for personal gain.

Homebrew 7.0.0

https://brew.sh/assets/img/blog/homebrew-7.0.0-brewui.png
Homebrew 7.0.0 has been released with significant improvements, including faster installations and upgrades, stronger sandboxing, and a native macOS app. The new version also includes features like an advisory database for vulnerability checks and improved dependency management.

Make your first edit to OpenStreetMap

https://high5apps.github.io/josm-plugin-website-wizard/assets/images/blog-post/download-panel.png
This tutorial guides users to add a website tag to nearby shops or amenities on OpenStreetMap, helping people worldwide access more information. Users can use JOSM and the Website Wizard plugin to find and add official websites for places in their area of interest.

On Binary Translation and Its Consequences

https://substackcdn.com/image/fetch/$s_!p9cl!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdc14d47f-88aa-4be8-9ea2-94615438113d_2000x1331.jpeg
The article discusses the challenges of binary translation in Arm-based PCs, specifically with Microsoft's Prism technology. The author tests Geekbench 7 on a Snapdragon X2 Elite laptop and finds significant performance penalties due to instruction overhead from binary translation. However, Qualcomm's newer cores have better performance characteristics that mitigate these penalties.

Your car is selling your data

https://platform.theverge.com/wp-content/uploads/sites/2/2026/09/gettyimages-144097019.jpg?quality=90&strip=all&crop=0.06944444444445%2C0%2C99.861111111111%2C100&w=2400
Automakers collect and sell vast amounts of data on their customers, often without clear consent or transparency. A growing movement seeks simpler vehicles with minimal data collection to address concerns over privacy and consumer control.

Aligned to whom?

https://hyperbo.la/social/w/aligned-to-whom.png
Experts in certain domains may rely heavily on AI models' priors, but lack confidence due to unfamiliarity with the model's limitations. This highlights the need for experts to critically evaluate and align AI systems with their values and goals.

The Interim Computer Museum

https://icm.museum/images/about1.jpg
The Interim Computer Museum preserves computing history through interactive exhibits, combining vintage hardware with modern enhancements. Membership is crucial to support the museum's activities and mission as a 501(c)(3) non-profit charity.

Apple iPod Engraver (2019)

https://dunstanorchard.com/apple-ipod-engraver/og.jpg
The author worked at Apple from 2004-2006 as a UI engineer, where they improved the "Personalize your iPod" page with interactive features. They added animations and live previews using JavaScript and imagemagick to create an immersive experience.

AI models don't kill people – people kill people

https://image.theregister.com/236851.jpg?imageId=236851&panox=0.00&panoy=24.17&panow=100.00&panoh=71.67&heightx=16.56&heighty=0.00&heightw=41.43&heighth=100.00&width=960&height=432&format=webp&format=jpg
Anthropic researcher Jacob Coxon resigned due to concerns about AI's potential danger, sparking over 110 million views. His former colleague Evan Hubinger agrees that AI could pose a significant threat, but experts argue the real issue lies with companies' lack of responsibility for their products.

Revolut confirms customer data breach through fake government requests

https://techcrunch.com/wp-content/uploads/2025/11/revolut.png?w=1024
Revolut notified customers that their data, including identity and contact details, was exposed due to a sophisticated impersonation scam. The company claims its systems and customer funds are unaffected but did not disclose the exact number of impacted individuals.

Nvidia is the central bank of AI

Don't be the out of touch Kung Fu master

https://pbs.twimg.com/profile_images/1560764938083352577/B1X3m4NN_400x400.jpg
The author reflects on the evolution of martial arts and programming skills, noting how modern AI is making some skills less critical. They draw a parallel between ancient Japanese swordsmanship and the current state of coding, where hand-assembled code is becoming obsolete.

Stabilizing Rust's Never Type

The Rust never type, denoted by an exclamation mark (!), has been stabilized after over two years of work. This change allows for more efficient generic code and correct type inference. The never type is useful in cases where a function cannot return any value or where a value can never occur.

I Added a Non-Wi-Fi Mitsubishi AC to Home Assistant

https://miro.medium.com/v2/resize:fill:1200:632/g:fp:0.5:0.28/1*R16Q801qFYTdeUUxnqEKhA.jpeg
The user wants to control their Mitsubishi ducted AC remotely using an IR receiver and Home Assistant, a home automation platform. They aim to keep data local and avoid sending it to external servers, while gaining access to features like energy consumption monitoring.

Everyone should slow down AI development except for me

https://xeiaso.net/.within.website/x/cmd/anubis/static/img/pensive.webp?cacheBuster=v1.27.0-pre2+dirty
Please wait a moment while we ensure the security of your connection.

A wandering black hole caught feeding on the run

We’re checking your connection to prevent automated abuse

Base84 deserves a place in file names

Base91 is ideal for portable filenames due to its 84-character alphabet, avoiding issues across Unix, macOS, and Windows. It efficiently encodes data with minimal expansion, ensuring compatibility and avoiding reserved names.

Getting 50 GB/S Back from the Apple Neural Engine

https://eiln.github.io/posts/2026-08-10-ane-dma/artifacts/bandwidth-vs-d-near-2048.png
The Apple M3 Neural Engine's DRAM weight streaming throughput is throttled at 17-19 GB/s when the total weight size is a multiple of 1 MiB, due to speculative prefetch ring lookahead requests. This issue can be avoided by splitting transfers that are multiples of 1 MiB into smaller chunks, resulting in a 2.6x speedup.

Vintage Scientific Papers with LaTeX

https://raw.githubusercontent.com/Foadsf/vintage-latex/main/preview/01-early-modern-page.png
The project provides 20 examples of independent mechanisms behind a convincing old-scientific-paper aesthetic, using LaTeX and MetaPost. The examples are compiled independently with LuaLaTeX and can be converted to PDF or PNG format.

Mars astronauts could live in houses made of yeast and jello, say scientists

https://image.theregister.com/236851.jpg?imageId=236851&panox=0.00&panoy=24.17&panow=100.00&panoh=71.67&heightx=16.56&heighty=0.00&heightw=41.43&heighth=100.00&width=960&height=432&format=webp&format=jpg
Hong Kong researchers developed a method using bioengineered yeast and gelatin to 3D print structures from simulated Martian dirt. The resulting material is strong, lightweight, and requires significantly less energy than traditional methods.

Operation Smart Kettle – Börzels Blog

https://blog.boerzel.de/images/6/c/7/c/b/6c7cbda54a3392b8d7bf7d4223d1a4f4db9523cc-d30912b0f711baac.jpg
The author bought a WiFi-controlled Smart Kettle and attempted to hack it, discovering its inner workings and limitations. They found that the kettle communicates with Tuya's cloud servers via TLS 1.2 encryption, but were unable to bypass this security measure.

LG denies TV spying claims, says tracking and snooping concerns 'not true'

https://cdn.mos.cms.futurecdn.net/AJQPsR5faaTZVpDFpvDNVY.jpg
LG denies claims its smart TVs constantly log and upload data, record audio while in standby, and scan local area networks for other devices. The company confirms it scans for nearby devices to enable features like device connectivity but says this is a standard function of all smart TVs.

Paul A. M. Dirac, Interview by Friedrich Hund (1982) [video]

We must pace the frontier

https://cdn.prod.website-files.com/67ecbba31246a69e485fdd4b/6aa5311897ee19af5d9f2cd9_og_we-must-pace-the-frontier.jpg
The author believes AI can greatly improve human life, but also poses significant risks that must be addressed. To mitigate these risks, the author proposes a three-step plan to pace AI development: embedded evaluators, democratic coordination, and global coordination.