ASP.NET Community Standup - Contributing to the ASP.NET Core Repo Want to learn how to contribute to ASP.NET Core? Join Safia and Dan as they explain how it works. Featuring: Safia Abdalla, Daniel Roth, Jon Galloway #dotnet #aspnetcore #opensource
uBO Quick Filters list being stolen by team behind Honey browser extension (Pie Adblock extension) TLDR: As of 12/31/2024, I found Pie Adblock (created by the same team as Honey) violating uBlock Origin's GPL license, read below for full...
GitHub - davidfowl/feedbackflow: A collection of command line tools for getting feedback from various sources in a machine readable format A collection of command line tools for getting feedback from various sources in a machine readable format - davidfowl/feedbackflow
Releases · davidfowl/feedbackflow A collection of command line tools for getting feedback from various sources in a machine readable format - davidfowl/feedbackflow
Generative AI is not going to build your engineering team for you - Stack Overflow [Ed. note: While we take some time to rest up over the holidays and prepare for next year, we are re-publishing our top ten posts for the year. Please enjoy our favorite work this year and we’ll see you in 2025.]
mjg59 | The GPU, not the TPM, is the root of hardware DRM As part of their "Defective by Design" anti-DRM campaign, the FSF recently made the following claim:Today, most of the major streaming media platforms utilize the TPM to decrypt media streams, forcefully placing the decryption out of the user's control (f...
OpenAI hat detection and C# web development Turn your videos into live streams with https://restream.io Fritz is working on an open source application that YOU can get the source code to and follow along. Check out SharpSite https://github.com/FritzAndFriends/SharpSite
GitHub - zasper-io/zasper: Supercharged IDE for Data Science Supercharged IDE for Data Science. Contribute to zasper-io/zasper development by creating an account on GitHub.
How To Use Semantic Kernel Plugins In C# What's cooler than using Semantic Kernel in C#? Mixing in my favorite set of building blocks: Plugins! This video tutorial will get us up and running with plugins in Semantic Kernel! ---- Get C# 13 and .NET 9 – Modern Cross-Platform Development Fundame...
Building Serverless APIs with AWS Lambda and DynamoDB in .NET 💎 Get the source code for free: https://guiferreira.kit.com/32c1185c6d
Yes, Software Engineers Need to Know SQL Well Check out my courses on Dometrain: https://dometrain.com Subscribe to my weekly newsletter: https://nickchapsas.com Become a Patreon and get special perks: https://www.patreon.com/nickchapsas Hello, everybody. I'm Nick, and in this video, I will discuss...
Layered vs Modular vs Microservices... Which One is Best for You? In this talk, we will discuss major software architectures (Layered, Modular and Microservices) and explain which one is suitable for what type of projects and teams, as well as the pros and cons of each architecture. We will compare these approaches and ...
How I helped fix sleep-wake hangs on Linux with AMD GPUs Adventures in programming, hardware, DSP, and chiptune
Fluent Builder Design Pattern in C# Follow me on LinkedIn: https://www.linkedin.com/in/remigiusz-zalewski Follow me on Medium: https://medium.com/@remigiuszzalewski Check out my Blog: https://remigiuszzalewski.com The Fluent builder pattern is a powerful creational design pattern that offe...
Pidgin 3.0 Experimental 1 Has been released! We are ecstatic to announce that we have released the first experimental version of Pidgin 3.0!!! This is a pre alpha release with an official version number of 2.90.0. We will continue releasing in this fashion until we are ready for 3.0.0 which will be ...
C# Null-Conditional (?.) & Null-Coalescing (??) Operators Explained Learn how C#'s null-conditional and null-coalescing operators can help you write cleaner, more robust code by gracefully handling null values.
Why Khanmigo (and Other Learning Chatbots) Will Fail - BetterSchooling All about alternative schooling, homeschooling, unschooling, and microschooling in India. We share guides to paths beyond traditional schooling that are being explored and rediscovered as our world changes rapidly.
100 Days of journaling Today marks my 100th day of journaling. It helped me overcome a crisis and enhanced my life in ways I never expected.
Blockchain-as-a-Backend This article isn’t about cryptocurrency or decentralized finance. Instead, we’ll explore public EVM blockchains and how they can be used in your next project, depending on your specific needs and goals. I’ll delve into the pros, cons, and practical e...
Year of embracing curiosity Resolutions don’t work. Though it may be limited to my own social bubble, it seems like most people have come to this same conclusion. What does seem to work, though, is themes. You choose a theme and use it as a guiding principle for the countless decisi...
Write your own application launcher TL;DR: It’s easy to write an application launcher fit for your exact needs. You can take my hacky code on Github as a starting point.
Postgres UUIDv7 + per-backend monotonicity How Postgres’ v7 UUIDs are made monotonic, and why that’s a great feature.
Year of independence I am happy to report that life after Roblox does indeed exist. When I quit, people told me I should take some time off, relax, unwind, recharge, travel…
Real-Time User Experience Will Define the Future of Software Discover how the web is evolving past outdated, one-directional interactions and embracing the demand for real-time experiences. This blog post delves into the current shortcomings of user engagement, the root causes of our craving for immediacy, and inno...
New Year, New Laptop, New Observations — Inconsistent Records The public facia of Jim Circadian: code, blog, resources, imagery, tunes and general musings on life...
API Parrot Record, Customize, and Automate API Models with Ease using API Parrot. Join the Beta Today!
Async I/O Is Not Enough For the past few months, I’ve been exploring Go. Having done quite a bit of grueling work shaving off milliseconds from Python web apps, I’ve found Go to be incredible. You can schedule dirt cheap concurrent operations — simply by adding go in front of a ...