POSSE – Publish on your Own Site, Syndicate Elsewhere

https://indieweb.org/images/6/6a/fit-into-the-network.png
POSSE (Publish Own Site, Syndicate Everywhere) is a strategy for publishing content on your own site and then syndicating it to other platforms, allowing you to maintain ownership and control over your content while reaching a wider audience. By using POSSE, you can reduce dependence on third-party services, improve search engine rankings, and provide a clear link back to the original ...

PC Gamer recommends RSS readers in a 37mb article that just keeps downloading

https://stuartbreckenridge.net/content/images/2026/03/pc-gamer-1.png
The PC Gamer article has a cluttered interface with multiple ads and popups, including a 37MB initial load. The website continues to download new ads, totaling almost half a gigabyte in five minutes.

Walmart: ChatGPT checkout converted 3x worse than website

Walmart ended its Instant Checkout deal with OpenAI due to low conversion rates. It will now use its own chatbot, Sparky, to offer a seamless shopping experience within ChatGPT.

Tin Can, a 'landline' for kids

https://i.insider.com/68b1ed9dcfc04e97619c4fe1?width=700
Alison Bennett, a mom in Los Angeles, bought a Tin Can phone for her 8-year-old daughter to chat with friends without a mobile phone. The phone runs off WiFi and has parental controls, allowing kids to communicate with approved contacts during approved hours.

Can you get root with only a cigarette lighter? (2024)

The user created a low-budget electromagnetic fault injection (EMFI) tool using a piezo-electric lighter and an antenna wire to induce memory errors in a laptop's DDR bus, then used this tool to write a local-privilege-escalation exploit for CPython. The user then used a similar EMFI tool to create a reliable exploit for Linux, allowing them to gain root access by corrupting page tables and ...

The gold standard of optimization: A look under the hood of RollerCoaster Tycoon

https://larstofus.com/wp-content/uploads/2026/03/image-1.png?w=288
The author appeared on a German gaming podcast, Stay Forever, to discuss the technology behind RollerCoaster Tycoon. The game's creator, Chris Sawyer, wrote it in Assembly, a low-level language that allowed for high performance.

Show HN: The King Wen Permutation: [52, 10, 2]

The 64 hexagrams of the I Ching have two canonical orderings: the binary natural order (0–63) and the King Wen sequence (~1000 BCE). Treating the map between them as a permutation in S₆₄, its cycle decomposition yields [52, 10, 2] with zero fixed points. 81% of hexagrams are locked in a single cycle. This structure has not been previously reported in the literature.

The future of version control

https://substackcdn.com/image/fetch/$s_!93xj!,f_auto,q_auto:best,fl_progressive:steep/https%3A%2F%2Fbramcohen.substack.com%2Ftwitter%2Fsubscribe-card.jpg%3Fv%3D-1733548744%26version%3D9
Manyana is a project that presents a coherent vision for the future of version control using CRDTs, which provide eventual consistency and informative conflict markers. It offers a better design for version control, including permanent line ordering, informative conflicts, and preserved history, making it a promising proof for CRDT-based version control.

Reports of code's death are greatly exaggerated

https://imagedelivery.net/iHX6Ovru0O7AjmyT5yZRoA/f7e9e621-0fad-4c3a-a65b-d16832c02b00/public
The user argues that while AI helps with precision in coding, it also creates an illusion of precision, which can lead to bugs and complexity issues when scaled up. The user believes that good code is not just about producing working software, but also about creating beautiful, well-structured abstractions that help master complexity, and that AI will be a boon for coding, not a replacement for it.

The way CTRL-C in Postgres CLI cancels queries is incredibly hack-y

https://neon.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fform-bg.057e5b45.png&w=640&q=75&dpl=dpl_6eqBrQ13oHmWyHcMaaKbuxPjKLrV
When you press Ctrl-C in psql to cancel a query, the client sends an unencrypted CancelRequest message to the Postgres server, which can be intercepted and used to cancel other queries. This is a security risk, but it can be mitigated by using Postgres 18 or later, specifying min_protocol_version=3.2, or using a VPN.

Why I love NixOS

The user loves NixOS for its deterministic and reproducible package manager, allowing them to define and rebuild their operating system from a single source of truth. This approach makes experimentation cheap and safe, and the user appreciates its stability, predictability, and coherence across platforms.

Dataframe 1.0.0.0

Polars library has reached v1 after 2 years of work, featuring a typed API, Apache Arrow integration, and connectors for large data lakes. The library is now fast and supports data exploration, querying, and integration with AI agents for type-guided data analysis.

Project Nomad – Knowledge That Never Goes Offline

https://www.projectnomad.us/_next/image?url=%2Flogo.png&w=256&q=75&dpl=dpl_D5HoMqabuZP4MGAmXHnxVxE6tspG
Project NOMAD is a free, open source offline server that runs on any computer, providing access to knowledge, AI, and maps without internet. It's a self-hosted solution for digital independence, offering a complete library and AI assistant for learning, navigation, and more.

Flash-MoE: Running a 397B Parameter Model on a Laptop

https://raw.githubusercontent.com/danveloper/flash-moe/main/progress.png
Researchers built a 397 billion parameter AI model in 24 hours using C, Objective-C, and Metal shaders on a MacBook Pro. The model runs at 4.4+ tokens/second with production-quality output, using a custom Metal compute pipeline and 48GB RAM.

Plane and ground vehicle collide at New York's LaGuardia airport halting flights

https://ichef.bbci.co.uk/news/480/cpsprodpb/744f/live/4e542b30-2689-11f1-b8a4-f1f655712b95.jpg.webp
An Air Canada plane collided with a firefighting vehicle at LaGuardia Airport, causing significant damage and prompting a ground stop. The incident occurred when the plane, with 76 people on board, landed and struck a responding vehicle.

GoGoGrandparent (YC S16) is hiring Back end Engineers

GoGoGrandparent is a digital platform helping older adults stay independent at home by adapting on-demand APIs into a concierge-style experience. The company is hiring engineers to join its fully remote team and make a meaningful impact on people's lives.

Show HN: Agent Kernel – Three Markdown files that make any AI agent stateful

https://opengraph.githubassets.com/2c813632ac3cc2a57d1706487d21139048500648c4bcbe4baf99544cdf305284/oguzbilgic/agent-kernel
The agent uses three markdown files and a git repo to remember and build on past work without a framework or database. It reads the kernel, updates state and narrative, and adapts to new identities and knowledge.

MAUI Is Coming to Linux

https://framerusercontent.com/images/CUbSIRximmKmuZ0BgveVtIexZSg.png?width=2013&height=1496
Avalonia MAUI is now available for .NET MAUI, allowing deployment to new platforms like Linux and WebAssembly. This new backend advances Avalonia's vision of cross-platform consistency.

The LCA problem revisited [pdf]

They’re vibe-coding spam now

https://proxy.tedium.co/8h8Tl1FX4qpZZt9wBeq9oMiKykY=/710x908/filters:quality(80)/uploads/spam-screenshot.png
Spam emails are becoming increasingly difficult to detect due to advancements in AI-powered design, making it harder to tell what's real and what's fake. To protect yourself, use techniques like email obfuscation and aliases, and look for tells such as unusual from addresses and references to your email address rather than your name.

A Copy-Paste Bug That Broke PSpice AES-256 Encryption

https://avatars.githubusercontent.com/u/594165
SpiceCrypt is a Python library and CLI tool that decrypts encrypted SPICE model files, restoring interoperability between simulators. It exploits a bug in PSpice's encryption scheme, allowing it to recover user keys in seconds and decrypt files that were previously locked to a single simulator.

You are not your job

Jacob, a software consultant, discusses how people's identities are tied to their jobs, but this is changing with automation and AI, making it essential to focus on relationships and presence rather than technical skills. He encourages readers to reevaluate their sense of self and find value in being present and connecting with others, rather than just their job titles.

GrapheneOS will remain usable by anyone without requiring personal information

GrapheneOS remains available internationally without requiring personal information or an account, and it will continue to support Pixel 6a devices until at least July 2027. GrapheneOS has a long-term partnership with Motorola to support their future devices, improving their security to meet GrapheneOS requirements.

What young workers are doing to AI-proof themselves

Please enable JS and disable any ad blocker

Five years of running a systems reading group at Microsoft

The user started a reading group at Microsoft in 2021 focused on database internals, which evolved into the Microsoft Systems Reading Group covering various computer science topics, and has been successful due to consistency, organic growth, and collaboration. The group's format, which includes guided reading series and a relaxed atmosphere, has led to valuable connections and learning ...

Ordered dithering with arbitrary or irregular colour palettes (2023)

https://matejlou.blog/wp-content/uploads/2023/05/ex_pigeon_noise.png
The user discusses various methods of image dithering, including ordered dithering and error-diffusion dithering, and their applications to colour palettes of arbitrary or irregular colour distributions. The user also explores more advanced techniques such as N-candidate dithering, barycentric interpolation, and Delaunay triangulation for improving the quality of dithered images.

Migrating the American express payment network, twice

https://americanexpress.io/_post_assets/migrating-the-payments-network-twice/img/main.jpg
American Express migrated its payments network twice with zero customer-impacting downtime. The migrations involved transitioning live card authorization traffic to a new, modernized platform.

Building an FPGA 3dfx Voodoo with Modern RTL Tools

https://noquiche.fyi/assets/screamer2_sim.png
The user successfully implemented an FPGA reimplementation of the Voodoo 1 graphics card using SpinalHDL, which allowed them to describe, simulate, and debug the complex design. The user used netlist-aware waveform queries in conetrace to identify and fix a bug that was caused by a stack of small hardware-accuracy mismatches rather than a single catastrophic failure.

LLMs predict my coffee

https://dynomight.net/img/coffee/two_women_drinking_coffee.jpg
The user asked for an equation to model the temperature of boiling water in a ceramic coffee mug over time, but found that reality is too complicated and multiple LLMs provided different equations based on exponentially decaying terms. The user then conducted an experiment and found that the actual temperature drop was faster in the first few minutes and slower later on, contradicting the ...

More common mistakes to avoid when creating system architecture diagrams

https://www.ilograph.com/blog/img/more-diagram-mistakes/labels1.png
System diagramming mistakes include poorly labeled resources, disconnected resources, and overly complex diagrams. Common errors also include oversimplification, unnecessary animations, and fan traps, which can lead to confusion and misinterpretation.