Browsing Tag
showdev
171 posts
Building a Chrome Extension to Auto-Save Gemini Chat Logs using AI (Part 1)
This article was originally published on e-shikumi-labo. Hello, I’m Shin from e-Shikumi-Labo. How do you all manage your…
I nearly fooled myself validating a wearable IMU classifier — here’s the bug and the fix
Most of the validation work on vaas-x so far had been industrial sensor data — turbofans, machine telemetry.…
Introducing DevPub – Open Source Dev.to CLI Tool
Recently I went looking for a CLI tool to manage my Dev.to articles from the terminal. I write…
Building a Python Curriculum That Starts Before You’ve Opened a Terminal
Most “beginner” Python courses aren’t actually beginner courses. Lesson one usually opens with variables or print(), quietly assuming…
ABSL v1.0.0: I trained a Neural Network to solve XOR using 100% Integers (No Floats, No FPUs, Written in Rust)
ABSL or Adaptive bitshift learning v.1.0.0 XOR Is a Integer only learning method for AI wich i developed…
I spend too much time switching between apps, tabs, folders and windows… does anyone else?
I’ve been thinking about a productivity app and I’m curious if it’s something other people would actually find…
Six months of running a GBA emulator
I shipped GoGBA (Android + iOS) to both stores in late December 2025. Six months in: MAU peaked…
How I Built a Peptide Dosage Calculator with Next.js — and Why SSR Matters More Than You Think
A researcher spends 30 seconds doing peptide math before every injection. I built a tool that does it…
Reverse-engineering an MMO Aion 2’s network protocol to build a real-time DPS meter (Rust + Tauri)
Disclosure: this is a write-up about my own side project — a combat analytics tool for AION 2.…
The Problem: The “Extract-Edit-Recompress” Loop
We’ve all been there. You have a compressed file, you need to change one tiny thing inside it,…