AT2 demonstrator Asynchronous Trustworthy Transfer (AT2) is a research project developed at Prof. Rachid Guerraoui's Distributed Computing Lab, at EPFL. It is a new way to transfer assets (such as coins) throughout a network of potentially ...
With Windows App SDK Update Coming, Microsoft Lauds Growing Ecosystem -- Visual Studio Magazine With Windows App SDK v1.1 coming up soon, Microsoft is showing some love to vendors who have contributed to a growing ecosystem of third-party components, controls and other offerings for the Windows app development scheme.
.NET 💜 GitHub Actions Hi friends, I put together two posts where I’m going to teach you the basics of the GitHub Actions platform. In this first post, you’ll learn how GitHub Actions can improve your .NET development experience and team productivity. I’ll show you how to use t...
Building a simple Tweet Bot using Azure Logic Apps This post is about building a simple tweet bot using Azure Logic Apps. Azure Logic Apps is Low code / No code serverless service from Microsoft Azure. In this post I will be building a Tweet bot which look for #dotNETLovesMe hash tag and retweets them.
The post-quantum future: challenges and opportunities The story and path of post-quantum cryptography is clear. But, what are the future challenges? In this blog post, we explore them
Writing an OS in Rust This blog series creates a small operating system in the Rust programming language. Each post is a small tutorial and includes all needed code.
C# in 100 Seconds C# or C-Sharp is the programming language behind .NET (dotnet) and the Unity framework. It was created at Microsoft as a C-like object-oriented language and ...
Disable SHA1 signature creation and verification by default (78fb78d3) · Commits · Red Hat / centos-stream / rpms / openssl Set rh-allow-sha1-signatures = yes to re-enable Resolves: rhbz#2031742 Signed-off-by: Clemens Lang
GitHub - orioledb/orioledb: OrioleDB – building a modern cloud-native storage engine (... and solving some PostgreSQL wicked problems) OrioleDB – building a modern cloud-native storage engine (... and solving some PostgreSQL wicked problems) - GitHub - orioledb/orioledb: OrioleDB – building a modern cloud-native storage engine (.....
#TechForUkraine Movement to support Ukrainian Non-profits with technology and make them stronger and more resilient in the face of crisis.
RavenDB: Domain Modeling and Data Persistency Dejan Miličić is talking with André Baltieri about data modeling and data persistency.
GitHub - zdimension/embed-c: Embed C code at compile time inside Rust using C2Rust Embed C code at compile time inside Rust using C2Rust - GitHub - zdimension/embed-c: Embed C code at compile time inside Rust using C2Rust
GitHub - ZacharyPatten/dotnet-console-games: Game examples implemented in .NET console applications primarily for educational purposes. https://zacharypatten.github.io/dotnet-console-games Game examples implemented in .NET console applications primarily for educational purposes. https://zacharypatten.github.io/dotnet-console-games - GitHub - ZacharyPatten/dotnet-console-games: Game e...
25 Malicious JavaScript Libraries Distributed via Official NPM Package Repository A new batch of malicious JavaScript libraries has been found in NPM's package repository.
Debugging C# in Visual Studio - Code Maze Debugging in Visual Studio is the process of running our code step by step in a debugger and identifying, analyzing, and removing errors.
XAML Fundamentals for Web and Mobile: ListView An Introduction to XAML Beginners Series. We take you through the fundamentals of XAML and how you can bring your code to the Web. First we tackle ListView.
30 Days of PWA - Learning Series about Progressive Web Apps For 30 days, we publish articles that aim to introduce developers to Progressive Web App. We have content that covers 0-level to 200-level topics. Each post takes 5-10 minutes to read and is followed by a sample snippet or exercise.
Alias: An approach to .NET Assembly Conflict Resolution Many .NET applications and frameworks support a plugin based model. Also known as “add-in” or “extension” model. A plugin model allows…
#TechForUkraine Movement to support Ukrainian Non-profits with technology and make them stronger and more resilient in the face of crisis.
Agenda - NDC Melbourne 2022 | Conference for Software Developers NDC Melbourne is a 5-day event taking place at Melbourne Convention and Exhibition Centre from 20-24 June 2022
Making a Tor Version of Your Site Converting your clearnet service (that's Tor lingo for a normal website) to an onion service might be easy or it might take a lot of work depending on your service and how it functions.
Why Can’t We Agree On What’s True? | Dr. Ian O'Byrne This is not as simple as distrust. Digital platforms and ubiquitous access to these spaces have ushered in a new public mindset that ends in a refusal to accept any mainstream or official account of the world. This also includes being instinctively suspic...
Squirrels ala carte Systemically, I'm concerned that there is a lack of professional liability, rigorous industry best practices, and validation in the software industry which contributes to why we see Boeings flying themselves into the ground, financial firms losing everyon...
How to be miserable after a breakup 1. Text her, often You don't want her to get away. There's probably still hope. Whether you broke up with her or she with you, you need to try everything in your power to win her back. It doesn't matter if she isn't responding -- be persistent. If she as...
Gnome Clipboard History Gnome Clipboard History (GCH) is a Gnome extension that saves what you’ve copied into an easily accessible, searchable history panel. The primary innovation over existing clipboard managers is the use of a compacting log for persistent storage.
Eventually consistency and cache What is it? Eventually consistency is a fancy name of doing something and only expecting the changed state after a while. And there is a guarantee that you will eventually get the expected state. Hence, consistency. But that won’t work well with caching. ...
Gödel's Incompleteness Theorem, in Bash Gödel’s first incompleteness theorem states that there are mathematical statements thatcan neither be proven or disproven. His proof is fairly difficult toun...
Building meaningful relationships with remote colleagues I have a diary. I’ve been writing on it somewhat regularly since 2014. I find it extremely useful and I think everyone should at least give it a try. I do it for two reasons: When writing, a diary is a great tool for organizing thoughts and making decisio...
HPKE: Standardizing public-key encryption (finally!) HPKE (RFC 9180) was made to be simple, reusable, and future-proof by building upon knowledge from prior PKE schemes and software implementations. This article provides an overview of this new standard, going back to discuss its motivation, design goals, a...
Moving the kernel to modern C Despite its generally fast-moving nature, the kernel project relies on a number of old tools. While critics like to focus on the community's extensive use of email, a possibly more significant anachronism is the use of the 1989 version of the C language ...
Firearms have overtaken car crashes as main cause of premature US trauma deaths. Firearm homicides also increased, rising from 11,493 deaths in 2009 to 13,958 in 2018, equivalent to 633,656 years of potential life lost in 2018, up from 554,260 in 2009. : science Displaying this as "633,656 years of potential life lost" is completely disingenuous because it does not accurately convey data to the casual observer.
Elevator.js Are you sick of clicking 'back to top' buttons on websites, and being lifted to the top without a real elevator experience? Elevator.js is here to help.