- Nov 2024
-
www.vulture.com www.vulture.com
-
I found this really hard to read on archive.is (https://archive.is/YkIyW).
I used this snippet to reformat the article to manually float the "annotations" (pull-outs) to the margins:
```` javascript document.getElementById("CONTENT").style.width = "1720px";
([ ...document.querySelectorAll("[id^=annotation]") ]).forEach((x, i) => { if (i % 2) { x.style.left = ""; x.style.right = "-44ch"; } else { x.style.left = "-44ch"; x.style.right = ""; } }); ````
-
- Dec 2023
-
www.scriptslug.com www.scriptslug.com
- Jan 2023
-
www.reddit.com www.reddit.com
-
- Aug 2022
- May 2022
-
news.ycombinator.com news.ycombinator.com
-
The older I get, the more important I think it is to get set up with a simple(ish) development environment where I can easily reproduce bugs, develop features and so on.
Tags
Annotators
URL
-
- May 2021
-
tmobaird.gitbooks.io tmobaird.gitbooks.io
-
nf start -j Procfile.dev
-
-
stackoverflow.com stackoverflow.com
-
github.com github.com
- Sep 2020
-
codechips.me codechips.me
-
"watch:check": "svelte-check --watch"
-
-
-
Raab, Marius Hans, Claus Christian Carbon, and Niklas Döbler. ‘A Game of COVID. Ludification as a Way to Make Sense of a Pandemic’. Preprint. PsyArXiv, 5 September 2020. https://doi.org/10.31234/osf.io/cwktm.
-
- Dec 2019
-
www.freecodecamp.org www.freecodecamp.org
-
scripts are plenty powerful and often easier to live with.
-
- Aug 2019
- Mar 2018
-
www.zdnet.com www.zdnet.com
-
It works by delaying scripts from tracking domains when a page is actively loading and rendering.
What happens when we have script blockers installed? Does it make tailing useless?
-
- Nov 2017
-
steelwagstaff.info steelwagstaff.info
-
We know that there are few sticky security and implementation issues
Which is probably why @judell’s tate doesn’t show up in Chrome on my system and there’s weirdness with the scrolling once we accept to load unsafe scripts.
-