Author: jcianci12
-
Protect Webtop Behind Nginx Proxy Manager With Authentik (Forward Auth)
[Note. I had to update authentik to get this to work. was prev running 2025.8.3 and everything I tried didnt resolve] This guide shows a working setup for…
-
SSRS Gotcha: Recreating a Deleted Data Source Does Not Automatically Fix Broken Reports
I recently ran into a frustrating SSRS error that looked like a simple data source problem — but turned out to be a subtle reference issue that’s easy…
-
Wiring a Lift in Godot with Instanced Buttons (No Prefab Spawning Required)
If your lift isn’t moving and you’re staring at “0 nearby interactables,” you’re not alone.This guide shows a clean setup that uses already-instanced buttons in your scene, while keeping…
-

Where is Cursor usage?
Cursor Has Quietly Become One of My Favourite Dev Tools I’ve been using Cursor for a while now, and honestly, it’s become one of those tools I reach…
-
Is Linkt’s “$500K Summer Giveaway” Dodgy? A Plain-English Breakdown
Every summer, big brands roll out massive “win your share of $X” promotions. This year, Linkt (Transurban) is running its $500K Summer Giveaway, and if you’ve opened the…
-
Backing Up a Minecraft Stack from a Remote Server
Introduction If you run Minecraft Java and Bedrock servers on a remote host (e.g. a cloud VM) via Docker, you’ll want a local backup of world data, config,…
-
Lift Platform System: Physics-Based Moving Platforms
How to create a moving platform that carries players and objects using Godot’s physics system Godot Version: 4.5Renderer: GL CompatibilityProject Type: 3D Game with Moving Platforms Introduction Moving platforms are a…
-

Garage Door Opener Troubleshooting: When Torque Limits Aren’t the Real Problem
The Problem My garage door opener started exhibiting symptoms that pointed to a classic torque limit issue. The door would struggle to open, sometimes stopping mid-cycle, and the…
-
Passing Checkbox Data in ASP.NET MVC Without HTML Helpers
Checkboxes in ASP.NET MVC look simple, but they’re one of the most common sources of confusion—especially when using HTML helpers. After wrestling with helpers that should work but…