August 2021

2021-08-26 10:48 (4 years ago)
When Your MacBook Pro Intel Suddenly Slows Down (After Standby, etc.)

When an Intel MacBook Pro suddenly becomes slow after waking from standby, check and tune the `hibernate` / `standby` modes with `pmset`.

2021-08-20 12:27 (4 years ago)
A Server that Returns Website Screenshots Using Headless Chromium with Bottle and Gevent

Build a tiny HTTP server in Python (bottle + gevent) that takes a screenshot of any URL using headless Chromium and returns it as an image.

Flutter
2021-08-08 08:43 (4 years ago)
Downgrading Flutter SDK to Version 1.x

Downgrade Flutter from v2 back to v1 — use `flutter downgrade` and how to realign dependent package versions with the older SDK.

2021-08-07 07:03 (4 years ago)
When Connecting to a MySQL 5.7 Server Using a MySQL 8.0 Client, Charset Specification Cannot Be Done from the Client

When a MySQL 8.0 client connects to a MySQL 5.7 server, the client overrides charset to utf8mb4 and breaks Japanese on a latin1 server — here is the fix.

Categories

Archive