Amazon.com: Qozary 2 Pack Socks Underwear Drawer Organizer Divider, 24 Cell or 16 Cell Collapsible Cabinet Closet Organizer Storage Boxes for Clothes, Socks, Lingerie, Underwear, Ties (24 Cell, Gray) : Home & Kitchen Buy Qozary 2 Pack Socks Underwear Drawer Organizer Divider, 24 Cell or 16 Cell Collapsible Cabinet Closet Organizer Storage Boxes for Clothes, Socks, Lingerie, Underwear, Ties (24 Cell, Gray): Drawer Organizers - Amazon.com ✓ FREE DELIVERY possible on eli...
Welcome, adventurer! — BEAM VM Wisdoms This is the collection of easy to read (ELI5) articles as well as in-depth knowledge such as VM internals, memory layout, opcodes etc. The project is work in progress, so come back soon! Github repository for pages https://github.com/kvakvs/beam-wisdoms
Rechargeable Toilet Bowl Night Light, 16-Color LED Motion Activated Sensor Nightlight, Cool Fun Gag Gadget for Husband Men Women Him Mother Father Day - - Amazon.com Rechargeable Toilet Bowl Night Light, 16-Color LED Motion Activated Sensor Nightlight, Cool Fun Gag Gadget for Husband Men Women Him Mother Father Day - - Amazon.com
The KDL Document Language kdl is a document language, mostly based on SDLang, with xml-like semantics that looks like you're invoking a bunch of CLI commands!
Two new color spaces for color picking - Okhsv and Okhsl Okhsv and Okhsl Two new color spaces for color picking This post has an accompanying interactive comparison of color pickers. I would...
Rejected! They didn’t reject you. They rejected an application. They rejected a business plan. They rejected a piece of paper. They don’t know you.
Ray casting in 2D game engines In my opinion, ray casting is a beautiful concept that is not that hard to grasp, but the quality resources are rare. We will learn the math behind it so you can implement it in your future projects with ease. I will try to make it as comprehensible as po...
LIVE: Windows 11 Walkthrough with Microsoft Dev Davepl LIVESTREAM w/ retired Microsoft shell developer Dave as he explores Windows 11 live, taking your questions and suggestions on what to demo and where to click!
Azure AD JWT authentication in .NET isolated process Azure Functions The new isolated process model for .NET Azure Functions allows usage of middleware, which we can use to implement authentication and authorization
Microsoft Releases .NET MAUI Compatibility Packages for the Xamarin Community Toolkit As previously announced .NET MAUI Toolkit will replace Xamarin Community Toolkit. In the same way as Xamarin. The Xamarin Community Toolkit is evolving as well, with Xamarin.Forms becoming.NET MAUI. The new Community Toolkit packages for .NET MAUI are ava...
Lockdown math announcement Full playlist: https://www.youtube.com/playlist?list=PLZHQObOWTQDP5CVelJJ1bNDouqrAhVPevHelp fund future projects: https://www.patreon.com/3blue1brownAn equal...
Remaking Celeste’s Lighting A large part of Celeste is its mood and atmosphere. We’re trying very hard to make it feel like you’re exploring (and overcoming) a…
Welcome to Speed Week and a Waitless Internet No one likes to wait. Internet impatience is something we all suffer from.
Windows 11 Pinball by the original Windows XP programmer Pinball in Windows 11? Find out from Dave Plummer, the "fun uncle" who brought pinball to the masses by programming the game port for Windows XP, discusses ...
Learn BIO Video in 3 simple steps - Tech Leader Journey Wondering how to deal with your BIO Video? If like me, you are not a Tom Cruise, check out my last post to find some tips.
Electron isn’t Cancer but it is a Symptom of a Disease – Duck Rowing 1Password recently announced that they rewrote their longstanding Mac application as an Electron application, and as one might expect, Mac users rightfully lost their shit. A lot of digital ink has been spilled on Electron apps, but to summarize, Electron...
An opinionated look at Minimal API in .NET 6 TL;DR In this blog post, I share my thoughts on how to organize Minimal API projects to...
Minimal APIs at a glance Minimal APIs at a glance. GitHub Gist: instantly share code, notes, and snippets.
Write code that's easy to delete, and easy to debug too. Debuggable code is code that doesn’t outsmart you. Some code is a little to harder to debug than others: code with hidden behaviour, poor error handling, ambiguity, too little or too much structure,...
pratik.is/here - Pratik's Personal Site We have yet to fathom what technology has unleashed upon the world, I’m here to figure it out with you.
I18n in Go: Managing Translations Recently I've been building a fully internationalized (i18n) and localized (l10n) web application for the first time with Go's golang.org/x/text packages. I've found that the packages and tools that live under golang.org/x/text are really effective and we...
No More Medium. Build Your Own Site, Please. There are a number of problems with Medium and its content. Medium is very slow (compare). Medium's paywall is an insult to good journalism by forcing specific users to pay for content of often questionable quality. The Medium paywall also makes for a sub...
Episode 23: Git - with Jesse Liberty and James World In this episode, I was joined by Jesse Liberty and James World to chat about a topic I’m also personally very passionate about - the Git source control system. Jesse is a fellow podcast host, as well as an author of a book about Git. James is a Solution A...
Proving 50-Year-Old Sorting Networks Optimal: Part 2 Partial sorting networks and recursive minimal size computation.
Working with DevOps friendly EF Core Migration Bundles This post is about EF Core migration bundles, which is a devops friendly way to deploy your database migrations. Currently you can deploy your EF Core migrations either using Code Approach where is you can call the migrations with C# code and another appr...
Microsoft acquires Clipchamp to empower creators | Microsoft 365 Blog Microsoft acquires Clipchamp to help you express yourself through the power of video. The Clipchamp team is a creative powerhouse dedicated to quality and great customer outcomes—and we welcome them wholeheartedly as kindred spirits.
Facebook Is Censoring People For Mentioning Open-Source Social Network Mastodon Last November, I made a brief post to Facebook about Mastodon. Mastodon is an open-source and open social network, which is decentralized and all about user control instead of corporate control. I&…
Constant-time code verification with Memory Sanitizer In the cryptography context, the side-channel attacks are about exploiting computer system implementation to gain information about the secret key. First such attacks were introduced by Paul Kocher in his paper called “Timing Attacks on Implementations of...
A resource for the OpenBSD community Contributed by rueda on 2021-09-09 from the saner-future-than-past dept.
Steam Top 50 Games: 72% Work on Linux in Sept. 2021 - Boiling Steam If you focus on the Steam top 50 games, how many actually work on Linux, whether it's natively or via Proton? And what is stopping us from getting more?
How Tesla Got Two Nürburgring Lap Times From the Same Lap Elon Musk published two lap times for the Model S Plaid that set a Nurburgring record for electric cars. Here's the reason why.
Note-Taking for Software Engineers The importance of organizing your thoughts and efficiently keep them from haunting you
Learn in Better Way for Your Life You have many things to do in life apart from learning latest technology(ies) in the field. Also, there is problem with learning something when you don't have clear vision on what and how to learn. It might possible that you learn same topic again and aga...
Sylvain Kerkour 37.2% of vulnerabilities in cryptographic libraries are memory safety issues, while only 27.2% are cryptographic issues, according to an empirical Study of Vulnerabilities in Cryptographic Libraries (Jenny Blessing, Michael A. Specter, Daniel J. Weitzner ...
Are Dockerfiles good enough? For those looking for a fast overview of containers click here. Containers have quickly become the favorite way to deploy software, for a lot of good reasons. They have allowed, for the first time, developers to test "as close to production" as possible. ...
Windows 11 Pinball by the original Windows XP programmer Pinball in Windows 11? Find out from Dave Plummer, the "fun uncle" who brought pinball to the masses by programming the game port for Windows XP, discusses ...
Mistakes I've Made in AWS Here's a collection of the most commonly missed things when using AWS with Forge!