Your cart is currently empty!
Category: Uncategorized
-
🔧 How I Fixed My Dell Precision 5560 Overheating Problem
When I bought my Dell Precision 5560, I expected solid performance and premium build quality — and to be fair, it is a great machine.I bought it second-hand from a seller on Facebook: facebook.com/DARK.EVIL.ASH. But not long after setting it up, I ran into a frustrating problem: overheating. 🚩 The problem: Constant thermal throttling Straight…
-
📦 When Your Parcel Arrives Empty – My Ongoing Fight With the Carrier (Part 2)
In Part 1, I explained how my AliExpress order arrived empty and ripped open — and how AliExpress rejected my claim because they wanted an official parcel weight certificate or damage report from the carrier, iMile. I followed their instructions:I contacted iMile and politely asked for an official statement confirming that the parcel was delivered…
-
📦 How I’m Fighting a Parcel Dispute When My Order Arrived Empty
By Jonathan Cianci Recently, I ordered a small electrical connector set on AliExpress.The parcel arrived in the mail — but when I opened it, it was completely empty. Worse, the package had a visible rip where the item likely fell out (or was tampered with). 🛑 The Problem When I opened a dispute on AliExpress,…
-
🔧 Saving a Sea-Doo: My Hands-On Journey Fixing a Stubborn 787
If you’ve ever owned an older jet boat — or any 2-stroke personal watercraft — you know that half the fun is fixing it before you can enjoy it. I’ve been elbow-deep in my 1999 Sea-Doo Speedster SK for weeks now, tracking down one problem that kept leading to another. Here’s my story so far…
-
How I Built JobSight: A Better Way to Manage Your Worksite Diaries
Hi, I’m [Your Name], a software developer based in Southeast Queensland. Over the years, I’ve built solutions for industries where good record-keeping isn’t just nice to have — it’s essential. From clinical software to custom compliance systems, I know what it takes to turn messy paper trails into secure, user-friendly digital tools. JobSight is my…
-
The Frustration of Not Being Able to Set Per-Window Models in Cursor
I’ve been using Cursor for a while now — and overall, it’s become an integral part of how I code and experiment with different AI models. But there’s one thing that’s driving me absolutely nuts: the fact that I can’t set the model per window. Let me explain. Cursor lets you pick which model you…
-
📚 How to Reset a Branch to an Old Commit and Bring Back Only the Changes You Want (Even with Binary Files)
👉 A Practical Guide for When You Want a Fresh Base But Can’t Lose Everything 👋 The situation You’re working on a Git branch — let’s call it prod. Over time, it’s picked up all sorts of changes: some good, some bad, maybe some experimental stuff you don’t want anymore. You decide: So you: 🗂️ The…
-
Fetching Data Attributes – Pseudocode
Overview This document provides pseudocode for fetching data attributes from HTML elements and logging them to the console. Basic Concept HTML Element with Data Attribute JavaScript Pseudocode Complete Example Error Handling Multiple Elements Key Points
-
🛠️ Sea-Doo Speedster Starter Motor Troubleshooting: Why My New Starter Didn’t Work
Things were heading in a good direction! But then—new day, new curve ball. I took the boat down to the water for testing, excited to see both engines roar to life. But the starboard engine wouldn’t crank at all. So it was back on the trailer, back home, and time to investigate. If you’ve ever…
-
Git Revert Cheat Sheet
Basic Revert Operations Single Commit Revert Multiple Commit Reverts Working with Staged Reverts Review and Modify Managing Reverts Backup Strategies Create Safety Branch Cherry-pick Changes Back Tips