markjgsmith

Linkblog

2020/07/31 #

  • 21:41:23 +07:00 Jeff Bezos gets approval for project Kuiper, a satellite broadband constellation to rival Elon Musk’s Starlink# www.zdnet.com

  • 21:55:48 +07:00 AI-Generated Text Is the Scariest Deepfake of All - The comparison made to the introduction to Photoshop is interesting, though I’m having a tough time imagining a future where AI generated articles is sort of ok and accepted# www.wired.com

2020/07/30 #

  • 12:48:15 +07:00 The Big Tech Hearing Proved Congress Isn't Messing Around# www.wired.com

  • 13:05:32 +07:00 My monolith doesn't fit in your serverless - On the difficult choice developers have between serverless and monoliths# dev.to

  • 13:17:05 +07:00 A new funding model for open source software - Getting open source projects to a place where they are sustainable is important, though I wonder how such a direct approach like the one proposed here would distort the project environment as people flick to popular projects, I fear it would run the risk of making already strained environments more toxic# vriad.com

  • 13:26:51 +07:00 It felt like a good time to drop in on Richard Stallman’s political notes, this one is is about a Treaty Against Space Weapons, important stuff - Side note I really like his notes but I wish there was an RSS feed that grouped all the posts into daily posts, the current firehose is too much, might be an interesting feature for an RSS reader to implement# stallman.org

2020/07/28 #

  • 15:08:28 +07:00 How to review a software architecture diagram# dev.to

  • 15:09:12 +07:00 You don’t need to use UML - Discusses the C4 model for visualising software architecture# dev.to

2020/07/27 #

  • 14:11:56 +07:00 Dynamoose - Modeling tool for Amazon's DynamoDB inspired by Mongoose# www.npmjs.com

  • 19:25:58 +07:00 A Mental Model to think in Typescript - Typescript articles often don’t put across the benefits succinctly, but this article manages just that with some real world examples combined with an easy to read style# leandrotk.github.io

  • 22:03:21 +07:00 Are we in an AI overhang? - I don't know that much about AI aside from some neural network classes I took at college, and I'm not super into AI as I much prefer web development, on the other hand the numbers mentioned in this article are kind of mind boggling# www.lesswrong.com

  • 22:05:18 +07:00 Sony’s wearable air conditioner - It looks kind of neat but I can't help but wonder if this sort of thing is all that good for the planet, surely it can't be very good for the environment if everyone wears a personalised air conditioner# www.theverge.com

  • 22:24:33 +07:00 A review of the various funding models used in open source projects# plausible.io

2020/07/26 #

  • 15:02:31 +07:00 Latest Javascript features to reach Stage 4 - Logical Assignment and Promise.any look interesting# dev.to

  • 15:06:42 +07:00 V8 release v8.5# v8.dev

  • 15:29:25 +07:00 15 years of MDN Web Docs - Such a phenomenal web development resource, it’s great to read about their recent successes, very impressed that they have open sourced their entire infrastructure configuration in a github repo# hacks.mozilla.org

  • 18:55:23 +07:00 There is a bug in the most recent VSCode (1.47.2) that breaks the debugger - Workaround by unsetting debug.javascript.usePreview# github.com

  • 19:01:33 +07:00 Introducing Domain-Oriented Microservice Architecture - I found this writeup by the Uber engineering team to be a very good read, it describes their microservices architecture and covers their experiences developing it, also includes a suggested roadmap for teams looking to transition to microservices# eng.uber.com

2020/07/20 #

  • 22:18:52 +07:00 What serverless computing enthusiasts like about serverless, and how they use it# www.zdnet.com

2020/07/19 #

  • 10:34:02 +07:00 Yaml for Web Developers - I’ve used yml files a lot but I did not know about the anchors functionality, used to inject data into a configuration object, which makes configuring deploy environments easier# dev.to

  • 10:43:31 +07:00 Lesser-Known JavaScript Tricks - there isn’t anything earth shattering in this article but I kind of like the ‘with’ example even if it’s not recommended, there is something quite neat about being able to change the environment just for one statement, though there is probably good reason (not mentioned here) it is not recommended# dev.to

  • 10:57:41 +07:00 JavaScript’s with statement and why it’s deprecated - “It’s because one cannot predict whether arg will refer to a real variable or to a property inside the with argument”# 2ality.com

  • 14:20:53 +07:00 Fast Vue SSR experiment with QuickJS and Rust - Interesting experiment to create a nodejs-like request/response server in rust# github.com

2020/07/17 #

  • 05:03:41 +07:00 There was a rather catastrophic hack of Twitter the past few days where many high profile accounts were taken over including President Barack Obama, Elon Musk and Bill Gates, now people are worried that an attacker could try to socially engineer a nuclear war# www.getrevue.co

  • 13:11:38 +07:00 GitHub Archive Program - the journey of the world’s open source code to the Arctic# github.blog

2020/07/15 #

  • 08:20:26 +07:00 Multimesh with Luke Kysow - This podcast episode dives into the world of service meshes and how for large infrastructures, they are moving towards federated multi-mesh systems# softwareengineeringdaily.com

2020/07/07 #

  • 06:26:07 +07:00 SiriusXM to Buy Stitcher Podcasting Unit From Scripps# www.wsj.com

  • 06:34:52 +07:00 GitHub Actions - Manual triggers with workflow_dispatch - Adds the ability to trigger a workflow from a button + form for inputs# github.blog

2020/07/06 #

  • 08:15:14 +07:00 Rust for JavaScript Developers - Functions and Control Flow - If you are a JS developer thinking of learning Rust then this tutorial might be of interest, lots of similarities between the two languages# www.sheshbabu.com

2020/07/04 #

  • 15:59:22 +07:00 Software architecture diagrams - which tool should we use?# dev.to

  • 17:46:43 +07:00 Mozilla Common Voice updates will help train the ‘Hey Firefox’ wakeword - I didn’t know that Mozilla had an open source voice recognition project# venturebeat.com

2020/07/03 #

  • 10:56:03 +07:00 BBC Sport website at 20 - How the site has changed over the past two decades - Hoping to find some time to read this later, I do like a good retrospective and the BBC has been doing web for a long time# www.bbc.com

  • 13:28:28 +07:00 Github launch docs.github.com - last time I was reading the github docs (about actions) they felt a bit fragmented to me, so I’m glad to see there is a push in this area, it’s really important to have clear documentation# github.blog

2020/07/02 #

  • 08:16:46 +07:00 HN Thread - DuckDuckGo browser seemingly sends domains a user visits to DDG servers# news.ycombinator.com

  • 08:32:09 +07:00 Burrito Delivery Makes No Sense - I didn’t make it through this whole article because after a good start it jumps around all over the place, but the commentary on the food delivery business is interesting# www.nytimes.com

  • 10:09:20 +07:00 Building a decentralized web is hard. Who's in? - worth a read if you are into all things decentralised, quite a few relevant projects mentioned# dev.to

  • 16:17:48 +07:00 Apple declined to implement 16 Web APIs in Safari due to privacy concerns# www.zdnet.com

2020/07/01 #

  • 06:24:57 +07:00 Mastering JQ - Part 1 in a series that looks at the jq command line tool, which is an essential tool if you are handling lots of json data, contains impressively short and simple examples that you can copy and paste directly into your shell# codefaster.substack.com

  • 16:28:21 +07:00 Bootstrap Icons Alpha 5 - bootstrap icons, svg sprite, icon web fonts# blog.getbootstrap.com

  • 18:09:28 +07:00 The end of the Redis adventure - @antirez Is stepping back as the (excellent) project maintainer to concentrate on other things - Best wishes# antirez.com

For enquiries about my consulting, development, training and writing services, aswell as sponsorship opportunities contact me directly via email. More details about me here.