Archives
Browse the linkblog archives.

Sunday 31st January, 2021 #

  • pforret/progressbar - Easy, clever progress bar for (bash) scripts - This could be really useful for making install scripts that have nicely formatted progress bars, just add the command at the end of a pipeline
  • List of newsletter directories - These are directories where people discover newsletters, so if like me, you have a newsletter, it’s worth adding it to these
  • Practical Aspect Oriented Programming in JavaScript - I’m always interested in learning a bit about different coding paradigms, this one caught my attention because it has lots of similarity with how the Express middleware (IMO one of the best features) are implemented
  • Where should I run my stuff? - A neat diagram that explains when to use each Google Cloud Platform (GCP) product, it’s a great diagram but it sort of feels like things are getting quite complex these days
  • Top Facebook System Design Interview Questions (Part 2) - Interesting design challenges, I’m hoping to find time to watch these videos later
  • A Look at the Top Questions for a System Design Interview at Facebook
  • Cory Doctorow - IP - A detailed look at the current state of intellectual property, onboards by looking at the history of free software and the GPL, then looks at the importance of interoperability as it enables self-determination, citing modern examples such as Facebook and Google, and broadens the picture to talk more generally about copyrights, trademarks and patents (all of which fall under the IP umbrella), in the context of author and entertainment monopolies - Overall, paints a generally coherent picture of a very complicated area, and is clearly the product of many years of being immersed in the field, I feel like I will need to re-read this piece a few times for the core dynamics to settle in my mind - The standout quote which is a good pillar to explore from: “IP is any law that I can invoke that allows me to control the conduct of my competitors, critics, and customers”

Saturday 30th January, 2021 #

  • 🚀 Latest Newsletter: Mark Smith’s Newsletter - Saturday 30th January, 2021
  • Facebook reportedly plans newsletter tools after explosion in popularity
  • Accessing Eleventy Data on the Client Side - Shows how to pre-render some JSON during the build which you can then fetch from the client
  • 3 Ways to Render Server-Side Components with Eleventy
  • Netlify Edge Handlers - Short tutorial on how to use Netlify’s new edge handlers, which enable you to fetch dynamic data right before returning the static page to the user, and add that data to the page, the great thing is that because it happens at the CDN edge, if it’s done right, it can be very efficient since it’s using the very fast CDN internet connection and servers to get and process the data, rather than the users connection and machine which is likely to be much slower
  • Docusaurus 2020 Recap - Very popular framework for building statically generated documentation sites, this article looks at the latest features in v2, recent relevant published media, the community and future plans
  • How to Host a Static Website on AWS with HTTPS and CI/CD - Amazon can seem a bit complex now that there are so many services, so it’s good to read a tutorial focusing on the basics, one feature that would be great to add would be branch previews similar to Netlify

Friday 29th January, 2021 #

  • middyjs/middy - The stylish Node.js middleware engine for AWS Lambda - I think I’ve already posted a link to this library previously, it’s got a great interface which makes a lot of sense, middleware are one of the express primitives I really miss when I’m writing Lambdas, however I personally found the description of the promises in the interface a bit confusing, I’d like to try the library out on a real project
  • Capturing Hacker News Mentions with Node.js and MongoDB - Really neat tutorial on how to setup a data extraction pipeline using Node.js and the HN streaming API, the technique could be used in many different scenarios, the use of real-time streams is particularly cool
  • Newsletters are growing up and leaving the coop - Looks at Every a newsletter that has been built on Substack is breaking out into its own entity, I think it’s great that the Substack team is fully behind them, this feels like the way things should work more often online, hosting providers should be helping others to become hosting providers, so the ecosystem becomes more robust for all
  • Why does it take so long to build software? - Focusses on essential complexity and accidental complexity, then puts it into context by looking at the past, current and likely future of technology, well written and paints a clear picture
  • Cloud Native Series - The Cloud Native Landscape: The Runtime Layer Explained
  • Tim Cook condemns Facebook business model, says valuing engagement over privacy leads to ‘polarization’ and ‘violence’ - I really like Apple's vision, it sounds like the sort of world that would be pleasant to live in, the one thing that would make it even better, and I know this is very unlikely, is if they had that vision AND the software was open source, as we continue to integrate these softwares into our lives and especially when we begin integrating them into our bodies, this is going to become very important, what better time for Apple to transition to open source when it is flush with cash?
  • GameStop and the Real Market Manipulators - Has a pretty good explanation of the happenings in the markets the past few days, in short, lots of new participants have been trading via web tools such as Robinhood, which give access to trade to regular people, and it has exposed double standards, and raised serious questions about what constitutes market manipulation, and fundamentally every single trade is a form of manipulation - I see lots of parallels in many industries, this type of thing is happening all across the economy

Thursday 28th January, 2021 #

  • Cloud Native Series - The Cloud Native Landscape: The Provisioning Layer Explained
  • Hawk expansion will accelerate research combining simulation and artificial intelligence - There are some really interesting high performance computing use cases where combining AI reinforcement learning with classic simulation can speed up discovery, I’d like to learn more about the workflows they are building, this article looks at sheet metal production in manufacturing, explosion simulation in astronomy, and fluid dynamics simulation in aerodynamics and combustion
  • The unreasonable effectiveness of simple HTML - Looks at a specific example where having a simple HTML website that rendered well in any browser made all the difference, progressive enhancement is really important, more than we realise

Wednesday 27th January, 2021 #

  • Notes on Da Lat – The cool mountain city in the Central Highlands of Vietnam - Great photowalk by James Clark of a wonderful place I’ve been to before, he has one of those popups on his website, the RSS feed version doesn’t, lots of nice photos, and James’ classic laid back travel writing style
  • Reddit’s GameStop traders turn their attention to AMC stock - I’m mostly posting this because of the film industry connection, not sure what to make of it currently, seems like it’s going to be quite a big story, I don’t currently have an opinion aside from trepidation because of my recent ☹️ Reddit experiences with my account, feels a bit mobish
  • Cloud Native Series - An Introduction to the Cloud Native Landscape
  • Hank Aaron tribute - Interactive timeline of the Top-10 Career Home Run leaders since the beginning of the Modern Era - I heard about Hank Aaron’s passing a few days ago, but I don’t watch baseball anymore, so it was like watching a ship very far out at sea, but this timeline really reminds me of all my years playing baseball in my youth, collecting baseball cards, chewing 6ft rolls of gum, eating hamburgers, hot dogs and pizza, drinking Mountain Dew, and playing baseball console games, those were fun times - and wow Babe Ruth really was way ahead of his time
  • Substack vs. Revue - Comprehensive feature comparison from a group that know a lot about newsletters
  • Matt Mullenweg on Twitter buying Revue - “I’m a huge fan of the idea of better newsletters and Automattic was the largest investor in Revue”
  • SpaceX’s Elon Musk and Amazon’s Project Kuiper stir up a war of words over satellites
  • Shipping Jamstack like a hero - beware, it's cool - Run-through of how to setup a self-hosted Meli environment, it’s based on the Caddy server, that gets you a very similar environment to Netlify, with Github integration and deploy previews, the only major thing missing is simple serverless functions
  • Optimising serverless for BBC Online - Interesting writeup of a serverless architecture that is clearly offering many advantages at the BBC, including cost benefits, massive scaling capacity, very detailed request tracing for improved debugging, developer workflows that enable separate testing environments per pull request, and easy rollback in case of failure
  • How to Setup Your M1 MacBook for Web Development - Has a script to install a basic dev environment, for something a bit more comprehensive check out my dotfiles Github repo
  • Monorepo - Chris Coyier explains why his small team have moved back towards a monorepo from lots of smaller repos deployed as serverless functions, personally I’ve tended to have one repo for the website and one for the api in the past which has worked pretty well, I really like one of his monorepo advantages he’s called “growing old together”, there’s something kind of magical about that description
  • The Teeniest Tiniest Laptop In The West - “The GPD P2 Max is a hyper-powered cross between a palm pilot and an ultrabook”
  • leahneukirchen/nq - Unix command line queue utility
  • Twitter acquiring newsletter publishing company Revue - Interesting to see Twitter get into long form content and especially newsletters, I’m looking forward to see their product, it would be very cool if they had an API, Markdown support and automation tools

Tuesday 26th January, 2021 #

  • How I went from growing startups to buying them - Ray Sheth the founder of Decalab writes about his ‘SaaS Factory’ company, he has experience building companies in India and the US, and plans to share his experience buying and growing SaaS companies in the $1-10m annual recurring revenue (ARR) space, sounds like it could be an interesting journey
  • Our Journey to PostgreSQL 12 - Great writeup from the Coffee meets Bagel engineering team, just the right amount of detail with some illustrative architecture diagrams, you get a very clear picture of what a Postgres migration looks like
  • Instagram's New Professional Dashboard - A push to help businesses and creators monetise their content
  • Welcoming Open Web Docs to the MDN family
  • OWD 2021 goals - Outlines high-level objectives for Open Web Docs in 2021
  • Open Web Docs
  • Introducing Open Web Docs - With initial backing from Coil, Google and Microsoft and Igalia, this project is to support existing web documentation efforts like MDN Docs, they appear to have raised $500k already, so definitely an important project to watch, it’s good to see investment in places where it really matters like super high quality web platform documentation
  • Introducing Birdwatch, a community-based approach to misinformation - I don’t know how I feel about this, I like that they will have transparency of the data and that there seems to be a genuine wish to ‘do it right’ even if it’s messy at times, but I’m also cautious because when the community gets it wrong it can be spectacularly wrong, just ask the Star Wars Kid how he feels about community, I’m also still, after many months, trying to find out why my ☹️ Reddit account is corrupted/blocked, and they simply don’t acknowledge that I even exist, it looks like I have been banned yet I demonstrably have not been banned, so Twitter becoming like Reddit would be in my opinion very bad for everyone
  • Apache OpenWhisk is an open source, distributed Serverless platform that executes functions (fx) in response to events at any scale. OpenWhisk manages the infrastructure, servers and scaling using Docker containers so you can focus on building amazing and efficient applications

Monday 25th January, 2021 #

  • Fulfilling the promise of CI/CD - A lot of teams do continuous integration, but a lot less do continuous delivery, this article focusses on why that second part is crucial, though one thing it doesn't do is address the non-trivial problem of what to do with all the management people that help to run the current way of doing things
  • 🚀 Latest Newsletter: Mark Smith’s Newsletter - Saturday 23rd January, 2021

Sunday 24th January, 2021 #

  • 🚀 Self-hosted AWS Lambda and GitHub Actions systems
  • Drone is a Continuous Delivery system built on container technology- Drone uses a simple YAML configuration file, a superset of docker-compose, to define and execute Pipelines inside Docker containers
  • How to use GitHub Actions with your own self-hosted runner (aka build agent) - Self hosted runners look interesting, gives you a way to run Github Actions on your own infrastructure
  • Self-hosting serverless with OpenFaaS - Lots of cool features, enabling to run your own AWS Lambda
  • Using Bootstrap 5 with Vue.js
  • How Smashing Magazine Manages Content - Migration From WordPress To JAMstack - Interesting article that is very pro-Jamstack, Smashing Magazine ended up moving much of their operation to run on Netlify and using Netlify CMS, the article says early on that it didn’t get rid of Wordpress completely but doesn’t fully explain how it’s being used in their new setup, I’m curious to know more about that piece
  • ‘It’s not OK’ - Elastic takes aim at AWS, at the risk of major collateral damage - More about the open source license war happening, the thought that I keep coming back to is how did Wordpress manage to avoid this happen to them, they also offer their software as open source and have a managed service offering, and I want to know where does Elastic host it’s managed service offering? It’s almost like there should be a more rigorous separation between software companies and hardware companies, but I’m not entirely sure that’s the answer, because it could affect innovation

Saturday 23rd January, 2021 #

  • Survey claims 62% of Apple TV+ subscribers are on a free trial as Apple builds its content catalog - And apparently only 30% expect to continue with their subscription after the free trial ends, Disney+ had a 48% continue rate
  • How To Migrate From WordPress To The Eleventy Static Site Generator - The crux is to create an XML export from Wordpress, then run a special CLI tool on the export to turn all the posts into Markdown files, then you can easily re-style the site to build using Eleventy
  • How to Set Environment Variables in Linux and Mac - The Missing Manual - You can do a lot of cool things with environment variables on Linux / Mac systems, they are a core concept of the operating systems, this article covers many of the important angles
  • The Complete Developer's Guide to Airtable - This workflow tool has popped up on my radar a few times recently, I don’t know that much about it currently, hoping to get time to go through this article in more detail later
  • How I Build JavaScript Apps In 2021 - A fairly advanced javascript developer reviews his current very pragmatic approach to programming for the web, some insightful observations, good tips, I enjoyed reading this level headed piece that has been shaped by years of experience

Friday 22nd January, 2021 #

  • Turbulence continues in the world of Open Source Software - Elastic changes it’s license in an attempt to force AWS to change the way it interacts with their project, similar movements happened with the MongoDB project a few years ago
  • Maintaining JavaScript applications in the long term - Great writeup of the tech stack used by the developers of the OECD Data Portal, discusses the choices they made and migrations they undertook during this long running project, it’s an interesting mix of modern (D3, ESNext, Typescript) and boring (Backbone, JQuery) web development technologies with some good advice about how to test code and being careful with abstractions - I like their approach to using Typescript via JSDOC, and also their use of progressive enhancement to make sure the site is accessible to the wide ranging user base they have all around the globe
  • Stripe for Visual Studio Code - Some useful tools if you are a VSCode user, particularly the ability to trigger and view webhook events, Stripe dashboard access, and the snippets feature also looks cool
  • How to pick a Typeface for User Interface and App Design? - Has some handy tips about choosing a font for your UI, what is meant by the term ‘functional text’, the Il1 test, letter apertures, and has some illustrative examples

Thursday 21st January, 2021 #

  • Both darkmode and big font size accessibility options on the new whitehouse.gov site are awesome
  • WhiteHouse.gov now has dark mode
  • Valve and five game publishers fined millions for geo-blocking Steam games in EU
  • The Unauthorized Story of Andreessen Horowitz - Tells the story of how they have become incredibly good over the years of ‘going direct’ when publishing online, and they are apparently going to start a special tech section on their website, definitely one to watch, they are some of the Silicon Valley heavy weights, around in that marvellous period where TechCrunch became big, I’m excited to read what they have to say, I really hope they go full direct, and do away with any consent form popups, pretty please no popups :)

Wednesday 20th January, 2021 #

  • ipfs-shipyard/ipfs-deploy - Zero-Config CLI to Deploy Static Websites to IPFS - Pretty cool, supports lots of IPFS gateways including Pinata (which appears to be popular) and Cloudflare among others
  • Brave becomes first browser to have native support for IPFS protocol - Links starting with ipfs:// will load in the browser without requiring installation of a browser plugin

Tuesday 19th January, 2021 #

  • Traditional iPaaS Doesn’t Work for Software Companies – Here’s Why - Pretty good description of the world of software systems integration, anyone that has worked integrating software into enterprise systems will probably find this article quite a interesting
  • Matt Mullenweg - Thirty-seven - “I’m so thankful for the internet. It’s where I learned and practiced my trade. It’s where I connect every day with the most interesting and eclectic group of people I could imagine, a modern day Florence during the Renaissance. I hope to make a lot more internet and enable others to do the same.”

Monday 18th January, 2021 #

  • Why The Service Mesh Should Fade Out Of Sight - Short discussion about Kubernetes, Microservices and Cloud Native web development, raises the notion of Kubernetes being the dynamic linker of “legacy OSs” like Windows and Linux
  • Why we should review broken products instead of new ones - Really interesting idea, the author also suggests having re-occurring product reviews
  • Safari 14 added WebExtensions support - So where are the extensions? - Good summary of the current situation, Apple made the bar too high, compared to other browsers it's a lot more effort to deploy to, and costs money, and you don't even get the thing that users really want, which is the ability to use an extension on iPad and iPhone, so developers just aren't bothering

Sunday 17th January, 2021 #

  • JingOS The World’s First iPadOS-style Linux Distro - “JingOS is a full-function Linux based on Ubuntu. It can run desktop Linux apps like VS Code, Libre Office, etc. JingOS is a productive OS designed specifically for tablets” - Well that peaked my interest, I guess you could use it as a fully fledged development device

Saturday 16th January, 2021 #

  • MGM Is For Sale (Again) - If you are at all into films, this is a must read piece, some really good analysis, I didn’t know there was so much movement happening in the Studios business at the minute, MGM has a big library including the Bond franchise, a streaming property EPIX, production and distribution capabilities for both movies and television
  • Signal is down as rush of new users swamps secure messaging service
  • Apple considering premium podcast service to compete with Amazon, Spotify - Likely to be quite controversial, has the potential to change the podcasting landscape quite a bit
  • A Few More Thoughts On The Total Deplatforming Of Parler & Infrastructure Content Moderation - I’ve liked lots lots of the Techdirt pieces about the technology side of the Trump ban, and though this piece has quite a bit of factually correct tech details, I disagree with the conclusion, I think it misses the point, which isn’t imo even todo with content moderation, the reality is that there are only a hand full of hosting companies and they can be pressured easily to shut companies down, be it by government or general public sentiment, it’s way too easy to turn a company “toxic”, we are hearing about Parler because it’s high profile, but it could just as easily happen to a no name small company, and would we even know it had happened? It’s very difficult to complain when you’ve been deplatformed, it’s like cutting off someone’s water supply, or oxygen, it’s a very terminal move

Friday 15th January, 2021 #

  • 🚀 New Post: Cloud Native web application development: what's it all about? - Quite a long blog post, but if you are interested in cloud computing there’s lots of useful information, including how to think about building in a safe way, how to structure your code using Domain Driven Design techniques, and in this post I’m experimenting with a new way to include links from my linkblog, I’d love to hear what you think about it!
  • Monetizing open source - How Tailwind CSS has grown into a $2M+ business
  • Use Node.js with Docker and Docker Compose to improve DX - Relatively short and very readable tutorial showing how to run production and development NodeJS with Docker, and how to use Docker Compose to create several containers at once, so you can have other services, such as databases, configured and running next to your app
  • An introduction to the internet of materials (IoM) - Some interesting research happening at Georgia Tech Nanotechnology Lab, new materials that harvest energy via sound vibrations, and can perform simple computations, they list a load of futuristic use cases, including Post-it notes that you can talk to, very agileish
  • An intro to server sent events (SSE) - Similar to web sockets, but less complicated, but unidirectional, good for real-time updates to a UI for instance like counts, article includes some clear example code
  • 10 best practices to containerize Node.js web applications with Docker
  • Get Ready For ESM - Prolific NodeJS package writer Sindre Sorhus describes his planned approach to migrating from CommonJS the new ESM module system
  • The web components community group have been discussing the possibility of creating a new web components logo, sort of similar to how the HTML5 logo helped to promote that, it’s an interesting conversation, lots of things to consider

Thursday 14th January, 2021 #

  • The Gold Standard Checklist for Web Components - Working draft of a checklist to define a "gold standard" for web components that aspire to be as predictable, flexible, reliable, and useful as the standard HTML elements
  • Cloud software firm Veeva joins Ben & Jerry’s, Lemonade in becoming Public Benefit Corporation - I didn’t know about PBCs, according to this article they have a legal duty to balance interest of customers, employees, partners and shareholders, unlike of a C Corp which only has to maximise shareholder profit, it would be interesting to have more details about what that actually looks like in practice
  • UK Space Agency and Rolls-Royce Defence join to study nuclear power for space exploration
  • UK government assign 3 new digital bosses - There’s a 3 letter government tech organisation that sort of sounds cool, there’s a new 4 letter government tech organisation that is instantly forgettable, it doesn’t sound like they have a very cohesive plan
  • Asus announces Chromebook CX5 for play (q1 release), CX9 for work (q2 release)
  • Is Culture Stuck? - Some interesting thoughts about culture in our current period, explores films, music, and fashion, comparing today with decades gone by, as someone who has lived through the pre-internet to internet era, a lot of the authors observations feel relevant to me
  • Poland plans to make censoring social media accounts illegal
  • macOS Big Sur 11.2 beta 2 is out with full custom kernel support - The latest version of the OS includes the firmware needed to replace the kernel, which means we are a step closer to having Linux running on the M1
  • An Overview of the Most Exciting Proposals for the Web Platform Related to Web Components (2019) - Has a good description of the web platform and how the platform standards evolve via specifications written by the W3C and WHATWG, then covers some of the latest web components features - template instantiation, CSS shadow parts, constructable stylesheet objects, HTML & CSS modules, and scoped custom element definitions

Wednesday 13th January, 2021 #

  • Tech & the American Crisis - I’m struggling to find content about the Trump ban to post, not through lack of content, there is so much of it, but it’s all so horrible, I can’t even read more than a few paragraphs before I just don’t want to read anymore, I like a lot of what Om Malik writes, and this piece is quite thoughtful and I made it to the end of the article so it’s not too horrible, so I’m posting it
  • If it will matter after today, stop talking about it in a chat room - A short comparison between live chat and discussion based software tools
  • Intel unveils new 12th-generation Alder Lake chips as it plays catch up to Apple’s M1
  • Source Code At CES - All Tech Is Politics - Politics aside, if you’re into tech at all, there’s a lot of cool stuff in this CES roundup post
  • Extensions planned for NYC’s High Line - An l-shaped train is set to connect the elevated park to the just-opened Moynihan Train Hall at Penn Station

Tuesday 12th January, 2021 #

  • Introduction to Python - I’ve been going through Flavio’s super streamlined Python course, the language is as I remember it, though after being in javascript for so many years, I’m surprised by how straight forward everything feels
  • Rocking 25+Web Design Trends In 2021😎 - Lots of trends, some very interesting, some feel a bit tired, but overall quite inspiring, my favourites were comfortable colors, 3d colors, gradient colour schemes, interactive 3d content, dark mode, hand drawn elements, chat bots, voice user interfaces, VR, micro interactions and animations, text only hero images, white space, full height homepage heros, using videos, blending photos with graphical elements, bold fonts and colors, and asymmetric layouts
  • The Slope Gets More Slippery As You Expect Content Moderation To Happen At The Infrastructure Layer - The last few days have been completely swamped with completely horrible content from pretty much every news outlet, so this piece is very refreshing as it’s a level headed calm analysis that focusses on the technology aspects (rather than the politics) and what all last few days events could mean for the internet
  • Lucasfilm and Disney revive Lucasfilm Games - I’m not hugely into gaming, my gaming years are long past now, I played video games in my teens, sometimes in arcades, and also consoles, they were fun times, I started tuning out when every game was a first person shooter, which I just find mind numbingly boring, for some reason this announcement seems really interesting to me, perhaps it’s a nice distraction from all the horrible social media the past few days, anything in a galaxy far far away would be miles better
  • Angela Merkel attacks Twitter over Trump ban - Several EU officials have raised concerns about free speech in the US, article also covers the ban of the Parler social media platform by every big tech company, interesting to note that in french ‘parler’ means ‘to speak’

Monday 11th January, 2021 #

  • Lenovo unveils ThinkReality A3 smartglasses with Snapdragon XR1 - This makes me wonder is VFX artists are going to be really into AR tech, especially all the 3D folks
  • Linus Torvalds rates his own words ‘incoherent ramblings of a crazy old man’ - Bit of a hyperbole title, he was being humorous, it looks like the next release is well on track
  • Michael Apted director and Seven Up documentarian dies at ages 79 - I really enjoyed watching the the Seven Up documentary series when I was younger, I learnt a lot about what it mean to be british from those pieces, I haven’t seen the last few of these, hopefully I will some day, I think it also turned me onto documentaries which I love watching, I didn’t know he also directed a Bond movie and the Chronicles of Narnia (how cool!), farewell and all the best Mr Apted
  • Super insightful Twitter thread from Steven Sinovsky about the launch of the iPhone in 2007 - Steve was President of the Windows Division at Microsoft back then, so he was really plugged into the state of the industry especially mobile, he describes the broad context of what was happening, all the disparate events that were to culminate in what was to be the iPhone, I remember a lot of it exactly as he describes, but I was only seeing it from an end-user perspective, so it’s wonderful to hear the full tech angle on that huge period of change, real life sure is interesting sometimes, I’m glad to have lived through that moment

Sunday 10th January, 2021 #

  • Should I introduce an API Gateway in my workplace? - I liked this article because, though it started out pretty much as I had expected, it ended up going down a path that I totally didn’t expect, but that was very insightful
  • Substack is adding new features in February - Theming to change the look of newsletters, sublists so writers can segment their members into groups, and a multipub tool so writers can have several publications under one account - I like new features but I personally desperately need some automation tools and markdown support; these additions although cool, are mostly just things that would make my life more difficult not easier
  • An Invisible Tax on the Web - Video Codecs - Looks at the AV1 codec which is being developed by a consortium of companies including Mozilla, Google, Cisco, Amazon, Netflix, AMD, ARM, Intel, NVIDIA, as an alternative to the ubiquitous H264 and it’s successor H265, it’s royalty free and has better compression
  • Just wanted to mention that although the individual articles on the BBC News site look great, and are a pleasure to read, the main page has a horrible popup that gets blasted in your face as soon as the site loads, thus accessibility fir the fantastic articles is quite low
  • ☹️ Reddit Profile Saga - When I visit the appeal suspension page there is a message saying: “You cannot submit an appeal - Your account is currently neither suspended nor restricted. If you are trying to submit an appeal for another account that is suspended or restricted, please log out and log in to that account. For other account issues, please visit our Help Center .” - So it seems my account is not in fact suspended, yet it looks exactly like it is suspended, and I can’t find a way to contact the people that run the website
  • Autonomous and Beautiful Home Devices - Matt Mullenweg describes the IoT devices that he would like to have; devices that look good, don’t have an app, can be easily replaced, that easily connect to the network and that you can be confident won’t stop working because of software incompatibility issues later down the line
  • 🚀 Housekeeping Note: I’ve added a link to the BBC News Science & Environment website to the list of example sites in my blog post - Web design that focusses on text content is the best
  • Nasa's Curiosity rover - 3,000 days on Mars - Great article and very impressed with the clean look of the BBC News site, no annoying popups, page loads fast and text is very readable on mobile devices, using up the entire screen, very pleasant reading experience

Saturday 9th January, 2021 #

  • GM unveils new logo - Short John Gruber post, he doesn’t like the new logo, ‘lower case letters aren’t serious’, my initial reaction when I loaded the page wasn’t negative, so I don’t dislike it, personally I don’t have an aversion to lower case letters, I don’t think lower case letters have much to do with seriousness, for me lower case letters have an air of creativity, there is something that’s a bit off though, I’m not quite sure, maybe it looks like a logo that you see on a HiFi system, somehow reminds me of audio equipment
  • The 2 Essential Ingredients of a Brilliant Title - Worth a read if you ever write technical blog posts
  • Painters Tape and Fault Tolerance - I read a lot of blog posts and a lot of those are about programming, this post from Chris Coyier is just so well balanced and encapsulates an idea so well, one of his best
  • Good News in History, January 9 - Trying to offset all the Reddit sad faces with some good news, the thing with real life is that it happens anyway, so best thing you can do is to note the bad stuff and move on to something a bit more cheery, try to find time to fix when you are more able and when there is possibility for change - Turns out of all things on this day in 2007 the iPhone was unveiled by Apple CEO Steve Jobs :)
  • ☹️ Reddit Profile Saga - The Twitter thread where I’ve tried to contact @reddit, no replies from them so far
  • ☹️ Reddit Profile Saga - I’m being disappeared on Reddit, can anyone help or know what’s going on?
  • ☹️ Reddit Profile Saga - Possible bug with my account
  • ☹️ Reddit Profile Saga - Hello shadowban bot, what say you?
  • When Amazon switched from Sun to Linux - Twitter thread from Dan Rose, who was Director of Business Development at Amazon around 2000, describing the impact of the migration, worth noting there is some dispute of how much of a big deal it was in a related HN thread, they were fighting several other fires including a migration away from Oracle as their database provider, but it’s interesting nonetheless
  • Processing is a flexible software sketchbook and a language for learning how to code within the context of the visual arts
  • Snowpack 2.0 - A build system for the modern web - This was one of the most popular new tools in the javascript ecosystem for 2020, it modernises the developer workflow by only requiring file bundling (webpack/parcel) for production builds, during development you use snowpack which relies on native ES modules, this makes development much much faster, and you only bundle right at the end, before shipping to production
  • ECMAScript 2020 - the final feature set - A list of all the new features added in 2020 with relevant links to the TC39 process which describe the various maturity stages used for developing new features
  • Twitter permanently bans Trump - I totally checked out of reading Trump tweets including any main stream media reporting on Trump tweets over a year ago, as soon as I see them I just continue scrolling, so I don’t have any of the negative associations that I would have, had I continued to read these, because of that this story feels super weird to me, I tried for a while to find the tweets he wrote, can’t find them anywhere, only enormous tidal waves from main stream, and the small snippets I have read here and there, which were always out of context, don’t actually seem all that bad - I hope people are okay and haven’t been hurt in these riots, but this story is freaking weird
  • Yes, vanilla JS does scale - Looks at some of the misconceptions floating around on tech Twitter, interesting for the purposes of developing some perspective

Friday 8th January, 2021 #

  • Building better new cities in Southeast Asia - I am a bit hesitant to link to this article because at first glance it seems very critical of the region, and I’ve been here for a while now and I see that life is _damn difficult_ for so many, they are having to build all these new developments in an unimaginable realm of chaos, they have to make a lot of compromises and progress is hard and slow, but it’s happening, and a lot of it is amazing - I’ve met the author of the article James Clark and he’s a nice bloke who’s been in the region much longer than me, and any comments he’s making are from a place of tremendous affection he has for all the places mentioned and their people, and his articles are heavily researched, with a lot of thought and effort going into them, so I think that some of what he’s saying is worth considering - I also think it's fantadtic because it puts the word out that progress is happening, and it’s interesting and it’s real life
  • Gaming Software Pioneer RAD Game Tools Now Part of Epic Games
  • Cloud Manager - A New Multicloud PaaS Platform Built on Kubernetes - The ability to run your applications seamlessly across cloud providers is going to be a big trend in the next few years because although so far we have seen costs mostly getting cheaper, that might not always be the case, it’s still relatively early days for cloud technologies, costs will vary over time, companies will get bought and sold, and there will be shifts in power dynamics in the cloud space
  • Jack Dorsey and Running Two Companies - Matt Mullenweg (Automattic, Wordpress) interviews Jack Dorsey (Twitter, Square), hoping to have some time to listen to this later
  • 🚀 Re-post: The coming revolution in freelance web development
  • No Meetings, No Deadlines, No Full-Time Employees - I read this and was really liking their approach, it sounds like the future of work, but then they list the hiring process, step 2 - unpaid project, which means they are just mooching off of others, that’s when I stopped reading, oh but it’s just a few hours you say, everyone is doing just a few hours, if people are working for you, you should be paying them otherwise you are taking advantage of them, and it’s unsustainable because somebody somewhere has to pay for those hours, and it often ends up being freelancers

Thursday 7th January, 2021 #

  • Guide on Collecting Feedback for your Newsletter
  • slowly falling in love with notion - Brad Frost reviews Notion, it’s a really well though out and nice bit of writing, I’ve been hearing and reading about Notion all over the place recently, in podcasts and on blogs, sounds like a great productivity tool
  • UK watchdog to investigate Nvidia’s $40bn Arm deal
  • Facebook and Instagram ban Trump for 24 hours - Apparently he posted messages he shouldn’t have, I’d like to see what he posted, can’t find any sites that have copies of the tweets, it’s timely for me because the past few days I’ve been fighting a apparent ban (though no way for me to find out for sure) on Reddit, they banned my account before I ever posted a single post!
  • 🚀 Housekeeping note: I’ve added links to some of the NodeJS working group repos to my blog post - Reasons to use NodeJS for developing your backend systems
  • The nodejs/next-10 group are working collaboratively on the strategic direction of NodeJS, here’s an interesting retrospective board that displays the wants of the various constituencies, i.e. end-users, application operators, application developers, library/package authors, organisations with investments in NodeJS, and NodeJS code maintainers

Wednesday 6th January, 2021 #

  • How freelancing will change under President Biden - Would be great if they made some policies that dealt with the awful way the recruitment process in tech is structured, which is a very real problem for freelancers
  • Open Source developer David Recordon announced as the Director of Technology for President Biden at the Whitehouse - I wonder if they’ll be running Linux Desktops, wouldn’t that be cool?
  • Create a tag cloud with HTML and CSS - I love tag clouds, I have one on the blog and I use it all the time, and this article is a light read with some nice examples
  • Challenges Concerning IoT - Highlights a bunch of important challenges, the most interesting that I hadn’t considered is the issue of bandwidth allocation that will arise later down the line when billions of devices are all operating based on a client/server architecture, basic activities like authentication might start to cause network congestion problems
  • Apple Watch can double as a vlogging viewfinder
  • This avocado armchair could be the future of AI Trained on images+captions from the internet rather than curated data sets, two new GPT-3 based AI models, DALL-E which draws images from imputed text and another called CLIP which selects generated images that best match inputted text are used together to create interesting artwork, could lead to AI with better understanding of every day concepts
  • Some Recent Videos About Websites That Are Pretty Good - Chris Coyier’s roundup of some dev videos he’s been watching, including why the web is a mess, recreating the Didcord sidebar, progressive enhancement, a look at modern javascript and a cssbattle - I haven’t watched any of these yet but Chris has great taste when it comes to frontend development and I wanted to add some frontend links, plus based on his descriptions they look interesting
  • Asahi Linux aims to bring you a polished Linux experience on Apple Silicon Macs
  • Amazon buys 4 jets from WestJet and 7 from Delta to expand cargo fleet - It currently rents planes and uses UPS and FedEx for moving packages across long distances, looks like it’s a good time to buy planes at the minute

Tuesday 5th January, 2021 #

  • Dell’s automatic webcam shutter is genius and every other laptop should steal it - I definitely like the idea of a webcam shutter but I personally think I would prefer a manual shutter than an automatic one
  • Amazon wants to train 29 million people to work in the cloud - On the one hand I think this is great, it opens up lots of opportunities for people and small businesses, on the other hand I’ve spent a lot of time, money and considerable effort learning these technologies over the years, and now a huge load of noobs are going to start lapping me while making comments about about my appearance, circle of life?
  • Twitter buys Breaker social podcast app to boost new Spaces
  • An API Is a Promise - Interacting With Valuable Capabilities - I like this perspective, it’s simple to understand, feels like a good mental model
  • WikiLeaks founder Julian Assange cannot be extradited to the US, British judge rules
  • Jack Dorsey says proposed cryptocurrency regulation would create ‘perverse incentives’

Sunday 3rd January, 2021 #

  • 🚀 New Blog Post: Web development technologies bucketlist for 2021 - Getting this year’s blogging ball rolling, making a list is a good way to start
  • Moving BBC Online to the cloud - The engineering team writeup of their recent move from on-premises infrastructure to mostly cloud based where they are using serverless technologies extensively - Very clear articulation of the project high level goals, a description of the layered approach that enables code re-use but also keeps the flexibility to create custom specialised solutions, the re-organisation into teams focussed on page types and common concerns such as development methodology and hosting, interspersed with lots of development principles and guidelines - I have worked on several big projects at the BBC, it’s a staggeringly large organisation, so I am aware of how massive an undertaking this re-architecting of their infrastructure must have been, kudos to all the teams that made it happen
  • bbc/simorgh - Github repository for the BBC's open source ReactJS single page application - Used across the BBC World Service News websites, with tens of millions of users, these are some of their biggest websites - It's written in javascript and runs in NodeJS!
  • How the BBC World Service migrated 31 million weekly readers to an isomorphic react app - Pretty great writeup from the engineering team about their migration from a PHP monolith, it’s cool that they are running server rendered React now, they do a lot of great work when it comes to accessibility since their sites are published in so many different languages and are optimised to run in a huge variety of network connectivity conditions, I’d like to know more about the backend the new system is using, something the article doesn’t cover, did they change backend language? They mention it’s running on cloud infra, but where? And are they using serverless?
  • GitHub dark mode - I missed this earlier in the month, I’m testing it out, it’s pretty cool

Saturday 2nd January, 2021 #

  • ☹️ Reddit Profile Saga - I’ve been trying to get in contact with Reddit support for weeks now, my account is somehow corrupted, looks fine when logged in, but from the outside I don’t exist, I finally decided to post on Twitter, the post didn’t show up in my feed, so I had to ‘pin’ it to my Twitter account to get it to showup, so now until Reddit replies my Twitter account is basically f-ed as well, you see how fragile all this stuff is?
  • After Eight Mint Chocolate Thins - It’s been such a long time since I’ve had one of these

Friday 1st January, 2021 #

  • Cloudflare Introduces a Way to Build and Host Jamstack Sites with Cloudflare Pages - Short and to the point review of Cloudflare’s new Jamstack offering, 500 free builds per month, and integration with Cloudflare Workers with Key-Value Store, I’m wondering if there is a way to deploy from Github Actions, looks pretty cool
  • Top 7 Web Development Trends to Expect in 2021 - I haven’t seen very many 2021 prediction blog posts centred on web development so far, this one lists several of the trends that seem likely to make an impact, but the reasoning and analysis is a bit underwhelming
  • A Guide to Securing Node.js Applications - Great roundup of the most effective security best practices for backend NodeJS development, I’ve used most of these techniques and libraries at some stage
  • An Introvert's Personal Guide to Tech Twitter - I don’t currently do a lot of “interacting” on Twitter, though I do read it occasionally, I found it way too distracting, so I mostly just post links and give out hearts these days, I liked this blog post though