Hacker News new | ask | show | jobs
by JimBlackwood 1886 days ago
There is a screenshot: https://www.volkskrant.nl/nieuws-achtergrond/kamerleden-verg...
1 comments

Thanks, here's a direct link to avoid paywall: https://0x0.st/-mQu.jpeg
0x0 is a really useful website.
Yep, this is in my ~/.bash_aliases :

  #### Upload file to 0x0.st (The Null Pointer) - A filehosting service.
  # Usage: nullpointer_upload <file>
  nullpointer_upload () { curl -F "file=@$1" https://0x0.st ;}
Ah, amazing, thanks! I didn’t even notice the paywall, odd.