Flatpak Updated +Created
In 2020 Brazil for example, you are not allowed in theory to obtain a double nationality which you were not allowed to have as a birth right.
This means that Brazilian students e.g. in France, many of whom could easily obtain the French citizenship had to either chose between:
  • giving up their Brazilian citizenship. Who the fuck would do that? Brazilians love their country despite all!
  • not getting French citizenship. This meant in France having to come 6 AM once a year to some police station on some suburbia to stamp a piece of paper, plus having your VISA completely dependant on your employer for several years until you could obtain a permanent VISA, making it very hard to change jobs, and putting you in a constantly precarious position
  • keeping both citizenships, ignoring Brazilian law, which is extremely unlikely to sue you anyways for this bullshit law, and just hope for the best
Can you guess which option Brazilian students would usually pick?
As a poor country, you have to allow people to obtain multiple citizenship. Students are not going to go back because they don't have the foreign citizenship. They are just going to have to ensure shittier jobs for a few years, thus diminishing the chances that they will actually lean anything useful to bring back to your country later on.
Amplitude modulation Updated +Created
WhatsApp Updated +Created
Video 1.
WhatsApp founder Jan Koum talks about their Journey by Roots (2017)
Source. Good talk, explains how everything happened in the perfect location at the perfect time: unemployed people who knew how to code, bought an iPhone, the next big platform, at its very beginning, they had just release the required push notifications API, and he travelled a lot and knew how much SMS sucked, especially international.
Eukaryote without mitochondria Updated +Created
pubmed.ncbi.nlm.nih.gov/27185558/ A Eukaryote without a Mitochondrial Organelle by Karnkowska et. al (2016)
Program the Micro Bit in C 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.
Smartphone Updated +Created
Structure of the mitochondria Updated +Created
Uniqueness theorem for Poisson's equation Updated +Created
Why can't you send voice without modulation? Updated +Created
Basically, the antenna has to be very, very large, more comparable to wavelength. E.g. even for the higher pitches, we fall in very low frequency, so have a look at the size of some of the submarine VLF antennas! They are like football pitch sized.
Bitcoin mining pool Updated +Created
Cellular respiration Updated +Created
diff Updated +Created
Minkowski inner product Updated +Created
This form is not really an inner product in the common modern definition, because it is not positive definite, only a symmetric bilinear form.
Mitochondrial DNA Updated +Created
Mitochondrial endosymbiosis Updated +Created
Likely happened between an archaea and a bacteria.
Mobile app Updated +Created
Non-POSIX command line utility Updated +Created

Unlisted articles are being shown, click here to show only listed articles.