Andrew Lock | .NET Escapades Hi, my name is Andrew, or ‘Sock’ to most people. This blog is where I share my experiences as I journey into ASP.NET Core.
yoeo/guesslang Detect the programming language of a source code. Contribute to yoeo/guesslang development by creating an account on GitHub.
File Icons for GitHub and GitLab A Chrome Extension which gives different filetypes different icons to GitHub, GitLab, gitea and gogs.
Maps with Django (part 2): GeoDjango, PostGIS and Leaflet A quickstart guide to create a web map with the Python-based web framework Django using its module GeoDjango, the PostgreSQL database with its spatial extension PostGIS and Leaflet, a JavaScript library for interactive maps.
How I think about Follow On Investments As an angel investor you invested in a company very early. They do well, you pat yourself on the back. Now they are raising more money. Fork meet road. To follow on or not to follow on, that is the…
StylishThemes/GitHub-Dark :octocat: Dark GitHub style. Contribute to StylishThemes/GitHub-Dark development by creating an account on GitHub.
janpaulthoughts - The quest for the Ultimate Game Engine I've been using Unity for about 4 years now. I've even used it to develop a couple of commercial projects. So obviously, it can get the job done. It has a huge community and there are tons of high-quality tutorials online. It appears to be the most-used g...
Curator Economy: Why Human Curation matters - Rishikesh Sreehari This article looks at the concept of curator economy, why it is important and its present state in the age of information overload.
A framework for Front End System Design interviews - draft Tips Tricks & Quick Fix by <a href='https://twitter.com/pietropassarell' target='_blank'>@pietropassarell</a>i.
Shtetl-Optimized » Blog Archive » QC ethics and hype: the call is coming from inside the house For years, I’d sometimes hear discussions about the ethics of quantum computing research. Quantum ethics!
The Uncanny Deck: Co-authoring with GPT-2 Artbreeder landscape, developed as an image of Booknesford, from Annals of the Parrigues. Angry citizens threw the last of the Parrigues from the cliff in order to execute her. Many years ago, I st…
I had to give a wrong answer to get the job – deWiTTERS Back in 2007, I was searching for a software developer job at various companies. At one of these companies, the best strategy to get the job was to give a wrong answer. If this seems weird to you, let me explain what happened.
iMessage, Apple Music used by Pegasus to attack journalist iPhones | AppleInsider Amnesty International has detailed evidence showing some of the ways NSO's Pegasus spyware tool infiltrated the iPhones of journalists and activists, by using weaknesses in Apple's software including an iMessage zero-click 0-day vulnerability.
Conversation about skills and learning It can be really hard to tell which skills are important to get hired on and to be successful on a capable and important team at a big tech company. Some of the stereotypes of what’s required are true enough, but there is much more to the story.
Ask the Expert: Create a web API with ASP.NET Core Interested in creating a web API? Join Shayne Boyer, Jon Galloway, and Brady Gaster as they talk all things ASP.NET Core and answer your questions live.
Nvidia Shield TV Owners Are Pissed About the Banner Ads in Android TV The continued expansion of ads in smart devices is really starting to get on people's nerves.
Julia Computing Raises $24M Series A, Former Snowflake CEO Bob Muglia Joins Board CAMBRIDGE, Mass., July 19, 2021 -- Julia Computing, founded by the creators of the Julia high-performance programming language, today announced the
.NET Conf: Focus on F# Join the .NET Conf free virtual event July 29 to learn about F#. Mark your calendar!
FightCamp | Interactive At-Home Boxing Workouts & Equipment FightCamp delivers the most exhilarating and effective form of home fitness through interactive boxing workouts, streamed to your device on demand.
C++11 braced initialization made the impossible possible (and how to fix it so it stays impossible) Suppose you have a private nested type. You might use this because you need your constructor to be public in order to work with some framework,¹ but you don’t want people to do their own make_unique; you want them to go through your factory.
How to measure elapsed time without allocating a Stopwatch - Gérald Barré In this post, I describe how to measure elapsed time without allocating a Stopwatch.
“Neuroprosthesis” Restores Words to Man with Paralysis Researchers at UC San Francisco have successfully developed a “speech neuroprosthesis” that has enabled a man with severe paralysis to communicate in sentences, translating signals from his brain to the vocal tract directly into words that appear as text ...
Learn C# with CSharpFritz - Get Started with WPF Let's learn about building Windows applications using the WPF user-interface framework. We'll build a simple application and answer questions about WPF with...
The 4 "secret" C# keywords that you shouldn't use Subscribe: http://bit.ly/ChapsasSubBecome a Patreon and get source code access: https://www.patreon.com/nickchapsasHello everybody I'm Nick and in this video...
CSS Isolation In Razor Pages CSS isolation was introduced in .NET 5 for Blazor components. Now it's coming to Razor Pages (and MVC views) in .NET 6, due to be released in November this year. Here's a quick look at how CSS isolation works in Razor Pages and the kind of problem that i...
UK and allies hold Chinese state responsible for pervasive pattern of hacking Chinese state-backed actors were responsible for gaining access to computer networks around the world via Microsoft Exchange servers.
Using App Roles with Azure Active Directory and Blazor WebAssembly Hosted Apps Let's explore how we can use App Roles with Azure Active Directory and Blazor WASM Hosted apps to increase application's security.
Top 23 Best Public Datasets for Practicing Machine Learning Find out which public real-world datasets are best for practicing applied machine learning, deep learning and data science.
263: Building Computers Frank and I decided to build and upgrade our computers. How did we decide what to build and what are we building them for?
erikgrinaker/toydb Distributed SQL database in Rust, written as a learning project - erikgrinaker/toydb
What is GitHub Copilot? It's time to take a break, stretch our legs, grab a drink, and maybe even join in some interesting conversations around the water cooler as Michael goes off script, Joe is very confused, and Allen insists that we stay on script.
Cyber-attack - Short Édition Information about the cyber-attack On Sunday June 26th, Short Édition's Amazon hosted servers were the target of a large-scale cyber-attack in the early morning. Our site has been intentionally - Short Édition
Last Week on My Mac: The perils of M1 Ownership The primary admin account on an M1 Mac is its Owner, responsible for authorising the installation and use of second operating systems. Here’s what can go wrong with Ownership.
Introducing C# 10: Seal overriden ToString() method on records Introduction Microsoft has introduced last year records. Which a new way to declare object. Records...