Skip to content

Instantly share code, notes, and snippets.

@AdmiralAsshat
AdmiralAsshat / kobo_faq.md
Last active February 17, 2026 08:31
File to track the Kobo FAQ written for r/kobo

Kobo FAQ (Last Updated: 2022/08/01)

Basic Questions About the Kobo eReader

What is a Kobo?

The Kobo is an e-reader developed by Kobo, Inc. The Kobo eReader line products all use electronic ink screens on their devices, allowing the text to look sharper and better in natural sunlight than you might otherwise see on a computer, smartphone, or tablet screen.

Who makes it?

@erikcox
erikcox / SimCityLoadingMessages.txt
Created November 11, 2015 21:23
A list of loading messages from the game SimCity, which I repurposed for Slack loading messages.
Adding Hidden Agendas
Adjusting Bell Curves
Aesthesizing Industrial Areas
Aligning Covariance Matrices
Applying Feng Shui Shaders
Applying Theatre Soda Layer
Asserting Packed Exemplars
Attempting to Lock Back-Buffer
Binding Sapling Root System
Breeding Fauna
@bartcone
bartcone / metatype.swift
Last active November 2, 2015 18:08
metatypes? bad idea?
struct Section {
let info: String
}
struct Row {
let text: String
}
class BaseClass: NSObject {}
class SubclassUno: BaseClass {}
@ygotthilf
ygotthilf / jwtRS256.sh
Last active February 10, 2026 20:17
How to generate JWT RS256 key
ssh-keygen -t rsa -b 4096 -m PEM -f jwtRS256.key
# Don't add passphrase
openssl rsa -in jwtRS256.key -pubout -outform PEM -out jwtRS256.key.pub
cat jwtRS256.key
cat jwtRS256.key.pub
@kevinburke
kevinburke / haproxy.config
Created October 10, 2013 17:34
twilio haproxy config
# Twilio HTTP HAProxy Configuration
# Version: 0.1
global
daemon
log 127.0.0.1 local0 info
maxconn 60000
spread-checks 3
@jasonrudolph
jasonrudolph / about.md
Last active November 13, 2025 16:55
Programming Achievements: How to Level Up as a Developer