HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jo-m

983 karmajoined 13 lat temu

Submissions

Use your own domain for your code forge hosted Go modules

jo-m.ch
1 points·by jo-m·4 miesiące temu·1 comments

comments

jo-m
·5 dni temu·discuss
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 dni temu·discuss
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
·w zeszłym miesiącu·discuss
What does locking down the device have to do with the CPU architecture?
jo-m
·2 miesiące temu·discuss
no worries, it is mostly unmaintaned now.
jo-m
·2 miesiące temu·discuss
cough that name is already in use ;) https://github.com/jo-m/trainbot
jo-m
·3 miesiące temu·discuss
They have problems due to high humidity in the server room ;)
jo-m
·5 miesięcy temu·discuss
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 miesięcy temu·discuss
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 miesięcy temu·discuss
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 miesięcy temu·discuss
There a similar one, but it's the Swiss public transport system: https://tramli.ch/
jo-m
·9 miesięcy temu·discuss
yes, there are.
jo-m
·9 miesięcy temu·discuss
So, not very safe.
jo-m
·w zeszłym roku·discuss
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
·w zeszłym roku·discuss
No. In continental Europe, the front brake is always on the left. Might be different in the UK and US.
jo-m
·w zeszłym roku·discuss
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
·w zeszłym roku·discuss
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.