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/)IN
Posts
6
Comments
611
Joined
2 yr. ago

  • On a surface you should use the surface kernel and its patches: https://github.com/linux-surface/linux-surface

    If I were you I would pick one from the well documented distros from its wiki: https://github.com/linux-surface/linux-surface/wiki/Installation-and-Setup#surface-kernel-installation

    Obviously it should be possible to install this on any distro, but you can save yourself from a headache if you just follow a tutorial, if you have never done such a thing.

    Usually it's easier if you have the same distro on both of your computers, so you don't have to think about which computer are you on, it's simpler if everything is the same. All the same programs available, same repos, etc.

  • It's same for me, and I can open chaos.social, so from this I would guess you are blocked by chaos.social, not isp.

    On Unix-like operating systems, traceroute sends, by default, a sequence of User Datagram Protocol (UDP) packets, with destination port numbers ranging from 33434 to 33534;

    https://en.m.wikipedia.org/wiki/Traceroute

    So they can easily block traceroute requests, it's common that you can't hop fully until the destination, it times out at some point.


    You shouldn't need sudo for a traceroute, so that's something special on your system.

  • Permanently Deleted

    Jump
  • That's a bit more niche device, no xda page. I couldn't found any custom rom for that device.

    Most xiaomi devices at least have the so called xiaomi.eu rom is available which is basically the same as the original rom, but every chinese only parts and gapps removed. It doesn't have one as the developer wrote here:

    Actually, no. Conditions for a device to be supported: https://xiaomi.eu/community/threads/supported-devices.65673/ Redmi 10C has a 720p resolution, while we only support 1080p and 1440p resolution devices. Please, don't buy trash devices if you wish to use our ROMs.

    So as this is a low end budget device I wouldn't expect that it will be supported by any 3rd party. If you really want to hack on this device, you are on your own.

    With this knowledge I would do the following:

    Good luck!

  • Permanently Deleted

    Jump
  • Yes, it's just iodéOS, which is LineageOS and microg. You can do this with literally any phone if the bootloader can be unlocked. Even easier if it's officially supported by lineage.

    From the specs it sounds like it's like a Vivo Y28s. It's not that exact model but something very similar. Same features, same soc, has microsd and headphone jack.

    And they are selling it for USD 300. I found this vivo on middle eastern and indian webshops, and it costs less than USD 200.

  • You are not new to lemmy, it says you registered a year ago, but is this the first time you meet a comment with license info? You are one of today's lucky 10000.

    I've seen this on multiple users, usually it's some anti ai license. Like the laws stopped facebook from torrenting copyrighted books, an anti ai license will stop the next ai startup scraping the fediverse.

  • I remember a lot of things were not working. For example I was a GNU screen user, and no terminal multiplexer could work at that time in WSL1. They added support to tmux after a while and I switched to that and never switched back, rest is history....

    The point is just like how not everything working ootb in wine, the same is true for the other direction.

    They would have to invest more work which costs money, but if they just ship the linux kernel, which is already written, and the users already bought big ssds and have highspeed internet, so they could just use that for free, it makes more sense, and makes more money to the shareholders

  • WSL2 is just a vm, WSL1 worked like wine, but reversed, only the name is similar, nothing else (classic microsoft...)

    According to arm it's working: https://learn.arm.com/learning-paths/laptops-and-desktops/wsl2/ We could virtualize different architectures for ages, nothing special here. But I guess they can ship a kernel built for arm.

    About these new laptops, I have no experience yet, but eagerly waiting for them to have usable bare metal linux support. Ubuntu supports development for them, some of them are already bootable, more info here: https://discourse.ubuntu.com/t/ubuntu-24-10-concept-snapdragon-x-elite/48800