HackerTrans
トップ新着トレンドコメント過去質問紹介求人

Ch00k

no profile record

投稿

Helping Agents Debug Webapps

blog.fsck.com
1 ポイント·投稿者 Ch00k·7 か月前·0 コメント

Superpowers: How I'm using coding agents in October 2025

blog.fsck.com
435 ポイント·投稿者 Ch00k·9 か月前·231 コメント

Show HN: Collaborate on Documents with Claude Code

github.com
1 ポイント·投稿者 Ch00k·9 か月前·0 コメント

Updating the Criteria for Web API Extended Access

developer.spotify.com
1 ポイント·投稿者 Ch00k·昨年·0 コメント

The Highest Form of Culinary Reverence: Ikizukuri

wami-japan.com
2 ポイント·投稿者 Ch00k·昨年·0 コメント

Try Switching to Kagi

daringfireball.net
715 ポイント·投稿者 Ch00k·昨年·467 コメント

FAQs about MI5

mi5.gov.uk
2 ポイント·投稿者 Ch00k·昨年·0 コメント

コメント

Ch00k
·7 か月前·議論
That's great news! TIL that ty is also a language server, which means it replaces not only mypy, but also Pyright in Neovim/VSCode.
Ch00k
·8 か月前·議論
Oar - GitOps with Docker Compose (think ArgoCD for Docker Compose) - https://github.com/oar-cd/oar

claude-review - collaborating on documents with Claude Code, with Confluence-style comments - https://github.com/Ch00k/claude-review
Ch00k
·10 か月前·議論
Oar, a GitOps Continuous Delivery tool for Docker Compose. Think ArgoCD, but you don't need or want all that Kubernetes complexity. https://github.com/oar-cd/oar
Ch00k
·昨年·議論
A web app that extends the capabilities of Spotify. You can create artists' discographies (all albums in a single playlist), merge multiple playlists into a new one with the ability to watch those playlists for new tracks, track live events for artists you follow or artists from a playlist.

I have been working on it for about a year now. It is not yet public because I am yet to apply for Spotify API quota extension, but I'd be happy to allow access manually if anyone wanted to take a look.

https://mottle.it/
Ch00k
·昨年·議論
Similar, arguably simpler, Python library that provides an interface to FFmpeg command line is ffmpy [0], of which I am the author.

[0] https://github.com/Ch00k/ffmpy
Ch00k
·2 年前·議論
Does it support regular expressions to match parts of a URL? I have two different GitHub accounts, that I need to be able open in different containers based on the organization name (https://github.com/<org>). I am currently using https://addons.mozilla.org/en-CA/firefox/addon/containerise/, but it is a bit of a pain. I would much prefer defining my rules in code.