The easiest path to GDPR compliance: switch to a completely static website with no javascript, CGI, or CSS, and rotate the logs daily.
Let’s Replace JavaScript with Something Better https://john.ankarstrom.se/english/texts/replacing-javascript/
AdBlock Adds Feature to Cache … https://www.bleepingcomputer.com/news/software/adblock-adds-feature-to-cache-popular-javascript-libraries/
GitHub - yaronn/blessed-contrib: Build terminal dashboards using ascii/ansi art and javascript https://github.com/yaronn/blessed-contrib
jsdatatable: a small datatable Javascript: https://www.codemadness.org/datatable.html
GitHub - denysdovhan/wtfjs: A list of funny and tricky JavaScript examples https://github.com/denysdovhan/wtfjs
GitHub - sequitur/improv: A model-backed generative text library for JavaScript. https://github.com/sequitur/improv
The Creator of JavaScript Just Launched a Cryptocurrency to Improve Online Ads - Motherboard https://motherboard.vice.com/en_us/article/the-creator-of-javascript-just-launched-a-cryptocurrency-for-online-ads
Decode It Like It’s 1999
A few years ago I started to work on an MPEG1 Video decoder, completely written in JavaScript. Now, I finally found the time to clean up the library, improve its performance, make it more error resilient and modular and add an MP2 Audio decoder and MPEG-TS demuxer. This makes this library not just an MPEG decoder, but a full video player.
In this blog post I want to talk a bit about the challenges and various interesting
bits I discovered during the development of this library. You’ll … ⌘ Read more
New Feed ⌘ Read more
#code2014 TypeScript, JavaScript, CoffeScript, Go, Python, Java, PHP
Javascript Puzzlers or: do you really know JavaScript? http://t.co/r4DaTXJSgH via @JSPuzzlers
Bookmarklets I use
These are some of the general bookmarklets I use. I have them synchronized with Chrome and Google Docs, but I am listing them here in case I want to share them with someone else, like you (yes, you there, reading this now). Here there go:
- Tweet it! : document.getSelection ? document.getSelection() : document.selection.createRange().text); if (!q) q=prompt(“Enter your Tweet”,“”);if (q!=null) location=”http://twitter.com/home?st … ⌘ Read more
Learning Javascript | https://wiki.xxiivv.com/programming