𝒍𝒆𝒎𝒂𝒏𝒏

Hey 👋 I’m Lemann: mark II

I like tech, bicycles, and nature.

Otherwise known as; @[email protected] and @[email protected]

Dancing Parrot wearing sunglasses

  • 1 Post
  • 80 Comments
Joined 10 months ago
cake
Cake day: December 22nd, 2023

help-circle










  • AFAIK on Windows the physical disk containing the partition needs to be marked offline in Disk Management, and the disk or a partition given exclusively to VirtualBox running as administrator, otherwise access is limited to read-only

    I would suggest checking some other sources as well, just in case this has changed over the years. If you do successfully pass the physical partition into VirtualBox read-write, you might need to set up a virtual disk with grub to boot into your physical Linux partition




  • To combine a bunch of explanations I’ve seen in the comments here:

    A bourgeois philanthropist game show producer who dabbles in poverty porn.

    That said, I do occasionally burn time watching some of his videos, however some of the content (especially the more recent game show ones which feel a bit like toying with people) rub me the wrong way.

    I have no idea if his philanthropy efforts are genuine or not - he’s barely visible in those videos (he has another individual hosting those videos) although I do appreciate the efforts they appear to go to when assisting communities desperately in need, and careful implementation of solutions that are sustainable, and can actually be maintained and fixed with local knowledge.

    I’ve seen way too many “gimmicky” charity contributions by other organizations that become worthless as soon as they break because nobody fixes them, as well as other solutions that seemingly make sense from a western cultural lens but aren’t really understood by the local people… worst one being a “merry-go-round” water pump mechanism where senior locals are forced to “play” just to pump water for survival. It was originally intended as a kids toy, but they of course don’t have any attachment to such a foreign device, thus don’t use it.

    Ehhh apologies for the mini rant there 😅



  • The Grayjay app includes an entire development environment for plugins.

    No idea why the keyboard app is “large”. Could it be for support on obsolete Android devices where they’ve needed to re-implement missing APIs and features entirely themselves (like Firefox/Fennec and the Share menu)?

    They could also be using completely different local AI tooling, or a custom trained model that has a higher space footprint compared to other similar apps. As always the true answer lies in the available code…

    Edit: Grayjay’s = The Grayjay


  • This looks like one of those low cost netbooks from the time where “EPad” and “MID” tablets were a thing. There is an edition of Windows CE floating around for these - but WiFi will not work, neither the modem if this has one built in.

    No idea about Linux - there is a kernel so you’re technically half way there, but considering most of these had a slow single core ARM CPU and 256MB of RAM on a good day, practical use is limited IMO


  • Chromium… I’m so getting downvoted with this one.

    Why? Anyone is free to use whatever browser floats their boat 🤷‍♂️

    Firefox itself is quite sluggish and slow to open on that piece of hardware

    Do you get the same issues on an older version of Firefox for that device? If yes, proceed with caution - your device’s internal EMMC might be nearing EOL considering how old Android 6 is

    But the problem is they all do not support modern arm64 apps that most Android phones use nowadays. Instead they need this other type called armeabi-v7a

    They probably just stopped building for Android 6 devices. The SDK and various third party libraries continue to add new features all the time, and unlike Firefox, the majority of devs do not have the time or resources to manually code-in the missing bits to retain compatibility with old versions of Android. As a side effect, these custom implementations may have bugs or issues that go unnoticed due to the shrinking install base.

    One of the more noticeable bits that changed is the Share API, which is why Firefox’s one looks so different vs every other app. There are other things like enhanced battery optimization and the storage API, which have changed a lot since Android 6.

    IMO your best option is an older version of FF, or install Lineage (etc) on that device and use another browser

    Edit: change “age of device” to “shrinking install base”