SourceHut's second year in alpha sourcehut is a network of useful open source tools for software project maintainers and collaborators, including git repos, bug tracking, continuous integration, and mailing lists.
Moving my serverless project to Ruby on Rails Serverless is like a black hole. It promised exciting adventures, but the gravity sucked me in and I spend most of my efforts dealing with its complexity, in...
BetterExplained – Math lessons that click Most lessons offer low-level details in a linear, seemingly logical sequence. Better Explained focuses on the big picture — the Aha! moment — and then the specifics. Here’s the difference:
Top 9 Feature Engineering Techniques with Python In this article, we explore several optimization techniques and implement them in Python from scratch.
Facebook has taken the name of my open source project · Issue #30395 · facebook/react-native Hi, I'm Armin Sebastian, the maintainer of Label Actions, a GitHub app that Facebook has been using for the React Native repository. EDIT: I've seen some folks claiming that these are just ...
Can’t open apps on macOS: an OCSP disaster waiting to happen Two days ago, macOS users experienced worrying hangs when opening applications not downloaded from the Mac App Store. Many users suspected hardware issues with their devices, but as they took to social media, they found it was a widespread problem. And it...
anthonychu/serverless-streamr-blazor Contribute to anthonychu/serverless-streamr-blazor development by creating an account on GitHub.
How to deploy Blazor WASM & Azure Functions to Azure Static Web Apps With ASP.NET Blazor WebAssembly you can create .NET applications that run inside of the browser. The output of a Blazor WASM project are all static files. You can deploy these applications to static site hosts, such as Azure Static Web Apps and GitHub Pag...
Tutorial: Building a static web app with Blazor in Azure Static Web Apps Learn to build an Azure Static Web Apps website with Blazor.
Tutorials/Part 1 | ABP Documentation In this tutorial series, you will build an ABP based web application named Acme.BookStore. This application is used to manage a list of books and their authors. It is developed using the following tec
Simulation Erosion: A experiment Recently, I watched Sebastian Lague’s video on simulating erosion. However, his approach generated a 2 dimensional heightmap. At the same…
fszlin/certes A client implementation for the Automated Certificate Management Environment (ACME) protocol - fszlin/certes
.NET Conf 2020 and .NET 5 links .NET Conf 2020 is done and .NET 5 is finally here! Information about this release is spread across a bunch of blogs, videos and whatnot, so I thought of grabbing a bunch of links and put them in a post for quick reference.
The Prestige Trap For the past year, I've been on a leave of absence from college working on a startup. As I prepare for my return to school, what comes next…
An Interactive Introduction to Fourier Transforms Fourier transforms are a tool used in a whole bunch of different things. This is a explanation of what a Fourier transform does, and some different ways it can be useful.
Using Matrix to replace proprietary and centralized chat apps As you may know it, I am a fervent user of the chat protocol Matrix...
JS Bin A live pastebin for HTML, CSS & JavaScript and a range of processors, including SCSS, CoffeeScript, Jade and more...
Going Bark: A Furry’s Guide to End-to-End Encryption Governments are back on their anti-encryption bullshit again. Between the U.S. Senate’s “EARN IT” Act, the E.U.’s slew of anti-encryption proposals, and Australia’s ne…
Does Apple really log every app you run? A technical look Apple’s launch of macOS Big Sur was almost immediately followed by server issues which prevented users from running third-party apps on their computers. While a workaround was soon found by people on Twitter, others raised some privacy concerns related to...
Popular stock photo service hit by data breach, 8.3M records for sale Stock photo site 123RF has suffered a data breach after a hacker began selling a database containing 8.3 million user records on a hacker forum.
Remove allocations from IsCustomAttributeDefined by benaadams · Pull Request #44694 · dotnet/runtime Rather than going via CustomAttributeData.GetCustomAttributeRecords and creating an array, iterate the attributeTokens directly. Also has the advantage of early out rather than iterating every elem...
Open Source Is Not Free Software There is a big misconception, open source is not free software. This post on Hacker News made me realize that better. Being an open source developer is hard. Open source is an incredible thing. We all use it, but rarely think about what would happen if it...
How to improve your mathematical writing Having been a reviewer for numerous machine learning conferences now, there are some repeated issues I want to point out, concerning the way authors describe mathematical concepts in their papers. I hope that my suggestions will serve in particular those ...