Nov 12, 2024 from Muffin Man CSS fix to prevent orphan icons dropping to a new line When an HTML element becomes too narrow, its content starts to wrap into multiple lines. This is intended behavior and works well in many cases. However, for short text, it doesn't look great when ...
Nov 11, 2024 from Ryan Bagley Perfect Image Processing with Hugo With the correct image processing you can still get a 100 score from PageSpeed Insights despite an image heavy article. This is an evaluation of my Speedgoat race report in July. I use Hugo to buil...
Nov 11, 2024 from ~hedy A new webring for the weird and wonderful personal web Following up on my recent post about colophons (“meta” pages), I’ve decided to create a webring to gather more personal websites through opt-ins. I chewed over the initial idea for the former blog ...
Nov 11, 2024 from Sophia Willows' Blog Leveraging logprobs to build better generative AI systems Autofilling form fields has become an increasingly common and practical application of generative AI. With just a bit of context and a well-crafted prompt, AI can produce reliable results for vario...
Nov 09, 2024 from ~hedy Writing Fonts In search of the perfect font for drafting and digital journalling. # Inter The story began when I was looking for Logseq themes. I chose miA, a theme inspired by iA Writer and MacOS UI. It recomme...
Nov 09, 2024 from Julia Evans New microblog with TILs I added a new section to this site a couple weeks ago called TIL (“today I learned”). the goal: save interesting tools & facts I posted on social media One kind of thing I like to post on Mastodon/...
Nov 09, 2024 from Muffin Man Open source mac apps I love I want to share some really nice open-source applications I use on a daily basis. I did a similar post about six years ago, so I felt there is a need for an updated one. I focused on the apps that ...
Nov 08, 2024 from ~hedy Custom syntax highlighting with Hugo and Tree-sitter I recently helped migrate the homepage of Cognate, a stack-based, lisp- and ML-inspired programming language, to Hugo. Here’s how I added Cognate language syntax highlighting for our Hugo site. # O...
Nov 07, 2024 from HunterDavis.com Announcing Tui000 Announcing Tui000 (sounds like ‘three thousand’) Source and download here -> Tui000 Tui000 is a passive game / screensaver for your terminal. Watch virtual avatars make life decisions, visit the gr...
Nov 05, 2024 from ~hedy Add a Meta page to your personal website Update (2024-11-11) I’ve made a webring! Read more about this topic at meta-ring.hedy.dev If you have a personal website, chances are, you take great care into making your site yours. You update it...
Nov 05, 2024 from Victor Blomqvist's blog Memory dump in Kubernetes with kubectl debug and dotnet-dump One of the classic bugs is the memory leak. Even garbage collected languages like C# can leak memory, even if all the code is safe/managed. Sometimes such issues are easy to find and fix. Other tim...
Nov 04, 2024 from Darek Kay A guide to bookmarklets Create and use bookmarklets to streamline your web browsing.
Nov 04, 2024 from ~hedy Typing vs Writing I type faster than I can write. But regardless of how I put my thoughts down, the speed at which my thoughts can keep up with me putting them down is the same[1]. I believe that my speed of thought...
Nov 04, 2024 from Sophia Willows' Blog GraphQL collection lookups One of the powerful design patterns that can be employed within a GraphQL schema is the concept of collection lookups. This pattern allows API consumers to retrieve specific elements from a collect...
Oct 31, 2024 from Ryan Bagley BGP Route Origin Authorization Regulation Recent heightened scrutiny of government regulation surrounding BGP (Border Gateway Protocol) ROA (Route Origin Authorization) has emerged as a critical topic within the internet infrastructure com...
Oct 31, 2024 from Julia Evans ASCII control characters in my terminal Hello! I’ve been thinking about the terminal a lot and yesterday I got curious about all these “control codes”, like Ctrl-A, Ctrl-C, Ctrl-W, etc. What’s the deal with all of them? a table of ASCII ...
Oct 29, 2024 from ℤ→ℤ Mathematical Analysis of the Royal Game of Ur From the Board Games Study Journal: Mathematical analysis of the Royal Game of Ur Despite many discoveries and proposals for rules for the ancient board game known as the Royal Game of Ur (RGU), no...
Oct 28, 2024 from ℤ→ℤ A New Look I’ve given this blog a new look by switching the theme from Noteworthy to Long Form, the latter a theme of my own design. Why the change? I adopted the Noteworthy theme at the onset of this blog an...
Oct 28, 2024 from ℤ→ℤ About The mapping of integers to integers is a fair summary of the work of programming. A blog about computer science, history of computing, engineering, game theory, and other things that attract my int...