• 2 Posts
  • 202 Comments
Joined 2 years ago
cake
Cake day: June 16th, 2023

help-circle

  • Reintroducing mammoths in the arctic could potentially help reduce the climate change.

    There is a scientist in Siberia who built the Pleistocene Park. An area where he reintroduced a lot of large herbivores and studied their impact. He’s saying that boreal forest have a very low biodiversity compared to mammoth steppes. The steppes have way more animals, are stocking way more carbon in the soil and prevent methane leaks by keeping the permafrost frozen due to the low albedo of the biome.

    The problem is that with the mammoths are indispensable to maintain the steppes. They are the only animal big enough to clear up trees, without them the forest is taking over and all the ecosystem of the steppes disappear.

    So (according to this scientist), resurrecting the mammoth could revive a whole ecosystem, with a very rich biodiversity and that could have a give impact on the climate.


  • I would imagine they use the microphone, accelerometer, some processing power and internet connectivity (WiFi or mobile).

    Trying to set up a dedicated hardware with ask that would cost way more than just buying a bunch of pixel phone.

    Same for the software, on a smartphone you can just create an app that will record and process all the information vs creating a custom firmware on a custom hardware.

    I guess there is also the availability of the technicians.

    Finding someone to develop and maintain an android app is much easier than finding someone to maintain a custom hardware/firmware.








  • If I understand well you want to have the same OS, software, configuration and files on different devices.

    You could have a look at nixos.

    I’m doing something similar, I have a computer in my office for work and a laptop at home for personal use and a bit of work.

    I have a config shared between the two computers, they share similar modules but also have their own specificities.

    This way when I configure VSCode for example I get the configuration synced on both.

    For synching my files I’m using a synology NAS.










  • From another article

    The GDM724x is removed for supporting the GCT GDM724x LTE chip based USB modem devices. This driver was merged back in 2013 but is being removed now as the driver isn’t being maintained and yields a maintenance workload, the manufacturer GCT doesn’t respond to any emails/support, there doesn’t appear to be any of the said chips easily available for purchase, there is not any hardware documentation available, and no apparent usage of this driver remaining in the Linux community. Removing the driver clears out 3.6k lines of code and lowers the maintenance burden for other kernel developers.

    There was also a vulnerability discovered in July linked to this driver.

    So yeah I understand that they chose to remove some drivers from the kernel.