Ciro Santilli's hardware Miele C2 Complete PowerLine vacuum cleaner Updated 2025-06-17 +Created 1970-01-01
Similar to: www.miele.co.uk/e/cylinder-vacuum-cleaner-compact-c2-powerline-sdrf4-10931670-p but slightly different from image. Indistinguishable from: www.currys.co.uk/gbuk/home-appliances/floorcare/vacuum-cleaners/miele-complete-c2-pure-power-powerline-cylinder-vacuum-cleaner-graphite-grey-10208570-pdt.html
Power symbol meanings: images-eu.ssl-images-amazon.com/images/I/A14OZ5TuwGS.pdf
2020-12: buying Miele SF AP 50 AirClean Plus filter www.miele.co.uk/e/airclean-plus-filter-sf-ap-50-10107860-p. Once it arrived, changed the filter, which fit comes with plastic casing and accordion shaped filter. Also changed bag. But the bag full meter still goes to red on carpet even with everything new while vacuuming. Is it supposed to be checked while not vacuuming?
Live January 2024.
No good per-sub way as of 2022:
- www.reddit.com/r/help/comments/27eziq/view_top_posts_of_a_specific_timespan/
- www.reddit.com/r/help/comments/9ebxl3/how_do_i_find_old_posts_on_a_subreddit/
- www.reddit.com/r/help/comments/aywras/how_do_i_search_reddit_for_posts_in_a_specific/
- www.reddit.com/r/modhelp/comments/etsomx/how_to_get_top_posts_of_past_months_of_subreddit/
- www.reddit.com/r/redditdev/comments/kaf1yz/finding_top_post_of_specific_month/
- www.reddit.com/r/changelog/comments/k663qy/introducing_rereddit_go_back_in_time_to_see_top/
- www.reddit.com/r/help/comments/stui9i/is_it_possible_to_look_up_the_top_posts_of_the/
He used to train the 800,000 imperial guard troops at the Capital, much like Lin Chong. He's not one of the 108 Stars of Destiny.
Composed by Wang Huiran in 1960.
The Yi people are one of the 55 Chinese ethnic minorities officially recognized by the Chinese government.
Dance of the Yi People performed by Liu Dehai
. Source. From the album Chinese Plucked Instruments: Vol. 2 - Fishermen’s Song At South Sea: www.amazon.co.uk/Chinese-Plucked-Instruments-Fishermens-South/dp/B001HUECZQ (2004)How are the bands measured experimentally?
Why are there gaps? Why aren't bands infinite? What determines the width of gaps?
Bibliography:
- Applications of Quantum Mechanics by David Tong (2017) Chapter 2 "Band Structure"
The bald confident chilled out particle physics guy from Stanford University!
Also one can't stop thinking abot Leonard Hofstadter from The Big Bang Theory upoen hearing his name.
Some people call it "operating System".
The main parts of those systems are:
- sending multiple signals at very precise times to the system
- reading out some quantum error correction bits and sending error correcting signals back in a control loop
Ciro Santilli defines a "business film" as a film about business, enterprises or entrepreneurship. Political thrillers are closed related as well.
This is one of his favorite film genres!
Some lists:
- www.99signals.com/movies-entrepreneur-watch-inspiration Hit and miss.
- www.imdb.com/list/ls033563570/ Best Business Movies and Documentaries by scott_dowle
This example is the same as nodejs/sequelize/raw/parallel_select_and_update.js, but going through Sequelize rather than with Sequelize raw queries.
NONE
is not supported for now to not have a transaction at all because lazy.The examples illustrates: stackoverflow.com/questions/55452441/for-share-and-for-update-statements-in-sequelize
Sample invocation:where:
node --unhandled-rejections=strict ./parallel_select_and_update.js p 10 100 READ_COMMITTED UPDATE
READ_COMMITTED
: one of the keys documented at: sequelize.org/master/class/lib/transaction.js~Transaction.html which correspond to the standard sQL isolation levels. It not given, don't set one, defaulting to the database's/sequelize's default level.UPDATE
: one of the keys documented at: sequelize.org/master/class/lib/transaction.js~Transaction.html#static-get-LOCK. Update generates aSELECT FOR UPDATE
in PostgreSQL for example. If not given, don't use anyFOR xxx
explicit locking.
Other examples:
node --unhandled-rejections=strict ./parallel_select_and_update.js p 10 100 READ_COMMITTED UPDATE
Then, the outcome is exactly as described at: nodejs/sequelize/raw/parallel_select_and_update.js:
READ_COMMITTED
: failsREAD_COMMITTED UPDATE
: works- This case also illustrates Sequelize transaction retries, since in this transaction isolation level transactions may fail:
Similar to quantum supremacy, but add the goal that the computation must be useful, i.e. make money or solve some open mathematical problem, Ciro Santilli's wife was quite excited about the possibility of finding some counter examples in number theory with quantum computers.
Unlisted articles are being shown, click here to show only listed articles.