Using the Browser’s <canvas> for Data Compression
When building static websites and Single-Page Applications (SPAs), we sometimes need functionality in JavaScript front ends—such as compression—that is usually handled on the back end instead. […]
🔄 https://jstrieb.github.io/posts/canvas
🇺🇦 #NowPlaying on KEXP's #EasternEchoes
Elle Shimada:
🎵 ANSWERED PRAYERS
#ElleShimada
https://open.spotify.com/track/0jUabbc5ireqtwxilJWtBj
Prince Andrew's Arrest (Julie K. Brown/The Epstein Files)
https://jkbjournalist.substack.com/p/prince-andrews-arrest
http://www.memeorandum.com/260219/p26#a260219p26
Remember the first time you wrote $(document).ready()?
It’s hard to believe it has been 20 years since John Resig first introduced a Javascript library called jQuery. It completely changed the way we approached the DOM and standardized the web for a generation of developers.
A few days ago, the jQuery team announced the release of jQuery 4.0.0! 🚀
Another way of dealing with many low-quality reports:
https://nodejs.org/en/blog/announcements/hackerone-signal-requirement
Little JavaScript tip:
You know you can comment out code to quickly disable it:
```js
/*
console.log(‘I won’t run’)
*/
```
But did you know you can also use a labelled block with a break statement to do the same thing in a more flexible manner?
```js
disable: {
break disable
console.log(‘I wont’t run’)
}
```
Then, you can quickly the move the `break disable` to different lines to execute different bits of code wit…
The Epstein Files: My observations (Julie's Substack)
https://jkbjournalist.substack.com/p/the-epstein-files-my-observations
http://www.memeorandum.com/251220/p22#a251220p22
from my link log —
Temporal: getting started with JavaScript’s new date time API.
https://2ality.com/2021/06/temporal-api.html
saved 2021-06-29 https://<…
Deno both supports and absolutely does not support CommonJS 😅
1️⃣ https://docs.deno.com/examples/cjs_to_esm_tutorial/
2️⃣ https://…