home.social

Search

14 results for “schrieveslaach”

  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. 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/

  3. 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-

  4. Currently, I'm often and couldn't really keep up to @teamtype's development speed for the plugin. My little 14 year old laptop cannot really run IntelliJ anymore. Really annoying how much RAM it consumes.

    My desktop PC can: with waypipe and wayback-x11 one can run it remotely. Here is a sketched CLI invocation:

    wayback ssh user@host wayback-session idea

    I must use wayback-session because of isn't merged into mainline, yet.

  5. 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

  6. @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:

  7. #Nushell and #HelixEditor connected via #LanguageServerProtocol a.k.a. #LSP

    My pull request got merged, now you get diagnostics with each keystroke.

  8. diagnostics running in for . I love to hack on these things at the moment in my spare time.

    github.com/nushell/nushell/pul

  9. 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...

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

  11. @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 ?