Hacker Newsnew | past | comments | ask | show | jobs | submit | jo-m's commentslogin

What does locking down the device have to do with the CPU architecture?

ARM based devices don't have boot anything you want like x86 platform - in practice.

Adding to this.

x86 Most random Linuix ISOs will boot on anything. I've seen software compiled before the hardware had finished being designed boot just fine. (in the latest case lstopo was very confused, but everything still worked!)

ARM, I go looking for a build for my chip/device in particular.

x86 I just buy hardware and it works, ARM I check for OS builds before buying, and wonder if the builds will continue to get updates.....


cough that name is already in use ;) https://github.com/jo-m/trainbot


sorry about that :)


no worries, it is mostly unmaintaned now.


They have problems due to high humidity in the server room ;)


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...


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


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...


There a similar one, but it's the Swiss public transport system: https://tramli.ch/


i had to look it up: Vienna too https://straba.at/


I love that they are also imitating the real sign desing just like OP.


yes, there are.


So, not very safe.


This is what 8 million (Swiss) 5c pieces looks like: https://cdn.unitycms.io/images/BasDL2iBqV3BLXFiXIPDdm.jpg?op...

(A party put them in front of the parliament to launch a campaign for universal basic income)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: