Archives
Browse the linkblog archives.

Sunday 25th April, 2021 #

  • CSS Container Queries - Soon to be implemented in browsers, useful for sites that use components in the frontend
  • FFmpeg cheat sheet - A list of useful commands for the ffmpeg command line tool, so you can script lots of cool things with video
  • Disadvantages of Pull Requests - Probably quite controversial, though the author does make a few good points that I hadn’t considered until reading this post
  • Open letter from researchers involved in the “hypocrite commit” debacle (HN Thread)
  • Indie Hackers Podcast Ep #203 – What You Need to Know About Bitclout with Mubashar Iqbal - Quite a thorough discussion about the pros and cons of this new crypto people trading website, I admit the idea sounds interesting but it still feels scammy to me, like some sort of strange protection racket, and the best excuse for it seems to be “well this is probably happening anyway”, which might be the case but doesn’t justify it, maybe there’s a different way to do something similar that doesn’t feel so fundamentally wrong
  • TC39 Podcast interview with Guy Bedford - I enjoyed hearing about Guy’s journey as an independent open source developer, being a digital nomad, creating the jspm & SystemJS projects (among others), and how he became a TC39 delegate, also glad to hear the podcast now has a sponsor :)
  • tc39/proposal-js-module-blocks - Interesting proposal which would introduce the ability to create modules inline, which could then be passed directly into workers and worklets
  • Ubuntu 21.04 Shrinks Kubernetes Footprint for Raspberry Pis, GPUs - Great for dev environments
  • John Gruber - “Apple’s M1 positioning mocks the entire x86 business model”
  • Web Performance Recipes With Puppeteer - Programatically load your site using puppeteer and extract various performance statistics