Parody religion Updated +Created
Selenocysteine Updated +Created
Like cysteine, but with selenium instead of sulfur.
The weird one, not directly coded in the genetic code.
Tabla Updated +Created
Video 1.
Jugalbandi in Chartaal-Ki-Sawari from album Together (1990)
Source. Background?
Video 2.
Taal Pancham Sawaari by Zakir Hussain
. Source. The top YouTube commend mentions:
This video was made in 1970, on Zakir's first visit to the USA. He and Aashish Khan (keeping taal next to him) had a guest residency at UW Seattle, under the ethnomusicology dept. set up by Robert Garfias.
TMPRSS2 Updated +Created
Ciro Santilli's hardware / Cycling clothes temperature guide Updated +Created
In degrees Celsius:
  • 25+
    • palm tree shade and coconut water. Seriously though, if there's some shade or earlier morning/later afternoon it's OK, but if it's on an open road at midday, be careful, and stop early if you start getting slightly dizzy, it only gets worse!
  • 18-25
  • 15-18:
  • 10-15:
    • dhb Classic Thermal Bib Tights 10 and under. TODO this is a bit too warm for the upper range, need something more intermediate
    • "dhb Lightweight Mesh Long Sleeve Base Layer"
    • Castelli Perfetto RoS Long Sleeve - Cycling jersey. TODO this is a bit too warm for the upper range, need something more intermediate
    • "Karrimor X Lite Run Black Headband"
    • "Nike academy hyperwarm gloves"
    • "Nevica Skuff". A bit too hot on upper range, but easy to take off.
  • 0-10:
    • dhb Merino Long Sleeve Base Layer
    • Castelli Perfetto RoS Long Sleeve - Cycling jersey
    • dhb Classic Thermal Bib Tights 10 and under
    • dhb Dorica MTB Shoe (2020-12)
    • "Karrimor X Lite Run Black Headband". Head a bit cold on lower range.
    • "dhb Neoprene Nylon Overshoes". Feet a bit cold on lower range.
    • "Extremities XDRY gloves". Hands a bit cold on lower range.
    • "Nevica Skuff"
Ciro Santilli's hardware / dhb Dorica MTB Shoe (2020-12) Updated +Created
Black EUR 44, 1 smaller than normal size as recommended by website.
Bought SM-SH56 cleat to accompany.
When it arrived, it felt a bit too long, around 2cm maybe free space after toe, and when I walk and the front part touches ground, heel comes off a bit, which is annoying. But I was too lazy to give it back and take the risk of a second try, also it felt correctly tight on sides. During first test ride it felt good.
It is slightly water proof. But if it rains a lot, it will get soaking wet. And once it does get wet, it feels like it is very very hard to dry, there don't seem to be any holes underneath.
Fractional quantum Hall effect Updated +Created
TODO original experiment?
Laughlin paper: 1981 Quantized Hall conductivity in two dimensions.
Shows a cool new type of matter: Abelian anyons.
Quantum chemistry Updated +Created
Ah, the jewel of computational physics.
Also known as an ab initio method: no experimental measurement is taken as input, QED is all you need.
But since QED is thought to fully describe all relevant aspects molecules, it could be called "the" ab initio method.
For one, if we were able to predict protein molecule interactions, our understanding of molecular biology technologies would be solved.
No more ultra expensive and complicated X-ray crystallography or cryogenic electron microscopy.
And the fact that quantum computers are one of the most promising advances to this field, is also very very exciting: Section "Quantum algorithm".
String theory Updated +Created
Threonine Updated +Created
Ciro Santilli's hardware / Skullcandy Ink'd+ with Microphone Updated +Created
Bought: 2022.
Noticeably worse than the Skullcandy Smokin' Buds 2 for a similar price.
Valine Updated +Created
FFmpeg filter graph Updated +Created
Filter graphs are a thing of great beauty. What an amazingly obscure domain-specific language, but which can produce striking results with very little!!!
ffplay -autoexit -nodisp -f lavfi -i '
sine=frequency=500[a];
sine=frequency=1000[b];
[a][b]amerge, atrim=end=2
'
which creates a graph:
                              +--------+
[sine=frequency=500]--->[a]-->|        |
                              | amerge |-->[atrim]-->[output]
[sine=frequency=1000]-->[b]-->|        |
                              +--------+
and plays 500 Hz on the left channel and 1000 Hz on the right channel for 2 seconds.
So we see the following syntax patterns:
  • sine, amerge and atrim are filters
  • sine=frequency=500: the first = says "araguments follow"
    • frequency=500 sets the frequency argument of the sine filter
    • for multiple arguments the syntax is to separate arguments with colons e.g. sine=frequency=500:duration=2
  • ;: separates statements
  • [a], [b]: sets the name of an edge
  • ,: creates unnamed edge between filters that have one input and one output
A list of all filters can be obtained ith:
ffmpeg -filters
and parameters for a single filter can be obtained with:
ffmpeg --help filter=sine
Related question: stackoverflow.com/questions/69251087/in-ffmpeg-command-line-how-to-show-all-filter-settings-and-their-parameters-bef
TODO dump graph to ASCII art? trac.ffmpeg.org/wiki/FilteringGuide#Visualizingfilters mentions a -dumpgraph option, but haven't managed to use it yet.
Bibliography:
JPEG file signature Updated +Created
Monero mining Updated +Created
OpenClassrooms Updated +Created
Wikisource Updated +Created

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