Skip to content

Instantly share code, notes, and snippets.

View jkxyz's full-sized avatar
🍋
Do whatever you want, all of the time

Josh Kingsley jkxyz

🍋
Do whatever you want, all of the time
View GitHub Profile
@martijnvermaat
martijnvermaat / nixos.md
Last active May 9, 2024 01:11
Installation of NixOS with encrypted root
@dbalatero
dbalatero / practice
Last active August 23, 2022 15:48
Records how long you practice something (guitar, language, etc) each day, and displays it.
#!/usr/bin/env ruby
class Practice
def initialize
@data = {}
try_to_load_data
end
def record_today(minutes)
@data[key_for(Time.now)] = minutes