Skip to content

Instantly share code, notes, and snippets.

View simskij's full-sized avatar

Simon Aronsson simskij

View GitHub Profile
@simskij
simskij / speak.js
Last active March 8, 2021 08:17
Google Home Speak
// npm install google-home-notifier
// npm install google-home-push
const DEVICE_IP = '192.168.86.179';
const MESSAGE = 'Hallå världen!';
const MESSAGE_LANG = 'sv';
const GoogleHome = require('google-home-push');
const googleHomeInstance = new GoogleHome(DEVICE_IP);
⭐ Total Stars: 1,836
➕ Past Year Commits: 448
🔀 Total PRs: 225
🚩 Total Issues: 258
📦 Contributed to: 48
🏆 220 Contributions in year 2023
📦 Used 378 MB in GitHub's Storage
📜 6 Public Gists
🔑 1 Public Keys
🚫 Not opted to Hire
@simskij
simskij / keybase.md
Created October 16, 2020 07:34
keybase.md

Keybase proof

I hereby claim:

  • I am simskij on github.
  • I am 0x12b (https://keybase.io/0x12b) on keybase.
  • I have a public key ASD566EA5p_Nj0yW99oEIRDAyg66uCgJtGNLFbj68MnpHAo

To claim this, I am signing this object:

A list of resources and things I recommend and/or enjoy.
# Resources
@simskij
simskij / docker-gui-demo.sh
Created April 14, 2019 11:20
Docker macOS GUI Experiment
brew update
brew cask install docker
brew cask install xquartz
defaults write \
org.macosforge.xquartz.X11.plist \
nolisten_tcp 0
address=$(\
ifconfig en0 |\