Kryštof's Avatar

Kryštof

@krystof.bsky.social

i develop on the web ~ digital watches are a pretty neat idea

28 Followers  |  145 Following  |  22 Posts  |  Joined: 20.11.2023  |  1.6923

Latest posts by krystof.bsky.social on Bluesky

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 — 👍 334    🔁 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 — 👍 0    🔁 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 — 👍 2    🔁 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 — 👍 2    🔁 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 — 👍 4    🔁 0    💬 0    📌 0
Preview
🌧️ EmojiRain - Live 🦋 Emoji Visualization It's 🌧️ emojis! 👀 Watch 🦋's emojis rain down in real-time. ✍️ Long posts = 🐌 slow fall!

I built a silly usage of the Bluesky Firehose just to get my feet wet and see what was possible. It's kinda fun to just watch. www.emojirain.lol

18.11.2024 18:52 — 👍 549    🔁 130    💬 55    📌 61

Whats the reson for moving from heroicons and headlessui?

08.11.2024 16:55 — 👍 0    🔁 0    💬 0    📌 0

@krystof is following 20 prominent accounts