Do You Want a Visual Studio Dashboard of Customizable Widgets? -- Visual Studio Magazine The Visual Studio dev team is investigating and seeking input on a dashboard to minimize coding distractions and consolidate communications, coding workflow and other resources into one place.
Visual Studio 17.1 Preview 2 is now available! - Visual Studio Blog Today, we’re releasing Visual Studio 2022 17.1 Preview 2. We’ve continued to iterate on the themes of the Visual Studio 2022 release and have enhanced existing features, brought new productivity improvements, and made it easier for you to make Visual Stud...
.NET Framework January 2022 Security and Quality Rollup Updates - .NET Blog Yesterday, we are released the January 2022 Security and Quality Rollup Updates for .NET Framework. Security CVE-2022-21911 – .NET Framework Denial of Service This security update addresses an issue where an unauthenticated attacker could cause a denial o...
Fireside chat with Professor Dan Boneh - Crowdcast Professor Dan Boneh (Stanford), co-inventor of pairing-based cryptography, shares thoughts on the past, present and future of zero knowledge proofs, STARKs, SNARKs and cryptography.
Visual Studio Feedback Revamp Prompts MUCH Feedback on Feedback Responsiveness -- Visual Studio Magazine In announcing an internal revamp of Visual Studio's 'Send Feedback' functionality, Microsoft received a bunch of feedback about problems with how the company handles feedback.
Bring More Power to your Web APIs with the Power Platform https://aka.ms/dotNETConf2021-GetdotNET6Is your API getting as much use as it could? Low code technology is emerging as a primary way to develop applications...
blog/free-trial-expired.adoc at main · chrisdutz/blog Contribute to chrisdutz/blog development by creating an account on GitHub.
Making nice-looking and interactive diagrams for your PCBs - mind.dump() I have always liked pinout diagrams like this: Arduino Nano Pinout. Source: http://www.pighixxx.com/test/wp-content/uploads/2014/11/nano.pngThey work quite well, there is all the information and they look nice. However, they work only when you have pins o...
In MySQL, never use “utf8”. Use “utf8mb4”. Today’s bug: I tried to store a UTF-8 string in a MariaDB “utf8”-encoded database, and Rails raised a bizarre error:
Semantic Versioning is overrated. Take ownership over dependencies. Package Managers (npm, nuget, pip, composer, maven, etc) are an incredible tool for leveraging other libraries and frameworks into your products or projects....
Enable GC regions by default by mangod9 · Pull Request #59283 · dotnet/runtime This PR enables regions by default. Here are details on what the feature is about: #43844. The previous segments based functionality is now enabled in the standalone gc (clrgc.dll). To switch to us...
How To Host a .NET Application For FREE Using Heroku (without containers) We constantly hear "You can't run .NET apps on anything but Windows!", and we're here to show you that's simply not true.Easily run a .NET 6 application on H...
Writing a Game Boy Emulator in OCaml For the past few months, I have been working on a project called CAMLBOY, a Game Boy emulator that runs in the browser.
Standing on the shoulders of giants: Let the compiler tell you what the ABI is - The Old New Thing A necessary (but not sufficient) condition for verifying that your handwritten assembly language conforms to the ABI is to compare it to something that definitely conforms to the ABI, namely, a compiler for that ABI. In my various historical CPU architect...
Diskless infrastructure in beta (System Transparency: stboot) - Blog | Mullvad VPN Diskless infrastructure using stboot (in beta) is now available on a pair of WireGuard servers in Sweden.
Tips for working with debug symbols for .NET and C++ in Visual Studio 2022 Increase the efficiency of your debugging by taking full control over debug symbols. These demos explore the finer points of VS Symbol Settings in order to d...
How We Saved 70K Cores Across 30 Mission-Critical Services (Large-Scale, Semi-Automated Go GC Tuning @Uber) Introduction As part of Uber engineering’s wide efforts to reach profitability, recently our team was focused on reducing cost of compute capacity by improving efficiency. Some of the most impactful work was around GOGC optimization. In this blog we want ...
Blockchain-based systems are not what they say they are If you go out seeking to learn why blockchains and the systems built atop them are apparently the future of our web, you’ll begin to see some common themes. These fall apart under further scrutiny.
Implementing a file pager in Zig: Reclaiming memory Up to this point, we focused on reading data from the disk, we can do that up to a point. Eventually we’ll run out of memory (assuming that the databas...
The Catch Block #89 - Tech Demos, Preparation, and Middle School Show Choir Seventh grade prepared me for this. Plus: SQL Sequence numbers; VS 2022 formatting on save; multi-tenant applications; and CQRS/ES.
Running Whole Blazor App in Razor Pages Project Hey Programmers, In this video, I am showing how we can run your whole Blazor application in a Razor Pages project.GitHub - https://github.com/CuriousDrive/B...
Added 5 new sponsorships to the batch We are fans of sponsoring people working on open-source libraries we use on elmah.io. Here's a quick update on the recent 5 members in the batch.
Security Tip: Should You Block Compromised Passwords? [Tip#13] Blocking Compromised (Pwned) Passwords forces your users to use strong passwords, but is it the right choice for your app?
GitHub - deadpixi/ergex: The Ergex Regular Expression Library The Ergex Regular Expression Library. Contribute to deadpixi/ergex development by creating an account on GitHub.
Tuple in C# - Code Maze In this article, we'll deconstruct the concept of tuples in C#. we are going to cover how to create and access tuples and nested tuples.
Waifu Labs - Welcome to Waifu Labs v2: How do AIs Create? How does an A.I. generate waifus and husbandos? Utilizing the power of machine learning algorithms, see how we taught an A.I. to make these magic anime portraits in the form of generative art.
CryptoHack – Home A fun, free platform to learn about cryptography through solving challenges and cracking insecure code. Can you reach the top of the leaderboard?
5 design principles for microservices | Red Hat Developer The microservice-oriented application is a powerful model for large-scale software systems. Learn five key principles to implement one effectively.
Tips for More Efficient .NET Logs In this article we cover important topics regarding logs—how to implement them effectively, best practices and ensuring relevance for future data analysis.
ASP.NET Community Standup - Blazor WebAssembly on .NET 6 Join Blazor creator Steve Sanderson for a special look at Blazor WebAssembly on .NET 6. Community Links: https://www.theurlist.com/blazor_community_standup_j...
DateTime as a Value Object When teaching DDD, I often use DateTime as a good example of a value object. This article details some of the lessons one can learn from this common .NET data structure.
Monsters Weekly 235 - Programming Workflows with Azure Durable Functions Here’s a quick primer on creating your first Durable Function in Azure Functions. We’ll have a quick look at the payload that is automatically returned in the sample project code, and start to dive in
Adding Clarity To .NET Minimal Hosting APIs Using deconstruction to add more clarity to .NET’s minimal hosting apis.
Building a Blog with Next.js Next.js may be the best React framework for building your blog. Among the benefits are performance, bundle size and SEO. Let’s build one!
Replicated Log Keep the state of multiple nodes synchronized by using a write-ahead log that is replicated to all the cluster nodes.
How to write performant React code: rules, patterns, do's and don'ts Performance and React! Such a fun topic with so many controversial opinions and so many best...
Why non-defaultable value types are needed in C# This post looks at why non-defaultable value types are needed in C# and what problems can be solved by having it
Adversarial Wordle @ Things Of Interest An adversarial version of the excellent Wordle. You have unlimited guesses. More information.
Helping team members deal with Imposter Syndrome I have been thinking about Imposter Syndrome quite a bit lately and how it can ...
The WebSocket Handbook: learn about the technology behind the realtime web | Ably Blog: Data in Motion Learn about the core building blocks of the WebSocket technology and discover the benefits of event-driven architectures with WebSockets.
Sourcegraph Adds code intelligence to GitHub, GitLab, and other hosts: hovers, definitions, references. For 20+ languages.
Entity Framework Community Standup - The EF7 Plan The plan for EF7 has been published. In this episode, the EF Core/.NET Data team will review the details of the plan and answer live questions about the road...
install script does rm -rf /usr for ubuntu · Issue #123 · MrMEEE/bumblebee-Old-and-abbandoned An extra space at line 351: rm -rf /usr /lib/nvidia-current/xorg/xorg causes the install.sh script to do an rm -rf on the /usr directory for people installing in ubuntu. Totally uncool dude!!! The ...
dsq: Commandline tool for running SQL queries against JSON, CSV, Excel, Parquet, and more. What is DataStation?DataStation is an open-source data IDE for developers. It allows you to easily build graphs and tables with data pulled from SQL databases, logging databases, metrics databases, HTTP servers, and all kinds of text and binary files. Nee...
Visual Studio 2022 Now Does Automatic Code Cleanup on File Saves -- Visual Studio Magazine One nifty little feature in the brand-new Visual Studio 2022 17.1 Preview 2 is automatic code cleanup on save.
Axelar Begins Rollout of Public Mainnet Launch for February 2022, Bringing Decentralized Interoperability to Ethereum, Avalanche, Terra, Moonbeam and others | Axelar Network 11 January 2022 - Axelar, the universal decentralized interoperability network connecting all blockchain ecosystems, applications, assets, and users, has