# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 2389
# self = https://watcher.sour.is?uri=https://feeds.twtxt.net/the-coding-love-programmer-humor-gifs-memes-jokes/twtxt.txt&offset=2089
# next = https://watcher.sour.is?uri=https://feeds.twtxt.net/the-coding-love-programmer-humor-gifs-memes-jokes/twtxt.txt&offset=2189
# prev = https://watcher.sour.is?uri=https://feeds.twtxt.net/the-coding-love-programmer-humor-gifs-memes-jokes/twtxt.txt&offset=1989
When I run a git merge without checking anythingRead more
When I realize the new guy isn’t following our coding conventionRead more
When someone starts criticizing the code I’ve been struggling with for two daysRead more
When I try to modify a CSS stylesheetRead more
When I leave the office after breaking the entire projectRead more
When the salesperson insists on presenting the feature I just developedRead more
When I just deployed to production and see all the error logs scrolling on the serverRead more
When I discover the agile methodology in place on my new projectRead more
When I’m told I’m taking over the maintenance of the legacy project nobody wantsRead more
When I’m asked if I’m ready to do a code reviewRead more
When I get an error on line 1728 even though my code only has 60 linesRead more
When I realize the join in my SQL query doubled all the resultsRead more
When I realize that my test is failing simply because it’s poorly writtenRead more
When I write comments in my code knowing they’ll probably never be readRead more
When my bug disappears even though I didn’t touch anythingRead more
When I try to learn a new technology but have zero motivation for itRead more
When I return to my desk after getting sysadmin access to save productionRead more
When I discover pointers in C for the first timeRead more
When I start an email with “unless I’m mistaken” knowing full well that I’m rightRead more
When I return to a project I haven’t touched in several monthsRead more
When I find the solution to my bug after starting to explain it to my partnerRead more
When our production deployment goes off without a hitchRead more
When I find out I’ve been assigned weekend on-call dutyRead more
When the senior dev has his trick for connecting to the production serverRead more
When I have to explain for the umpteenth time why we won’t be able to deliver on timeRead more
When I implement lazy loading on my site and everything gets even slowerRead more
When the junior developer manages to code an entire feature without coming to see meRead more
When I look at one of my old projects and wonder why I chose that approachRead more
When I try to debug a race condition and the results change with every executionRead more
When we present a super useful feature to the client, and they couldn’t care lessRead more
When I forget a tiny step that forces us to completely redo the production deploymentRead more
When the boss shows up with a list of “small changes” two hours before deliveryRead more
When I arrive late on Monday morning and find out the whole team is in a crisis meetingRead more
When a client asks if they can have my direct lineRead more
When I stumble upon a “to improve later” comment from 2017Read more
When a colleague tells me they found a similar project onlineRead more
When I put a test print in my code but it never shows upRead more
When I see a colleague carrying a Delphi bagRead more
When I step outside to clear my head about a bug and come back with no solution in mindRead more
When I realize I could have used a simpler method after spending 2 hours on itRead more
When the boss mentions a production deployment on Friday and I realize he’s not jokingRead more
When I deliver exactly what the client asked forRead more
When I go to bed without having fixed a bugRead more
When I start fixing a bug and discover new onesRead more
When I realize my function isn’t returning what it’s supposed toRead more
When I explain to the new hire how to use our custom-made libraryRead more
When I’m laughing at a colleague’s desk and the boss walks into the open spaceRead more
When the intern jumps in during my demo and messes up technicallyRead more
When I’m handling two remote sessions at the same timeRead more
When I found a bug but can’t reproduce itRead more
When the main branch breaks right after the mergeRead more
When the boss jokes about the stability of my development during a client meetingRead more
When someone forwards me a support ticketRead more
When the client starts listing all the bugs in the middle of a meetingRead more
When I’m asked what I think of a technical solution, but I barely listenedRead more
When I do a code review on Monday morningRead more
When I receive a critical ticket at 5 PM on a FridayRead more
When I realize I coded a complex solution for something that wasn’t complexRead more
When I enable all the console.log statements in my codeRead more
When I arrive late to the meeting and the salesperson has already started their presentationRead more
When the sales team starts talking about their feature ideas in front of meRead more
When I try to find the differences between two filesRead more
When I realize I just deleted sensitive data in productionRead more
When the director walks through the office with clients and I pretend to be workingRead more
When I find a function that will save me several hours of developmentRead more
When I’m stuck in a sales meetingRead more
When the intern shows me the progress of his projectRead more
When I realize I just deployed an old version instead of the new oneRead more
When I come across a bug I thought I had fixed a long time agoRead more
When I try to copy a line from logs that are continuously scrollingRead more
When I broke everything and am restoring yesterday’s backupRead more
When I’m struggling with a merge conflictRead more
When I stumble upon a questionable console.log I left in productionRead more
When I finish my development and the client says, “Actually, this no longer matches what we want”** ⌘ Read more
When I’m doing a code review and completely lose track of what the code is supposed to doRead more
When I run my npm start commandRead more
When a colleague catches me copying code from ChatGPTRead more
When I update a dependency in my projectRead more
When I’m in a meeting thinking about the bug I haven’t fixed yetRead more
When I realize the code I can’t understand was written by meRead more
When I’m on call and my phone starts ringingRead more
When the meeting I’m in has already run 10 minutes overRead more
When I realize half the project relies on unmaintained librariesRead more
When I discover an unhandled exception in the production logsRead more
When a colleague explains how their code works after returning from their smoke breakRead more
When I run a git pull and see a mountain of conflictsRead more
When I finish a feature and it passes all the tests on the first tryRead more
When I find out the intern messed with production without telling usRead more
When I forgot the WHERE clause in my SELECT statementRead more
When the client requests a small change that turns out to be a whole new projectRead more
When there’s a debate about my favorite technology in the open spaceRead more
When we’ve been preparing a deployment for weeks and everything goes perfectly as plannedRead more
When I don’t understand why my script won’t run, and it turns out I just used the wrong pathRead more
When I have to recompile the entire project for a small fixRead more
When I realize I’ve been coding all day in the wrong branchRead more
When I just deployed to production and immediately see an error notificationRead more
When I try to explain to the boss how a complex SQL query worksRead more
When I get several urgent emails late on a FridayRead more
When I review my partner’s code and find variables named “foo” and “bar”** ⌘ Read more
When I receive an incident ticket as soon as I sit down at my deskRead more