Core Devices keeps stealing our work
Nov 17, 2025 • by Team Rebble Core Devices Keeps Stealing Our Work This is a post that we don’t take any joy in writing. When we wrote last month about our agreement with Core Devices, we went into it believing that cooperation between Core and Rebble would be the best decision for the Pebble […]
Unofficial ”Tier 4” Rust Target for older Windows versions

This is the main source code repository for Rust. It contains the compiler, standard library, and documentation. Performance: Fast and memory-efficient, suitable for critical services, embedded devices, and easily integrated with other languages. Reliability: Our rich type system and ownership model ensure memory and thread safety, reducing bugs at compile-time. Productivity: Comprehensive documentation, a compiler […]
Rebecca Heineman has died

Game developer Rebecca Heineman has died after being diagnosed with cancer last month. The news was shared to Bluesky by Heineman’s friend, Heidi McDonald, while the most recent post on Heineman’s GoFundMe is a goodbye message stating that her health was rapidly deteriorating, and she was entering palliative care. Heineman was 62, and the GoFundMe […]
I caught Google Gemini using my data–and then covering it up

I caught Google Gemini using my data—and then covering it up | unbuffered_stream 18 Nov, 2025 I asked Google Gemini a pretty basic developer question. The answer was unremarkable, apart from it mentioning in conclusion that it knows I previously used a tool called Alembic: Cool, it’s starting to remember things about me. Let’s confirm: […]
Show HN: Parqeye – A CLI tool to visualize and inspect Parquet files

parqeye lets you peek inside your Parquet files. Instantly inspect their contents, schema, and metadata — right from your terminal. Features Interactive Data Visualization – Browse through your Parquet data in a table view with keyboard navigation. Schema Explorer – Inspect column types, nested structures, and field definitions. File Metadata – View Parquet file-level metadata […]
Ion: Modern System Shell in Rust

Ion is a modern system shell that features a simple, yet powerful, syntax. It is written entirely in Rust, which greatly increases the overall quality and security of the shell. It also offers a level of performance that exceeds that of Dash, when taking advantage of Ion’s features. While it is developed alongside, and primarily […]
Run ancient Unix on modern hardware

The contents of this repository allow older versions of UNIX (ancient UNIX) to run easily on modern Unix-like systems (Linux, FreeBSD, macOS, among others). At this time, you can run the following versions of UNIX: License, Credits and Copyright First of all, credits and acknowledgment for material available in this repository that is not my […]
What Influence Has the BBC Had on History?
‘The BBC has always done far more than reflect the contemporary’ David Hendy, Author of The BBC: A People’s History (Profile, 2022) To write the history of the BBC, Asa Briggs once said, is ‘to write the history of everything else’. The relationship, he suggested, is more than one of background and foreground. Radio and television […]
Ask HN: How are Markov chains so different from tiny LLMs?
I polished a Markov chain generator and trained it on an article by Uri Alon and al (https://pmc.ncbi.nlm.nih.gov/articles/PMC7963340/). It generates text that seems to me at least on par with tiny LLMs, such as demonstrated by NanoGPT. Here is an example: jplr@mypass:~/Documenti/2025/SimpleModels/v3_very_good$ ./SLM10b_train UriAlon.txt 3 Training model with order 3… Skip-gram detection: DISABLED (order < […]
Almost all Collatz orbits attain almost bounded values

Define the Collatz map Col on the natural numbers by setting Col(n) to equal 3n+1 when n is odd and n/2 when n is even. The notorious Collatz conjecture asserts that all orbits of this map eventually attain the value 1. This remains open, even if one is willing to work with almost all orbits […]