Skip to content

Instantly share code, notes, and snippets.

View AnttiBoman's full-sized avatar

Antti Boman AnttiBoman

View GitHub Profile
@braindevices
braindevices / #btrfs benchmark for daily used desktop OS
Last active May 29, 2025 03:26
which file sytem to use for daily work? should we turn on btrfs compression?
#btrfs benchmark for daily used desktop OS
@mgmeyers
mgmeyers / mgmeyers' Task+Date Format Proposal.md
Last active September 25, 2024 17:52
mgmeyers' Task+Date Format Proposal

mgmeyers’ Task+Date Format Proposal

See here for a description of what this proposal is all about.


Required settings

@mgmeyers
mgmeyers / Obsidian Plugin Task+Date Format.md
Last active May 11, 2023 15:09
Obsidian Plugin Task+Date Format

Obsidian Plugin Task+Date Format

The goal of this proposal is to enable compatibility between plugins that combine dates and tasks.

Currently, most plugins implement their own structured date format.

Kanban plugin: - [ ] task 1 @[[2021-11-01]] @@{8:35}
Tasks plugin: - [ ] task 1 📆2021-11-1
Reminders: - [ ] task 1 ([[2021-11-01]] 8:35)
@hackerb9
hackerb9 / extract_cookies.sh
Last active May 10, 2025 06:27 — forked from spk/extract_cookies.sh
Extract cookies.sqlite to cookies.txt for use in wget or curl.
#!/bin/bash -e
# extract_cookies.sh:
#
# Convert from Firefox's cookies.sqlite format to Netscape cookies,
# which can then be used by wget and curl. (Why don't wget and curl
# just use libsqlite if it's installed?)
# USAGE:
#
# $ extract_cookies.sh > /tmp/cookies.txt
@Goorzhel
Goorzhel / demilich.py
Last active November 11, 2021 18:37
Demilich cipher codec.
#!/usr/bin/env python3
"""
The Finnish death metal band Demilich released an album in 1993 called
"Nespithe". The liner notes, as well as the album title and one song title,
are written in code: start at the end of the phrase, group the letters in
three, and reverse the groups' order.
"""
from sys import argv, stdin