Entertainment

felipenlunkes/run-ancient-unix: Easily run old versions of UNIX for PDP-11 on modern hardware

felipenlunkes/run-ancient-unix: Easily run old versions of UNIX for PDP-11 on modern hardware

💥 Discover this trending post from Hacker News 📖 📂 Category: 💡 Main takeaway: 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 own (or has been modified by me based on previous work). The UNIX versions available in this repository have been released as open source under the Caldera license available in this…
Read More
rust9x/rust: UNOFFICIAL “Tier 4” Rust target for Windows 9x/Me/NT/2000/XP/Vista.

rust9x/rust: UNOFFICIAL “Tier 4” Rust target for Windows 9x/Me/NT/2000/XP/Vista.

✨ Read this trending post from Hacker News 📖 📂 Category: ✅ Key idea: 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 committed to providing great diagnostics, and advanced tooling including package manager and build tool (Cargo), auto-formatter (rustfmt), linter (Clippy) and editor support (rust-analyzer). Read "Installation" from The Book. If you really…
Read More
Provable and Scalable Self-Supervised Learning Without the Heuristics

Provable and Scalable Self-Supervised Learning Without the Heuristics

🚀 Discover this awesome post from Hacker News 📖 📂 Category: 💡 Here’s what you’ll learn: [Submitted on 11 Nov 2025 (v1), last revised 14 Nov 2025 (this version, v3)] View a PDF of the paper titled LeJEPA: Provable and Scalable Self-Supervised Learning Without the Heuristics, by Randall Balestriero and 1 other authors View PDF HTML (experimental) Abstract:Learning manipulable representations of the world and its dynamics is central to AI. Joint-Embedding Predictive Architectures (JEPAs) offer a promising blueprint, but lack of practical guidance and theory has led to ad-hoc R&D. We present a comprehensive theory of JEPAs and instantiate it…
Read More
The Surprising Benefits of Giving Up

The Surprising Benefits of Giving Up

🚀 Discover this trending post from Hacker News 📖 📂 Category: ✅ Here’s what you’ll learn: Explore You might’ve been told to “hang in there” throughout your childhood, as illustrated by a kitten dangling from a rope. But it turns out that quitting might often be your healthiest option. Researchers have long sought to understand how persistence is linked to personal well-being and human evolution more broadly. One poorly supported theory posited that our ancestors were so determined to catch prey that they ran for long stretches in hot, dry environments.Newer evidence suggests that ditching tough-to-attain goals can actually be…
Read More
I caught Google Gemini using my data—and then covering it up

I caught Google Gemini using my data—and then covering it up

🚀 Read this trending post from Hacker News 📖 📂 Category: 💡 Main takeaway: 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: Ok, maybe not yet. However, clicking "Show thinking" for the above response is absolutely wild: I know about the “Personal Context” feature now — it’s great. But why is Gemini instructed…
Read More

Rebble · Core Devices Keeps Stealing Our Work

✨ Read this awesome post from Hacker News 📖 📂 Category: 💡 Main takeaway: 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 community. Core would spearhead the development of brand new watches, and we’d be there to provide our Rebble Web Services to go with them. Unfortunately, our agreement is already breaking down.…
Read More
Legendary game designer, programmer, Space Invaders champion, and LGBTQ trailblazer Rebecca Heineman has died

Legendary game designer, programmer, Space Invaders champion, and LGBTQ trailblazer Rebecca Heineman has died

🔥 Explore this must-read post from Hacker News 📖 📂 Category: 📌 Main takeaway: 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 will remain live to help her family make final arrangements.Born in 1963, Heineman initially made a mark on the industry by winning a national Space Invaders tournament in 1980 in New…
Read More
GitHub – kaushiksrini/parqeye

GitHub – kaushiksrini/parqeye

🔥 Explore this insightful post from Hacker News 📖 📂 Category: 📌 Key idea: 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 including version, created by, encoding stats and more. Row Group Statistics - Examine row group-level metadata, statistics, and data distribution across groups. Tab-based Interface - Quickly switch between Visualize, Schema, Metadata,…
Read More
Windows 11 to add an AI agent that runs in background with access to personal folders, warns of security risk

Windows 11 to add an AI agent that runs in background with access to personal folders, warns of security risk

🚀 Discover this insightful post from Hacker News 📖 📂 Category: 📌 Here’s what you’ll learn: Microsoft is moving forward with its plans to turn Windows 11 into a full-fledged “AI” operating system amidst Copilot backlash. The first big move in that direction is an experimental feature called “Agent Workspace,” which gives AI agents access to the most-used folders in your directory, such as Desktop, Music, Pictures, and Videos. It will also allow AI agents to have their own runtime, desktop, user account, and ability to always run in the background if you turn on the feature. New agentic features…
Read More
GitHub – redox-os/ion: Mirror of https://gitlab.redox-os.org/redox-os/ion

GitHub – redox-os/ion: Mirror of https://gitlab.redox-os.org/redox-os/ion

🚀 Discover this insightful post from Hacker News 📖 📂 Category: 💡 Main takeaway: 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 for, RedoxOS, it is a fully capable on other *nix platforms. Ion is still a WIP, and both its syntax and rules are subject to change over time. It is still…
Read More