The 17-Klein Bottle - Numberphile 17 Klein Bottles become 1 - featuring Cliff Stoll and the glasswork of Lucas Clarke. More links & stuff in full description below ↓↓↓ More Cliff videos: http://bit.ly/Cliff_Videos More Klein Bottle videos: http://bit.ly/KleinBottles Buy glassware from ...
In depth guide to running Elasticsearch in production In this post, I discuss in-depth information on how to manage elasticsearch in production
The Zen of Go | Dave Cheney This article was derived from my GopherCon Israel 2020 presentation. It’s also quite long. If you’d prefer a shorter version, head over to the-zen-of-go.netlify.com.
Should you self-host Google Fonts? A deep dive into the performance implications of using Google Fonts (good and bad) and whether self-hosting is better.
Shared Source CLI Essentials: David Stutz, Ted Neward, Geoff Shilling: 9780596003517: Amazon.com: Books Shared Source CLI Essentials [David Stutz, Ted Neward, Geoff Shilling] on Amazon.com. *FREE* shipping on qualifying offers. <div> Microsoft's Shared Source CLI (code-named Rotor ) is the publicly available implementation of the ECMA Common Language Infras...
Entity Framework Weekly Status Updates (2020) · Issue #19549 · dotnet/efcore This issue contains status updates from the Entity Framework team to provide insight into what we are focused on, progress made, and other interesting highlights from the week. More Information Bro...
OpenVPN Client Connect For Windows | OpenVPN By accessing this website, you agree to our data policy and privacy policy Learn More
A Simple Range Proof From Polynomial Commitments - HackMD $$ \def\Fp{\mathbb{F}_p} \def\FF{\Fp^{\scriptscriptstyle{(<n)}}[X]} \def\com{\mathbf{com}} \def\ran
Entity Framework Weekly Status Updates (2020) · Issue #19549 · dotnet/efcore This issue contains status updates from the Entity Framework team to provide insight into what we are focused on, progress made, and other interesting highlights from the week. More Information Bro...
Recreating 3 Seconds of STAR WARS (Green Screen Model) This Episode ► Watch us attempt to recreate 3 seconds of Star Wars (1977) footage. Not with Drones or 3d graphics, but with the TIE fighter model I built as a 12 year old. Recommended Gear: Venus Optics Laowa 12mm f/2...
Ella: A Vibrator You Control From Your Phone Ella comes with an app, putting vibrations one tap away. For solo or partner play, in the same room or around the world.
How do you do multiple inserts with npgsql (batch not serial) · Issue #2779 · npgsql/npgsql Hey there, I had a look around google for howto do something relatively simple like: INSERT INTO order_side (id) VALUES ('OTHER'),('MARKETSALE'),('MARKETBUY'),('LIMITBUY...
Entity Framework Weekly Status Updates (2020) · Issue #19549 · dotnet/efcore This issue contains status updates from the Entity Framework team to provide insight into what we are focused on, progress made, and other interesting highlights from the week. More Information Bro...
Entity Framework Weekly Status Updates (2020) · Issue #19549 · dotnet/efcore This issue contains status updates from the Entity Framework team to provide insight into what we are focused on, progress made, and other interesting highlights from the week. More Information Bro...
Discussion on lazy-loading of navigation properties · Issue #3797 · dotnet/efcore Note: Issue #10509 has been created to track actual work on lazy-loading. The new issue is locked so that it can be subscribed to for updates on the implementation without noise. This issue has bee...
Software platform dependency analysis with F# and Neo4j It's common for software platforms to consist of many deployed services that communicate with each other and connect to resources over the…
VSTS build failed with nuget buildwebcompiler · Issue #354 · madskristensen/WebCompiler Hi @madskristensen Could you have look please I enable compile on build as seen in the picture below. My scss got compile nicely. Then when i check in the code to source control for DevOps continuo...
Introduction :: Learn TLA+ TLA+ is a formal specification language. It’s a tool to design systems and algorithms, then programmatically verify that those systems don’t have critical bugs. It’s the software equivalent of a blueprint.
Episode 45 - Migrating Stack Overflow to .NET Core with Nick Craver In this episode of The .NET Core podcast we talked with Nick Craver about the on-going migration of Stack Overflow to .NET Core
Under the hood of “Default Interface Methods” 'Default Implementations in Interfaces', sometimes referred to as just 'Default Interface Methods' (DIM) appeared in C# 8. In case you've never heard of the feature, here's some links to get you started:
MongoDB Transactions in .NET Applications This post gives you a general idea on Database Transactions, defines what transactions in MongoDB are and explains how to run your MongoDB as a replicaset. You will also learn how to use MongoDB Transactions in a .NET application.
Inrupt, Tim Berners-Lee's Solid, and Me For decades, I have been talking about the importance of individual privacy. For almost as long, I have been using the metaphor of digital feudalism to describe how large companies have become central control points for our data. And for maybe half a deca...
DDD East Midlands Conference 2020: Call for Speakers / Call for Papers (CfP) @ Sessionize.com Sessionize is the smart way to manage Call for Papers, Speakers and Agenda for your conference.
hediet/vscode-debug-visualizer An extension for VS Code that visualizes data during debugging. - hediet/vscode-debug-visualizer
Part 1 - Introduction and Setting up the REPL As a web developer, I use relational databases every day at my job, but they’re a black box to me. Some questions I have: What format is data saved in? (in memory and on disk) When does it move from memory to disk? Why can there only be one primary key pe...
Daniel Rubino on about.me I am a Microsoft specialist, writer, and Executive Editor in Massachusetts. Visit my company website.
Veniqa - Open-source E-commerce Solution. Built using MEVN Stack (Node.js, Express.js, Vue.js, MongoDB) and more. 100% Code Customizable. Veniqa - Open-source E-commerce Solution. Built using MEVN Stack (Node.js, Express.js, Vue.js, MongoDB) and more. 100% Code Customizable.
ErikEJ/EFCorePowerTools Entity Framework Core Power Tools - reverse engineering, migrations and model visualization for EF Core - ErikEJ/EFCorePowerTools
Am I generating email link tokens correctly? I am developing a reliable system for token generation and validation used mainly for links in confirmation emails (reset password request, change email flow, activate an account, etc...). There a...
Do CPU credits exist for c5d.large instances? And if not, why not? I've been paranoid that the websocket feed I was listening to on a t3.micro instance was being inhibited by cpu steal time from other instances under the same hypervisor. So I switched over to a c5d.
auto as a template argument placeholder for a function parameter C++20 allows using auto for function parameter type. Does it also allow using auto as a template argument placeholder (not similar, but in the spirit of C++17 template<auto> in a way) for fu...
Can I safely update Windows 10? I remember reading in the news that some Windows 10 update destroys your installation a couple of weeks ago. Currently, I am on Version 1909 (Nov 17 2019) Build 18363.592. Is it safe to run the up...
Is the strcasecmp algorithm flawed? I am trying to reimplement the strcasecmp function in C and I noticed what appears to be an inconsistency in the comparison process. From man strcmp The strcmp() function compares the two strin...
Use xmm for stack prolog zeroing rather than rep stos by benaadams · Pull Request #32538 · dotnet/runtime Use xmm registers to clear prolog blocks rather than rep stosd. rep stos does have a shallower growth rate so it will eventually overtake; however unlikely in the size range for the stack clearance...
Why in Linux the rights to execute the file doesn't work? I create a bash script in the user directory that, when executed, for example, displays the text "Hello world". At the same time, I want to be able to execute it only myself (the owner of the file)...
microsoft/electionguard ElectionGuard is a set of open source software components that can be used to create and publish end to end veriable elections as well create a publishable artifact for ballot comparison audits. -...
Channel 9 provides videos for developers, delivered by the people who work behind the scenes at Microsoft. Channel 9 is a community. We bring forward the people behind our products and connect them with those who use them. We think there is a great future in software and we're excited about it. We want the community to participate in the ongoing conversation. ...
What To Do When You Reach Number 1 On Hacker News - Blog by Jared Nelsen A reaction to having an article blasted across the entire internet
NimbleText Data Manipulation, Text Manipulation, Code Generation and Automation You can be more awesome at your job by keeping this tool always within reach.
TimeSnapper, automatic screenshot software, auto screen capture TimeSnapper is an Automatic Screenshot Journal. Play back your week just like a movie. Track time and get a productivity scorecard with a grade for each day! Use it to improve yourself
Homepage | Plaid Develop the future of fintech with Plaid, the technology layer for financial services. Plaid enables applications to connect with users’ bank accounts.
Vue Vixens - Workshops for Foxy People to Learn Vue.js Vue Vixens - Workshops for Foxy People to Learn Vue.js