Oystein Kristoffer Tveit oysteikt
oysteikt created branch add-license-file in Grzegorz/grzegorz 2025-03-02 01:26:16 +01:00
oysteikt pushed to add-license-file at Grzegorz/grzegorz 2025-03-02 01:26:16 +01:00
90513674cb LICENSE: init
oysteikt closed issue Drift/issues#161 2025-03-02 00:59:43 +01:00
grzegorz github mirrors are not updated from gitea
oysteikt commented on issue Drift/issues#161 2025-03-02 00:59:42 +01:00
grzegorz github mirrors are not updated from gitea

( `3´ )

oysteikt pushed to main at Drift/github-mirroring-ruleset 2025-03-01 22:10:46 +01:00
cef5130f17 Initial commit
oysteikt created branch main in Drift/github-mirroring-ruleset 2025-03-01 22:10:46 +01:00
oysteikt created repository Drift/github-mirroring-ruleset 2025-03-01 22:09:31 +01:00
oysteikt pushed to main at Drift/pvv-nixos-config 2025-03-01 21:32:03 +01:00
e9dc0d85a0 flake.lock: bump
oysteikt commented on issue Drift/issues#144 2025-03-01 18:18:36 +01:00
Aggregate "magic directories" under ~/public (or something equivalent)

Two users already exist with ~/public: oyvinlek and andersja. Should we ask them before we just take over this directory name to have a sideeffect?

oysteikt created pull request Grzegorz/crystal-orb#3 2025-03-01 13:39:56 +01:00
/usr/bin/python3 -> /usr/bin/env python3
oysteikt created branch usr-bin-env-python3 in Grzegorz/crystal-orb 2025-03-01 13:39:00 +01:00
oysteikt pushed to usr-bin-env-python3 at Grzegorz/crystal-orb 2025-03-01 13:39:00 +01:00
fc69d9c260 /usr/bin/python3 -> /usr/bin/env python3
oysteikt commented on pull request Grzegorz/crystal-orb#2 2025-03-01 13:31:48 +01:00
rewrite to using argparse

The term usage is a bit confusing here, considering argument kinda already refers to a command line argument in this context. Maybe Requiring value and No value, or alternatively With value and Boolean flags would be better candidates for comments?

oysteikt commented on pull request Grzegorz/crystal-orb#2 2025-03-01 13:31:48 +01:00
rewrite to using argparse

I see these are not really part of the change, but they could be a bit more readable if written as comprehensions

oysteikt commented on pull request Grzegorz/crystal-orb#2 2025-03-01 13:31:48 +01:00
rewrite to using argparse

Consider using

oysteikt pushed to main at oysteikt/nix-dotfiles 2025-02-27 18:00:38 +01:00
e46453cdeb home/nushell: init
oysteikt commented on pull request Grzegorz/greg-ng#40 2025-02-27 09:16:47 +01:00
sway + input

I wonder if it would be better to let these api functions take in a swayipc connection, so we don't have to spawn a new one all the time. Do you know roughly how much overhead this brings?

oysteikt commented on pull request Grzegorz/greg-ng#40 2025-02-27 09:16:47 +01:00
sway + input

Is ydotool a group?

oysteikt commented on pull request Grzegorz/greg-ng#40 2025-02-27 09:16:47 +01:00
sway + input

None of these seem to be async. Maybe they can just be run as normal, without spawn_blocking?