About:

Bite-sized musings

Website:

Outgoing Links:

Subscribe to RSS:
The blog post explains how Bash caches the paths of commands, which can lead to errors when a file is moved within the $PATH. It demonstrates this with a practical example using a Docker container, showing how to reproduce the 'fi...
Advancements in LLMs empower developers to tackle complex coding issues more confidently, enabling contributions to projects that were previously daunting.
The author shares a curated list of impactful content, including articles, books, and videos that have influenced their thinking and work, particularly in software engineering and programming. Each recommendation is accompanied by...
Using an emoji in prompts can help gauge Claude's attention, similar to Van Halen's M&M's test for detail-oriented checks.

0Wtf Postmark

2025-04-03

The author describes their experience with Postmark, a service they used for email delivery. They had issues with the service not sending emails, and after reaching out to support, they found out that their account had been inacti...

0I made a font

2025-01-20

The author created a monospaced typeface called Opus One for displaying code. They discuss the motivation, design, software, resources, sequence, and difficulty tier list of creating the typeface. They also talk about building bol...

0localdev.me

2024-12-13

The text explains the domain localdev.me, which resolves to 127.0.0.1 and supports nested subdomains. It discusses the advantages of using localdev.me over localhost and the issues with modifying the hosts file. It also mentions a...
The author is looking for inspiration for their home renovation, specifically for the common bathroom. They are using a text-to-image AI tool called FLUX.1 to generate ideas for the bathroom design. The tool shows some knowledge o...
The article discusses common misconceptions about ordering kopi in Singapore. It debunks falsehoods about base choices, milk choices, thickness choices, sweetness modifier, temperature modifier, and the existence of kopi kosong. I...
The author describes their favorite seat at the Esplanade Concert Hall in Singapore, which is at the corner of the last row of Circle 3. They explain the unique acoustical properties of the seat and how it enhances the music-liste...
The text discusses the importance of creating an internal CLI for a dev team to capture and preserve institutional knowledge. It provides a list of simple requirements for the CLI, instructions on how to set up the project, create...
The CrowdStrike incident caused a worldwide shutdown of Windows XP PCs due to a defective update. The incident was caused by their flagship product FalconCrowdStrike Falcon, and the crash happened because of a bad logic. CrowdStri...
The text discusses the heuristics hiring managers use to narrow down job applications, including the importance of referrals, ATS-friendly resumes, recognizable previous companies or education institutions, concise resumes, neat a...

0My homelab

2024-06-17

The author discusses the setup of their homelab, including the main uses for Home Assistant, Plex, Calibre Web, Paperless-ngx, and hosting Telegram bots. They also detail the networking setup, storage solutions, and compute hardwa...

0Basic jj workflows

2024-06-14

The text is about the author's experience with jj, an alternative interface to git. The author shares their core workflows and how they use jj daily. They also discuss how they respond to PR reviews, rebase on latest changes, test...