Ultra FP64 – The Worlds First FPGA N64 This has been Five years in the making and written fully by myself. No leaks were used for the production of this core. Only emulators, reverse engineering and a lot of reading of patents. Coffee was overused as well
A billion deaths at two degrees? Why climate activists should make a special effort to get the science right - Mark Lynas The world owes a great debt to Extinction Rebellion. XR's heyday protests in London helped deliver a UK net zero commitment, forcing many other countries to adopt similar targets. XR has already changed the world - if governments stick to these targets, w...
Not Always the Best Idea – view source In the context of data engineering we have our share of foot guns. One of those foot guns that I run into the most are stored procedures and views. In a team data engineering environment their nature is not conducive to effective work.
Relative Cost / Benefit of an Investment - Byte Tank Simple heuristic to breakdown the lifetime cost / benefit on an investment
Integrating dynamic binaries in macOS apps - Alin Panaitiu It's morning, 8:01am. A bit cold, as the fire has long stopped burning in the fireplace and the stone has lost its heat. Cora, the dog, is sleeping alone on the floor. Belly up as well, she seems to enjoy the cold. My wife is still snoozing so I have to c...
Iterating on a business idea I’m a man of many, many, many ideas. I have a long list and a variety of interests. I’ve always wanted to start and more importantly run a successful small business. To build a product, get it to market and run with it. I’ve been apart of a few consultanc...
People Can't Care About Everything I originally posted an even more snarky response to this, but later deleted it when I realized they were just a teenager. Kids do not have decades of experience with buggy drivers, infuriating edge-cases, and broken promises necessary to understand and co...
The Dawn of LLM-Powered personal assistants: pioneering a new platform economy The article delves into the evolving platform economy where digital platforms, such as ChatGPT powered by Large Language Models (LLMs), serve as intermediaries connecting stakeholders. These platforms, unlike traditional pipelines, leverage digital techno...
Zig is now also a Windows resource compiler The latest development version of Zig can now compile (and cross-compile) Windows resource files and embed manifest files
#96 Coding Clean et Safe avec ASP.NET Core 8 Anthony Giretti vient nous présenter son dernier livre "Coding Clean, Reliable, and Safe Rest Apis With Asp.Net Core 8".
.NET | Easiest way to run background jobs with Hangfire Free Detailed design newsletter:- https://voleinic.substack.comFeel free to support the channel on Patreon:- https://www.patreon.com/OleinicVasiliiIn this vi...
Blazor Unit Testing – Dev Leader Weekly 14 Welcome to another issue of Dev Leader Weekly! We'll dive into Blazor unit testing in this issue, including how to use xunit and bunit for our tests!
F-Droid - Free and Open Source Android App Repository F-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform. The client makes it easy to browse, install, and keep track of updates on your device.
We have used too many levels of abstractions and now the future looks bleak Published on 2023-10-21. Modified on 2023-10-21.
Mitigating the Hetzner/Linode XMPP.ru MitM interception incident (If you just want some recommendations for what to do, skip down to the Recommendations section below.)
Progress on no-GIL CPython Back at the end of July, the Python steering council announced its intention to approve the proposal to make the global interpreter lock (GIL) optional over the next few Python releases. The details of that acceptance are still being decided on, but work...
CQRS Pattern With MediatR Today I want to show you how to use the CQRS pattern to build fast and scalable applications. The CQRS pattern separates the writes and reads in the application. This separation can be logical or physical and has many benefits. I'm also going to show you ...