Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am nebjak on github.
  • I am nebjak (https://keybase.io/nebjak) on keybase.
  • I have a public key whose fingerprint is B1EA 8ED6 8E21 6344 220D AB5C 2524 9628 ED3B CDC6

To claim this, I am signing this object:

➜ ~ time tar cJf thunderbird.tar.xz .thunderbird
tar cJf thunderbird.tar.xz .thunderbird 497.81s user 6.82s system 100% cpu 8:21.31 total
➜ ~ time tar czf thunderbird.tar.gz .thunderbird
tar czf thunderbird.tar.gz .thunderbird 48.49s user 2.13s system 96% cpu 52.311 total
➜ ~ time tar cjf thunderbird.tar.bz2 .thunderbird
tar cjf thunderbird.tar.bz2 .thunderbird 127.37s user 2.14s system 100% cpu 2:08.98 total
➜ ~ l thunderbird.tar.*
-rw-rw-r--. 1 nebjak nebjak 404M Jul 23 09:10 thunderbird.tar.bz2
-rw-rw-r--. 1 nebjak nebjak 417M Jul 23 09:07 thunderbird.tar.gz
-rw-rw-r--. 1 nebjak nebjak 391M Jul 23 09:02 thunderbird.tar.xz
boost-license1_54_0-1.54.0-11.2.noarch
update-alternatives-1.16.10-9.4.x86_64
libcom_err2-1.42.11-10.2.x86_64
libpython3_4m1_0-3.4.1-6.2.x86_64
libusb-1_0-0-1.0.20-1.1.x86_64
libgcc_s1-5.2.1+r226025-4.2.x86_64
libext2fs2-1.42.11-10.2.x86_64
libbz2-1-1.0.6-30.4.x86_64
libnettle4-2.7.1-9.1.x86_64
libzio1-1.00-11.4.x86_64
@nebjak
nebjak / stats.md
Last active August 8, 2023 07:28
GitHub Stats

GitHub stats

@nebjak
nebjak / init.lua
Created November 17, 2025 10:58
Hammerspoon Init
-- Helper function to create launch-or-focus hotkey bindings
local function bindLaunchOrFocus(mods, key, appName)
hs.hotkey.bind(mods, key, function()
hs.application.launchOrFocus(appName)
end)
end
-- Application launch shortcuts
bindLaunchOrFocus({ "alt" }, "t", "Alacritty")
bindLaunchOrFocus({ "alt" }, "b", "Brave")
{
"label": "Napkin: json (project)",
"command": "EXT=json; DIR=\"${ZED_WORKTREE_ROOT:-$PWD}/.tmp-napkins\"; mkdir -p \"$DIR\"; ID=$(date +%Y-%m-%d-%H%M%S); FILE=\"$DIR/napkin_$ID.$EXT\"; touch \"$FILE\" && zed -a \"$FILE\"",
"use_new_terminal": false,
"allow_concurrent_runs": true,
"reveal": "never",
"hide": "always"
}