home.social
  1. @ethersync for (and other Jetbrains IDEs) got a home: github.com/ethersync/ethersync

    Thanks to @blinry and @zormit for creating the project in the first place. Now, I hope to provide a good experience to people who use IntelliJ or @neovim

    fosstodon.org/@schrieveslaach/

  2. Today I made the first release of Energy Impact . See github.com/aixigo/sonarqube-ja

    Based on scientific research the usage of and is discouraged due to higher leading to higher |s. 5% |s can be achieved.

    Now I'm searching for ways to measure energy consumption in Microbenchmark Harness () to start working on the higher hanging fruits/recommendations of the paper: doi.org/10.1007/s10664-021-099

  3. @britter, da ich mit tippe, ist das für mich kein Thema. Das layout gibt es nirgends zu kaufen. Aber da sind wir wieder in der Nische der Nische. :blobfoxlaughsweat:

    Was ist dann dein nächster Schritt. Neovim von Nix gemanagt? neovimconf.live/ (siehe Nixvim) :masto_stuck_out_tongue_winking_eye:

  4. Finally, the plugin that some of my colleagues and I started to built will be developed as . The aim is to highlight code patterns that have more energy efficient alternatives so that the of will be reduced.

    github.com/aixigo/sonarqube-ja

    At the moment it provides only one "low hanging rule" of a research paper but it is already astonishing how much energy a consumes.

    fosstodon.org/@schrieveslaach/

  5. Today, my colleagues and I were able to create a first plugin to recommend collection. At the moment it just contains a low hanging rule: do not use due to higher energy use.

    Hope to release that project to the public soon. Unfortunately, my time budget at work is pretty low...

  6. Now, excited to hear something to make () programs more .

  7. At the weekend I did something crazy. I reinstalled my server with and I had to install drivers for my TBS6928SE DVB/S2 card. Unfortunately, I had to install the closed source drivers but these do not working with current versions anymore. Therefore, I had to update the AUR package with the TBS drivers. Now, my is running on .

    gitlab.com/schrieveslaach/aur-

  8. @jonhoo
    Unfortunately, we had to use the Mutex otherwise the code does not compile. 's State requires the type argument to be Send and Sync. Do you think there is a trick to avoid the usage of Mutex in conjunction with and ?