Astro

Nextjs

svelte

Sveltekit

Web development

javascript

React

Golang

open source

Programming

Rust

Testing

Art

Poetry

Side-projects

Reflection

Command-line

Python

Tutorial

Macos

DevOps

Devsecops

security

Tools

Benchmarks

Bun

Go

Json

Node

Configuration

Development

Software-architecture

Cli

Tooling

AI

Code-quality

Developer-tools

Software development

Claude

Engineering

Space

Command-runner

Just

Science

Garbage-collection

Zed

Productivity

Voice

code

links

fitness

Technology

wearable

Architecture

Databases

agent

automation

platform

Bash

Claude-code

database

Scripting

analytics

tracking

visitor

software engineering

Debugging

learning

Terminal

digital organization

api

cloud security

notifications

app

forecast

weather

Music

Projects

Webdev

Agentic

Gaming

xbox

Satire

web

docker

localcloud

Github

Sre

Vibe-coding

Cloud

Serverless

Dependencies

Devtools

anthropic

prompt

vibecoding

Jest

Typescript

Vitest

creators

Performance

reflections

hack

vulnerability

framework

laravel

php

Austin

community

Openclaw

social

Biome

Linting

blogging

Streaks

Habits

Workflow

Coding

Knowledge

Thinking

personal

Writing

library

BookReport

Economics

History

Manufacturing

Indieweb

Publishing

Openai

Creativity

Apple

Privacy

Travel

Tsa

commit

Git

notes

task management

tutorials

handbook

references

2026

adventures

Books

LitRPG

roleplaying

cloudflare

moltworker

blog

Coding-assistants

Dev

Photography

UIkit

Fun

Prompts

Metaphysics

Philosophy

games

Ai-tools

Weekend

kagi

homepage

website

Filesystems

Fundamentals

Linux

Math

Probability

headless

Homelab

Networking

self-hosted

Api2spec

courses

reading

Agents

Google

report

coding lessons

NewsLetter

Airtable

search engine

Google-docs

Markdown

Career

Retrospective

gateway

Themes

chat

Sqlite

Openapi

Goals

Online Tools

Thoughts

Last Weekend

Questions

Poems

Life and Updates

Movies

Social Change

Atomic-habits

Forms

Social-media

Streak

: Routing in SvelteKit vs Next.js vs Astro Continuing my series on Svelte, I want to dig into how SvelteKit handles routing and how it compares …

: MergePHP: Stop Guessing, Start Verifying: A Modern API Documentation and Testing Toolkit. - …

: Svelte 5 Runes: A React Developer's Guide to Reactivity Continuing my series on Svelte topics, today we’re talking about runes. If you’re coming …

: Svelte vs React: State Management Without the Ceremony Continuing my Svelte deep-dive series, let’s talk about state management and reactivity. This …

: Svelte vs React: The Virtual DOM Tax You Might Not Need I’m diving more into Svelte and SvelteKit lately, and I’m going to be writing a few …

: Lisette is a New Rust-to-Go Language, So I Built It a Test Library This morning I dove into a new programming language called Lisette. I saw it from @lmika and had to …

: Hiding Poems Inside Images I built a tool that hides poems inside images. Not as metadata, not as a watermark. The actual text …

: We can explain how dreams work but can an artificial system really ever understand them. What does …

: The Human's Guide to the Command Line: Your First CLI App This is Part 2 of The Human’s Guide to the Command Line. If you missed Part 1, go check that …

: The Human's Guide to the Command Line (macOS Edition) If you’ve ever stared at a terminal window and felt like you were looking at the cockpit of an …

: What Companies Are Actually Paying for Application Security In the Application Security Testing (AST) market, Static Application Security Testing (SAST) and …

: I Benchmarked JSON Parsing in Bun, Node, Rust, and Go I’m just going to start posting about JSON everyday. Well ok, maybe not every day, but for the …

: I Wrote Multiple CUE Parsers and Benchmarked Them Against JSON It started yesterday because I wanted to fix JSON. Well, not fix exactly. More like figure out if …

: Is There Something Better Than JSON? Have you ever looked at a JSON file and thought, “There has to be something better than …

: Streaks are just goals dressed up as habits. Build the system instead; a good system doesn’t …

: Multi-Repos Are Underrated If you’re considering a monorepo, I’d like you to, stop, and reconsider. Monorepos cause …

: CLI First, GUI Never I’ve been enjoying building CLI tooling and so here’s why your next app should be a CLI …

: The Death of Clever Code One positive product of working with Agentic tools is they rarely suggest clever code. No arcane …

: Your AI Agent Needs a Task Manager If you’ve spent time working with AI coding tools, you’ve probably hit the compaction …

: Using Claude to Think Through a Space Elevator When I say I wanted to understand the engineering problems behind building a space elevator, I mean …

: Just: The Command Runner If you’ve ever used make to run commands, it works, but you’re using a build system as a …

: The World's Strongest Cable Is One Atom Thick I fell down a rabbit hole this morning. It started with a simple question: how far are we really …

: From SUnit to Vitest: A Brief History of JavaScript Testing I care a lot about testing. I don’t know if that’s obvious yet, but hopefully it’s …

: Garbage Collection: How Python, JavaScript, and Go Clean Up After Themselves It’s Garbage day for me IRL and I wanted to learn more about garbage collection in …

: I'm Just Going to Use Zed I’ve been thinking about my editor setup and I wanted to work through the costs out loud. This …

: Voice-to-Text in 2026: The Tools and Models Worth Knowing About As natural language becomes a bigger part of how we build software, it’s worth looking at the …

: How Smart People Are Using Claude Code Skills to Automate Anything 🚀 Build agentic systems that run …

: Polar Loop | Screen-Free Wearable Health Band & Fitness Tracker | Polar USA Track sleep, …

: Everything Is Eventually a Database Problem I think there’s a saying that goes something like “code is ephemeral, but data is …

: Your Context Window Is a Budget — Here's How to Stop Blowing It If you’re using agentic coding tools like Claude Code, there’s one thing you should know …

: I got tired of plaintext .env files, so I built LSM. lsm exec will inject secrets at runtime so they …

: I switched to mise for version management a month ago. No regrets. No more brew upgrade breaking …

: AI-Powered Process Orchestration Across the Enterprise | Appian Simplify digital operations with …

: I wrote about why you should stop using pip. Poetry or uv. Pick one. pip has no lockfile, no …

: I wrote about when to reach for Python over Bash. Most veterans put the cutoff at 50 lines. If …

: With AI agents, the cost of writing tests is approaching zero. Five words: “write tests on new …

: I compared npm, Yarn, pnpm, and Bun. TLDR version: pnpm wins for most teams, Bun wins if …

: I wrote about securing node_modules. Socket, Snyk, Dependabot — each catches different things. …

: Wrote a guide on writing a good CLAUDE.md. Takeaway: keep it under 200 lines. Every line loads into …

: Overview | Dolt Documentation

: When to Use Python Over Bash When to use python over bash is really a question of when to use bash. Python is a general-purpose …

: Fingerprint | Identify Every Web Visitor & Mobile Device The Fingerprint device intelligence …

: LangChain: Observe, Evaluate, and Deploy Reliable AI Agents LangChain provides the engineering …

: Local Secrets Manager - Dotenv Encrypter I built a thing to solve a problem. It has helped me, maybe it will help you? It all starts with a …

: Python: If your CLI tool uses print() and gets called as a subprocess by Claude Code, the output now …

: Mountains of men

: The Only Code That Defies Entropy A developer explores the Second Law of Thermodynamics and finds …

: Structured concurrency & Go How Python and Kotlin provide structured concurrency out of the box …

: Why Ghostty Is My Terminal for Agentic Work I love Ghostty for agentic work (mostly Claude Code). It doesn’t try to bake in its own …

: Claudine — A kanban board for Claude Code Manage all your Claude Code conversations with a visual …

: How to Write a Good CLAUDE.md File Every time you start a new chat session with Claude Code, it’s starting from zero knowledge …

: Software Licensing and Distribution API Easily add license key validation, entitlements, and device …

: Claude Code Skills vs Plugins: What's the Difference? If you’ve been building with Claude Code, you’ve probably seen the terms …

: Doppler | Centralized cloud-based secrets management platform Doppler’s secrets management …

: Claude Code Now Has Two Different Security Review Tools If you’re using Claude Code, you might have noticed that Anthropic has been quietly building …

: Ever wanted your CLAUDE.md to automatically update from your current session before the next …

: peon-ping — Stop babysitting your terminal Sound notifications for any AI agent — hooks for Claude …

: Acme Weather

: aden-hive/hive: Outcome driven agent development framework that evolves Outcome driven agent …

: Managing Your Context Window in Claude Code If you’re using Claude Code, there’s a feature you should know about that gives you …

: Built a thing: Chord Compass — an interactive circle of fifths that lights up chord relationships …

: I built Scale Lab — pick a root note, choose from 14 scales and modes, and watch the notes light up …

: I published an Agentic Maturity Model on GitHub, a mental framework for thinking about and …

: Dear Microsoft, Here Is How I Would Fix Xbox Microsoft Gaming has a profit margin problem. Their marching orders are to hit 30%, and right now …

: I built a frustration game disguised as a broken SaaS dashboard. Cookie banners, modals and upgrade …

: You move fast. Cloud development cycles do not. Mixing and matching optimization strategies won’t …

: I built a hacker terminal typing game. Type Python symbols to “decrypt” corrupted code, …

: Claude Code Prompts for Taming Your GitHub Repository Sprawl Some useful Claude Code prompts for GitHub repository management. 1. Archive stale repositories …

: First in a series of posts on vibe coded projects. SRE Commander — a keyboard-only RTS where you …

: Viral — you play as a virus, not a single ship, but a living swarm of particles that flock using …

: What I Actually Mean When I Say "Vibe Coding" Have you thought about what you actually mean when you tell someone you vibe code? The term gets …

: Stop Using pip. Seriously. If you’re writing Python in 2026, I need you to pretend that pip doesn’t exist. Use …

: Why Testing Matters There is a fundamental misunderstanding about testing in software development. The dirty and …

: Serverless and Edge Computing: A Practical Guide Serverless and edge computing have transformed how we deploy and scale web applications. Instead of …

: Defending Your Node Modules: Security Tools and When to Rewrite Dependencies This week I’ve been on a bit of a JavaScript kick; writing about why Vitest beats Jest, …

: The Anthropic Hive Mind As you’ve probably noticed, something is happening over at Anthropic. They …

: Prom.dev Software is the new content. Build it here.

: I don’t have a problem with .NET Core, but .NET Framework (ASP.NET Web Forms) is another …

: Ditch Jest for Vitest: A Ready-Made Migration Prompt If you’ve ever sat there watching Jest crawl through your TypeScript test suite, you know …

: Polar — Monetize your software with ease | Polar Monetize your software with ease

: Choosing the Right Package Manager: npm vs Yarn vs pnpm vs Bun npm, Yarn, pnpm, and Bun each take a …

: Are We Becoming Architects or Butlers to LLMs? In a recent viral post , Matt Shumer declares …

: -​-dangerously-skip-reading-code What if we dutifully communicate the risks and trade-offs to our …

: JavaScript Package Managers: NPM, Yarn, PNPM, and Bun Compared If you’ve been writing JavaScript for any length of time, you’ve probably had opinions …

: Infostealer Steals OpenClaw AI Agent Configuration Files and Gateway Tokens Infostealer malware …

: Laravel - The PHP Framework For Web Artisans Laravel is a PHP web application framework with …

: CLAWSTIN — For you & your agent OpenClaw meetups in Austin, TX.

: Why Svelte 5 Wants `let` Instead of `const` (And Why Your Linter Is Confused) If you’ve been working with Svelte 5 and a linter like Biome, you might have run into this …

: My current blog streak 🔥 Current streak: 42 days (started Jan 4) 🏆 Longest streak: 42 days 📝 Total posts: 42 (unique …

: What can you change in the next 42 days? career health growth The secret isn’t motivation. …

: GitHub Agentic Workflows are now in technical preview - The GitHub Blog GitHub Agentic Workflows are …

: The BEST Ghostty version. Can we just like make a new semver so the 1.2.3 never changes. Our …

: Don’t sleep on OpenClaw. There are a ton of people building with it right now who aren’t …

: REPL-Driven Development Is Back (Thanks to AI) So you’ve heard of TDD. Maybe BDD. But have you heard of RDD? REPL-driven development. I think …

: I usually brainstorm spec docs using Gemini or Claude, so if you are like me, this prompt is …

: Here’s a tip: if you ask Claude (via an API not Code) to Vibe a typing hacker game make sure …

: Switching to mise for Local Dev Tool Management I’ve been making some changes to how I configure my local development environment, and I …

: Knowledge Without a Knower How do we define knowledge in the age of AI? Can new knowledge even be created if we’re …

: Blog Welcome to Kev Quirk’s little corner of the internet. Here you can find out lots of …

: Backstage Software Catalog and Developer Platform

: How American Steel Disappeared I was playing games with the boys and somehow we landed on the topic of US steel manufacturing. I …

: The Broken Promise of Reach AI is changing things we take for granted: the relationship between effort and reach. For years, the …

: Got a bit behind on the blog today, only getting one scheduled in time. I didn’t make my …

: I kinda want to build more git/hub tools. I guess I have been trying to get to 20 repos that I am …

: First Impressions of OpenAI's Codex App I’ve been experimenting with OpenAI’s new Codex app for engineering work that launched …

: Tines | Intelligent workflow platform The AI orchestration platform for security and IT teams. …

: Why IndiePub Matters More Than Ever You might have heard the term IndiePub. It’s short for independent publishing—the practice of …

: Why Data Modeling Matters When Building with AI If you’ve started building software recently, especially if you’re leaning heavily on AI …

: If you have an iPhone, turn on Advanced Data Protection. Without it, Apple can access your iCloud …

: Hey, hello! 👋 If you don’t have a RealID-compliant drivers license yet, you’re going to …

: Conventional Commits A specification for adding human and machine readable meaning to commit …

: JavaScript Still Doesn't Have Types (And That's Probably Fine) Here’s the thing about JavaScript and types: it doesn’t have them, and it probably …

: Typst: The new foundation for documents Typst is the new foundation for documents. Sign up now and …

: Hiveword Novel Organizer Hiveword is the novel organizer for the serious plotter.

: Daily Dose of Data Science A daily column with insights, observations, tutorials and best practices …

: Introduction - Just Programmer’s Manual

: 2026: The Year We Stop Blaming the Tools Here’s a hard truth we’re going to have to face in 2026: sometimes the bottleneck …

: The Greatest Archmage To Have Ever Lived [OP MC, LitRPG] Sael the Great was part of the legendary …

: Sakeeb Rahman (@sakeeb.rahman) on Threads Last week I wrote about Clawdbot’s security …

: About – Mike Swanson’s Blog

: The Rise of Spec-Driven Development: A Guide to Building with AI Spec-driven development isn’t new. It has its own Wikipedia page and has been around longer …

: Tessl - Agent Enablement Platform Tessl helps teams build AI-native software by giving coding agents …

: AMP Code: First Impressions of a Claude Code Competitor I tried AMP Code last weekend and came away genuinely impressed. I didn’t think there was …

: The Homepage of Dave Rupert The personal blog of Dave Rupert, web developer and podcaster from …

: The internet may be dead, but my streak of posting every day since January 4th is not. We’ll …

: Here’s a helpful idea on how to use Claude CoWork to update your photos EXIF data so they have …

: Dammyjay93/interface-design: Design engineering for Claude Code. Craft, memory, and enforcement for …

: jQuery 4.0 was released on the 17th and they removed IE10 support. IE10 was first deprecated by …

: Shu has a great article on performance: Performance is like a garden. Without constant weeding, it …

: Teaching AI to Hide Messages in Plain Sight It’s more of a party trick than anything else, but here’s the prompt: Task: Construct a …

: sidski | blog

: The universe is a giant board game. Space is the board, matter is the pieces, and logic is the …

: I’m reading an article today about a long-term programmer coming to terms with using Claude …

: Play Fängelsehåla - Dieku Games Play an epic adventure with the elegance of the instructions from …

: for some reason i feel like step 4 was important

: Two Changes in Claude Code That Actually Matter As of 2026-01-24, the stable release of Claude Code is 2.1.7, but if you’ve been following the …

: Weekend project lineup: I want to push forward on api2spec, plus there’s a new idea rattling …

: how i made a spoonerism generator | ikesau.co The website of Ike Saunders

: kagisearch/smallweb: Kagi Small Web Kagi Small Web. Contribute to kagisearch/smallweb development by …

: Claude Code’s built-in tasks are pretty solid—they work well for what they do. But I still …

: kottke.org home of fine hypertext products

: Sometimes it’s good to go back to basics. Do you actually know what a file system is? There …

: A Markov chain is a mathematical system that hops between states based on probability. It’s …

: Security and Reliability in AI-Assisted Development You may not realize it, but AI code generation is fundamentally non-deterministic. It’s …

: Bits UI Headless components for Svelte - flexible, unstyled, and accessible primitives that provide …

: The Foundation for your Design System A set of beautifully designed components that you can …

: Learning to Program in 2026 If I had to start over as a programmer in 2026, what would I do differently? This question comes up …

: So, Zero Trust is this idea that you never trust and you always verify. Cloudflare Tunnels, …

: Transhumanism (as a fictional genre, not as a philosophy) is about the idea that we can use …

: Everyone crashing out over OpenCode situation. Why not just use Claude Code (2.1+)? Or you know, …

: Claude Code has been working great for me. OpenCode looks interesting, but uh, Opus 4.5 access is …

: Gitea Official Website Gitea - Git with a cup of tea! Painless self-hosted all-in-one software …

: Welcome to Woodpecker | Woodpecker CI Woodpecker is a CI/CD tool. It is designed to be lightweight, …

: Two Arguments Against AI in Programming (And Why I'm Not Convinced) I’ve been thinking about the programmers who are against AI tools, and I think their arguments …

: Claude Cowork: First Impressions (From the Sidelines) Claude Cowork released this week, and the concept seems genuinely useful. I think a lot of people …

: When do you think everyone will finally agree that Python is Python 3 and not 2? I know we …

: Tools for working with OpenAPI | OpenAPI.tools A comprehensive and open source list of resources for …

: OpenCode | The open source AI coding agent OpenCode - The open source coding agent.

: Amp Amp is a frontier coding agent that lets you wield the full power of leading models.

: My api2spec plans this weekend is to continue working on the fixtures. We got all the fixtures in …

: After two days with Beads, my agent-based workflows feel supercharged. I’ve been experimenting …

: SuttonBartoIPRLBook2ndEd.pdf

: Spent some time with Google Antigravity today and I think I’m starting to get it. Built a few …

: Beads: Git-Native Issue Tracking for AI-Assisted Development If you’re working with AI coding agents like Claude Code, you’ve probably noticed a …

: Tinderbox: The Tool For Notes

: 36 Framework Fixtures in One Session: How Beads + Claude Code Changed Our Testing Game We built test fixtures for 36 web frameworks in a single session. Not days. Not a week of grinding …

: How to navigate the age of agentic AI | MIT Sloan A new report from Sloan Management Review and BCG …

: vibe is the bait, code is the switch. Vibe coding gets people in the door. We all know the hooks. …

: Notes | Mark McDermott From time to time I will write up some personal reflections on various topics …

: How AI Tools Help Founders Code Again: My Experience with Claude Code From intimidation to …

: CodeAnt AI - Blogs Stay updated with the latest news, feature releases, and critical security and …

: Apidog Blog

: Claude Code Learning Hub - Master AI-Powered Development Learn Claude Code, VS Code, Git/GitHub, …

: Top 10 AI Newsletters to Follow in 2026 - DataNorth AI What are the top 10 AI Newsletters to follow …

: Why Airtable Killed Google Sheets for Me It’s 2026, you should probably stop using Google Sheets or Microsoft Excel for most things. …

: DeepWiki | AI documentation you can talk to, for every repo DeepWiki provides up-to-date …

: The Markdown Mode Manifesto Google Docs is for grandma. Markdown is for actual work. I know that sounds harsh, but hear me out. …

: Twenty Years of DevOps: What's Changed and What Hasn't I’ve been thinking about how much our industry has transformed over the past two decades. …

: Home - Tyk API Management The API management platform built for self-hosted control AI and agentic …

: Just discovered my theme’s category links were broken. If you tried clicking one and got …

: Cabina.AI: All-In-One AI assistant platform | Best AI chat workspace for you needs Free access to …

: api2spec work will continue this weekend. We will add support for more frameworks and languages. …

: It’s always some weird networking thing. Switched an internal Astro site from PNPM to Bun last …

: steveyegge/gastown: Gas Town - multi-agent workspace manager Gas Town - multi-agent workspace …

: Just discovered DB Pro, a new desktop app for SQLite and LibSQL databases. Looks pretty promising. …

: Shadcn Studio - Shadcn UI Components, Blocks & Templates Accelerate your project development …

: Yay, I got the link to the conversation working on my replies page.

: Introducing api2spec: Generate OpenAPI Specs from Source Code You’ve written a beautiful REST API. Routes are clean, handlers are tested and the types are …

: My 2026 Blogging Goal: Showing Up More Consistently I’ve been thinking … I want to blog and post more regularly. So what does this look …

: Working on a new blog theme. Having trouble getting it to consistently pull my commits. Worked once, …

: please make it stop 😮‍💨 pattern = re.compile(r""" ^ # The beginning of my hubris I \s+ may \s+ be \s+ # A …

: Trying Vivaldi as My Other Browser I use two to three browsers daily for different tasks. My default is the Zen Browser because as a …

: Lil Bro out here resolving merge conflicts on their own 😘

: Rust I wrote for my Link in Bio site. I think Link in Bio is my favorite thing to build for learning …

: It’s just #Vibes Man

: New investment opportunity

: Sign me up

: Automate Folder Archiving on macOS with Raycast and 7zip A custom Raycast script automates archiving project folders to an external drive using 7zip, …

: The Password Paradox: When Security Becomes Absurdity I created an account on VRBO today and was shocked by their password policy. A password with over 30 …

: What you should start saying in Standup now

: from the, seat at the table.

: Reply with something Positive

: This just in. Live from Dysmyopia news, Here with updates from the world eye ...

: Here’s my recently added playlist on Apple Music 👀 music.apple.com/us/playli…

: (⌐ ͡■ ͜ʖ ͡■), dysmyopia—the dystopian hellscape vision of a world as seen by a short-sighted man.

: It could be worse … is WAY BETTER than I can’t decide. No wait, never mind … is WAY WORSE …

: So the Gemini CLI... Two minor gripes with the Gemini CLI tool. I know, I know … it just came out. There’s …

: Threads was perfect cause last year … so yea; I’m back to blogging. I need to build my …

: Watching Delicious in Dungeon and now I want a Dungeon Taco.

: I built a BlueSky Bot in 6 hours last week. I promise for good reasons. TELL THE BOT THEY’RE DOING …

: Before: 🔴 47 Dependabot PRs clogging my repo After: 🟢 3 meaningful updates per week The secret? One …

: Claude Code is awesome. Junie is awesome. I want to try Claude Code GitHub Actions but its not …

: Happy 30th Birthday to PHP! To celebrate, I updated my CodeIgniter project to the latest version, …

: The coffee didn’t help #friday #help #sendnaps

: GitHub API Limits logan.smmall.cloud/MTc0OTE2M…

: Bet #GuessThatPrompt

: Really liking Doom: The Dark Ages. The movement and the combat feel very fluid. The shield charge is …

: What are the robots gonna do… when they start keeping a journal? 🤖 Probably complain about …

: I like to live dangerously and listen to that Sleep playlist at work. #TimeToFeed

: I wish I would have prioritized my art more before the Tariffs and bought a Fujifilm X100VI. OH WELL …

: Anyone playing Elden Ring on Steam Deck?? I have GeForce Now, two Macs, an Xbox and a Steam Deck. The two games I would play if I had a Gaming …

: Just set up a basic Silverfish XP farm in Minecraft. It would be easy, they said. I spent way too long yesterday trying to figure out a basic silverfish XP farm from YouTube. I …

: I don’t understand Amazon One Medical. It’s not Health Insurance but you can get heath …

: Poetry.

: What are some good tracks like this song? music.youtube.com/watch

: #Pink is the best color but I’ll settle for a chartreuse.

: I haven’t played Skyblivion but I want play Oblivion remastered so bad. I need to finish Avowed …

: Anyone still using Instagram? I'm feeling influenced. 

: Anyone still using Amazon? I’m gonna need that "giving up on capitalism" in a memo.

: Anyone still using CDs? Or just enjoys getting absolutely ripped. 

: Anyone still using Verbal Communication? I’m gonna need that in GIF response. 

: Anyone still using Google search? And miss all the advertising?

: Anyone still using MySpace? Tom isn't my friend anymore. 

: Anyone still using Facebook? Your mother has 57 updates.

: Anyone still using the US Financial System? /cries Into retirement savings.

: Anyone still using Email? Who has that sorta time? 

: Anyone still using BlueSky? I couldn’t handle the Reality.

: Anyone still using Threads? I’m Zucked out.

: Just a Small Language Model surviving my meat suit Era.

: Are you going? Here is my entry for Canva Create 2025

: Kagi - For the space dicks

: Starting the Murderbot series from Martha Wells next. bsky.app/profile/m…

: FINISHED 😮‍💨🫶 Brandon Sanderson’s “Wind & Truth” is an epic fantasy that will …

: Fucking debendabot PRs am i right? Always trying to break our sites. NO THANKS. LEAVE THAT TO ME 😀

: AI Reasoning - Gemini, DeepSeek, and OpenAI Compared So, the Gemini Flash Thinking models are out, and they simulate how a chain of thought is supposed …

: New release of pkglock-rust  🎉 New release of pkglock-rust crate is out! 🎉 This update brings: ✅ Unit testing for robust …

: As I am writing this, I am petting a cat. My cat. You want to know how? I use a voice to text thing …

: Can you sell Brand Kits to people on Canva? Cause that’d be dope. 👍

: reply if you see this 🫶 new pfp?

: Now I want to do an entire series like this. Today, I remembered I have a Tumblr. …

: You'll never guess what I was searching Perplexity AI for just now. You'll never guess what I was searching Perplexity AI for just now. - Can you provide examples of …

: Riding your bike, to the alien invasion; and it’s only Wednesday.

: Don’t worry, that was only Monday. 

: My Last Weekend - 25W5 This weekend, I realized I was stuck on hosting tasks for a project—again. The pain was real, and I …

: Stuck in an infinite loop of Discovering Python Interpreters

: Heroes exist. They are all around us, choosing to do the right thing, no matter what.

: All logs No errors Whiskey river don’t run dry

: only january

: Time to checkout a new browser! Zen Browser: bsky.app/profile/z… I have been using Arc for a …

: Hey friends! Anyone here still using or loving IFTTT? I used to have so many automations set up but …

: Nintendo’s Palworld Lawsuit - Why Patented Game Mechanics Are a Dangerous Precedent Game mechanics have always been the heart and soul of video games—from shooting aliens in classic …

: FOBO, the fear of becoming obsolete. 🤔

: While we're renaming the Gulf's of things, how about we renaming America as #Dumberstan? 😜 

: The Accountability of Reason ✍️🤔

: Mystery into Mastery #poem

: Sometimes, the most extraordinary breakthroughs come from accepting what initially seemed …

: You may be from the 1900s if… you don’t know who this Brat Bunny artist is. 😁

: I am but from chin to shin benevolently disposed

: How to Pick the Best Blog or Newsletter Platform in 2025 In 2025, blogging and newsletters remain essential tools for creators, businesses, and …

: Okay, I updated the blog’s meta tags. Now I need to test it, so this is a test. Hopefully,, it …

: Why It’s Time to Take BlueSky Seriously You Know WHY. So, Okay, FINE 😮‍💨 I set up shop on Blue Sky! I’ve been lurking long enough, you …

: Can’t decide what I like more. Rice crispy treats with coffee or in the coffee. ☕️

: Some games are free Some games are pain Some games are paid Some games are fun Some games are …

: Ask me a question, I’ll give you no lie. Why would I? Even try. So, I wait.

: Don’t worry, I watched the video game awards. Good thing too because I opened Threads and holy shit …

: Despite my best efforts, I continue to make a difference. 😂😝

: My 50+ Greatest Video Games Here are 50+ games that have stuck with me over the years - a collection of my favorite titles that …

: Trying to figure out this vampire survivors build so I can get 100,000 kills and unlock a new …

: Frying Pan Tier List Cookware Comparison: Teflon, Stainless Steel, Enameled Cast Iron, and Copper 1. Heat Conductivity …

: Kindness is free and can change someone’s entire world. 💜

: 🎥 👀 Just finished Arcane Season 2. Holy 💥💥💥! Sublime. An absolute delight. 🌟 10/10. Best show in a …

: I doth proclaim the Mondayest of Wednesdays are always after you get back from vacations. 😅🚨😑

: I’ll get back to the Logos you didn’t ask for this week. I promise. November has been a …

: Who else needs to watch Arcane Season 1 recap more than once, not remembering all the crazy awesome …

: Dude in the know Dude’n the No Dudin the No Dood No Dude, No

: The arcade tonight was awesome. $10 for unlimited play on all the games. Free Mini movie theater …

: “Mormons are the original preppers.”Conversation at dinner tonight. Went to the neighbors pizza …

: Watching Zoolander. Then going to introduce them to Skibidi Toilet cause I bought a skibidi toilet …

: Haven’t built legos in 30 years. I need to do this more often. We built a bench with a fountain.

: Sam knows the way

: With family, picking of niece and walking home together as family on Moms birthday. Meet Golden. …

: Coffee, Tacos, Tuesday, Good Morning

: The older I get, the more I’m like this when looking at Math.

: We are just one more config file away from JavaScript working perfectly

: Jorks - people who are a bit sporty but who are REALLY into D&D 😂💜

: Don’t worry; you’re not procrastinating. You’re a creative waiting for inspiration. Part of the …

: Always remember, <3 is a double scoop of ice cream or just some balls depending on if you looking …

: Take me to cheese island. Bury me in cheese. I want to go on a cheese Vacation. Everything is better …

: Ok, hear me out, there would be signs.

: If you had a superpower or cursed technique, what would you call it?

: Everyone enjoys a little word, play.

: What up chat, vibe check at the Thursday Zoo. ༼ つ ╹ ╹ ༽つ

: We are all caught up on Logos You Didn’t Ask for. Dear Logo holders, please nominate more. We …

: Detective Logan, on the case. I’ll take payment in Tacos 🌮.

: This is a test of the national cross posting Logan system powered by 💜 and micro.blog

: I want to fall, With you

: No logos tonight, have adulting

: Updated FAQ with a Spreadsheet I updated the FAQ with a spreadsheet I’m using it to make it easier for people to figure out …

: Introducing: Logos You Didn't Ask For Hey everyone! I’m excited to share a fun project I started in August 2024 called “Logos …

: Stupid helm variables with shared sub templates

: Kubernetes: The Dominant Force in Container Orchestration In the rapidly evolving landscape of cloud computing, container orchestration has become a critical …

: Streamlining Infrastructure Management with Terraform and Ansible In the realm of infrastructure management, Terraform and Ansible have emerged as powerful tools that …

: Systema Simulatum 8. "Why have you returned?" the voice inquires, Perhaps in this room, there is a clue. …

: Systema Simulatum 7. I wake once more in this familiar room, Questions swirling, purpose unclear. Who brings me back, …

: Systema Simulatum - 6 I wade into the water, no boat in sight, Perhaps the sea holds the key to this mess, Like the wall …

: Systema Simulatum - 5 Opening the door, a white light consumes me whole. I wake in my room, memories still intact, …

: Systema Simulatum - 4 I leave heading as Cipher had replied What was that they had mentioned R0807, a clue to my identity …

: Systema Simulatum 3. As morning breaks, I find myself still alone, In this vast factory, devoid of engineers. Inside, …

: Systema Simulatum 2. Into a vast expanse, I step with wonder, A factory of robots, towering high. Machines in motion, …

: Systema Simulatum 1. I wake, my mind adrift in fog's embrace, Uncertain if my thoughts are real or dreams. The silent …

: Arbitrium Simulatum Vault Dweller I: In this vault we're sealed, a final haven, As the world above crumbles, war-raven. …

: Masks Take off that online persona's guise With filtered pics. O no, my friend, it's just a lie To gain …

: Bunkers for capitalists In gilded chambers, safe from strife, The wealthy few, secure their life, With luxuries to ease …

: Art Art, a mirror of our souls, reflects the essence of our being, A canvas for expression, where …

: Surreal Portal In a ruined city, a portal glows with blue light Against the fiery sky, a monument to …

: Book Recommendations for Fans of the Fallout Series If you like the Fallout series here are some book recommendations. ”A Canticle for Leibowitz" …

: A poem for TTPD day

: Order In the realm of thought, where concepts intertwine, Chaos and order dance, a rhythm divine. …

: Wordsmiths In the depths of exhaustion, a spark still burns bright, A storyteller's passion, an unyielding …

: A Tale of Taxes Since ancient times, the tax collector's due A portion of the fruits of labor claimed From Pharaoh's …

: Trolls In the depths of ancient forests, where shadows dance and mysteries reside, Their spirits …

: Eclipse Amidst the cosmic dance, an eclipse takes stage, Planets form from dust and gas, a stellar …

: Existential We are but a single spark in the vast expanse of time Our eyes, full of boundless wonder, gaze into …

: monolith In the heart of a valley, a monolith stands tall, A narrow, towering rock, defying nature’s …

: Symbols In realms of thought, two languages reign: The poet's verse, the mathematician's claim. Words, alive …

: Rocks In my boot, upon the shelf Of that cliff, in an old english delf Upon all things built Without them …

: Days The week's just started, much to do, Meetings, deadlines and tasks accrue. Wednesday brings a …

: sleep When an embrace of peace, All our troubles may cease Into the stillness of the night All our …

: Unveiling the Mystery: How to Discover the Heart of the Sea in Minecraft Minecraft's vast, expansive world is filled with countless treasures, but few are as coveted as the …

: empty, nothing

: We are all one spark Eyes full of wonder Drop in the cosmic dark Spirits torn asunder

: My Recommended Way to Run WordPress in 2024 For Small to Medium Sized Sites Here is where I would start with: Server Management - SpinupWP - …

: You know the next Generation will start some time in 2025 or 2026? You know what letter comes after …

: Hello to my micro.blog friends. I hope you are well. 🤗

: 🚀 Mastering Cloud Storage - Smmall Cloud vs. The Giants! 🚀 Just published a new Article! Dive into my latest blog where I compare cutting-edge cloud storage …

: Should I get: Street Fighter 6 🧯 Armored Core 6 Fires of Rubicon 🦾

: If you are Mastodon, reply to this if you see the message. 💖 🤔 🎉

: Think I’m going to move all my Personal sites over to K3s. Rolling deploys and Rollbacks are just …

: Christmas Card for or FROM the GenZ Gamer In Your Life Yo Fam, Merry Litmas! 🎄💥 This holiday season is gonna be straight fire, no cap. Just like my epic …

: In the whirl of life's unceasing dance, Where everything shifts in a glance, Though change happens …

: It took 20 versions for NodeJS to support ENVs, but here we are. Welcome to the future. 🎉🤡

: Anyone use Photomator a lot? Nice on mobile? Still useful on desktop? I love Pixelmator pro. Saw …

: 3 new Want to Reads: The Immortal King Rao by Vauhini Vara 📚 The Innovators: How a Group of …

: Launching My First Rust Crate: pkglock Excited to share my first Rust crate: pkglock 🚀 pkglock is a CLI tool that automates the process of …

: Woke up in a panic, thinking it was Wednesday. Turned out to be, in fact, the Weekend.

: Introducing pkglock: A Practical npm Utility Hello Everyone! 🚀 I’m thrilled to say that I published my first npm package: Pkglock. I made it to …

: Programmers: Dracula theme + JetBrains Mono = ✅

: Embrace the mystery of each new day 🌅. Consider this: Could there be a grand deceiver as there could …

: Finished! Awaiting the results. Working on my first NPM module.

: Top Wholesome Anime or Animated Movies Perfect for Your 5-Year-Old Here Are 50 movies from Animation to Anime. Animation has the power to breathe life into our wildest …

: (。U ω U。) 🩷

: List of Streamers Doing Lets Play of Baldur's Gate 3 Linking to Playlists where possible. MFPallytime - Baldur’s Gate 3 - The Dark Urge FULL GAME …

: The Twitch app is Waaaaaaay better than Kick’s. It feels like maybe Native vs React native …

: How’s it going, my microblog friends? I hope you are having a good week. ❤️

: A Deep Dive into Minecraft Bedrock Adventures In my recent experiences with Minecraft Bedrock, I've stumbled upon some fascinating aspects worth …

: This is a great quote.  The best way to end the war against the evil spreadsheets is to win it. The …

: Tips for dealing with companies phone menus Suppose you frequently call services with automated phone menus (phone trees or Interactive Voice …

: 3 VMs left on AWS, should get two done tonight. Have to figure out how and if I want the data from …

: Got the AWS account mostly cleaned up. My Mailcoach version didn’t support PHP 8.2 so had to ditch …

: Time to migrate off AWS. Looking at saving $100 a month and moving to Vultr.

: A fun and interesting take on modern fantasy. Book 1/3. They all are out. I finished reading: The …

: A friend showed me this site; OMG, it’s great; the products are hilarious and awesome. …

: Gender-Affirming Care for Trans Youth Is Neither New nor Experimental: A Timeline and Compilation of Studies | by Julia Serano | May, 2023 | Medium Gender-Affirming Care for Trans Youth Is Neither New nor Experimental: A Timeline and Compilation of …

: Break the chains ⛓️

: Evernote Gets Acquired and Increases Prices 200% Well, Evernote, this might be the year we part ways.  (click the image for the source) The new …

: 😂🙏

: Seems impossible to Favorite things on the Tenor app. Been like that for at least a month. Works for …

: Plaid > Yodlee

: Breaking RSA RSA encryption is based on the difficulty of factoring large composite numbers into their prime …

: Progress on Passkeys Couldn’t get Passkeys to work with the 1password beta extension. Guess I will have to wait until …

: We need more learning via memes. 📘

: Thoughts and prayers go out to all those people who can’t do the job we hired them for. Effin' …

: Currently reading: A Beautifully Foolish Endeavor by Hank Green 📚 “Our reality isn’t …

: Found a good use case for Bing chat or Google Bard; When you hit your GPT4 cap of 25 msg per 3 …

: Happy Fryday

: The new microphone uses XLR. I plugged it into a Focusrite solo. I have to turn the gain all the way …

: Got my Bookshelf fairly updated and consolidated. Think the want to read is still missing quite a …

: Will Google actually beat Microsoft in putting an AI LLM directly into their respective …

: Last year I finished reading: To Sleep in a Sea of Stars by Christopher Paolini 📚. Great book!

: I've decided to start writing more on Medium. It's time to take my passion for writing to the next …

: my first tattoo? - yaml: (╯°□°)╯︵ ┻━┻

: We need a new Salt Bae. Crystals of the sea, Flavor's dance, life's sustenance, Whispers on the …

: Friday —> Engage 🚀

: The importance of goal setting when working in a creative field

: All Hail - the fabled land of six fingers. 

: Any tips for best/easy desktop software for creating Gifs that doesn’t require a …

: For Rock and Stone!

: Would CombatMechs actually be useful in the service? Please discuss.

: the omega, the alpha, the truth 

: The niji stuff on Midjourney is pretty cool looking without much effort. In the end, the machines …

: The IFTT AI services are interesting. https://ifttt.com/explore/ifttt-ai I'm wondering if there are …

: MenuBarX is a utility app on Setapp that helps users organize their most frequently-used …

: How long do you think we are from Robot Butlers? How long do you think we are from Robot Maids?

: The Aiko app is pretty neat. You can record audio and transcribe it locally using Open Whisper from …

: Trying to get side projects done on the weekend is like … 

: Is there a way to quickly switch default browsers on Mac OS? - I decided on the opensource …

: Man what a great book - Finished reading: Elantris by Brandon Sanderson 📚

: Listened to this on Audible - Finished reading: Trollslayer by William King 📚

: Stone Owls

: Owls

: Strange problem of using ChatGPT on Microsoft Edge. The website keeps loading or reloading …

: just because we can doesn’t mean we should

: Made good progress on the first book this weekend and have ideas for at least 5 more. Going to start …

: The Perils of Capitalism: A Warning in Verse Capitalism, a system that once promised wealth, Has now brought forth a life unfelt. Greed and …

: the green owl In the woods at night, a sight to behold A green owl perched on a branch so old Its feathers …

: Agree? Cats are better than dogs for some people as they require less attention & exercise, are …

: The Specter of Death: An Ode to Our Mortal Coil The specter of Death, a shadow that creeps, Lurking in the shadows where none of us sleep. An …

: Tips on Containerize your app Use official images, limit resources, use small base images, keep containers small/isolated, keep …

: Ok, vertical tabs + tab groups are the way to go. Safari got me hooked, and now I got Edge …

: Is there a way to automatically copy text when I select it on macOS? #MacOS #ProductivityTips …

: The Corp An edgeless corporation stands tall and proud, With profits as their only guiding shroud. Capitalist …

: Getting Microsoft Edge set up this morning. In preparation for using the new Bing. Has anyone got …

: Looking forward to sleeping in this weekend a lot more than the Super Bowl.

: Ok, Dwarf Fortress is cool, I love building and managing my own fortress and Dwarves. The intricate …

: It was a great end to the weekend as I spent time with my friend Paul. We visited Austin Books and …

: Any good recommendations on comics or graphic novels out in the last couple of years? Going shopping …

: Catch up on life before it inevitably catches up to you. 🙏

: GitOps also allows for version control and rollback capabilities. With NoOps, there is a lack of …

: GRANT commands in PostgreSQL allow a user to assign privileges on a database object to other users. …

: Cats are great due to their independence, low maintenance, affectionate nature, and ability to …

: Wealth Inequities Under Capitalism: The Flaws of Human Nature and the Consequences of Inaction As an economic system, capitalism has been a driving force in the development and growth of many …

: It’s Funday and I am ready for Rock and Stone!

: Cool! Once you have connected your Micro.blog account to Ulysses, you can start creating. You can …

: Why I'm Excited About Starting A Blog in 2023 As the pandemic hit and many of us were confined to our homes, I found myself getting back into …

: Hello and welcome to my Blog I hope you are doing well Leaving this post up to remind me of when I …