Skip to content

Instantly share code, notes, and snippets.

@tildebyte
tildebyte / ._notes.md
Last active February 5, 2020 23:39
Bluetooth audio on fates

Bluetooth audio for fates

Mostly this is from memory, and of dubious accuracy (but getting better :p)

Requirements:

  • bluetoothctl (probably installed by default on raspbian)
  • [bluealsa] (apt installable)
  • alsa_out (comes with jackd)
  • libsbc1 (apt installable)
@tildebyte
tildebyte / color_calc.ipynb
Created January 4, 2020 20:05
Very ugly Jupyter Python notebook for color conversions, specifically for Launchpad Pro RGB LEDs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tildebyte
tildebyte / resume.json
Last active October 10, 2019 15:43
resume.json
{
{ "meta": { "theme": "paper" } }
"basics": {
"name": "Benjamin Alkov",
"email": "[email protected]",
"phone": "(919) 906-7845",
"location": {
"city": "RTP",
"countryCode": "US",
"region": "North Carolina"
@tildebyte
tildebyte / ms_tracking_domains_blocklist.txt
Last active March 3, 2025 07:20
Microsoft Windows 10 tracking domains list
a-0001.a-msedge.net
a-0002.a-msedge.net
a-0003.a-msedge.net
a-0004.a-msedge.net
a-0005.a-msedge.net
a-0006.a-msedge.net
a-0007.a-msedge.net
a-0008.a-msedge.net
a-0009.a-msedge.net
a-msedge.net
body {
font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Liberation Sans;
font-size: large;
color: #657b83;
background-color: #002b36;
}
ul.toc {
list-style-type: none;
}
@tildebyte
tildebyte / dabblet.css
Created February 6, 2017 20:29
Untitled
* {margin: 0; padding: 0;}
body {background: #222;}
/*GALLERY*/
.gallery {
width: 62.5rem;
margin: 10rem auto auto 1rem;
}
@tildebyte
tildebyte / dabblet.css
Created February 2, 2017 23:18
Untitled
@media only screen and (max-width : 940px),
only screen and (max-device-width : 940px){
.galleryItem {width: 21%;}
}
@media only screen and (max-width : 720px),
only screen and (max-device-width : 720px){
.galleryItem {width: 29.33333%;}
}
@tildebyte
tildebyte / dabblet.css
Last active February 3, 2017 14:52
Untitled
* {margin: 0; padding: 0;}
body {background: #222;}
/*GALLERY*/
.gallery {
width: 62.5rem;
margin: 10rem auto auto 1rem;
}
@tildebyte
tildebyte / dabblet.css
Last active February 2, 2017 23:18
Untitled
* {margin: 0; padding: 0;}
body {background: #222;}
/*GALLERY*/
.gallery {
width: 62.5rem;
margin: 10rem auto auto 1rem;
}
@tildebyte
tildebyte / dabblet.css
Last active February 1, 2017 22:18
Untitled
* {margin: 0; padding: 0;}
body {
background: #222;}
/*GALLERY*/
.gallery {
width: 1000px;
margin: 50px auto;}