Kryštof's Avatar

Kryštof

@krystof

digital watches are a pretty neat idea

30
Followers
159
Following
29
Posts
20.11.2023
Joined
Posts Following

Latest posts by Kryštof @krystof

Claude had multiple incidents every day except two in the past two weeks. sheesh

02.03.2026 12:49 👍 0 🔁 0 💬 0 📌 0

Remote MCP servers are just lazy APIs, whats the point of an agent having access when I have to manually reauthenticate every time?

27.02.2026 08:44 👍 0 🔁 0 💬 0 📌 0

Claude desktop app is really struggling lately.

18.02.2026 11:49 👍 0 🔁 0 💬 0 📌 0

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.

16.02.2026 18:46 👍 88 🔁 17 💬 10 📌 18

can GitHub actions work once

15.01.2026 13:25 👍 0 🔁 0 💬 0 📌 0

Why was I using grep all this time when rg is right there.

09.12.2025 14:33 👍 0 🔁 0 💬 0 📌 0

Google Play Console doesn't support uploading WebP images – a file format developed by Google.

01.12.2025 16:07 👍 0 🔁 0 💬 0 📌 0

Claude Code thinks I am the linter.

10.11.2025 14:30 👍 1 🔁 0 💬 0 📌 0

small llm model

24.09.2025 20:55 👍 1 🔁 0 💬 0 📌 0
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)

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...

29.08.2025 23:02 👍 332 🔁 30 💬 30 📌 6
Preview
How to Detect When a Sticky Element Gets Pinned | CSS-Tricks Totally agree with David, on CSS needing a selector to know if a position: sticky; element is doing its sticky thing or not.

Detecting when element is sticky using an IntersectionObserver

26.08.2025 12:12 👍 1 🔁 0 💬 0 📌 0

GitHub really fell off, no wonder the CEO resigned.

12.08.2025 14:50 👍 0 🔁 0 💬 0 📌 0

Whats up with AI coding tools always leaving the most unnecessary and redundant comments.

29.05.2025 09:14 👍 1 🔁 0 💬 0 📌 0

Friendship ended with ChatGPT Pro, now Claude Max is my best friend.

26.05.2025 13:57 👍 0 🔁 0 💬 0 📌 0

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.

20.05.2025 07:00 👍 0 🔁 0 💬 1 📌 0

I don't care how many, they are not getting my cookies.

11.04.2025 06:15 👍 6 🔁 0 💬 1 📌 0
Post image

Beautiful three.js scene in the openai 4o image generation announcement.

25.03.2025 19:00 👍 3 🔁 0 💬 0 📌 0

AI will never match the human touch of leaving hand-crafted typos in code.

25.03.2025 13:52 👍 1 🔁 0 💬 0 📌 0

I had font ligatures turned on for so long that I forgot what <= means. Almost ended up searching for ‘reverse arrow JavaScript.’ 🤦

23.01.2025 12:44 👍 3 🔁 0 💬 0 📌 0

isNaN(难)

10.01.2025 15:20 👍 1 🔁 0 💬 0 📌 0

Famous Chinese novel The Problem of Three Kingdoms.

03.01.2025 23:04 👍 2 🔁 0 💬 0 📌 0

@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...

26.12.2024 21:54 👍 3 🔁 0 💬 1 📌 0

Have you tried v-bind="$attrs"

14.12.2024 18:36 👍 0 🔁 0 💬 0 📌 0

At least they got the corporation to sponsor the project... right?

09.12.2024 12:49 👍 4 🔁 0 💬 0 📌 0

For anyone interested in Vue and Nuxt I've put together this feed on @blueskyfeedcreator.com

06.12.2024 10:36 👍 3 🔁 0 💬 0 📌 0

I am not familiar with Swift Canvas, but it sounds like you need Metal shaders.

05.12.2024 14:58 👍 0 🔁 0 💬 0 📌 0

Nuxt layers are the greatest thing since the composition api.

05.12.2024 12:58 👍 2 🔁 0 💬 0 📌 0

nah, we only listen to dubstep here

28.11.2024 18:38 👍 2 🔁 0 💬 0 📌 0

Will it make a difference by itself or is it just to enable use of vite v6 plugins?

27.11.2024 11:28 👍 1 🔁 0 💬 1 📌 0

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 😀

26.11.2024 20:21 👍 3 🔁 0 💬 0 📌 0