Daily Shaarli

All links of one day in a single page.

December 22, 2022

Generate letter-based default avatars in JavaScript – MarchBox

Using JS to generate a default avatar with one letter:

function genAvatar(name) {
  try {
    // Match General_Category=Letter
    const match = name.match(/\p{L}/u);
    return (match && match[0]) || null;
  } catch {
    return name[0] || null;
  }
}
Usbek & Rica - Après les « bullshit jobs », les « bullshit concepts » ?
  • cookie jarring
  • love bombing
  • soft ghosting

Des concepts inventés pour... rien. Quel est l'utilité de ces cpncepts? D'où les bullshit concepts.

Space Karen Sucks

Free speech really should be free. To bypass the new censorship regime at twitter, use this URL shortener to link to Mastodon or other censored destinations. Considering recent policy decisions on twitter, please be aware that use of links generated from this site may constitute a violation of their policy.

An URL shortener