Europe has made good regulations to limit the absolute power of immoral companies. Partly because it does not have any companies anymore, but so be it.
But the law that forces every fucking website to show a message "Do you consent to cookies?" is not one of them.
At most, there must be a standardized API that allows your browser to say "I agree or I disagree" automatically to all of them, e.g. an HTTP header.
2021: United Kingdom is considering it post-Brexit: techcrunch.com/2021/09/06/after-years-of-inaction-against-adtech-uks-ico-calls-for-browser-level-controls-to-fix-cookie-fatigue/. Something good might actually come out of Brexit!
The United Kingdom is one big field.
Everything is extremely uniform and fully controlled by humans. Maybe this is partially due to it being an island with extensive flood plains. Loots of white mana floating around there.
Some impressively sounding natural parks look more like cute countryside that is slightly hillier than the surrounding countryside.
This uniformity does however make it quite comfortable for its Hobbit inhabitants.
It also means that whenever slightly out of the ordinary happens, e.g., a bit of slightly heavier rain, everything floods. In some way however, the Brits are very pragmatic, and as long as the flood is not too bad, they just let it be, it might be cheaper.
Decent interactive counties map: help.openstreetmap.org/questions/22603/displaying-uk-ceremonial-counties TODO districts...
There are few different versions. The most important as of 2020 are:
- historic counties of England: these are more fixed, but useless for politics
- administrative counties of England: these evolve with politics more
No one is capable of offering an official/more generalized (why can't Google Maps do this properly?) map than these people: wikishire.co.uk/map/#/centre=54.004,-4.500/zoom=7 So so be it.
They are very well chosen for their high safety and level interest, so you can just go into them without putting much thought into it.
Sometimes they go a bit too much on the side of safety, making certain transitions annoying, but in general the selection is spot on.
The routes do sometimes go on a bit of gravel, so they are most adequate for hybrid bikes rather than road bikes, although road bikes would be able to to much of them. A more road-bike dedicated possibility is the The National Byway.
Note however that there are many many other local routes which are not in the network, but arguably equally, or more worthwhile.
Their diginal map distribution mechanisms are a bit shitty and sometimes asks you to pay for certain formats, which is hard to understand given that the maintainer of those maps, the Ordnance Survey appears to be public... github.com/cirosantilli/cirosantilli.github.io/issues/61 "How to see the Sustrans National Cycle Network on Google maps?"
Googling "National Cycle Netowrk KML" leads to: data-sustrans-uk.opendata.arcgis.com/ from which we can download the KML. gis.stackexchange.com/questions/216770/how-to-open-kml-file-in-google-maps-for-android then shows how to make that viewable on Google Maps by going through www.google.com/maps/d/u/0/?hl=en on the browser. TODO 2021-11:
GPSPrune 20.2-1 can open the KML however, so that file can't be entirely wrong.
"Ralph Hughes" www.linkedin.com/in/ralph-hughes-501474121 is listed as the creator/responsible of the exports, but can't find his email. Sent an email to gissupport@sustrans.org.uk and he did reply a few days later that they are aware of the issue, and are particularly trying to reach out to Google about it. Great news!
GPSPrune 20.2-1 can open the KML however, so that file can't be entirely wrong.
OpenStreetMaps has them on by default though if you just click "Cycle Map" layer. It is not as incredibly detailed as the Ordnance Survey one, e.g. does not show which side of the street to ride on, but still, is very good.
archean/proterozoic barrier.
Confusingly, in LaTeX:
\varepsilon
rendered , is the default modern Greek glyph\epsilon
rendered is the lunate variant
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:
Pinned article: Introduction to the OurBigBook Project
Welcome to the OurBigBook Project! Our goal is to create the perfect publishing platform for STEM subjects, and get university-level students to write the best free STEM tutorials ever.
Everyone is welcome to create an account and play with the site: ourbigbook.com/go/register. We belive that students themselves can write amazing tutorials, but teachers are welcome too. You can write about anything you want, it doesn't have to be STEM or even educational. Silly test content is very welcome and you won't be penalized in any way. Just keep it legal!
Intro to OurBigBook
. Source. We have two killer features:
- topics: topics group articles by different users with the same title, e.g. here is the topic for the "Fundamental Theorem of Calculus" ourbigbook.com/go/topic/fundamental-theorem-of-calculusArticles of different users are sorted by upvote within each article page. This feature is a bit like:
- a Wikipedia where each user can have their own version of each article
- a Q&A website like Stack Overflow, where multiple people can give their views on a given topic, and the best ones are sorted by upvote. Except you don't need to wait for someone to ask first, and any topic goes, no matter how narrow or broad
This feature makes it possible for readers to find better explanations of any topic created by other writers. And it allows writers to create an explanation in a place that readers might actually find it.Figure 1. Screenshot of the "Derivative" topic page. View it live at: ourbigbook.com/go/topic/derivativeVideo 2. OurBigBook Web topics demo. Source. - local editing: you can store all your personal knowledge base content locally in a plaintext markup format that can be edited locally and published either:This way you can be sure that even if OurBigBook.com were to go down one day (which we have no plans to do as it is quite cheap to host!), your content will still be perfectly readable as a static site.
- to OurBigBook.com to get awesome multi-user features like topics and likes
- as HTML files to a static website, which you can host yourself for free on many external providers like GitHub Pages, and remain in full control
Figure 2. You can publish local OurBigBook lightweight markup files to either OurBigBook.com or as a static website.Figure 3. Visual Studio Code extension installation.Figure 5. . You can also edit articles on the Web editor without installing anything locally. Video 3. Edit locally and publish demo. Source. This shows editing OurBigBook Markup and publishing it using the Visual Studio Code extension. - Infinitely deep tables of contents:
All our software is open source and hosted at: github.com/ourbigbook/ourbigbook
Further documentation can be found at: docs.ourbigbook.com
Feel free to reach our to us for any help or suggestions: docs.ourbigbook.com/#contact