Self hosting a website analytics at zero cost How to self host a website analytics solution at zero cost using Umami, Vercel, Xata and Cloudflare.
How do you change browser in Slack anyway? Overriding the default browser in Slack is my vexatious personal itch. I have a dedicated browser just for work, and I use Slack solely for work. Any link from Slack, be it a GitHub pull request, an unlisted corporate video on YouTube, or an internal meme...
Create Beautiful PDFs with HTML, CSS, and Markdown I built an easy-to-use tool that lets me use just HTML, CSS, and Markdown to create beautiful ebooks and PDFs.
Custom Enterprise LLM/RAG with Real-Time Fine-Tuning - Machine Learning Techniques This article features an application of xLLM to extract information from a corporate corpus, using prompts referred to as "queries". The goal is to serve the business user -- typically an employee of the company or someone allowed access -- with condensed...
Bridge Command A thrilling starship simulator that marries video games, D&D, and live action role playing.
Porting Lean to the ESP32-C3 RISC-V microcontroller The goal of this project is to cross-compile Lean programs to the ESP32-C3. (You can find all the code in this repository.)
Why SQL is Forever | Swizec Teller Never underestimate the power of good marketing for bad products. NoSQL was fun but SQL is here to stay.
cppfront: Midsummer update Over the winter and spring I spent a bunch of time building my essay “C++ safety, in context” and the related ACCU 2024 safety keynote, and on behind-the-scenes work toward improving C+…
Conditional logging with query parameters A simple pattern for enabling conditional logging using query parameters in your web applications.
Why are open source nonprofits so weird? In the open source industry, creating an American nonprofit to serve and fund a project is not uncommon. These structures can choose a fiscal status depending on their needs within a wide range defined by the IRS. The 501(c)(3) status is widespread in the...
Composing Kubectl Commands in Style with Kubed A post by Eshel Yaron about tight integration with the command line Kubed, a new Emacs package for Kubernetes
Why I Dislike Maturity Models TL;DR: There isn't a single linear path from immature to mature. Immature does not mean bad. Cause and effect get confused. Maturity is not an end point.
The Most Productive LLM Stack (for me) Recommendations to build robust, scalable, and efficient LLM-powered applications
Enhancing #help in F# Interactive - .NET Blog The '#help' directive in F# Interactive can now quickly access documentation instantly within the REPL.
How to compress out interior padding in a std::pair and why you don't want to - The Old New Thing Context-sensitive layout means you get a different structure each time you use it.
Meta Segment Anything Model 2 SAM 2 is a segmentation model that enables fast, precise selection of any object in any video or image.
`find` + `mkdir` is Turing complete (retracted) The proof is flawed and I retract the claim that I proved that find + mkdir is Turing complete. See https://news.ycombinator.com/item?id=41117141. I will update the article if I could fix the proof.
GitHub - sickcodes/Docker-OSX: Run macOS VM in a Docker! Run near native OSX-KVM in Docker! X11 Forwarding! CI/CD for OS X Security Research! Docker mac Containers. Run macOS VM in a Docker! Run near native OSX-KVM in Docker! X11 Forwarding! CI/CD for OS X Security Research! Docker mac Containers. - sickcodes/Docker-OSX
Azure Functions Best Practices For Performance, Reliability And Security | Build5Nines Building Microservice and Serverless architectures demand different design patterns to be used that other traditional application architectures. Even the
React Hooks vs. Redux in 2024 Learn how React Hooks vs. Redux compare for state management, including their core concepts, best use cases, and tips for integrating both in your React applications.
Using Entity Framework Core with MongoDB Entity Framework Core is a popular ORM (Object-Relational Mapper) for .NET applications, allowing developers to work with databases using .NET objects. It can be used with many types of databases, including MongoDB. In this article, you will learn ho...
Create a .NET PlantUML Markdown Render Extension PlantUML is a Web based diagramming markup language that can be used to create diagrams using text descriptions that are rendered into images via a PlantUML server. In this post I describe how you can integrate PlantUML image rendering into your .NET appl...
.NET 6: Don’t Panic Yet - But .NET 6 End of Support Is On The Horizon .NET 6 end of support is looming. Learn how to mitigate security risks and ensure your applications remain stable by upgrading to .NET 8.
ASP.NET Core Basics: Working with JSON Check out this post for the main features of ASP.NET Core for handling data in JSON format.
The React useSyncExternalStore Hook The useSyncExternalStore hook in React is designed to handle subscriptions to external data stores within React components.
Highlights from Git 2.46 Git 2.46 is here with new features like pseudo-merge bitmaps, more capable credential helpers, and a new git config command. Check out our coverage on some of the highlights here.
AWS CodeCommit quietly deprecated CodeCommit is AWS's Git hosting service. In a reply from an AWS employee to this forum thread: > Beginning on 06 June 2024, AWS CodeCommit ceased onboarding new customers. Going …
Fix .NET MAUI MissingEntitlement and Provisioning Profiles Issues Fix an issue deploying iOS apps to iOS simulator with .NET MAUI
Using Web Authentication (OAuth2) to access Figma from Windows and Uno Platform Application - Nick's .NET Travels OAuth2 is quite a common authentication standard for web services to use. Whilst a lot of services have now updated to use OpenID Connect, there are still some, like the Figma api, that still use OAuth2. In this post we’re going to walk through using the ...
Our audit of Homebrew By William Woodruff This is a joint post with the Homebrew maintainers; read their announcement here! Last summer, we performed an audit of Homebrew. Our audit’s scope included Homebrew/brew itself…
Porffor Porffor is a unique JS engine/compiler/runtime, compiling JS code to WebAssembly or native ahead-of-time.