A Short Story for Engineers Money well spent?? A Short Story for Engineers You don’t have to be an engineer to appreciate this story.
SQLite Is Dynamically Typed A small, cool fact about SQLite is that its columns are flexibly typed. You can store any value in any column! Try it out: sqlite> create table t1 (v1 int, v2 varchar(10)); sqlite> insert into t1 values ("abc", "this string is longer than 10 characters!")...
The ROS Theory of Obesity - Fire In A Bottle AKA The Layperson’s Guide to Hyperlipid This series is going to be exploring the root cause of obesity and how […]
Divide Then Conquer The phrase "divide and conquer" is confusing. "Divide then conquer" is better. Divide then conquer is a strategy as old as war itself. The idea is to split your
Azure DevOps Services: Essentials – Git with Visual Studio and VS Code | Premier Developer As development teams have evolved in their DevOps journey, we’re regularly asked to help with the transition to from TFVC to Git. Microsoft Unified and Premier Support offers a range of workshops covering all things DevOps. Among these is the Azure DevO...
MichaelBell/HovalaagCPU An implementation of the CPU from the Hovalaag game - MichaelBell/HovalaagCPU
Harold Jackson N / A - Black Queer Living: A History of DIY Culture in the Black LBGT+ Community [w/ ASL Interpreting] What is DIY culture? How does DIY culture intertwine with the Black LGBT+ culture? Get these questions answered, and learn a few easy beginner DIY tutorials to do on t-shirts! No previous experience required! --- Harold studied co...
On Methodology: Turing Laureates Discuss their Approach to Work In this video from ACM's Celebration of 50 Years of the A.M. Turing Award, Turing Laureates Andrew Yao, Marvin Minsky, Herbert Simon, Shafi Goldwasser, James Gray, Edmund Clarke and Richard Karp discuss their approach to work and share advice for those wh...
Dev Discussions - Phillip Carter In the latest interview, I talk with Phillip Carter to get the Microsoft perspective on F#.
Open Alpha Playtest - Sept 26, 2020 Join us for a 30 min multi-player playtest on Saturday, 26th of September, 2020
Lightning Interviews with Danny Thompson - Part 2 [w/ASL Interpreting] Danny Thompson precorded a series of interviews, which streamed consecutively during this time. Guests: - Marcelo Rocha DaSilva - https://github.com/bigdatakid - Joe Santos - Justin Samuels - https://twitter.com/ThugDebugger
Use CryptographicallySecureRandomBytes for Guid generation by jkotas · Pull Request #42770 · dotnet/runtime Fixes #42752
mplayer.c - Pastebin.com Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
The .NET Stacks #18: RC1 is here, the fate of .NET Standard, and F# with Isaac Abraham This week, RC1 is here, we talk about .NET Standard, and discuss F# with Isaac Abraham.
Blazor WebAssembly : Authentication State - EP12 Hey Coders, Subscribe here - https://www.youtube.com/channel/UCetyodKOWGk5H6FoKoFnkZw Talk to us on - https://www.twitch.tv/curiousdrive Like our page - https://www.facebook.com/curiousdrive/ Follow us on - https://twitter.com/curious_drive Follow us on...
Toward a "modern" Emacs It has only been a few months since the Emacs community went through an extended discussion on how to make the Emacs editor "popular again". As the community gears up for the Emacs 28 development cycle, (after the Emacs 27.1 release in August) that discu...
Pluralsight Editing: Behind the Scenes Support More Content: https://www.patreon.com/codewithsteve https://www.buymeacoffee.com/stevejgordon In this video, I show the editing process I follow when creating a clip for a Pluralsight module. In this example, I use Camtasia to edit together the a...
Bypassing Android MDM using Electromagnetic Fault Injection by a Gas Lighter for $1.5 This blog talks about how we bypassed the android manufacturer implemented firmware based MDM solution using nothing but a 1.5$ gas lighter and some patience.
cecilphillip/ContosoCrafts This is a fork of the Contoso Crafts project that shows to use various microservices frameworks - cecilphillip/ContosoCrafts
Code Maze Weekly #44 - Code Maze Every week we’re surprised by the quality and variety of different articles and topics in .NET. This just goes to show how versatile .NET has become and just gives us more ideas on how to create even more side projects that will never get finished. Just k...
Quick, Draw! I made these six doodles. A neural network guessed 6 of them correctly. How many of yours can it guess?
ML.NET September Updates | .NET Blog ML.NET is an open-source, cross-platform machine learning framework for .NET developers. It enables integrating machine learning into your .NET apps without requiring you to leave the .NET ecosystem or even have a background in ML or data science. ML.NET ...
Desktop Community Standup - Sept 24th 2020 - Open source development for WinForms In this episode of Desktop Community Standup you will meet some of our key OSS contributors and the WinForms team members working with public PRs. We will talk about the process of submitting, reviewing and accepting PRs and other nuances of OSS developme...