Pinto bean by Ciro Santilli 35 Updated +Created
This seems to be the "brown Brazilian bean" that many Brazilians eat every day.
Edit: after buying it, not 100% sure. This one felt smaller than what Ciro had in Brazil, borlotti beans might be closer. Pinto beans are smaller, and creamier, and have softer peel, possibly produced less natural gas.
2021-04: second try.
2021-03: did for first time, started with same procedure as borlotti beans 2021-03. Maybe 1h30 is too much. Outcome was still very good.
Light by Ciro Santilli 35 Updated +Created
Narcissism by Ciro Santilli 35 Updated +Created
Myoglobin by Ciro Santilli 35 Updated +Created
From Wikipedia:
In humans, myoglobin is only found in the bloodstream after muscle injury.
D-Wave Systems by Ciro Santilli 35 Updated +Created
Kitware by Ciro Santilli 35 Updated +Created
XMPP by Ciro Santilli 35 Updated +Created
Cytosine by Ciro Santilli 35 Updated +Created
NP-hard by Ciro Santilli 35 Updated +Created
A problem such that all NP problems can be reduced in polynomial time to it.
Bruker Corporation by Ciro Santilli 35 Updated +Created
Mupen64Plus by Ciro Santilli 35 Updated +Created
Mycoplasma mycoides by Ciro Santilli 35 Updated +Created
Fructose by Ciro Santilli 35 Updated +Created
Mobile app by Ciro Santilli 35 Updated +Created
Human mineral by Ciro Santilli 35 Updated +Created
Paul Allen by Ciro Santilli 35 Updated +Created
Program the Micro Bit in C by Ciro Santilli 35 Updated +Created
Official support is abysmal, very focused on MicroPython and their graphical UI.
The setup impossible to achieve as it requires setting up the Yotta, just like the impossible to setup Compile MicroPython code for Micro Bit locally on Ubuntu 22.04 with your own firmware setup.
So we just use github.com/lancaster-university/microbit-samples + github.com/carlosperate/docker-microbit-toolchain:
docker pull ghcr.io/carlosperate/microbit-toolchain:latest
git clone https://github.com/lancaster-university/microbit-samples
cd microbit-samples
git checkout 285f9acfb54fce2381339164b6fe5c1a7ebd39d5

# Select a sample, builds one at a time. The default one is the hello world.
cp source/examples/hello-world/* source

# Build and flash.
docker run -v $(pwd):/home --rm ghcr.io/carlosperate/microbit-toolchain:latest yotta build
cp build/bbc-microbit-classic-gcc/source/microbit-samples-combined.hex "/media/$USER/MICROBIT/"
.hex file size for the hello world was 447 kB, much better than the MicroPython hello world downloaded from the website which was about 1.8 MB!
If you try it again for a second time from a clean tree, it fails with:
warning: github rate limit for anonymous requests exceeded: you must log in
presumably because after Yotta died it started using GitHub as a registry... sad. When will people learn. Apparently we were at 5000 API calls per hour. But if you don't clean the tree, you will be just fine.
Metric signature matrix by Ciro Santilli 35 Updated +Created
Angstrom by Ciro Santilli 35 Updated +Created

There are unlisted articles, also show them or only show them.