Journal
Larry’s Garage
I just watched “Larry’s Garage” – a film by Corrada Rizza about the visionary New York DJ, Larry Levan and the legendary nightclub he called home.
Lothian No Borders – Ep 2 – Being & Firecracker Recordings
Lovely radio show including an interview with @firecracker_rec and mix from @WeeDjs.
Bookshop: “This is revolutionary” (on The Guardian)
Bookshop was dreamed up by the writer and co-founder of Literary Hub, Andy Hunter. It allows independent bookshops to create their own virtual shopfront on the site, with the stores receiving the full profit margin – 30% of the cover price – from each sale. All customer service and shipping are handled by Bookshop and its distributor partners, with titles offered at a small discount and delivered within two to three days.
Hijack 003: Jamie Thomson
Lovely house mix from my friend Jamie.
Sean Bean as baked beans can’t be unseen
Genius!
This AI style transfer of sean bean and beans in tomato sauce killed me
— Age of Calamityville 🐱ri-Warui (@oleivarrudi) October 24, 2020
(Source: https://t.co/dYufbtL2w1) pic.twitter.com/WBfOzuzP0L
Just finished my 6K run for FreeAgent’s “Big Strides for Tiny Changes” charity campaign.
Minimalist Container Queries
Scott Jehl’s experimental take on a container/element query aimed at letting us set responsive styles for our elements based on their immediate context rather than that of the viewport.
I made a quick and minimal take on approximating Container/Element Queries using a web component and basic CSS selectors.
How-to: Create accessible forms - The A11Y Project
Here are five bite-sized and practical chunks of advice for creating accessible forms.
- Always label your inputs.
- Highlight input elements on focus.
- Break long forms into smaller sections/pages.
- Provide error messages (rather than just colour-based indicators)
- Avoid horizontal layout forms unless necessary.
Sets in JavaScript
I don’t often store things in a Set
in JavaScript, but maybe I should. The fact it will only store unique values makes it pretty handy.
Docsify – a magical Documentation Website generator
docsify generates your documentation website on the fly. Unlike GitBook, it does not generate static html files. Instead, it smartly loads and parses your Markdown files and displays them as a website.