Creating a Community Board with HTMX & Express
In this article, I create a community board project using HTMX on the client, Express on the server and Handlebars for server-side templating.

Search for a command to run...
In this article, I create a community board project using HTMX on the client, Express on the server and Handlebars for server-side templating.

Bun has a built-in web server. However, handling requests with that web server is very rudimentary. So, I wanted to to create a simpler file-based routing system. Initial approach My initial approach was to require every file in the pages folder as a...

I had this cool idea to show the currently focused application on my system (i use gnome on ubuntu btw) as part of my GitHub status. Implementation I first went into GitHub settings and created a PAT (NOT fine-grained) with the user scope. Then, I fo...

I found a phishing filter (here) which can be used in content blockers (as well as adblockers) like uBlock Origin. I wanted to analyze the phishing links — and this is the analysis. Popular Web Hosts Who are the web hosts (and website builders) that ...

A paper from Stanford & Berkeley University being spread around as proof that “GPT-4 is getting dumber” makes no sense. Here’s the study: “How Is ChatGPT’s Behavior Changing over Time?” Let me start off by saying that other users have experienced th...

I posted a link to my repo regarding AI context lengths to Hacker News under the Show HN category and wanted to see its position in the listing every now and then. API Fortunately, Hacker News has an API which you can send a request to for it to resp...

The Problem Three weeks ago, I randomly got an issue on my latest GitHub repo. A few days later, I got another one. I felt like I wanted a way to know about issues, PRs, or any other repo activity as soon as it comes in. So, I thought to automate it ...
