Jamie Gaskins
jamie@zomglol.wtf
<p>I build distributed systems and try to make life just a little bit more bearable for the people around me.</p>
Posts
-
Post #4477845
One of my pet peeves about Redis is that the documentation is often aspirational. And by that I mean it would be great if it worked that way but it doesn&#39;t. For example, the `JSON.NUMINCRBY` command says it returns a string or an array containing ints/nulls depending on which JSONPath type you use. Not only does it return the same type in both cases, but it isn&#39;t either of these. https://redis.io/docs/latest/commands/json.numincrby/
-
Post #4425237
accidentally just said &quot;gigglebytes&quot; instead of &quot;gigabytes&quot; in a meeting
-
Post #4391469
RE: https://infosec.exchange/@BleepingComputer/117038741669536983 Computers used to be useful. Now everything that runs on electricity is nothing but scams and surveillance.
-
Post #4311506
Holy shit, Stacey Abrams is in Star Trek?!
-
Post #4271196
The AI code-review bot my company uses just wasted 2 hours of my time. It reported a bug in cache logic in a PR. I didn&#39;t change caching, but it&#39;s a Rails app so unexpected invalidations and indeterminate staleness can both happen. Report said it doesn&#39;t invalidate properly, so I investigated but couldn&#39;t find the bug. It was talking about the fact that these cache entries can be stale for up to 2 minutes, which is intentional. There&#39;s even a comment abou...
-
Post #4209708
I&#39;m going to start giving team updates at work as &quot;bug fixes and performance improvements&quot;. If it&#39;s good enough for app updates …
-
Post #4209707
I installed Google Meet on my phone because I need to run an errand but I need to listen in on this meeting. The app has now asked for access to not only my camera and mic, which are reasonable in a video-chat app, but also location, contacts, and *fitness data*. What the proverbial fuck?
-
Post #3948292
An LLM is conscious in the same way that the sex worker you hired really likes you. That is, it&#39;s not, they don&#39;t, and the whole thing is just a fantasy.
-
Post #3916393
Using Rails system tests always seems to reinforce my position that that Rails system tests are a bad idea. &quot;But they validate a whole workflow!&quot; They validate only the hopes and dreams of the person that wrote them and carry a misguided expectation of deterministic execution that ends up blocking everyone when that expectation is wrong.
-
Post #3916392
Looking at the current state of the tech industry, it&#39;s absolutely wild to remember that there was a whole decade where people would say &quot;You&#39;re a developer? Don&#39;t say that too loud, someone might try to hire you!&quot;
-
Post #3775647
I just remembered this email I got from Reddit. I was living in Australia when signed up on Reddit, so they wanted to let me know that if I&#39;m under 16 I won&#39;t be able to use Reddit anymore. The funniest part about it is that, not only have I not even set foot in Australia in over 10 years, but they also know I&#39;m over 16 because *the account itself* existed for more than 16 years when they sent the email.
-
Post #3585063
Fiancée is trying to switch CRMs at her new company, but their current CRM doesn&#39;t let you export data. I looked them up and they have a REST API, so I wrote a script to pull down all the data from their API and transform it from JSON to CSV so she could upload it to the new CRM. Took about an hour.
-
Post #3509695
RE: https://chaos.social/@weirdunits/116836352823860502 when i get paged over the weekend
-
Post #3509694
When I see the word &quot;count&quot; abbreviated in code as `cnt`, I never read it as &quot;count&quot;
-
Post #3509693
I&#39;m looking into slow page loads in the hot path in my company&#39;s core app. It makes generous use of caching but, for business reasons, they want fresh data. So the cache is invalidated several times per minute for something that takes 10 seconds to render.
-
Post #3417049
Woke up mad about people referring to the San Francisco Bay Area &quot;the bay area&quot; like it&#39;s the only area surrounding a bay again.
-
Post #3417048
&quot;Hey [First Name], would you like to submit to a humiliating interview process for a role that requires a commute and comes with absolute dogshit comp?&quot; — Recruiters on LinkedIn
-
Post #3417047
RE: https://mastodon.social/@levelbot/116809048323240982 Content I&#39;ve seen about Scottish people in the US for the World Cup seems to indicate that this a conservative estimate.
-
Post #3417046
RE: https://discuss.systems/@dev/116807460725864716 In case you are wondering, as I am, why your timeline is filled with memes about geese right now, this appears to be why.
-
Post #3417045
In the GitHub pull request UI, you can suggest patches in a review comment. There is an &quot;Apply suggestion&quot; button underneath that patch inside the comment. Now that my coworkers are all AI-pilled, when I put together a patch for someone&#39;s branch in code review, rather than simply clicking that button to apply the patch that I carefully constructed for them, they tell an AI agent to write the exact same code.
-
Post #3385704
Gmail: &quot;Your profile is 10% complete&quot; It&#39;s 100% as complete as it&#39;s ever gonna get.
-
Post #3310399
It shouldn&#39;t irritate me this much when someone says something so confidently and they&#39;re just wrong, but it really does. Not like a lie. Surprisingly, that bothers me less. I mean when someone truly believes something they just cooked up in their mind and you already have *mathematical proof* that they&#39;re wrong. Like, where does that confidence come from? I legitimately don&#39;t get how someone can be so confident about something they clearly don&#39;t underst...
-
Post #2870310
in which Paul Graham shows he doesn&#39;t know how taxes or capital gains work https://paulgraham.com/winc.html
-
Post #2766721
Kinda weird for your operating system to prompt you to upgrade to the version it&#39;s already running
-
Post #2695970
SPACESHIP! SPACESHIP!!!
-
Post #2695969
This is exciting news for adversaries
-
Post #2695968
&quot;The experience is better on the app!&quot; is such a weird self-own by companies. It&#39;s an admission that they made a bad website.
-
Post #2695967
Getting annoyed by the code-review bot&#39;s useless suggestions
-
Post #2051683
Heard this song last night for the first time probably since the 90s. Been stuck in my head ever since. https://www.youtube.com/watch?v=RD9xK9smth4
-
Post #1850449
GitHub has become so unreliable that, even if AI were making engineers significantly more productive, those productivity gains would be wiped out by GitHub's own failures. I spent most of yesterday tracking down an issue I thought we had with our CI and it turned out to be GitHub's merge queue was just stalled.