About:

A Brisbane-based professional with interests in data engineering and AI, who enjoys running, tennis, and cycling.

Website:

Specializations:

Interests:

Running Tennis Cycling

Outgoing Links:

Subscribe to RSS:
The author wanted to use GPT-4o to refactor the code of the trie-hard crate in Rust. They then compared the results with ChatGPT-o1 and o1-mini models. The o1-mini model made extensive changes but the result wouldn't compile. The ...
The author announces a new project called GPUQuicklist.com, a site that allows users to quickly see live prices for graphics cards. The motivation for creating the site was inspired by the release of OpenAI's chatgpt and the intro...
Archive.is is a service that allows reading pages that may be limited in the number of pages you can read per month. The text provides a handy bookmarklet that can allow you to read paywalled pages using archive.is, and also inclu...
The author describes the process used to arrive at the results of extracting HN book recommendations with the ChatGPT API. The process includes downloading all data from Hacker News (HN) API, loading hn data into a duckdb database...

0About Me

2023-10-07

...
The author used the ChatGPT API to extract the top 50 book recommendations from Hacker News. The process involved fetching HN data from the hackernews API, extracting book titles, authors, and URLs from the text using calls to the...
The text introduces SWAR (SIMD within-a-register) techniques in go, and implements the simplest thing of checking if a string is ASCII. It explains the technique of operating over multiple data points within one register of the CP...
The text discusses the support for AVX-512 instructions in consumer computers, focusing on AMD's Zen 4 and Zen 5 processors and Intel's 12th and 13th gen processors. It also explores the availability of AVX-512 support in cloud pr...
The text describes a new editor tool for go programmers that implements the Language Server Protocol, called gopls. It is intended to be supported by each new version of go, and is developed by the go team. The author shares their...