Motorola announces a partnership with GrapheneOS Foundation

https://motorolanews.com/wp-content/uploads/2026/02/2024_MOTOROLA_B2B_PHOTOS_150dpi_44-1.png
Motorola announced new consumer and enterprise solutions at Mobile World Congress, including a partnership with GrapheneOS Foundation for enhanced security. The company introduced Moto Secure and Moto Analytics to expand its B2B ecosystem with advanced security and operational insights.

/e/OS is a complete "deGoogled", mobile ecosystem

https://e.foundation/wp-content/uploads/2025/07/a-deGoogled-OS.png
e/OS is an open-source mobile OS with auditable privacy, offering a "deGoogled" Android experience with no Google services accessing personal data. It comes with a set of carefully selected default apps and features like tracker detection and ad blocking.

Making Video Games in 2025 (without an engine)

https://www.noelberry.ca/posts/making_games_in_2025/2005.jpeg
The user prefers making games without commercial game engines, finding it more fun and less overhead, and has developed a custom workflow using C# and open-source libraries like SDL and ImGui. They believe that making games "from scratch" is not an impossible task, especially with the state of open-source frameworks and libraries, and encourages others to try it if it sounds fun.

Show HN: Omni – Open-source workplace search and chat, built on Postgres

https://opengraph.githubassets.com/de701122ee66895262ba1411e1d6dce3f9327baff0674b80471fc2cbeabbcdff/getomnico/omni
Omni is a unified search platform connecting multiple apps with full-text and semantic search capabilities. It uses a single Postgres database and sandboxed containers for secure AI analysis.

How to talk to anyone and why you should

https://i.guim.co.uk/img/media/806c0c1529c7c258159b7c42834c5d1e4a3d8aec/0_0_4687_3730/master/4687.jpg?width=445&dpr=1&s=none&crop=none
The author reflects on the decline of casual conversations with strangers in public spaces due to social anxiety and overreliance on technology. They argue that this loss of human interaction is a significant issue affecting people of all ages.

U.S. science agency moves to restrict foreign scientists from its labs

Jolla phone – a full-stack European alternative

https://commerce.jolla.com/cdn/shop/files/jolla_phone_hero_double.png?v=1772105235&width=1946
The Jolla Phone is a new device honoring the 2013 original, with modern specs and European privacy thinking. It runs Sailfish OS, allowing native and Android apps, with no data harvesting or tracking.

If AI writes code, should the session be part of the commit?

https://opengraph.githubassets.com/ce473859d259c8584da9e721e5bcc42bc6db44411c0ee96e44b1daee7f813aab/mandel-macaque/memento
git-memento records AI coding sessions as Git notes, allowing for auditing and amendment of commits. It supports multiple sessions and can sync notes with a remote repository.

Neocaml – Rubocop Creator's New OCaml Mode for Emacs

https://opengraph.githubassets.com/52d6fc2e9c74e22aaa9f6bfb6fa301e9191a5e2c48295bf45719d50825733113/bbatsov/neocaml
Neocaml is a new Emacs package for OCaml programming that features TreeSitter-powered modes and integration with an OCaml toplevel. It provides features like font-locking, indentation, and comment commands, and can be used with Eglot and other packages for a more complete development experience.

Mondrian Entered the Public Domain. The Estate Disagrees

https://copyrightlately.com/wp-content/uploads/2026/01/Mondrian-Public-Domain-Threats-Graphic-revised-800x500.png
The Mondrian Trust claims Piet Mondrian's 1930 painting is still protected citing dual copyrights and Spanish law. However, U.S. law and copyright experts confirm the painting entered the public domain on January 1, 2026.

Computer-generated dream world: Virtual reality for a 286 processor

https://deadlime.hu/uploads/2026/286.jpg
The user is simulating a 286 processor using a Raspberry Pi and MCP23S17 IO expander. They successfully booted the processor and ran simple assembly code.

WebMCP is available for early preview

https://developer.chrome.com/static/blog/webmcp-epp/image/cover.png
WebMCP provides a standard way for websites to expose structured tools, enabling AI agents to interact with them quickly and precisely. This allows agents to perform tasks like booking flights, filing support tickets, and navigating complex data with increased speed and reliability.

How to record and retrieve anything you've ever had to look up twice

https://cdn.blot.im/blog_177bc256f0ee469c998e912e20ece048/_thumbnails/2b462d6a-3006-4b43-97d3-6e94d0246070/medium.png
The author forgot how to watermark a document after two years of not doing it and wasted time relearning the process. They recommend documenting multi-step processes to avoid this issue.

Right-sizes LLM models to your system's RAM, CPU, and GPU

https://raw.githubusercontent.com/AlexsJones/llmfit/main/assets/icon.svg
llmfit is a terminal tool that right-sizes LLM models to your system's hardware and recommends suitable models based on quality, speed, fit, and context dimensions. It supports multi-GPU setups, MoE architectures, and dynamic quantization selection.

An interactive intro to Elliptic Curve Cryptography

https://growingswe.com/blog/elliptic-curve-cryptography/opengraph-image?16ed498263341a16
Elliptic curve cryptography uses a mathematical structure based on the geometry of curves to provide a one-way function for key exchange and digital signatures with much smaller keys than traditional RSA or Diffie-Hellman systems. The Elliptic Curve Diffie-Hellman (ECDH) key exchange and Elliptic Curve Digital Signature Algorithm (ECDSA) provide secure key agreement and signatures with ...

Show HN: Timber – Ollama for classical ML models, 336x faster than Python

https://opengraph.githubassets.com/fb58d0f2e35d2f8b148e675034e8357d16a0f7ebe943c0fc1eb900465c604efa/kossisoroyce/timber
Timber compiles trained models into native C and serves them over a local HTTP API. It supports models like XGBoost and CatBoost, and can auto-detect model types.

Process-Based Concurrency: Why Beam and OTP Keep Being Right

https://variantsystems.io/_astro/beam-otp-process-concurrency.BVJ8LYHB_Z1yoND8.webp
The BEAM runtime provides a coherent architecture for concurrent systems with isolated state, message passing, and supervision hierarchies, making it a correct solution for building fault-tolerant systems. Its properties, such as preemptive scheduling and per-process GC, give soft real-time guarantees and make it naturally suited for AI agent systems and real-time applications.

Ghostty – Terminal Emulator

https://ghostty.org/social-share-card.jpg
Ghostty is a fast, feature-rich, and cross-platform terminal emulator that uses platform-native UI and GPU acceleration.

Everett shuts down Flock camera network after judge rules footage public record

Evolving descriptive text of mental content from human brain activity

https://ichef.bbci.co.uk/images/ic/480xn/p0n3knh5.jpg.webp
Researchers have made significant progress in decoding brain signals to translate thoughts into text, with a study at Stanford University achieving 74% accuracy in real-time inner speech. This breakthrough could revolutionize communication for people with impaired speech capabilities and eventually transform human interaction with the world around us.

Enable CORS for Your Blog

https://www.blogsareback.com/og-image.jpg
Public RSS feeds are blocked by browsers due to CORS, but feed readers and crawlers are unaffected. Adding CORS headers to server responses fixes the issue, making feeds compatible with all readers.

Tove Jansson's criticized illustrations of The Hobbit (2023)

https://tovejansson.com/wp-content/uploads/2023/02/Tove-Jansson-Hobbit_original-vs-printed.jpeg
Tove Jansson illustrated the Swedish translation of J.R.R. Tolkien's The Hobbit in 1960. Her unique illustrations focused on landscapes and locations, differing from the traditional depiction of Tolkien's characters.

Microsoft bans the word "Microslop" on its Discord, then locks the server

https://www.windowslatest.com/wp-content/uploads/2026/03/Copilots-official-Discord-channel-was-locked-down-after-users-went-haywire-with-unflattering-nicknames-targetted-at-Microsoft-696x392.jpg
Microsoft's Copilot Discord server blocks the term "Microslop" due to its negative connotation. Users found ways to bypass the filter, leading to restricted access and a containment mode in the server.

Decision trees – the unreasonable power of nested decision rules

https://mlu-explain.github.io/assets/ogimages/ogimage-decision-tree.png
We're farmers with a new plot of land and we're using a Decision Tree to classify trees as Apple, Cherry, or Oak based on Diameter and Height. We've created a tree with a root node at Diameter ≥ 0.45 and subsequent splits at Height ≤ 4.88 and Diameter.

Why does C have the best file API

The author rants about how programming languages neglect file access, requiring manual parsing and serialization. They praise C's memory mapping feature for efficient binary data access.

Little Free Library

https://littlefreelibrary.org/wp-content/uploads/2022/05/Umi-Vaughan-51773-Oakland-CA-1200x901.jpg
This website uses cookies to enhance user experience and understand visitor behavior. Enabling cookies helps improve the website and serve visitors better.

When does MCP make sense vs CLI?

The author claims MCP is dying due to its lack of real-world benefits and argues that CLIs are simpler, faster to debug, and more reliable. They believe CLIs are a better abstraction for LLMs to interact with tools.

Next-gen spacecraft are overwhelming communication networks

https://bear-images.sfo2.cdn.digitaloceanspaces.com/herman-1683556668-0.png
The aerospace industry is facing a data transmission challenge due to rapidly increasing data volumes from modern spacecraft. Traditional communication methods are struggling to keep pace.

Microgpt explained interactively

https://growingswe.com/blog/microgpt/opengraph-image?16ed498263341a16
Andrej Karpathy's 200-line Python script trains a GPT model from scratch, learning statistical patterns in human names and generating plausible new ones. The script's core loop involves tokenizing, embedding, attending, computing, and predicting the next token, with the model learning to minimize cross-entropy loss through backpropagation and RMSNorm normalization.

Long Range E-Bike (2021)

https://jacquesmattheij.com/ebike_1.jpg
The user built a custom 10S17P e-bike battery pack with 170 Samsung E35 cells, increasing the range of their S-Pedelec from 45 km to 180 km. The pack was designed to be safe and efficient, with a capacity of 2150 Wh, and the user hopes to inspire others to consider e-bikes as a commuter car replacement.