GitHub - PWCT/PWCT2: Programming Without Coding Technology - Second Generation, written in the Ring programming language! Programming Without Coding Technology - Second Generation, written in the Ring programming language! - PWCT/PWCT2
Never Have Outdated Footer Dates Again We've raised $4M to solve the problem of wrong years in footers.
OpenAI hat detection with C# Turn your videos into live streams with https://restream.io Fritz is tuning a chatbot that runs in THIS STREAM that you can use to get information about the hat he is wearing.
Can LLMs write better code if you keep asking them to “write better code”? Most coders want AI to write code faster: I want AI to write FASTER CODE.
BlogScroll - Personal Blog & Site Directory An open directory of personal sites and blogs, maintained entirely on GitHub.
Demystifying Network Programming: The Backbone of Modern Applications - Chris Woody Woodruff Network programming might sound intimidating, but at its core, it’s the art of making applications talk to each other. Whether it’s your favorite messaging app sending texts in real-time or your smartwatch syncing health stats to your phone, network progr...
It Ain't For Everyone: Becoming An Engineering Manager There are software engineers who might find themselves being promoted to an engineering manager role at some point in their career. But is this really a great promotion? Will they be a good fit for the role? Let's discuss! ---- Links From Video: - https...
Building Webhooks in .NET: Adding PostgreSQL Database Storage (part 2) Want to master Clean Architecture? Go here: https://bit.ly/3PupkOJ Want to unlock Modular Monoliths? Go here: https://bit.ly/3SXlzSt Join a community of 1000+ .NET developers: https://www.patreon.com/milanjovanovic In Part 1, we built a Webhooks system t...
U.S. Appeals Court Strikes Down FCC’s Net Neutrality Rules 6th Circuit finds regulator did not act within its legal authority
Be A Property Owner And Not A Renter On The Internet The year is 2025. The internet in the shape that we've known it in the early 2000s is no longer there. Or, not quite in the shape that we've seen it before. This is not just plain nostalgia talking - the vibrant ecosystem of blogs, feeds, personal sites, ...
What's one benefit of the mediator design pattern? The mediator design pattern helps to decouple communication between different parts of your system. In a hypothetical C# project, that would mean that you don't need to know about the type or the instance of the destination you want your message to go to...
GitHub - indiv0/aoc-fastest Contribute to indiv0/aoc-fastest development by creating an account on GitHub.
I am rich and have no idea what to do with my life Life has been a haze this last year. After selling my company, I find myself in the totally un-relatable position of never having to work again. Everything feels like a side quest, but not in an inspiring way. I don’t have the same base desires driving me...
Designing Multi-Agent Systems: Drawing Lessons from OpenAI’s o1 Reasoning Model How breakthroughs in OpenAI's reasoning models can influence the development of dynamic, multi-agent systems that can learn and adapt together.
There's no good reason for signing webhooks Explore the surprisingly different security standards we apply to webhooks versus traditional API requests.
MySQL IFNULL is tricky I started the new year with a very puzzling bug. One of the users of my internal dashboard tool told me that he doesn’t see some of the rows he expected to see. I checked the query that populated the view, which had various filters but none of them looked...
Why does L1 regularization encourage coefficients to shrink to zero? – Madiyar’s Page Regularization is a common method for dealing with overfitting in Machine Learning (ML). The simplest and most widely used methods are L1 (Lasso) and L2 (Ridge). The L1 and L2 regularizations are well covered in numerous tutorials and books. However, I co...
Change Design is at an exciting crossroads. As technology reshapes the field, now’s the time to rethink your career, explore new trends, and embrace the future.
My Deep-cut Book Recs | Marcus' Blog Here are some lesser-known books I’ve loved, that you won’t find in typical recommendation lists – the deep-cuts. Replacing Guilt: Minding Our Way This book is all about the role of guilt. When is it useful, when is it not, what can be done about it. This...
Programming a GPU on bare metal I virtually attended Handmade Seattle 2024, where Mason Remaley presented "It's Not About the API" (link eventually), which discussed Vulkan. There was a question about how the buffer data layouts work on the GPU, and the speaker didn't have a clear answe...
Emulating the FMAdd Instruction, Part 1: 32-bit Floats [JoshJers' Ramblings] A thing that I had to do at work is write an emulation of the FMAdd (fused multiply-add) instruction for hardware where it wasn't natively supported (specifically I was writing a SIMD implementation, but the idea is the same), and so I thought I'd share a...
What is wrong with TOML? TOML is a configuration designed as a sort of "improved" INI file. It's analogous to this project - StrictYAML, a similar attempt to fix YAML's flaws:
On: Lisp, On Lisp, and Myself Common Lisp, On Lisp, and me? What more could you ask for in a blog post
Iterated log coding I've created a new format for encoding real numbers on computers. I'm proud of it! Let's dive in.
Think Beyond Synchronous: The Ultimate Guide to Tasks in C# - Chris Woody Woodruff Imagine you’re cooking dinner. You handle both tasks simultaneously instead of waiting for the water to boil before chopping vegetables. That’s the power of asynchronous programming in C#: enabling your programs to perform multiple operations concurrently...
To comment, or not to comment 📃 Introduction Yes, that's one of the less exciting but most over-discussed topic about...
Glue work considered harmful Why companies don't reward glue work and why you shouldn't do it all the time