I'm helping my dog vibe code games

https://www.calebleak.com/blog/dog-game/screenshot_20260219_154701.webp
The user trained their 9-pound cavapoo Momo to create games using Claude Code by routing her keyboard input through a Raspberry Pi and providing automated feedback tools. With a well-crafted prompt and strong guardrails, Momo's keyboard mashing produced playable games, demonstrating that the bottleneck in AI-assisted development is the quality of feedback loops, not the quality of ideas.

Hacking an old Kindle to display bus arrival times

https://assets.mariannefeng.com/portfolio/kindle/kindle-finished-product.jpg
The user turned an old Kindle into a live bus feed display by jailbreaking it, installing custom apps, and setting up a server to generate and serve bus data as an image. They created a custom KUAL app to control when the dashboard is displayed and added a feature to exit dashboard mode by pressing the menu button.

Nearby Glasses

https://opengraph.githubassets.com/6eb0426428f2b61bb8f668079806cf1ef864def5ff2f92cbf9b715a1021953f4/yjeanrenaud/yj_nearbyglasses
The Nearby Glasses app warns you when smart glasses are nearby by detecting Bluetooth signals from specific manufacturers. It uses company ID codes to identify devices, but may produce false positives due to similar devices.

HuggingFace Agent Skills

https://opengraph.githubassets.com/846baf09e6bd1a140786d3aedfc760a9bdd2ddb6b31a277051158e832bde5937/huggingface/skills
Hugging Face Skills are self-contained folders for AI/ML tasks like dataset creation and model training. They are interoperable with major coding agent tools like OpenAI Codex and Google DeepMind's Gemini CLI.

I pitched a roller coaster to Disneyland at age 10 in 1978

https://wordglyph.xyz/Quadrupuler-Blueprints.jpg
The author, a 10-year-old boy, invented a roller coaster model called the Quadrupuler with four loops and sent it to Disneyland, receiving a positive response from Disney Imagineering. This early validation gave him a resilient spirit that has guided him through various inventions and a career in acting.

Steel Bank Common Lisp

SBCL is a high-performance, open-source Common Lisp compiler with a permissive license. It provides an interactive environment with debugging tools and runs on various platforms including Linux and Windows.

IRS Tactics Against Meta Open a New Front in the Corporate Tax Fight

Please enable JS and disable any ad blocker

Manjaro website off-line again due to lapsed certificate

https://distrowatch.com/images/k/txd.png
Manjaro website is offline due to expired HTTPS certificate. This is the third time the site has gone down due to certificate renewal issues.

I think WebRTC is better than SSH-ing for connecting to Mac terminal from iPhone

https://macky.dev/app_icon_trans.png
Signaling validates identity tokens for access but a Master Password protects the terminal, preventing access even if your account is compromised. “I can talk with my BFF Claude on the toilet instead of doom scrolling.”

We installed a single turnstile to feel secure

https://cdn.idiallo.com/images/assets/thumb/default-thumb-5.jpg
A large company acquired our company and prioritized security, installing key card readers and turnstiles. However, the implementation caused chaos and inefficiency, highlighting the importance of real security through proper engineering and authentication.

Build Your Own Forth Interpreter

https://codingchallenges.fyi/img/logo.png
The challenge is to build a Forth-like interpreter that can run a subset of the Forth language, including generating the Fibonacci sequence and FizzBuzz, and can be built as a CLI tool or in-browser interpreter. The interpreter should support various features such as stack manipulation, word definition, conditionals, loops, and running code from a script file.

Show HN: Emdash – Open-source agentic development environment

https://raw.githubusercontent.com/generalaction/emdash/main/docs/public/media/product.jpeg
Emdash is a tool for parallel development and testing with multiple agents, supporting 21+ CLI providers. It securely connects to remote machines and stores app state locally, with optional GitHub features.

Diode – Build, program, and simulate hardware

https://www.withdiode.com/og-image.png
Diode is a 3D hardware simulator capable of simulating arduinos, integrated circuits, capacitors, transistors and much more.

Verge (YC S15) Is Hiring a Director of Computational Biology and AI Scientists/Eng

https://app.ashbyhq.com/api/images/org-theme-social/0687d0ed-8553-46a3-a85d-64683f7eefe8/43155f5b-2854-49cd-b56f-b4592a11eaf3/14441d4d-c073-4464-9437-88ed3c2ea9ec.png
Verge Genomics Jobs

Show HN: Chaos Monkey but for Audio Video Testing (WebRTC and UDP)

https://private-user-images.githubusercontent.com/104257708/553034867-7486488c-9092-4de2-a02a-f699c8d34c93.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzE5NjI0OTQsIm5iZiI6MTc3MTk2MjE5NCwicGF0aCI6Ii8xMDQyNTc3MDgvNTUzMDM0ODY3LTc0ODY0ODhjLTkwOTItNGRlMi1hMDJhLWY2OTljOGQzNGM5My5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwMjI0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDIyNFQxOTQzMTRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00ZTA5NWMzMWZjNWYwMmM5Nzg5ZDNjZDgzMzc2MGIzM2QzMWM4ZTRhNGFmNjNlNDE2MDRkYTFlNDRiOTcwZGQ1JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.7KIlxQL7t9z6PlcDvjJCpVnW9a1U3eJqXdcik7OvPVY
This is a distributed chaos engineering platform for load testing video conferencing systems with WebRTC participants and network chaos spikes. It provides metrics and tools for testing and monitoring system resilience under degraded conditions.

Extending C with Prolog (1994)

Prolog is a declarative programming language that excels at pattern matching and search, making it ideal for AI applications and expert systems. A C-Prolog interface allows Prolog code to access C services, enabling the creation of complex applications with a declarative logic.

Open Letter to Google on Mandatory Developer Registration for App Distribution

https://keepandroidopen.org/img/logos/adguard.com.png
We, civil society and tech organizations, strongly oppose Google's new policy requiring Android app developers to register with Google to distribute apps outside the Google Play Store. This policy threatens innovation, competition, and user freedom by giving Google too much control over the Android platform.

Osaka: Kansai Airport proud to have never lost single piece of luggage (2024)

https://japannews.yomiuri.co.jp/wp-content/uploads/2024/12/JW-Kix.jpg
Kansai Airport in Japan has a 30-year record of no lost baggage incidents, earning it the "World's Best Airport for Baggage Delivery" title. The airport uses sensors and manual checks to ensure efficient baggage handling, but faces a staff shortage ahead of the 2025 Osaka-Kansai Expo.

Samsung Upcycle Promise

https://static0.xdaimages.com/wordpress/wp-content/uploads/wm/2026/02/galaxy-upcycling-1.jpg?&fit=crop&w=1600&h=900
Samsung announced Galaxy Upcycling in 2017, promising to unlock old Galaxy phones and turn them into various devices, but it failed to deliver. The program was quietly killed off, and a watered-down version, Galaxy Upcycling at Home, was released in 2021 with limited functionality.

IDF killed Gaza aid workers at point blank range in 2025 massacre: Report

https://substackcdn.com/image/fetch/$s_!d2dB!,w_5760,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F174f0566-d8ca-4cea-a4c7-360a4f016881_4000x3000.jpeg
Israeli soldiers fired nearly 1,000 bullets at 15 Palestinian aid workers in southern Gaza on March 23, 2025, killing them in a massacre. The investigation by Earshot and Forensic Architecture found that the soldiers executed some aid workers at point blank range and that the Israeli military's internal inquiry did not recommend any criminal action.

OpenAI, the US government and Persona built an identity surveillance machine

https://vmfunc.re/persona/shodan02.png
The authors of this document conducted a passive reconnaissance investigation into OpenAI's identity verification platform, Persona, and found that it serves facial recognition, watchlists, and SAR filings on a government endpoint with the door wide open. The platform's source code, which was publicly served without authentication, reveals a KYC/AML compliance platform that handles sensitive ...

λProlog: Logic programming in higher-order logic

Prolog is a logic programming language with strong logical foundation supporting modular programming, abstract datatypes, and higher-order programming. It has various implementations including ELPI and Teyjus, with ongoing development and applications in meta-programming.

The Missing Semester of Your CS Education – Revised for 2026

https://missing.csail.mit.edu/static/assets/thumbnails/default.png
The Missing Semester course teaches students to master essential CS tools like the command-line, text editors, and version control systems. It also covers AI-enabled tools and techniques integrated into each lecture.

OpenAI resets spending expectations, from $1.4T to $600B

https://image.cnbcfm.com/api/v1/image/108267180-17714908241771490821-44105403042-1080pnbcnews.jpg?v=1771490824&w=750&h=422&vtcrop=y
OpenAI plans to spend $600 billion by 2030 and target $280 billion in revenue. The company is finalizing a massive funding round that could total over $100 billion.

Terence Tao, at 8 years old (1984) [pdf]

Terence Tao, a mathematically gifted child, was assessed by the author in 1983 at the age of 7. He demonstrated exceptional mathematical abilities, solving complex problems with ease and showing a preference for non-visual, analytic methods.

Goodbye InnerHTML, Hello SetHTML: Stronger XSS Protection in Firefox 148

https://hacks.mozilla.org/wp-content/themes/Hax/img/hacks-meta-image.jpg
Firefox 148 ships the standardized Sanitizer API to prevent XSS attacks. The API sanitizes untrusted HTML before inserting it into the DOM, making the web safer for everyone.

Pentagon threatens to make Anthropic a pariah

https://media.cnn.com/api/v1/images/stellar/prod/20260224-dario-amodei-pete-hegseth-split.jpg?c=original&q=w_860,c_fill
Defense Secretary Pete Hegseth threatened to terminate Anthropic's $200 million contract and blacklist the AI company if it doesn't comply with demands to lift safeguards on its AI model. Anthropic is refusing to budge on restrictions for AI-controlled weapons and mass domestic surveillance.

Denver dumps Flock, awards contract to Axon

A distributed queue in a single JSON file on object storage

https://turbopuffer.com/api/og?title=How%20to%20build%20a%20distributed%20queue%20in%20a%20single%20JSON%20file%20on%20object%20storage
A distributed job queue was built using a single file on object storage and a stateless broker to handle indexing jobs with high throughput and reliability. The system uses a simple design with compare-and-set (CAS) operations, group commit, and heartbeats to ensure at-least-once delivery and failover capabilities.

Discord cuts ties with identity verification software, Persona

https://fortune.com/img-assets/wp-content/uploads/2026/02/GettyImages-1239812755-e1771937537913.jpg?format=webp&w=1440&q=100
Discord's identity verification software, Persona, had frontend code accessible on the open internet and government servers, exposing sensitive user information. Discord has since cut ties with Persona, citing a short-lived partnership that lasted less than a month.