Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)NO
Posts
7
Comments
86
Joined
5 mo. ago

  • They will become cheaper over time. In the future buying robots like these could be like buying a new car i.e. expensive but still reachable for most and for others they might be able to buy used ones.

    But I dont have much faith in modern tech companies to not fumble this really badly. Will probably end up like the IoT stuff nowadays which have potential but are handicapped by cloud BS and enshittification.

  • Its a lemmy alternative written in Flask (Python). Piefed has got more moderation features and is probably faster to develop being written in Python. Both lemmy and piefed can talk to Mastodon (and obv to each other too).

  • AMD and Intel both have very good linux support. On that note there shouldn't be much of a difference.

    In fact, AMD GPU drivers are quite a bit ahead of Intel on Linux. And the AMD laptop has a significantly more powerful iGPU plus it has DDR5 ram. So it should give you noticeably better performance.

    More problematic could be the wifi chip, fingerprint reader and maybe the camera.

    Wifi nowadays works well on Linux so I don't think that should be much of a problem. Intel Wifi usually has better support though.

    Cameras also mostly work though the IR sensor might not work.

    Fingerprint support on linux is 50/50 (from linux-hardware, it seems fingerprint on similar models is not working unfortunately). If you know the exact fingerprint reader model on the laptop you can check if it has linux support.

    Thinkpads usually have good support on Linux overall so I won't be too worried with either option. I couldn't find the exact models on linux-hardware.org, however I did find similar models:

    All AMD models by this name (E14 Gen 6)

    All Intel models by this name (E14 Gen 5)

    21M3002TGE

    21JK0009SP

  • You can disable apps using adb.

    I personally use AppManager (FOSS). In the settings, change the working mode to Wireless ADB. The app should give you the instructions but you can also ask here. Then from the app list you should be able to disable any app you want. The app even tells you which apps are bloatware.

    But if you want, you can use adb on Linux too. Download adb and then from terminal run the commands as explained here: https://www.xda-developers.com/disable-system-app-bloatware-android/

  • You are supposed to use /var/home/user instead of /home/user in your paths, scripts, etc (or /var/$HOME). Im not certain on the why but iirc its because on immutable systems only /var is writable so anything writable has to be under it.