The Mathematics of the Kalman Filter - Alan Zucconi This tutorial shows the complete derivation of the Kalman Gain, a critical quantity at the heart of every Kalman Filter.
Brute Force Development · Matt Layman Some tasks are laborious. With this article, I describe my attitude that I will apply on occasion to handle these tasks.
Tools I use: Eclipse — bayindirh This is first of a series of posts where I talk about the tools and technologies I prefer to use. They are not intended to be in-depth technical documents, but posts answering the questions like Why & How with the history behind it. As always, all comment...
NUMBER ONE VS Code Shortcut #shorts This is the one VS Code shortcut you HAVE to know.STAY IN TOUCH 👋Check out the Podcast - compress.fmNewsletter 🗞 - https://www.jamesqquick.com/newsletterLi...
The word ”impact” doesn’t have any impact at all | Tom Dehnel The growing use of the word “impact” to speak passively is weakening the English language. This week, I came across this press release on Twitter’s...
Using bitmaps to run interactive retention analyses over billions of events for less than $100/mo Instead of paying Mixpanel over $2K/month for retention reporting functionality in 2012 Amir Salihefendic (founder of Doist, makers of Todoist) built a clever hack to get the functionality he needed. He estimates Doist saved $100K+ on product analytics to...
Creating a JSON logger for Flask By default Flask writes logs to the console in plain-text format. This can be limiting if you intend to store your logs in a text file and periodically send them to a central monitoring service. For example, Kibana, only accepts JSON logs by default.
How to become a data engineer for free What do you need to know to become a data engineer? Does a data engineer need a degree? How can you get your first data engineering job?
Expanding the CAP Tradeoff Frontier at Scale tl;dr: Distributed systems must balance their needs for high availability and low latency with consistency guarantees; providing a mostly…
What's New for Blazor, ASP.NET Core in Latest .NET 7 Preview -- Visual Studio Magazine Blazor sports a new WebAssembly loading page and sees improvements to data binding and virtualization in the latest .NET 7 preview.
'Too many employees, but few work': Pichai, Zuckerberg sound the alarm Zuckerberg noticed that it was getting harder to get all the employees to attend a meeting as they were sometimes taking time out in a day for personal work
.NET Framework August 2022 Security and Quality Rollup Updates August 2022 Security and Quality Rollup Updates for .NET Framework
Instagram and Facebook can track anything you do on any website in their in-app browser · Felix Krause
Putting SOLID into Perspective This is the 3rd part of multi-part series where I’m formulating my thoughts about an ongoing initiative at MedeAnalytics. I started with a related post called On Giving Technical Guidance to Others…
VisualStudio.Extensibility: A New Way to Write Extensions Learn how you can write reliable extensions easily with the latest phase 2 additions to the new VS extensibility model.
Tailwind is an Anti-Pattern Let us open Schrödinger’s Box to see what’s inside. Spoiler: It’s a dead cat.
Man who built ISP instead of paying Comcast $50K expands to hundreds of homes Jared Mauch gets $2.6 million from gov't to expand fiber ISP in rural Michigan.
Just store UTC? Handling Time Zones & Daylight Saving Should you store dates & times in your database as UTC? It's pretty standard advice if you're working in a system that needs to record dates and times from m...
8088 MPH: We Break All Your Emulators One of my bucket list items since I read my first party report back in 1991 was to attend a european demoparty and compete in a compo. I competed at NAID ’96 and placed there, which was awes…
The AArch64 processor (aka arm64), part 12: Memory access and alignment The load and store part of the load/store architecture.
NEW RESEARCH: FISHING GEAR ACCOUNTS FOR AN ALARMING AMOUNT OF PLASTIC POLLUTION IN OCEANS New study by The Nature Conservancy and the University of California, Santa Barbara is first ever comprehensive estimate of ocean plastic pollution from industrial fishing activity.
Flags Attribute For Enum in C# - Code Maze In this article, we are going to learn about flags attribute in C#. We will see how we can use it with enumeration and compare a performance
New Pluralsight Course: JSON Web Token (JWT) Fundamentals Learn how to use JWTs securely with my latest course on Pluralsight: JWT Fundamentals.
Astro 1.0 | Astro Astro 1.0 is out now! Astro is a web framework for building fast, content-focused websites. Performance powered by Astro next-gen island architecture. Learn more about Astro 1.0 release, our new website, and what people are saying about Astro.
NVIDIA Special Address at SIGGRAPH 2022 Join NVIDIA’s CEO and senior leaders to get a glimpse into the future of AI-infused virtual worlds. Discover how NVIDIA Omniverse closes the gap between phys...
SAFE (Sponge API for Field Elements) – A Toolbox for ZK Hash Applications - HackMD Dmitry Khovratovich – Ethereum Foundation and Dusk Network JP Aumasson – Taurus and Inference Porçu Quine – Lurk Lab and Protocol Labs
zkEVMs: Not a Panacea There are two ZKP ‘movements’ underway in the market today, using the same advanced cryptographic principles, but with different approaches
GitHub - filecoin-project/neptune: Rust Poseidon implementation. Rust Poseidon implementation. Contribute to filecoin-project/neptune development by creating an account on GitHub.
A bad job with a very good description Today I received a job invitation for a C++ developer position. My C++ skills are not up to date, so I initially doubted whether to apply. N...
Microsoft Ships Last Preview of .NET 7 Before Release Candidate -- Visual Studio Magazine Microsoft today (Aug. 9) shipped .NET 7 Preview 7, the final preview before it hits Release Candidate stage in advance of a Nov. 10 debut.
You might be using assert wrong Assert is often used in production code as a form of data validation check or sanity testing. You may have seen code bases that contain logic like: def validate_age(value): assert value < 70, &#…
Kolja Pluemer | My 30 year old microwave has near perfect UX Microwave oven interfaces. Confusing, arbitrary.
Scientists Should Care More About Equity One of the biggest differences between the software startup world (where I used to spend most of my time) and the science startup world is how little most scientists seem to value company equity. I...
jmtd → log → Frictionless external backups with systemd Here's a description of how my monthly external backups are managed at a technical level. I didn't realise I hadn't written this all down anywhere yet.
The OkSo Drawing App is Launched | Trekhleb The OkSo is a drawing app to express, grasp, and organize your thoughts and ideas. Draw to explain. Draw to grasp.
James Tilly Matthews and the Air Loom - Mike Jay The secret life and turbulent times of the first man to believe that his mind was being controlled by a machine
How to use Environmental Variables in Flutter Environmental variables allows you to define global constants shared in an app, for things like API keys, base URLs, and such.
Lessons learned after 10 years in IT – Andrey Lukyanenko Some thoughts and ideas bases on my working experience in ERP-consulting and DS
Playing With Wikis Back when “transmedia” was an innovative new term rather than a way to describe everything Marvel or Sony or Harry Potter does across movies, video games, and comics – in other words, about 15…