The Rise of Joe Rogan The REAL Reason Joe Rogan is So PopularExclusive! Grab the NordVPN deal ➼ https://nordvpn.com/johnnyharris and get extra subscription time. Try it risk-free ...
How To Use Typed HttpClients In .NET #shorts 📌 Check out my Pragmatic Clean Architecture course: https://www.milanjovanovic.tech/pragmatic-clean-architecture🚀 Join 770+ engineers in my Patreon commun...
7 reasons to replace advanced search with filters so users can easily find what they need Adam Silver – interaction designer - London, UK
Refactoring with C# and Visual Studio A quick tour of refactoring in Visual Studio 2022, featuring some code that will be included in my upcoming book "Refactoring with C#".
How AGI Happens Two trends are roaring into existence. Trend 1. "AI-assisted self-improvement": As AI systems become more capable of understanding and predicting human behavior, they will be used to help...
UX Design Patterns for Loading Loading UX takes careful consideration of both the user's and the system's context to use the appropriate loading pattern.
Thoughts about what worked in math circles Thoughts about what worked in math circles After about 7 months of math circles with a group of 7- turning 8-year-old boys and girls, I decided to take a...
Implications of Approaching the Singularity It's clear that we're approaching the singularity, & most are drastically underestimating the impact that AI will have on society within the next couple years. Some predictions: - Humans will not be writing code by hand in a few years. - Workers will be...
Arguments Against IDEs I don't use IDEs when I code, which I find is a position I keep having to explain. In this article, I aim to present some of my reasons.
YABS [yet another benchmark] IntroductionI love how many amazing VPS services are available. I can easily take any project of mine online by deploying a container to a VPS from any of these providers. The servers are quite compet
JVM Anatomy Quarks "JVM Anatomy Quarks" is the on-going mini-post series, where every post is describing some elementary piece of knowledge about JVM. The name underlines the fact that the single post cannot be taken in isolation, and most pieces described here are going to...
The hierarchy of innovation “If you could choose only one of the following two inventions, indoor plumbing or the Internet, which would you choose?” -Robert J. Gordon Justin Fox is the latest pundit to ring the &#…
You Should Be Working On Hardware Or, why Elon Musk’s impossible hardware businesses have succeeded. “Why should I work on hardware???” I hear you cry. Not because I work on hardware, and I need you to validate my…
The Ptrace Anti Re Trick This blog post describes an old Anti-RE technique under Linux using the ptrace syscall. A program is introduced that shows different behavior on whether it is being debugged or not.
Setting up a blog on Cloudflare Pages - Hello world Setting up a free blog using Hugo and Cloudflare Pages.
You like Circom but you find it confusing? Introducing Circomscribe If you’ve been working in the field of zero-knowledge in the last few years you must have heard of Circom, a tool to write zero-knowledge applications in the form of circuits. Many projects have used Circom, that is the least one could say, as perhaps mos...
Giving up the iPad-only travel dream Every time any of us packs a bag, we are making some very specific tech-focused decisions. It starts with what devices we need (or can live without) and cascades into charging bricks and cords and …
CVE-2020-19909 is everything that is wrong with CVEs This is a story consisting of several little building blocks and they occurred spread out in time and in different places. It is a story that shows with clarity how our current system with CVE Ids and lots of power given to NVD is a completely broken syst...
How to Use Mutex in C# - Code Maze In this article, we look at how to use the Mutex in C#, explore the types of Mutex, and how to handle errors when using it in our code
Teams Toolkit for Visual Studio: Automated Lifecycles and Integrated Bot Debugging The Teams Toolkit for Visual Studio allows .NET developers to build, debug, and release applications for Microsoft Teams. Its latest version introduces powerful capabilities, including automated Teams App lifecycles and integrated bot debugging via built-...
AI Search Engine and Pair Programmer Get instant answers, explanations, and examples for all of your technical questions.
GitHub - wcabus/nes-sharp: A NES emulator written in C# A NES emulator written in C#. Contribute to wcabus/nes-sharp development by creating an account on GitHub.
Orchestration vs Choreography More than 63%+ of organizations said in a Dzone survey that they are adopting Microservices for some or all of their applications. As more businesses adopt the use of Microservice architectures, we as developers have to become more skilled with Microservi...
My hair became my spectacles. | Siddhartha Gunti I know the title does not make sense. But bear with me.
WGA To AMPTP: Thanks For Getting That Draft In. Well Told. - AllYourScreens.com Members of the WGA seems less than impressed with the latest proposal from Hollywood's studios.
An Introduction to OpenAI fine-tuning We’ve been tinkering with LLMs to write code on Val Town. Our platform runs vals - little snippets of TypeScript - with zero configuration, no deploying needed. These self-contained bits of functionality seem like the perfect target for something like GPT...
Understanding and Building Neural Networks: A Step-by-Step Guide from Scratch In this tutorial, we will learn two different methods to implement neural networks from scratch using Python: Extremely simple method: Finite difference Still a very simple method: Backpropagation
A couple of words about interactors in Rails | articles about programming on mkdev Our mentor Ivan Shamatov writes about how to structure your Ruby on Rails applications following Domain Driven Design. In this article you will learn how to use Interactors, using an order in e-commerce app as an example.
Making the case for Laravel as a Next.js alternative Next.js offers a lot of features out of the box, but what if you could get all of that with just PHP? Let's take a look at what Laravel can provide.
Nurses should spend less time helping patients and more time ordering bandages I was speaking to the absolute epitome of a pub bore. Flapping his jaws about how the problem with the NHS was too many admin staff doing absolutely nothing. "Quite right!" I said, feverishly agreeing with his red-faced ranting, "Nurses should spend less ...
Do disturb me | Goto Assignment: A better local Goto Definition Mistral Contrastin's thought bubble, blog, and personal revelations.
How I backup my servers My daily backup of data and ms-sql databases on my VPS using rclone, BackBlaze B2 and some cronjobs.
An introduction to Decentralized Identity An introduction to decentralized identities, known risks and weaknesses, and future mitigations. A presentation by Gabe Cohen and Brent Zundel.
Raise Less, Build More The conventional venture capital funding path – from raising an institutional Seed, Series A, B, C, D, E, etc, all the way to exit via IPO – has long been treated as gospel. Its verses …
Foreach derp with Csh Rather than thinking of the parentheses as a corner to hold your args, in Csh, the mandatory parentheses do that, but also mutates your word list into an array (Thank you? Csh?)
Bézier Curves - and the logic behind them | Richard Ekwonye The logic behind Bézier Curves used in CSS animations and visual elements.