LIWEST Netzsperren Netzsperren Liwest - Hier finden Sie die aktuelle Auflistung aller von LIWEST gesperrter Seiten!
Weird monitor bugs people sent me in the last 5 years - Alin Panaitiu Alin Panaitiu's notes and ramblings: short-form content on macOS apps, music and computers in general
Stringing together several free tiers to host an application with zero cost using fly.io, Litestream and Cloudflare The image was generated by putting the blog post title into DALL-E 2. Quite fitting! I have a side project called bostadsbussen. It scrapes property listings for the Swedish real estate market. The site needs to persist data in the form of user accounts, ...
Work apps need work data When you use apps for work, they rarely show you all the data that you need to get the full context of your work. And that's a shame because that information is often readily available to you, and could be integrated into your app.
Changes after 1 year of quitting Instagram. I learned the whole concept of not using social media after reading "Deep Work" by Cal Newport in 2018. It's an excellent book where the author lays out the ...
On Caching Elixir Beam files · Anantha Kumaran Nowadays it’s a standard practice to cache dependencies and compiled artifacts to improve CI build time. For Elixir apps, this would mean caching the contents of _build and deps. The compiler is smart enough to figure out what needs to be recompiled. This...
Technical Evaluation of a Startup In February of 2021 I was asked to do a technical evaluation for a startup. The team had 7-10 engineers but lacked senior technical leadership, and the investment team and CEO wanted to make sure they were on track. I've sent this to a few other fractiona...
Why are D-sharp and E-flat considered to be two different notes Each black key on the piano has two different names. Why? If the posts on r/musictheory are any indication, this is a persistent point of confusion, especially when music theory teachers get all pe…
Problem Details responses everywhere with ASP.NET Core and .NET 7 The Problem Details for HTTP APIs RFC provides a unified, machine-readable and standardized recipe for exposing error information out of your HTTP APIs – which is of course beneficial both for the API authors, as well as the integrating parties.
JSON Visio - Directly onto graphs Simple visualization tool for your JSON data. No forced structure, paste your JSON and view it instantly.
The end of Moore's law forced YouTube to make its own video chip Ranganathan and other Google engineers looked at the overall picture and realized transcoding (for YouTube) was consuming a large fraction of compute cycles in its data centers.
The biggest performance TRAP of LINQ in C# | .NET Tips 4 Let's take a look at the biggest performance trap of LINQ in C# and .NET
.NET 7 Serializer Performance Comparison: A King Is Born? Recently I needed to compare the current performance of .NET serializers for a project. In this video, I compare the current state of the serializers and pro...
How to create an ASP.NET Core Minimal API with VB.NET (there's no template) Visual Basic .NET (VB) is not dead, but it's not getting the same amount of love as C# or even F#. Luckily, all that is .NET can be used by all .NET languages including VB, so you can still use ASP.NET Core and Minimal APIs with the VB language.
ASP.NET Core 6: Handling gRPC exception correctly server side Introduction What an interesting subject! When we develop applications, it is necessary to manage errors...