My Coding Experience with AI

LLMs evolve so fast. I feel it's worth recording my current thoughts on how this technology changes my day to day experience in writing code.

2025/10/3
articleCard.readMore

Update Vim with Bells and Whistles

There is a lot happening in tech, and AI is apparently replacing developers in batches, according to all kinds of "authoritatives". The reason the singularity is behind schedule, and we still have jobs, must because AI is using Emacs. LOL.

2024/12/26
articleCard.readMore

Get a deterministic set of random permutations every day

I was looking for a way to generate a deterministic set of random permutations every day. Nowadays, I usually give ChatGPT a try first but didn’t get the answer I want on this one. I ran into this need while making this webpage to show some generated coloring pages in a waterfall layout. To elaborate […]

2024/3/10
articleCard.readMore

Personalized arXiv Recommendation Service

Surrendering to FOMO on important AI "breakthroughs", I subscribed to Arxiv mailing list. Like all of the subscribers, I can't read all the submissions in the daily email. To be completely honest, I simply archive the email from my inbox everyday without even opening the email at all. There is a slight chance that I try to browse through titles and abstracts one by one. But I wouldn't be able to read more than 10 abstracts. There are simply too many to read through.

2024/2/17
articleCard.readMore

Generate Image with Github CI Action for free

In teaching myself how to use Github Action for CI, I am curious if one can just use this for some customized task. Github Action is designed for CI and CI needs computation resource. Each Github account has 2000 minutes computation for free.

2024/1/21
articleCard.readMore