# 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=1089
# next = https://watcher.sour.is?uri=https://feeds.twtxt.net/the-coding-love-programmer-humor-gifs-memes-jokes/twtxt.txt&offset=1189
# prev = https://watcher.sour.is?uri=https://feeds.twtxt.net/the-coding-love-programmer-humor-gifs-memes-jokes/twtxt.txt&offset=989
When I fix it directly in productionRead more
When all the unit tests are passingRead more
When the boss asks me if I can make a small change the day before the releaseRead more
When the client hasn’t noticed any bugs and tells me the app is very well designedRead more
When all the new projects I’ll have to work on are presented to meRead more
When I try to keep up with the senior developer’s technical explanationsRead more
When I discover that I’ve been assigned dozens of tickets for my comebackRead more
When I assign a complex ticket to the lead developerRead more
When the client tries to pass off an enhancement as a bug fixRead more
When I have a lot of warnings but my code worksRead more
When I start my demo and realize I forgot to remove my test popupsRead more
When the sysadmin types the root password in front of meRead more
When my error handler works perfectlyRead more
When I ask for the specs and the salesperson hands me a simple post-it noteRead more
When I run my code and realize I forgot a breakpointRead more
When I present my Proof of Concept to the bossRead more
When I’m praised for my work even though all the credit goes to ChatGPTRead more
When the intern asks me if I can test what they’ve just codedRead more
When I’ve just broken production and I see the boss coming out of their officeRead more
When I’m asked to make a small change in legacy codeRead more
When I start a major refactoringRead more
When the library returns “Error: null”** ⌘ Read more
When my phone rings on Friday afternoonRead more
When my teammate asks me for help with a regexRead more
When the boss tries to reassure the client about a production incidentRead more
When I search for my print(‘hello’) in the logsRead more
When someone asks where all the production users have gone after my delete on the users table in the staging environmentRead more
When I start a major debugging sessionRead more
When a user shows me their screen and I see a bunch of virus pop-upsRead more
When I wasn’t prepared and they announce that the deadline has been extended by several weeksRead more
When I try to copy a line in the log consoleRead more
When I’m thrown into a new project without all the informationRead more
When someone starts telling their life story during the daily standupRead more
When I find a messy solution that fixes my bugRead more
When I’ve forked my thread incorrectlyRead more
When I don’t have time for testsRead more
When I receive a 4-page meeting summaryRead more
When a colleague has cleared the table I had prepared for my testsRead more
When the boss calls me as soon as I’m back from vacation to tell me everything I need to deliver urgentlyRead more
When there’s a heatwave and there’s no air conditioning at the officeRead more
When my unit tests fail one after anotherRead more
When the director walks through the open space and I pretend to be workingRead more
When I deploy a small change to productionRead more
When the salesperson tries to talk technical with meRead more
When I come across my bug while debugging step by stepRead more
When a colleague forwards me a ticket they’re too lazy to handleRead more
When my script works as expected on the first tryRead more
When I have no choice but to dive into legacy codeRead more
When I go on vacation right before the delivery of a major projectRead more
When I fix one bug and get 10 new onesRead more
When I take my coffee and suddenly know how to fix my current bugRead more
When I’m asked if I can write the user documentationRead more
When someone starts typing their password in front of meRead more
When I send an email and forget the attachmentRead more
When I receive an email from the sales guy with the subject “URGENT”** ⌘ Read more
When the boss catches me making live corrections on the productionRead more
When we finally deliver the project I’ve been working on for 3 yearsRead more
When I’m called into a meeting “just in case there’s a technical question”** ⌘ Read more
When the lead developer discovers the state of the project upon returning from vacationRead more
When I demo the prototype with my colleague and the rest of the team is on vacationRead more
When I add my personal touch to the intern’s codeRead more
When I open the ticket manager to see if it’s calm during the holidays (it’s not)Read more
When someone comes to me asking for help with a regexRead more
When I go back to my old hard drive to find old configuration filesRead more
When I’m back from vacation and I open my code right where I left off before leavingRead more
When I’m about to go on vacation, and the boss asks for “one last tiny change”** ⌘ Read more
When I have the choice between reading the doc and mindlessly copying and pasting the weird code generated by ChatGPTRead more
When I see that my teammate doesn’t follow our naming conventionRead more
When I’ve been debugging for 3 hours and it still doesn’t workRead more
When I realize that I forgot the “WHERE” clause in my updateRead more
When I try to understand a support ticket full of spelling mistakesRead more
When we deliver without conducting load testsRead more
When the senior developer, who is on vacation, connects remotely to help us fix a major bugRead more
When I’m working from home and my 8:59 alarm goes offRead more
When the lead developer asks if I’ve been able to make progress on the project in their absenceRead more
When we deliver the solution to the client without providing any documentationRead more
When I deploy a new feature without considering the side effectsRead more
When I realize that a colleague broke the entire project before going on vacationRead more
When I visit the sysadmins and get caught up in a debate about the technical architecture of the projectRead more
When I was asked to do a code reviewRead more
When the boss congratulates the team for fixing the bug that I am responsible forRead more
When the salesperson starts deviating from the established script during our demoRead more
When an angry client insists on showing me a bug that I’ve just fixedRead more
When I’m on a break and suddenly remember that I forgot to log out of my sessionRead more
When I try to understand a data model with over 500 tablesRead more
When someone from accounting comes to my desk for a printer problemRead more
When I start my deployment and realize that I forgot to include the configurationRead more
When I’ve pulled an all-nighter and attend the daily meetingRead more
When I’m asked to take care of the user documentationRead more
When I return to my code after vacationRead more
When I open legacy code to fix a minor bugRead more
When the production just crashed and there are only two of us in the officeRead more
When the app I’m using asks me to contact support, and I am the supportRead more
When I have lots of warnings and my code still works correctlyRead more
When I take over a project that I haven’t opened in over a yearRead more
When the boss asks me when I think I’ll finish my current taskRead more
When I’m the first one to find the solution to a bugRead more
When the newcomer asks me where they can find the documentationRead more
When the lead developer shows up to lend us a handRead more
When I run my tests on a new moduleRead more