Curated river of news
Reader
Latest posts from blogs I follow
Ocaml: first impressions(opens in new tab)
The Why I'm somewhat of a language nerd to begin with, and it was Rust that originally got me interested in the whole functional paradigm. Not due to it's lineage, but the heavy use of chained iterator methods in favor ...
Pain is information(opens in new tab)
Everything You Can Do with Python's bisect Module(opens in new tab)
While Python's `bisect` module is very simple - containing really just 2 functions - there's a lot one can do with it, including searching data efficiently, keeping any data sorted, and much more - and in this article we will ...
What Is Code & Context? The Modern Way To Study(opens in new tab)
Code & Context shows how studying at university should be done. A B.Sc. program combining Computer Science, Design and Entrepreneurship.
How I got here(opens in new tab)
My story, and how this is all possible Introduction My name is Preston Thorpe, I'm 31 years old and I've spent just under 10 years of my life in Prison (all for non-violent drug crimes.) I am currently incarcerated at ...
Please don't use React(opens in new tab)
“You should stop using React. In fact, you probably should have never used React in any of the projects you used it on. But before you pull out your sawed-off shotgun and shoot me, hear me out.”
Own Your Web – Issue 2: What’s in a Name?(opens in new tab)
Hi All! 🤗 Let’s talk about one of the first things to consider when setting up your personal website: the name, or to be more specific, the domain name. Picking a domain name is something people often struggle with, because ...
Being a minor AI public figure(opens in new tab)
I was recently involved in moderating a chat with Kanjun Qiu of Imbue at the MIT AI conf:…
Ep 8: Junk Drawer Management(opens in new tab)
Managing project junk drawers and building the same thing over and over again. Desktop apps, backlogs, great UX, and a dang good time. --- Listeners, how do you handle project management?We'd love your feedback and to hear how you manage ...
Zombie Slack channels(opens in new tab)
Why Signals Are Better Than React Hooks(opens in new tab)
“Hooks in React are tricky to use correctly and even harder to use in a performant way. This has left many applications with poor code quality and bad performance, but that doesn’t have to be the case anymore.”
208: Tests with no assert statements(opens in new tab)
Why on earth would you want to write a test with no assert statements?After all, aren't assert statements how you decide wether a test passes or fails?In this episode, we walk through a handful of useful examples of test code ...
Golang Web: GET Method(opens in new tab)
Introduction In this section of the series, we will be exploring how to send a HTTP request in golang. We will be understanding how to send a basic GET request,
Own Your Web – Issue 1: Your Superpower(opens in new tab)
Hi All! Welcome to Own Your Web! 🎉 First of all, I’d like to thank you again for signing up! 🤗 When I shared the link to the newsletter last weekend, I did not expect that so many people would ...
How I Track My Resume in Git(opens in new tab)
My workflow for resume and application tracking with branches based on roles and companies.
How to map a number between two ranges(opens in new tab)
Often in creative web projects, I find myself having to take a number, which exists in a specific range of numbers, and find the number that would be in the same position if the range were changed. Examples of this ...
Websites are like bridges(opens in new tab)
The Three Cs: 🤝 Concatenate, 🗜️ Compress, 🗳️ Cache(opens in new tab)
We know we should do it, but do we know how?
What Is the Maximum max-age?(opens in new tab)
How long?! RFC9111 lets max-age reach 68 years—far beyond the usual one that developers set. Here are the raw numbers, the spec, and when to use it.
Ep 7: We Are Artificially Intelligent(opens in new tab)
Ramen broth and AI; The two hottest topics (literally speaking for the former) to grace the internet since 2023!Links:CopilotCursorRewindJamon Holmgren's crazy test suite refactor exampleFind us on Twitter (X?)@austencam@jesseleite85
4 Tips for a Better Conference Experience(opens in new tab)
How I get the most out of attending technical conferences.
You Don't Need a Dedicated Cache Service - PostgreSQL as a Cache(opens in new tab)
PostgreSQL can be more than just an SQL database. Why maintain a Redis or Memcached instance when you can just use PostgreSQL as a cache instead?
How to Clear Cache and Cookies on a Customer’s Device(opens in new tab)
There’s a super quick and easy way to clear cache on your customers’ devices. Are you using it yet?
GitHub now has a setting to underline links(opens in new tab)
Adventures in network repair(opens in new tab)
Recently, I acquired a new client with a massive load of technical debt (in other words: a new client). The facility internet connection appeared to go down for an hour or two every day, typically in the mid-afternoon. Complicating things ...
Buy wisely(opens in new tab)
The Ultimate Low-Quality Image Placeholder Technique(opens in new tab)
Can Low-Quality Image Placeholders and LCP play nicely together?
207: pytest course, pytest-repeat and pytest-flakefinder(opens in new tab)
New course: "The Complete pytest Course"pytest-repeat, which I'm starting to contribute toGive `--repeat-scope` a try. You can use it to change from repeating every test to repeating the session, module, or class.pytest-flakefinder, which is an alternative to pytest-repeatpytest-check is completely ...
Fix VS Code Vim Mode Multi Cursor Glitches with One Tiny Tweak (Really)(opens in new tab)
There are two vim emulator plugins for VS Code that are well known -- amVim and VsCodeVim. I've been using amVim for years, but discovered today that the other emulator works better with one tiny tweak to the default extension ...
Measuring IO timings when using EXPLAIN ANALYSE in Postgres(opens in new tab)
In an earlier post about using BUFFERS with EXPLAIN ANALYSE I mentioned that there were a couple of options to EXPLAIN ANALYSE that were not widely known, but I only talked about one, the BUFFERS option. In this article I ...
Fancy forEach with functional programming in JavaScript(opens in new tab)
Software 3.0 and the AI Engineer Landscape (talk notes & slides)(opens in new tab)
I presented an updated version of this talk at CascadiaJS 2024! slides here, video pending.
Ep 6: Domain Hoarding(opens in new tab)
Jesse and Austen discuss past projects, potential projects, and the topic of domain hoarding.Links:- Dustforce game - Lightyear Figma Illustration (seriously, open this one in Figma and click around)- Austen's Site Illustration Timelapse Find us on X (formerly Twitter):@austencam@jesseleite85Feedback? Suggestions?Send ...
Buffer analysis when using EXPLAIN ANALYSE in Postgres(opens in new tab)
Many people are familiar with running EXPLAIN and EXPLAIN ANALYSE to diagnose Postgres performance issues, but there are a couple of useful options available when running these reports that aren’t always commonly known that you might find useful. The first ...
Converting a wordpress.com dump to Hugo, including images(opens in new tab)
There are a few “official” options for migrating wordpress content to Hugo, but they are all either cumbersome (requiring installing wordpress in docker) or don’t handle images. I didn’t want to spend too much time on this and definitely wanted ...
Reverting Firefox's recent URL bar suggestion order change(opens in new tab)
A recent update to Firefox changed the order of suggestions when you started typing in the URL bar (or “address bar”). It used to be that you’d get recently visited URLs first but the change caused search suggestions to appear ...
Ep 5: Mac Tools(opens in new tab)
Productivity, workflow, automation, [insert buzzword here]! Austen and Jesse chat about awesome tools for the Mac ecosystem.Industriously Handy Links:Raycast https://www.raycast.com/Hammerspoon https://www.hammerspoon.org/Find us on Twitter (X?)@austencam@jesseleite85
Swyx's Simple Guide to Singapore(opens in new tab)
A personal guide to Singapore for foreign friends visiting.
The Data Driven Falacy(opens in new tab)
Lies, damned lies, and data driven.
Equivalent experience can cut both ways(opens in new tab)
Golang Web: URL Parsing(opens in new tab)
Introduction We have done around 32 posts on the fundamental concepts in golang, With that basic foundation, I'd like to start with the new section of this seri
A Collection of Docker Images To Solve All Your Debugging Needs(opens in new tab)
Whenever I troubleshoot anything container-related, I look for a good container image that contains all the right tools to troubleshoot and/or solve the problem. However, finding such an image, or assembling my own is time-consuming and honestly just way too ...
On Grind - from Investor to Creator to Founder(opens in new tab)
Sarah asks a provoking question that has been on my mind a lot as I transition from part time creator to founder: