Posted in 2022
Chilli Crab Recipe πΆοΈπ¦
- 18 November 2022
It is more complicated to eat chilli crab than to cook it. This is an easy recipe. Prepare the chilli paste earlier (take about 30 mins). When you are ready to eat, it only takes 10 minutes to cook.
Philips HF3520
- 16 October 2022
My HF3520 had a mainboard failure and my attempts to repair it also failed. I have salvaged some of the components. Trying to save the environment by keeping them out of landfill in the hope someone else needs the parts
Dell WD19TB screen flashing with M1 Mac
- 10 July 2022
New 2022 M1 Macbook external display flickers when plugged into the Dell WD19TB docking station.
Download page including assets loaded at runtime
- 06 February 2022
curl and wget can be used to archive a site but even with the most exotic command line switches they will omit dynamically loaded assets pulled via javascript during run time. curl and wget will not follow them and the site will not work for later offline viewing. To download all the assets including dynamically loaded data we can generate a HAR file from the developer tools view in chrome.
Arch Linux on X1 Carbon 6th Gen
- 10 January 2022
This is a bunch of random notes on installing Arch Linux on a ThinkPad X1 Carbon 6th Gen.
Pagerduty Cloudwatch integration
- 09 January 2022
It is possible to send your own custom payload to the Pagerduty Cloudwatch integration from a Lambda (instead of via a Cloudwatch alarm). Pagerduty does not document the internals but if you publish a custom message to the SNS topic that you have a HTTPS subscription to Pager duty following these simple rules you will see the event in Pagerduty.
Send payload to AWS Lambda from Cloudwatch scheduled event
- 01 January 2022
How to send payload to AWS Lambda from Cloudwatch scheduled event.