|
New Steam Games Playable on the Steam Deck, with The Scourge and Bombun - 2026-03-28 Edition
-
boilingsteam.com
-
2 months ago
-
eng
Between 2026-03-21 and 2026-03-28 we selected 8 newly released games that are rated as Verified or Playable on the Steam Deck, and meeting specific criteria in terms of user ratings. Two games to highlight this time, The Scourge, a spooky horror game set in Vietnam, and Bombun, an excellent retro 3D platformer with bombs! Here’s the whole list below.
|
|
New Steam Games Playable on the Steam Deck, with The Scourge and Bombun - 2026-03-28 Edition
-
boilingsteam.com
-
2 months ago
-
eng
Between 2026-03-21 and 2026-03-28 we selected 8 newly released games that are rated as Verified or Playable on the Steam Deck, and meeting specific criteria in terms of user ratings. Two games to highlight this time, The Scourge, a spooky horror game set in Vietnam, and Bombun, an excellent retro 3D platformer with bombs! Here’s the whole list below.
|
|
KI in der Softwareentwicklung — Was KMUs jetzt wirklich wissen müssen
-
backendhance.com
-
2 months ago
-
eng
Euer Entwicklungsteam sagt: “Wir sollten KI-Tools einsetzen.” Die Frage ist nicht, ob das stimmt — die Frage ist: Was bedeutet das konkret? Was kostet es, wenn ihr es falsch angeht, und was kostet es, wenn ihr es gar nicht angeht? Dieser Artikel ist für beide Seiten des Schreibtischs geschrieben. Für den CTO, der seinem Board erklären muss, warum KI-Tools im Entwicklungsteam sinnvoll sind — und für den Geschäftsführer, der verstehen will,..
|
|
This version a big one for Linux packaging - Flatpak bundles and Source RPMs land in the same release, alongside a rebuilt documentation website and better Go build defaults.
|
|
It's been over 3 months since I posted about finally embracing Flatpak . This now short-lived proclamation coincided with me moving back over to Debian. Fortunately, I went into this particular distro hop in the right head space and things have stuck. So much so that I've been purging my dotfiles of Arch Linux references. What's been really fun about this recent change is realizing just how bare bones Debian Stable is. Sure, if you ins....
|
|
Hello everyone I dont expect much but my life is falling apart kind of lately, so posting here as a last resort. I tried corebooting a T420 Thinkpad. I had 0 what I was doing. I got a CH341 and an SOIC clip from a friend and completely disassembled the machine successfully. Also got to the chip which you have to flash. First I read the contents of the chip as it is recommended to keep a few backups of the original BIOS. Well I got inconsis....
|
|
I spent way too much of my life avoiding having to make decisions and priorities. My wife and I have a goal to “do one thing on the house every day”. This usually means fixing baseboard, painting, adjusting cabinet doors, installing new cabinets. It ranges from small to big tasks and looking at the spreadsheet is very overwhelming. So work tends to happen in spurts. At the same time, cleaning and meal planning are two areas where I need to ..
|
Cheng Lou introduces a library providing text height without DOM calculation in the hot path, manual line routing, and width-tight multiline UI: Pure JavaScript/TypeScript library for multiline text measurement & layout. Fast, accurate & supports all the languages you didn’t even know about. Allows rendering to DOM, Canvas, SVG and soon, server-side. Pretext side-steps the […]
|
|
New Apple Silicon M4 & M5 HiDPI Limitation on 4K External Displays
-
smcleod.net
-
2 months ago
-
eng
A regression in external display support on Apple Silicon M4/M5 generation chips prevents full HiDPI modes on 4K monitors, limiting users to either blurry non-HiDPI or reduced workspace HiDPI.
|
|
New Apple Silicon M4 & M5 HiDPI Limitation on 4K External Displays
-
smcleod.net
-
2 months ago
-
eng
A regression in external display support on Apple Silicon M4/M5 generation chips prevents full HiDPI modes on 4K monitors, limiting users to either blurry non-HiDPI or reduced workspace HiDPI.
|
|
Posted on: Programming . Tagline: Rendering a 3D portrait from a single photo using Gaussian Splatting, Canvas 2D, and zero dependencies. I recently watched a video by Tsoding where he rendered a full 3D scene using just a plain canvas 2D element, without any WebGL or Three.js. The core of the video was a simple formula to calculate the position of each pixel: given (x, y, z) x' = y / z y' = x / z It tickled the part of my brain t....
|
|
Posted on: Programming . Tagline: Rendering a 3D portrait from a single photo using Gaussian Splatting, Canvas 2D, and zero dependencies. I recently watched a video by Tsoding where he rendered a full 3D scene using just a plain canvas 2D element, without any WebGL or Three.js. The core of the video was a simple formula to calculate the position of each pixel: given (x, y, z) x' = y / z y' = x / z It tickled the part of my brain t....
|
|
Most Terraform code has zero tests. That’s insane for something managing production infrastructure. We wouldn’t ship application code without tests — why do we treat the thing that creates our VPCs, databases, and IAM roles like it’s somehow less important? I learned this lesson the painful way. Last year I pushed a Terraform change that modified a security group rule on a shared networking stack. The plan looked clean. Added an ingress r..
|
|
Are there any best practices you use or thoughts around how to help a django web app do the least environmental harm as possible?
|
Curious how gzip works? This post by Ian Erik Varatalu explains it step by step. gzip wraps around huffman coded input, the huffman coded input wraps around lz77 back-references, and the back-references wrap around the actual bytes.
|
|
In my last post, I showed you to use FireWire on a Raspberry Pi with a PCI Express IEEE 1394 adapter. Now I'll show you how I'm using a new FireWire HAT and a PiSugar3 Plus battery to make a portable MRU, or 'Memory Recording Unit', to replace tape in older FireWire/i.Link/DV cameras. The alternative is an old used MRU like Sony's HVR-MRC1 , which runs around $300 on eBay 1 .
|