Ben Chuanlong Du's Blog

It is never too late to learn.

Web Engines

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

webview

A tiny cross-platform webview library for C/C++/Golang to build modern cross-platform GUIs. The goal of the project is to create a common HTML5 UI abstraction layer for the …

Public Private Key Pair Implementations

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

  • SSH key pairs – encrypt and authenticate remote connections
  • PGP key pairs – encrypt e-mails, disks, arbitrary files to securely sign or delete them.
  • SSL key pairs – encrypt TCP/IP communications and secure …

Tips on Home Assistant

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

https://www.home-assistant.io/

https://github.com/home-assistant/core

GUI Automation Tools in Python

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

pyautogui https://github.com/asweigart/pyautogui

autopy https://github.com/autopilot-rs/autopy