We Remain Alive Also in a Dead Internet

we-remain-alive-also-in-a-dead-internet

Now FREE a text Welcome to the desert of the real! If you desire the comfort of neat conclusions, you are lost in this space. Here, we indulge in the unsettling, the excessive, the paradoxes that define our existence. So, if you have the means and value writing that both enriches and disturbs, please consider […]

Helping Valve to power up Steam devices

helping-valve-to-power-up-steam-devices

Last week, Valve stunned the computer gaming world by unveiling three new gaming devices at once: the Steam Frame, a wireless VR headset; the Steam Machine, a gaming console in the vein of a PlayStation or Xbox; and the Steam Controller, a handheld game controller. Successors to the highly successful Valve Index and Steam Deck, […]

Solving Fizz Buzz with Cosines

solving-fizz-buzz-with-cosines

By Susam Pal on 20 Nov 2025 Fizz Buzz is a counting game that has become oddly popular in the world of computer programming as a simple test of basic programming skills. The rules of the game are straightforward. Players say the numbers aloud in order beginning with one. Whenever a number is divisible by […]

Pivot Robotics (YC W24) Is Hiring for an Industrial Automation Hardware Engineer

pivot-robotics-(yc-w24)-is-hiring-for-an-industrial-automation-hardware-engineer

Pivot Robots (YC W24) is building the AI brain for robot arms for high-mix manufacturing. Pivot Robots combines off-the-shelf robots and vision sensors with recent breakthroughs in foundation vision models to give industrial robot arms the power to adapt. Our first product directly addresses the dangerous and unpopular task of grinding metal parts. Currently, our […]

You can make PS2 games in JavaScript

you-can-make-ps2-games-in-javascript

I recently discovered that you could make PS2 games in JavaScript. I’m not even kidding, it’s actually possible. I was working on a project and had my phone near my desk when I received a notification. Upon further inspection, it came from itch.io which was a platform where I usually published most of my web […]

Arduino published updated terms and conditions: no longer an open commons

arduino-published-updated-terms-and-conditions:-no-longer-an-open-commons

Six weeks ago, Qualcomm acquired Arduino. The maker community immediately worried that Qualcomm would kill the open-source ethos that made Arduino the lingua franca of hobby electronics. This week, Arduino published updated terms and conditions and a new privacy policy, clearly rewritten by Qualcomm’s lawyers. The changes confirm the community’s worst fears: Arduino is no […]

XBMC 4.0 for the Original Xbox

xbmc-4.0-for-the-original-xbox

A Major Modernization of the Killer App That Started It All A new version of Xbox Media Center (XBMC), version 4.0, has been released. This version marks a significant update to the long-standing media center platform for the Original Xbox. This marks the first major advancement to the software since 2016 and represents a renewed commitment to […]

We should all be using dependency cooldowns

we-should-all-be-using-dependency-cooldowns

We should all be using dependency cooldowns Programming, philosophy, pedaling. Nov 21, 2025     Tags: oss, security     TL;DR: Dependency cooldowns are a free, easy, and incredibly effective way to mitigate the large majority of open source supply chain attacks. More individual projects should apply cooldowns (via tools like Dependabot and Renovate) to […]

Building a Minimal Viable Armv7 Emulator from Scratch

Tip or TLDR – I built a tiny, zero dependency armv7 userspace emulator in Rust I wrote a minimal viable armv7 emulator in 1.3k lines of Rust without any dependencies. It parses and validates a 32-bit arm binary, maps its segments, decodes a subset of arm instructions, translates guest and host memory interactions and forwards […]