Nyquest NY8A051H – Or getting 60 microcontrollers for $1 (die shot)

If you was surprised to see 10-cent microcontroller – Nyquest Technology NY8A051H pushes price expectations much, much further down: It’s high volume pricing is just 1.5 cents, and it is currently the cheapest microcontroller in the world* (cheaper than Padauk, holder of previous record). I had to order whopping 20pcs as minimum order, and it […]
Matters Computational [pdf]
jj’s useful and ugly FXT page Here you find The FXT library Download the latest FXT version: fxt-2024.03.14.tar.gz (approx. 1600kB), distributed under the GPL. FXT is a library of low-level algorithms. Its main focus is on bit-manipulations, combinatorial generation, and fast transforms. The library is accompanied by the fxtbook. A strong emphasis is on performance […]
Slack AI

While Slack isn’t the only AI-powered tool that exists today, there are a few things that make Slack AI different from the rest. Organizational data is a trusted source of knowledge. Customers have accumulated so much valuable context in their org’s shared conversation history, but are only scratching the surface of what they can learn. […]
Books to Dive in into Fullstack Development
IMO full stack dev isn’t just about any one (or several) languages but also all the in between stuff. On the backend that could mean databases, scaling, containers, GraphQL, auth, scaling, etc. On the frontend there’s a lot of UX, styling, testing, responsiveness, races, waterfalls, async and lazy loads, parallelization, asset optimizations, etc. In between, […]
Python programming for Nintendo 8 bits

{{ message }} This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. You can’t perform that action at this time.
Convolutions, Fast Fourier Transform and Polynomials
You may remember from high school what a polynomial is. If so, you may also remember how to multiply two of them. But what if I told you that the method you were taught is slow as F? In this post we will connect polynomials with the Fourier Transform and convolutions, and show you how […]
Unification in Elixir

Pattern matching is a pervasive and powerful tool in Elixir. This isn’t too surprising if you know a little about the history of Elixir’s parent language, Erlang. Erlang was originally inspired by and written in Prolog, a logic programming language where pattern matching has first-class support. In Elixir, you might see an expression like this: […]
A Large-Scale Structured Database of a Century of Historical News

Abstract:In the U.S. historically, local newspapers drew their content largely from newswires like the Associated Press. Historians argue that newswires played a pivotal role in creating a national identity and shared understanding of the world, but there is no comprehensive archive of the content sent over newswires. We reconstruct such an archive by applying a […]
Postzegelcode

Example of a postzegelcode A postzegelcode is a hand-written method of franking in the Netherlands. It consists of a code containing nine numbers and letters that customers can purchase online from PostNL and write directly on their piece of mail within five days as proof-of-payment in place of a postage stamp. For mail within the […]
Combine multiple RSS feeds into a single feed, as a service

{{ message }} This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. You can’t perform that action at this time.