han4wluc
han4wluc.bsky.social
han4wluc
@han4wluc.bsky.social
Building the platform for Visual Novels @routevn.bsky.social
October 24, 2025 at 5:23 AM
Didn't know Claude had specific keyword for how much let the model think: "think" < "think hard" < "think harder" < "ultrathink."
anthropic.com/engineering/...
ultrathink is specifically rainbowed in Claude Code.
September 30, 2025 at 3:54 AM
Github is supporting diff view for .webp in PRs, really happy when I saw this.
I had converted all my png to webp as filesize is smaller, but the visual diff did not work for webp. now this is solved.
September 9, 2025 at 8:34 AM
this one in mermaidjs
August 21, 2025 at 3:47 AM
August 21, 2025 at 3:47 AM
LLMs are so good at those kind of ascii graphs and mermaidjs graphs
August 21, 2025 at 3:45 AM
One thing that I completely let AI do is performance optimisation for algorithm. It is something I've never been very good or trained at. AI is a champion at it, I don't really even try to be better at it anymore.
July 25, 2025 at 9:40 AM
I had checked npm that the package jemp was no taken. turns out I can't use it. I'll tweak the name and then change everywhere (including github repo name) and publish again! Nothing much else I can do here.
June 4, 2025 at 12:29 PM
Started using the auto generate commit message from
Cursor lately (I would guess is from Cursor not VSCode). It works well for us who are lazy to write such message. It is much longer and verbose than what people would write. I prefer it would generate something shorter.
May 31, 2025 at 2:07 PM
I've always liked yaml. Now, I've completely ditched html in favour of yaml... sounds really promising for now. Let's see how far I can take this...
May 22, 2025 at 7:14 AM
One of my favourite usages of AI in terms of programming recently has been to understand, brainstorm what terminology and naming to use for my code. can be from more high level concepts to specific variable names.
May 15, 2025 at 4:59 PM
I have been building a UI library and have been using Material Design v3's color tokens.
I'm moving to Shadcn colors. Going from 20+ colors to just 14 colors. Lowering the learning curve, and I think it can still satisfy the 95% of cases. Beautiful.
April 27, 2025 at 2:51 PM
I was looking of how to implement a custom text editor, similar to the one from Notion. The key thing that is needed to do that is the `contenteditable` attribute. developer.mozilla.org/en-US/docs/W...
April 6, 2025 at 12:42 AM
I wish the error message could have been more helpful than the below
April 3, 2025 at 2:55 AM
I was playing around Cloudflare terraform (via Cursor). I had issues getting the correct API token permissions which I think is one of the least obvious tings on Cloudflare. What ended up working is
`resource "cloudflare_ruleset" "http_redirects"` with "Zone - Single Redirect"
April 3, 2025 at 2:52 AM
And there are other ones where the .epub file is inside the package itself. and they publish to multiple locations including pypi and dockerhub
April 1, 2025 at 2:09 AM
It looks like this
April 1, 2025 at 1:51 AM