Feed digilinux.ru [copy] http://digilinux.ru/feed/ has loading error: cURL error 22: The requested URL returned error: 403 Forbidden
Feed freepost [copy] https://freepo.st/rss/new has loading error: cURL error 6: Could not resolve host: freepo.st
The British Airways position on various border disputes
My spouse and I are on vacation in Japan, spending half our time seeing the sights and the other half working remotely and enjoying the experience of living in a different place for a while. To get here, we flew on British Airways from London to Tokyo, and I entertained myself on the long flight by browsing the interactive flight map on the back of my neighbor’s seat and trying to figure out how the poor developer who implemented this map solved the thorny problems that displaying a world map implies.
I began my survey by poking through the whole interface of this little in-seat entertainment system1 to...
2025-05-05
On Sunday, 2025-05-11 there will be scheduled maintenance of the suckless servers. It's estimated this will take about 2 hours from about 10:00 to 12:00 UTC.
The mailinglist, website and source-code repositories will have some downtime.
Update: the maintenance was finished at 2025-05-11 13:00 UTC. There was a small issue with storage space, hence the 1h delay for fixing it.
Build a HTML5 “Helix Jump” prototype with Three.js and TypeScript – Step 2: adding a bouncing ball with no physics engine
In this second step of my three.js HTML5 Helix Jump prototype, I added a bouncing ball, handled platform collisions and made platforms infinite. As always, you’ll find fully commented TypeScript source code.
Making a “Hello World” Program For a Quantum Computer (Part 3)
Let’s Test The Most Popular Quantum Algorithm
Continue reading on Level Up Coding »
Build a HTML5 “Helix Jump” prototype with Three.js and TypeScript
Build the foundation of a HTML5 "Helix Jump" game using Three.js, TypeScript, and Vite. Learn to create a rotating tower with sliced platforms and manage shadows and lighting, all with fully commented source code to guide you step by step.
Resistance from the tech sector
As of late, most of us have been reading the news with a sense of anxious trepidation. At least, those of us who read from a position of relative comfort and privilege. Many more read the news with fear. Some of us are already no longer in a position to read the news at all, having become the unfortunate subjects of the news. Fascism is on the rise worldwide and in the United States the news is particularly alarming. The time has arrived to act.
The enemy wants you to be overwhelmed and depressed, to feel like the situation is out of your control. Propaganda is as...
Build a game like C64 classic Trailblazer in Three.js using TypeScript, with a lot of room for customization
First step in the creation of a HTML5 Trailblazer game using Three.js and TypeScript. Track movement, fake shadow and controls. Commented source code available.