A computer science enthusiast.

https://myxi.envs.net

  • 2 Posts
  • 16 Comments
Joined 1 year ago
cake
Cake day: June 30th, 2023

help-circle





  • It was a decent experience, but it had too many features to meet my taste. I like basic things. Their automatic timer detection supports a lot of formats, but it doesn’t support something like “in 5 minutes,” but it does support “in 5 hours/months/weeks.”. Too bad, I frequently forget to do things throughout the day, so I have trained myself to set up quick-to-do tasks to remind myself a few minutes later. But doing it an hour later is asking for too much.




  • myxi@feddit.nltoTechnology@lemmy.worldEcosia plants 200 million trees
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    2
    ·
    edit-2
    6 months ago

    We have estimated the carbon footprint of our AI chatbot and according to our first estimates it does not significantly increase the overall carbon footprint of Ecosia. The estimate takes into account that Ecosia searches are already 200% carbon negative,as we produce twice as much energy as is consumed by our search engine. We are currently working with two universities to refine our carbon footprint assessment.

    Unfortunately the more important issue is that the leading language AI model providers are still not transparent about the energy consumption of their models, so without this clarity we can only make rough estimations of our impact. We will continue to monitor our energy usage and urge leading AI companies to do the same and be transparent about their impact.

    (https://ecosia.helpscoutdocs.com/article/534-ecosia-chat-ai)

    I am not against it. I don’t want to miss out on AI to support this search engine. It’s quite helpful to me, and I assume many others. I think this search engine should compete with other search engines so that more users use it. I am already a fan of their Ecosia Chat; the interface is fast and the responses are even faster. Bing Chat is just awful; it’s slow both in terms of interface and text generation



  • The program itself isn’t really bigger, what makes the difference is that it won’t use the dependencies installed by your native package manager, it will download them, it also will download various runtimes if needed for the program, these runtimes are not really supposed to be ran if you compile the package yourself for your distribution, but if you use Flatpak, it is going to run all these runtimes for the program to work, these runtimes will use more RAM than the native build, if the runtime is not optimised, then it will also contribute to higher use of CPU and everything else in general.

    It will differ from program to program, but I’ll let you know that I have natively compiled EasyEffects (real-time audio manipulation) and also have tried the Flatpak build. The native version hardly uses more than 5% CPU, and is also lightweight in terms of RAM. But the Flatpak build took significantly more RAM usage and my CPU went 80% whenever I played music with the same preset that I tested on the native build. Flatpak also had to download 700-900 MB worth of internet (no idea how much space it took after installation) for the program to run.