Those pesky pull request reviews No one wants to review pull requests. This is a sign of a deeper problem than “people aren’t following the process”
Some opinionated thoughts on SQL databases People who work with me tend to realize that I have Opinions about databases, and SQL databases in particular. Last week, I wrote about a Postgres debugging story and tweeted about AWS’ policy ban on internal use of SQL databases, and had occasion to disc...
My Self-Taught Tech Career - Work & Life Notes Unfortunately, while on a work permit, one cannot change jobs easily. So while my permanent residency papers were processing, I had some time to think on an
Friendship Cards <p>I passed out business cards to much of my college’s freshman class during my first month of undergrad. I called them friendship cards.</p>
bitwarden/desktop The desktop vault (Windows, macOS, & Linux). Contribute to bitwarden/desktop development by creating an account on GitHub.
Online privacy: What you need to know about keeping your personal data secure ZDNet Security Update: Danny Palmer talks to Troy Hunt, digital security advisor to NordSec, about how online habits are changing and how to protect yourself...
Online privacy: What you need to know about keeping your personal data secure Online privacy: What you need to know about keeping your personal data secure
Multiple hosts and target server type feature by vonzshik · Pull Request #3607 · npgsql/npgsql Closes #732 Closes #3612 Supersedes #3434 Was done under impression of #3434 as an attempt to make sense on how it's supposed to work. The only missing feature is updating the server's stat...
Time-lock encryption · Gwern.net How do you encrypt a file such that it can be decrypted after a date, but not before? Use serial computations for proof-of-work using successive squaring, chained hashes, or witness encryption on blockchains.
Using TwentyThree video service with Episerver Videos and well executed webinars are key tools in achieving a higher engagement and conversion rate from your visitors and customers. TwentyThree is a powerful video hub and webinar service. I was lucky enough to get an account and access to their API an...
Support | Dell US Get support for your Dell product with free diagnostic tests, drivers, downloads, how-to articles, videos, FAQs and community forums. Or speak with a Dell technical expert by phone or chat.
Google collects 20 times more telemetry from Android devices than Apple from iOS | The Record by Recorded Future Academic research published last week looked at the telemetry traffic sent by modern iOS and Android devices back to Apple and Google servers and found that Google collects around 20 times more telemetry data from Android devices than Apple from iOS.
JaxDug: Routing In Azure with Giraffe and F# - Andrew Carver Meeting link: https://www.meetup.com/jaxdug/events/msctdpyccgblb/In this session, we will cover setting up an F# API with Griaffe and F#. As we explore this ...
Eclipse Foundation Takes Over Visual Studio Marketplace Alternative -- Visual Studio Magazine The Eclipse Foundation has taken over the Open VSX Registry, described as a vendor-neutral alternative to Microsoft's Visual Studio Marketplace site that includes thousands of extensions for the company's open source, cross-platform Visual Studio Code edi...
On .NET Live - .NET Framework to .NET Core Migration On .NET Live - .NET Framework to .NET Core Migration
Languages & Runtime Community Standup - The C# language design process In this stand-up, Mads Torgersen will join us to talk about how the C# programming language is being designed. Bring your questions about the process and the...
Roxel, Münster, North Rhine-Westphalia, Germany - Bing Maps Map multiple locations, get transit/walking/driving directions, view live traffic conditions, plan trips, view satellite, aerial and street side imagery. Do more with Bing Maps.
Computers, Monitors & Technology Solutions | Dell USA Shop the latest Dell computers & technology solutions. Laptops, desktops, gaming pcs, monitors, workstations & servers. FREE & FAST DELIVERY
FatFace Disclosed Data Breach; Turns Out It Suffered Ransomware Attack What the British retailer FatFace disclosed as data breach turns out a ransomware attack by Conti gang. FatFace paid the ransom too.
Tooling Vendors Immediately Support Project Reunion 0.5 -- Visual Studio Magazine Some organizations are already supporting the milestone release, designed to simplify Windows desktop development, with 'ecosystem technologies.' Here's an update on what's out there now and what's coming.
Introducing 'innernet' | tonari blog Nurture and shape your own private networks with simple, free, open-source infrastructure
Documenting APIs with OpenAPI/Swagger [15 of 18] | Beginner's Series to: Web APIs Documenting APIs with OpenAPI/Swagger [15 of 18] | Beginner's Series to: Web APIs
Using COPY command with Azure Synapse Analytics SQL Dedicated Pool | Developer Support Orrin Edenfield walk us though using the COPY command to import data into a data warehouse table for use by data consumers. Azure Synapse Analytics includes many features and capabilities, among those is the COPY command which makes copying data into a da...
Angular Language Service for Visual Studio Update | Visual Studio Blog Last August, the JavaScript/TypeScript tools team released the Angular Language Service for Visual Studio customers. We wanted to appeal to the many ASP.NET/ASP.NET Core users that are building their front-end projects with Angular. Though there was a lot...
Cloudflare’s WAF is recognized as customers’ choice for 2021 Cloudflare has been recognised as Gartner Peer Insights Customers’ Choice for WAF vendor in 2021 by Gartner.
Recovering a full PEM Private Key when half of it is redacted The @CryptoHack__ account was pinged today by ENOENT, with a CTF-like challenge found in the wild: Source tweet. Here’s a write-up covering how given a partially redacted PEM, the whole private key can be recovered.
Unsplash is being acquired by Getty Images I’m excited to share Unsplash is being acquired by Getty Images today. The reason I’m excited about this acquisition is because it’s not goodbye, it’s about acceleration. This is not one of those tech acquisitions where the company is bought to be shut do...
Browse all - Learn Learn new skills and discover the power of Microsoft products with step-by-step guidance. Start your journey today by exploring our learning paths and modules.
C++ coroutines: Basic implementation of a promise type | The Old New Thing Last time, we diagrammed out how the pieces of a coroutine fit together. Today we’ll fill in the diagram with code. Fortunately, most of the hard work has already been done for us by the result_holder class we already wrote. We just need to adapt it to th...
Easily Set Up Tailwind CSS with Vanilla JavaScript in 10 Minutes It only takes a few minutes to set up Tailwind CSS with Vanilla JavaScript! You've probably used Tailwind CSS with a framework like React or Vue, but have yo...
C# 9 top-level programs and target-typed expressions - Red Hat Developer Discover the new features in C# 9: top-level statements and target-typed new and conditional expressions. These features make C# less verbose and can be used in everyday programs.
gruns/icecream 🍦 Never use print() to debug again. Contribute to gruns/icecream development by creating an account on GitHub.
Build Zero Trust rules with managed devices Starting today, your team can use Cloudflare Access to build rules that only allow users to connect to applications from a device that your enterprise manages.
Viewing app configuration using Oakton's Describe command and Spectre.Console In this post I introduce Oakton's describe command, and show how to create an extension that prints your application's configuration to the console.
Official PHP Git server targeted in attempt to bury malware in code base | ZDNet The cyberattack has prompted a rapid and permanent move to GitHub.
Blazor WebAssembly : SignalR - Sending Messages to Specific Clients - EP25 Hey Coders,In this tutorial, I am showing how you can define the list of users who you want to be recipients in ASP.NET SignalR. You can add user's userid (o...
Trimmed modification of the Harrell-Davis quantile estimator A modified version of the Harrell-Davis quantile estimator with better robustness
Using React with D3.js When I visualize data on the web, my current favorite environment is using D3.js inside of a React.js application. These two technologies are notoriously tricky to combine. The crux of the issue is that they both want to handle the DOM.
AT&T lobbies against nationwide fiber, says 10Mbps uploads are good enough AT&T admits fiber is most "future-proof" but wants US to fund slower networks.
.NET GC Internals - 09. GC roots The last main episode of the .NET GC Internals series explaining a real in-depth knowledge how .NET GC works. In this episode I will cover the internals of d...
Integration with On-Premises Data Sources in Azure Synapse Analytics | Developer Support Orrin Edenfield explores the integration of on-premises data sources in Azure Synapse Analytics. Today many organizations are cloud hybrid in nature so they need to read from and write to on-premises data stores including file systems and relational datab...
Harder, Better, Faster, Stronger Builds Tue, Mar 30, 2021, 6:00 PM: Don't you wish Daft Punk managed your builds and deployments? There are so many traps to watch out for, and in this talk I hope you'll Get Lucky as we take a tour Around Th
How I Got Into Computers IT Pro Edition This is another in a series about how I got into computers and how my career has unfolded.
Sands of MAUI: Issue #2 Welcome to the Sands of Maui—newsletter style issues dedicated to bringing together latest .NET MAUI content relevant to developers.
Naming, Versioning and Releasing Project Reunion and Windows UI - Nick's .NET Travels As the first release of Windows UI 3.0 is imminent, there’s a bit of a dialogue going on about its relationship with the parent project, Project Reunion. More specifically the conversations focus on topics like naming, versioning and release planning. In ...
Jump-starting Migration to .NET Core with Upgrade Assistant Let’s review Microsoft’s new Upgrade Assistant for migrating your projects to .NET Core, along with some tips for helping the process.
Hello, HPy Welcome to the shiny new HPy blog! HPy has been around for a while now. The initial discussion started during EuroPython 2019, in the good old times when we could still go to conferences and have real
Who Is Responsible For Building Tests? - Redgate Software When you begin to automate your deployments, you're also going to start automating your testing. After all, a deployment, in and of itself, is a test.
Add Developer PowerShell and Developer Command Prompt for Visual Studio to Windows Terminal Windows Terminal is great, I use it for all my command line work. It automatically detects new shells that are installed on your system, like the shell for Ubuntu or PowerShell Core 7. Unfortunately, it doesn't detect the Developer Command Prompt and Deve...
birchb1024/frangipanni Program to convert lines of text into a tree structure. - birchb1024/frangipanni
USB 3.0* Radio Frequency Interference on 2.4 GHz Devices White Paper: Notice of certain USB 3.0* devices and cables causing radio frequency interference to wireless devices operating in the 2.4 GHz ISM band.
Why Do Interviewers Ask Linked List Questions? • Hillel Wayne A couple years back I gave a talk on researching software history, using “linked list interview questions” as an example topic. Since referring people to a video is less accessible than just writing a blog post, I’ve reproduced the question here. So why d...
Project Reunion 0.5 Ships with WinUI 3 Desktop Dev Tooling -- Visual Studio Magazine Microsoft shipped a production-ready Project Reunion 0.5, which for the first time contains tooling for WinUI 3 desktop applications that are forward-compatible with future releases.
Bringing the Best of the Web to Your .NET Windows Apps with WebView2 WebView2 is Microsoft's new embedded web browser control, built on top of Microsoft Edge (Chromium). Come learn how you can easily enhance your .NET Windows ...
NAalytics/Assemblies-of-putative-SARS-CoV2-spike-encoding-mRNA-sequences-for-vaccines-BNT-162b2-and-mRNA-1273 RNA vaccines have become a key tool in moving forward through the challenges raised both in the current pandemic and in numerous other public health and medical challenges. With the rollout of vac...