Reading List
The most recent articles from a list of feeds I subscribe to.
New feature in VideoTap: Clips – create short excerpt videos from bigger ones by highlighting text in the transcript
VideoTap keeps getting better and better. The latest version now has a new feature called Clips which allows you to create short excerpt videos from larger ones by selecting a part of the text in the transcript. When you upload a video, VideoTap automatically creates a transcript, which is used to create the AI powered […]
Hemingway is now Hemingw-AI! My favourite writing tool just got an AI upgrade and it’s great.
Disclaimer: I got no affiliation with Hemingway other than paying for it. I am just genuinely excited about this. Hemingway is an app I use almost daily. It is a text editor that shows you when your language gets too hard to read. It advises you to keep shorter sentences and avoid complex language. It […]
Quick tip: Getting all links from any web site into a spreadsheet using browser developer tools
As part of taking over the editorial job of the WeAreDevelopers newsletter, I needed to get all the links from older editions and import them into a spreadsheet. Eventually I will write a scraping script, but there is a much simpler way to get all the links from a web site into a spreadsheet: browser […]
Adding GitHub repository info, pages links and latest commits to any page using github-include
GitHub is where code lives. You make your updates there, and in the case of frontend work, you can even host it in GitHub pages. When I publish something, I write a blog post and often I put some of the code in the post. When feedback comes in about new features I update the […]
Adding a “share to mastodon” link to any web site – and here
I just added a “share to mastodon” link to this bloh. Ages ago I added a “share to Twitter” link, as there is a URL you can send Tweet content to that works: http://twitter.com/share?url={URL}&text={TEXT}?&via={TWITTER_HANDLE} With Mastodon, it wasn’t as easy as it is a federated service and there is not one URL. So I had […]