Claude had multiple incidents every day except two in the past two weeks. sheesh
Claude had multiple incidents every day except two in the past two weeks. sheesh
Remote MCP servers are just lazy APIs, whats the point of an agent having access when I have to manually reauthenticate every time?
Claude desktop app is really struggling lately.
This nonsense slop diagram in Microsoft's GitHub training guide is embarrassing. Maybe review things before unquestioningly publishing generated garbage? I guess that's too much to ask of one of the largest and richest companies in the world.
can GitHub actions work once
Why was I using grep all this time when rg is right there.
Google Play Console doesn't support uploading WebP images – a file format developed by Google.
Claude Code thinks I am the linter.
small llm model
http-template-literal Make HTTP requests the way TBL intended. const http = require('http-template-literal') var res = await http` GET https://httpbin.org/get HTTP/1.1 Accept: application/json ` console.log('Request one:', res.body) var res = await http` POST https://httpbin.org/post HTTP/1.1 Content-Type: application/json ${JSON.stringify({ hello: 'world', awesome: true })} ` console.log('Request two:', res.body)
Everybody who claims they they "use HTTP" but don't do it like this is a phoney github.com/pfrazee/http...
GitHub really fell off, no wonder the CEO resigned.
Whats up with AI coding tools always leaving the most unnecessary and redundant comments.
Friendship ended with ChatGPT Pro, now Claude Max is my best friend.
I forgot about ssh-agent for a bit and was confused how would AI fit into an ssh client... 😅
Anyway this is a great app.
I don't care how many, they are not getting my cookies.
Beautiful three.js scene in the openai 4o image generation announcement.
AI will never match the human touch of leaving hand-crafted typos in code.
I had font ligatures turned on for so long that I forgot what <= means. Almost ended up searching for ‘reverse arrow JavaScript.’ 🤦
isNaN(难)
Famous Chinese novel The Problem of Three Kingdoms.
@siracusa.bsky.social I don’t think Apple will make their own package manager, when they are happy using homebrew for their own packages:
github.com/apple/homebr...
Have you tried v-bind="$attrs"
At least they got the corporation to sponsor the project... right?
For anyone interested in Vue and Nuxt I've put together this feed on @blueskyfeedcreator.com
I am not familiar with Swift Canvas, but it sounds like you need Metal shaders.
Nuxt layers are the greatest thing since the composition api.
nah, we only listen to dubstep here
Will it make a difference by itself or is it just to enable use of vite v6 plugins?
I've just set up @coolify.io on my server, and I can't believe how easy it was. I used to configure Nginx, systemd, and Docker manually for each side project. Now there is nothing stopping me 😀