Socks, a matching game based on an additive combinatorics problem Can you find a set of cards among these six, such that the socks on the chosen cards can be grouped into matching pairs? (Duplicate pairs of the same sock are OK) Spoilers If the cards are indexed …
How to run a 5k with Strangers This morning I attended my second "park run", a free event where you show up to a park and run a 5k. I've been getting into running for the past year or so. I was out-of-shape and didn't want to be. Being "in shape" is like 90% diet IMO, but
Metrics and Mistakes Measuring things—and some poetry. Let me tell you two stories about metrics. Stick with me: the results are more interesting than they sound. We’ll cover choosing what you measure, and what happens when you start acting on the results from your choice o...
What Happens When You Die With $1 Billion, With No Estate Planning William Ha Law is a digital first estate planning law firm offering services throughout California and New Mexico
My Most Successful Keyboard Hacks From ortholinear layouts to custom keyboard firmware, these are some of the most useful changes I've made to my typing setup and habits.
Length, Size, and Count in Ruby and Rails: When to Use Which? You can use the length, size, and count methods to find the number of elements in a collection. This post explores the difference between these methods and explains how you should choose which method to use according to the needs of your application.
Radical Energy Abundance Originally published at Roots of Progress, based on this thread. Everyone knows the industrial revolution occurred centuries ago and involved steam engines. That was just the warm up. We are now a …
How I built a MVP in 14 hours Explore how the EaseMyInjury AI project was built using NextJS, TailwindCSS, Firebase, and OpenAI's ChatGPT4. Learn about key tech choices, tools, and lessons.
Danger of relying on cloud apps I used to be an avid user of Notion. I was enthralled by the beautiful dashboards, dynamic databases with different views and filters, and how modular it all...
40 weeks of (mostly) bootstrapper-friendly cooking projects My career in startups (especially self-funded ones) inspired a cooking hobby that enabled me to eat well for cheap
YouTube Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
F-Droid version of KDEConnect uninstalled by PlayProtect So apperently PlayProtect has decided that the version of KDE found in the f-droid Store is a fake of the version available on google Play and has uninstalled it.
What’s Next in C#? - Mads Torgersen - Copenhagen DevFest 2023 Join Mads on a tour of upcoming language features in C#. While still very much in the works, C# 12 is starting to take shape. We touch on some of the ways, b...
Undermining Democracy: The European Commission's Controversial Push for Digital Surveillance – Danny Mekić The European Commission wants to turn digital communication apps, such as WhatsApp, iMessage, Instagram, TikTok and X, into mass surveillance tools so that digital communications of all EU citizens, including their live conversations, photos and videos, c...
Can open source be saved from the EU's Cyber Resilience Act? The road to Hell is paved with good intentions, and for open source this is a well meaning cluster fudge
ChatGPT-AutoExpert/System Prompts.md at main · spdustin/ChatGPT-AutoExpert 🚀🧠💬 Supercharged Custom Instructions for ChatGPT (non-coding) and ChatGPT Advanced Data Analysis (coding). - spdustin/ChatGPT-AutoExpert
First Look at The Brand New Polly V8 API #shorts 📌 Check out my Pragmatic Clean Architecture course: https://bit.ly/3Zn41BK🚀 Support me on Patreon to access the source code: https://www.patreon.com/milanj...
A bug in MySQL, or working as intended? You decide Fixing a bug in Dolt that MySQL still has and will not fix
How to cook ground meat perfectly every time! - The Blind Kitchen Cook ground meat perfectly using these steps to make sure it is not over or under done. Directions are accessible for vision impaired cooks.
GitHub - CherniakYura/tccurl: Implement include header files over https Implement include header files over https. Contribute to CherniakYura/tccurl development by creating an account on GitHub.
Beware: URLs are Pointers to Mutable Entities Folks often like to think of URLs as an entity that can be evaluated: “Is it harmless, or is it malicious?” In particular, vendors of security products tend to lump URLs in with other I…
TimeGPT-1 In this paper, we introduce TimeGPT, the first foundation model for time series, capable of generating accurate predictions for diverse datasets not seen during training. We evaluate our pre-trained model against established statistical, machine learning,...
Improving ASP.NET Core Dependency Injection With Scrutor Dependency injection (DI) is one of the most exciting features of ASP.NET Core. It helps us build more testable and maintainable applications. However, ASP.NET Core's built-in DI system sometimes needs a little help to achieve more advanced scenarios. So ...