Pacharapol Withayasakpunt Pacharapol Withayasakpunt
Fri, July 5, 2019
Installing Linux on macOS MacBook Air -- Major Obstacles

Installing Linux is never hard on Windows, with supported hardwares, e.g. Dell, but on macOS, it is another beast; probably because of a very specific proprietary hardware -- main harddisk and cannot install additional internal harddisk. Furthermore, I have both macOS 11" (2015) ad 13" (2017) with different problems. After, it is never as easy as installing Windows.

Pacharapol Withayasakpunt Pacharapol Withayasakpunt
Wed, July 3, 2019
Create an Electron app from any web server in any programming language.

As Electron is actually an containerized extended Chromium web engine, I reckon that this must be possible somehow. However, by default, Electron uses ipcMain/ipcRenderer rather than http or websocket

As for a lazy reader, you can see my example project at https://github.com/patarapolw/rep2recall-sqlite, which is Python Flask in Electron. There is also a pure TypeScript version -- https://github.com/patarapolw/e-rep2recall