Skip to content

Instantly share code, notes, and snippets.

say --rate 175 --voice Ellen "Hallo. Jeroen is momenteel niet bereikbaar. Laat een voicemail achter of stuur een berichtje."

Keybase proof

I hereby claim:

  • I am jeroenvdb on github.
  • I am jeroenvdb (https://keybase.io/jeroenvdb) on keybase.
  • I have a public key ASD2QCtauSpQsC0dba4eWM_gjm1qmudv4zYS0wj8S-5rDwo

To claim this, I am signing this object:

@JeroenVdb
JeroenVdb / hyper-config
Created October 4, 2017 11:13
hyper-config
module.exports = {
config: {
// default font size in pixels for all tabs
fontSize: 12,
// font family with optional fallbacks
fontFamily: 'Menlo, Arial, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace',
// terminal cursor background color and opacity (hex, rgb, hsl, hsv, hwb or cmyk)
cursorColor: 'rgba(248,28,229,0.8)',
@JeroenVdb
JeroenVdb / Push via the Server
Created May 31, 2017 08:27
Push via the Server
Browser -> Web Server -> Web Application
Request ->
Request ->
<- Push main.css
<- Push main.css
--- Waiting for response ---
<- Response
<- Response
@JeroenVdb
JeroenVdb / Push via preload header
Last active May 31, 2017 08:28
Multiple ways of utilising HTTP/2 Server Push
Browser -> Web Server -> Web Application
Request ->
Request ->
--- Waiting for response ---
<- Response with
Link: main.css; rel=preload
<- Response with
Link: main.css; rel=preload
@JeroenVdb
JeroenVdb / snippets.cson
Created December 30, 2016 09:18
Thymeleaf attributes autocomplete support in Atom
'.text.html .meta.tag':
'th:classappend':
'prefix': 'th:classappend'
'body': 'th:classappend="${$1}"'
'th:each':
'prefix': 'th:each'
'body': 'th:each="$1 : ${$2}"'
'th:abbr':
'prefix': 'th:abbr'
'body': 'th:abbr="${$1}"'
@JeroenVdb
JeroenVdb / expression03.thtest
Last active October 20, 2016 12:38
Template Preprocessing and BEM CSS syntax problem
%EXTENDS ../html5.01.common
# ------------------------------------------------------------
%CONTEXT
size = 123
# ------------------------------------------------------------
%INPUT
<p th:text="`00${size}00`">...</p>
<p th:text="`00__${size}__00`">...</p>
<p th:text="'00__${size}__00'">...</p>
<p th:text="'00__${size}00'">...</p>
@JeroenVdb
JeroenVdb / SassMeister-input-HTML.html
Last active November 4, 2015 11:21
Generated by SassMeister.com.
<div class="container">
I'm a container'
</div>
@JeroenVdb
JeroenVdb / SassMeister-input-HTML.html
Created November 4, 2015 09:04
Generated by SassMeister.com.
<div class="container">
I'm a container'
</div>
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->