Daily Shaarli

All links of one day in a single page.

June 25, 2021

DNSBL Information - Spam Database Lookup

Check if your IP has been blacklisted by various providers.

JSON Web Tokens (JWT) are Dangerous for User Sessions—Here’s a Solution | Redis Labs

This article describes the security implication of using jwt token for authorization in order to save a db lookup.

  • Logout doesn't log out if the token is still accessible
  • Server-side cannot force block a user
  • etc.
Unicode for Curious Developers Loving Emojis and Code 😉

A very detailed and informative on the Unicode standard. Includes history, codespace, combined glyphs, character properties, emoji, encoding, rendering and more.

Easily Transform Portraits of People into AI Aberrations Using StyleCLIP | Max Woolf's Blog

An article that mixes OpenAI's CLIP and StyleGAN to allow text-instructed image manipulation. The effect is really cool.