HackerTrans
トップ新着トレンドコメント過去質問紹介求人

jo-m

983 カルマ登録 13 年前

投稿

Use your own domain for your code forge hosted Go modules

jo-m.ch
1 ポイント·投稿者 jo-m·4 か月前·1 コメント

コメント

jo-m
·6 日前·議論
I love the slider UI element to switch between different examples on their landing page (https://geastack.com/)... not sure if satire or real.
jo-m
·19 日前·議論
I was thinking the same.

However, reading through the docs, the author clearly knows about Nix/Nixpks and has factored some of its properties into the design: https://docs.yoebuild.org/nix.html
jo-m
·先月·議論
What does locking down the device have to do with the CPU architecture?
jo-m
·2 か月前·議論
no worries, it is mostly unmaintaned now.
jo-m
·2 か月前·議論
cough that name is already in use ;) https://github.com/jo-m/trainbot
jo-m
·3 か月前·議論
They have problems due to high humidity in the server room ;)
jo-m
·5 か月前·議論
I have something similar, but open fzf to select the branches to delete [1].

    function fcleanb -d "fzf git select branches to delete where the upstream has disappeared"
        set -l branches_to_delete (
            git for-each-ref --sort=committerdate --format='%(refname:lstrip=2) %(upstream:track)' refs/heads/ | \
            egrep '\[gone\]$' | grep -v "master" | \
            awk '{print $1}' | $_FZF_BINARY --multi --exit-0 \
        )

        for branch in $branches_to_delete
            git branch -D "$branch"
        end
    end
[1]: https://github.com/jo-m/dotfiles/blob/29d4cab4ba6a18dc44dcf9...
jo-m
·6 か月前·議論
I have a somewhat similar setup on the application layer (rootless podman, quadlet), but it's NixOS, and there still is SSH ;)

https://github.com/jo-m/fluffy
jo-m
·6 か月前·議論
In Sep 2025, voters in Zürich, Switzerland, approved a ban on gas-powered leaf blowers as well. Additionally, even electrical ones can only be used October-December. Source: https://www.swissinfo.ch/eng/swiss-democracy/zurich-voters-b...
jo-m
·8 か月前·議論
There a similar one, but it's the Swiss public transport system: https://tramli.ch/
jo-m
·9 か月前·議論
yes, there are.
jo-m
·9 か月前·議論
So, not very safe.
jo-m
·昨年·議論
Maybe it coincides with the road driving side - apparently Australia, NZ and Japan also have front brake right, while the US does not.
jo-m
·昨年·議論
No. In continental Europe, the front brake is always on the left. Might be different in the UK and US.
jo-m
·昨年·議論
Road bike tail lights have had IMU controlled brake light functionality for years. Even fairly cheap ones from Aliexpress. Example: https://youtu.be/iH-dYDkd_U0?t=123
jo-m
·昨年·議論
I regularly ride both bikes and motorbikes and this never has been a problem, even though the lever that is the rear brake on the bike is the front brake on the motorcycle.