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
11
Comments
620
Joined
2 yr. ago

  • Do you have access to a computer with an sd card reader? I believe the best and safest thing to do is to connect it to a computer, create disk image from it and try ro use a data recovery tool in the image file.

    Edit: if you only have the phone, maybe you could try looking for apps to copy a disk image from the sd card and to recover data or try using some terminal emulator or one of those apps that install a linux distro inside android to use the dd command and then use testdisk and photorec tools. I recommend the second option, because the tools are open sourc and well tested

  • I expected to see risc v processors first in embedded devices, like routers and cameras, then moving to smart devices, like tvs and smartwatches, then to phones and then desktops. But looks like there won't be a clear line, and things will come concurrently.

  • One of the great advantages of software distributed with the source code is the flexibility to move to different platforms and architectures. I wonder if moving to a snap/flatpak model will change this flexibility in the future.

  • You can replace in the sense of making new releases on the gpl license. The mit license only requires to keep the original copyright notice. I changed the original comment to avoid this confusion, thanks for pointing that out.

  • A long time ago I tried to run multiple distros in live mode on it and got only one (Puppy) to work. Display, sound, ethernet and pretty much everything worked fine. GPU seemed to be an issue though because NVidia and I couldn’t install the driver (it was skill issue and I think it’s possible to do). But now it doesn’t work for some reason.

    Puppy linux has 3 versions, based on different distros. Maybe you tried one version back then, and now a different one?

  • The original code never stops being free, but the code incorporated into a new project will be, so it's a misleading term to people unfamiliar with open source licensing, that may think the license somehow expires. Even the fsf doesn't use such terminology. They use reciprocal and nonreciprocal, because it translates the idea that gpl-like licenses create a relationship of reciprocity, and bsd-like ones create a relationship of non reciprocity.

  • In this world of enshittification and organizations becoming more and more aggressive, it's so nice and refreshing to see proton doing the opposite and moving to a better model :)

  • You can use the gpl license in newer versions of your software, but keep in mind, in order to avoid future misunderstandings, that you can only do that because the upstream project uses the mit license. If the project used a reciprocal license like the gpl, you'd need to stick to it or use a compatible one. You can't, for example, take a upstream gpl project and use a mit license