Feb 07, 2025 from R74n Newsletter ☕️ Infinite Chef CUP Update - OUT NOW 🥤 Our in-browser cooking simulator, Infinite Chef, has received its first major update in half a year, including long-awaited features!
Feb 07, 2025 from [tekovic.com~]# Use custom managers in Renovate Mend Renovate is a wonderful set-and-forget utility that helps you keep your project’s dependencies up to date. It’s similar to Dependabot, only much better regarding automatic dependency discovery...
Feb 07, 2025 from fasterthanli.me The case for sans-io The most popular option to decompress ZIP files from the Rust programming language is a crate simply named zip — At the time of this writing, it has 48 million downloads. It’s fully-featured, suppo...
Feb 05, 2025 from Julia Evans Some terminal frustrations A few weeks ago I ran a terminal survey (you can read the results here) and at the end I asked: What’s the most frustrating thing about using the terminal for you? 1600 people answered, and I decid...
Feb 05, 2025 from micheal@ecliptik.com Enhancing my Macintosh 512Ke This is the second in a series of posts on my Macintosh 512Ke. In my first post I went over the history of how I obtained this machine, initial exploration and repairs over the years. My Macintosh ...
Feb 03, 2025 from Michael Lynch My Seventh Year as a Bootstrapped Founder Seven years ago, I quit my job as a developer at Google to create my own bootstrapped software company. Every year, I post an update about how that’s going and what my life is like as an indie foun...
Feb 03, 2025 from Muffin Man Change font-weight based on the user's screen DPI A lot of us as developers have hi-DPI screens, and we can easily forget to test the websites we build on low-DPI screens. One common issue I noticed is that thin font weights can be hard to read on...
Feb 02, 2025 from Thranpages Announcing Last.played The public release of Last.played a widget maker to show off your Last.FM's latest scrobbled track anywhere images are embeddable.
Feb 01, 2025 from Sophia Willows' Blog Lean in to the graph when writing resolvers Designing great resolver functions in GraphQL is quite unintuitive. Giving consumers the ability to describe their desired response payload means it’s possible for consumers to access fields via su...
Jan 29, 2025 from SIGPLAN Blog Parametric Subtyping for Structural Parametric Polymorphism Recursive types, generics (sometimes called parametric polymorphism), and subtyping are all essential features for modern programming languages across numerous paradigms. However, structural subtyp...
Jan 29, 2025 from Remote Synthesis Living and Working in a Bizarro World Reflecting on trying to go through the normal day to day while the world burns around you.
Jan 28, 2025 from Luke Salamone's Blog Notes on Deepseek R1 DeepSeek R1 is a large language model which employs test-time compute to generate a response. Unlike many past decoder-based models that simply continue the given text (and may be fine-tuned for co...
Jan 28, 2025 from Luke Salamone's Blog Notes on Deepseek R1 DeepSeek R1 is a large language model which employs test-time compute to generate a response. Unlike many decoder-based models in the past which simply continue the given text (and may be fine-tune...
Jan 28, 2025 from micheal@ecliptik.com A Macintosh Story This is the first post in what I am hoping a series of how I took my 512Ke “Fat Mac” and enhanched it to the state it is today. My Macintosh editing this blog post in MacWrite Releasing the Magic S...
Jan 26, 2025 from All content on Seirdy’s Home Certificate Transparency in Firefox Firefox 136 looks poised to enforce Certificate Transparency.It may be late, but combined with CRLite (and its other Web PKI progress), it may soon be the browser with the most robust Web PKI suppo...
Jan 26, 2025 from Lorenzo Setale's Blog It's time to move on In the past few months, I started thinking about how I use social networks and the impact they have on my life. Today, I took a strong decision: it’s time to move on from Instagram, a platform that...
Jan 25, 2025 from Daryl Sun's Journal Special Edition — App Defaults, 2025 Edition Special Edition — App Defaults, 2025 Edition TL;DR:Here are my "app defaults" for the year 2025! This blog post has approximately 250 words and may take 1 minutes to read. Inspired by @robb's first...
Jan 24, 2025 from Sophia Willows' Blog Don’t use TypeScript’s string enums I’ve written about TypeScript enums in the past, and back then I encouraged the use of enums with string values instead of numeric ones due to the improved type safety and debuggability you get. Th...