Claude Code kept saying my DuckDB extension was impossible to create. GitHits MCP saved the day—it searches real code instead of docs, finally helping Claude find the undocumented C++ APIs I needed.
OpenStreetMap contains plenty of useful data, which can be used freely by anyone. Here's a short introduction and a few useful examples to help you find family-, laptop-, or dog-friendly places. Hopefully, this motivates you to start contributing too! 🗺️
Using Merklemap DNS database and duckdb to reverse lookup popular CNAME values. Parquet is very powerful format on storing large quantities of data. We learn importance of ordering and compression as well.
Tutorial on using hardware backed SSH keys from multiple physical devices on MacOS. Learn how to use secure ways to store your keys and how to have backups of them too.
Tutorial for creating MacOS Homebrew Casks for software originally intended for Windows only. This example will show how I created a MacOS wrapper for car diagnostics software FORScan. You will learn how to automate the process of running Windows apps on macOS with Wine integration and USB device handling.
These are the steps how I added 3 million real companies to my empty database. CrunchBase has amazing free dataset which I converted to SQL using duckdb & sqlite3 and uploaded to Cloudflare D1 database with wrangler.
Read about my embarrassing incident where due to a coding error, customers received the same email 32 times. You can avoid this issue by using idempotent emails.
MacOS keyboard shortcuts can be backed up and imported using the defaults command line interface. This can be done for all shortcuts or for individual ones. The defaults command can also be used to find other keyboard shortcuts. However, the documentation for defaults is lacking, making it difficult to use.
Detailed guide on finding, purchasing, transfering and using Custom domains for cheap. We explore free alternatives as well and talk about automating things with domains too. I will share why NameCheap and Cloudflare are my top choices for a domain registrars.
Scheduling tools like Calendly or Cal.com can streamline manual meeting coordination. Cal.com is amazing for its open-source nature and generous free tier. The author shares their positive experience with Cal.com, underscoring its ability to save time and improve productivity.
Annoyed by the notch on the new MacBook Pro models? There's a built-in workaround! Adjust menu bar spacing with simple Terminal commands, no extra software needed. Say goodbye to hidden menu items behind the notch!
To get a logo for your website without design skills, you can use paid options like LogoAI, Fiverr Logo Maker, or hire cheap designers directly from Fiverr. Free alternatives include using royalty-free logos from Freepik.com and converting them to SVG.
The author shares his ten-year journey of developing tech blogs, starting with WordPress, exploring Static Site Generators (SSGs) such as Jekyll and Hugo, and eventually ending using Notion as a Content Management System (CMS).
Instructions on how to proxy Chrome requests through an SSH tunnel using a SOCKS5 proxy on MacOS, allowing access to remote web services and changing the visible IP address.
This post shows an powerful example of how to do user access management for admin/developer user accounts for medium to big sized web agencies. Managing users efficiently and securely in big company usually includes a clunky process like LDAP. Today I will show you how to use git and ansible instead.