Elektrine lite

← Feed

Lorenzo

ranfdev@linuxrocks.online

<p>I like building things</p>

Posts

  • Post #2532334

    @pojntfx Do you have any trick to let the agents work better with the latest libadwaita APIs? Recently I&amp;#39;ve been trying to add an MCP server to the Biblioteca app to let the agents look for GNOME docs in a fast way (the docs are already offline, inside Biblioteca) https://github.com/workbenchdev/Biblioteca/pull/142

  • Post #1501146

    I&amp;#39;ve spent the last few days updating my lobste.rs client, written in ClojureScript. I&amp;#39;ve even implemented an html renderer that converts html tags to gtk, so that comments can be properly shown, with links, quotes, lists, etc... Lol

  • Post #1501145

    @passthejoe Hi, DistroShelf developer here! I&amp;#39;m following some bsd guys and you showed up on my feed 😆. I hope you like it, I know it has some bugs, but I&amp;#39;m slowly fixing them. I use it too to manage some distroboxes for development. Distrobox is great!

  • Post #1501141

    It&amp;#39;s sad that there isn&amp;#39;t an easy way to get a proper swap setup in Linux, as with MacOS. The ideal swap setup would be using zswap on an encrypted drive, offloading encryption from the CPU, but: - fedora doesn&amp;#39;t use zwap, instead it uses zram, so that the user doesn&amp;#39;t risk writing RAM contents in plaintext on the SSD. - Compressing a partition with LUKS consumes CPU cycles and pollutes the CPU cache. Better solutions exist but aren&amp;#39;t easy to use or requi...