m5l.eu is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Site description
Yet another single-user instance
Admin account
@marek@m5l.eu

Search results for tag #qt

AodeRelay boosted

[?]Steven Saus [he/him] ยป
@StevenSaus@faithcollapsing.com

(18 Jun) TarotCaster is an AI-powered tarot reading program

TarotCaster is an AI-powered tarot reading application that combines traditional tarot wisdom with modern artificial intelligence.

s.faithcollapsing.com/1wcbi
Archive: ais: archive.md/wip/QNGJV ia: s.faithcollapsing.com/na73g

TarotCaster in action

Alt...TarotCaster in action

    [?]skoot ยป
    @the_skotts@mstdn.games

    1 ★ 0 ↺

    [?]Marek S. ล. ยป
    @marek@m5l.eu

    Another day, another discovery of classic tool that does exactly what I want, this time it's git worktree for the rescue:

    I was working on updating a project to a newer version, but wanted to keep comparing to a tag from some time ago. The problem is that checking out a different commit changes all the files as far as is concerned, and everything builds from scratch. If only there was a way to have another copy of the same repo without cloning...

      0 ★ 0 ↺

      [?]Marek S. ล. ยป
      @marek@m5l.eu

      I'm learning to be IDE-independent and appreciate more. After a bunch of hunting for one failing file per each rebuild I came up with a magical solution. The incantation is:

      find . -name '*.qml' | xargs sed -i 's/\(import [A-Za-z0-9.]*\)[ ]*[0-9.]*/\1/g'

      Which translates to "please remove all versions from import statements in my QML files"

        AodeRelay boosted

        [?]Felix Palmen :freebsd: :c64: ยป
        @zirias@mastodon.bsd.cafe

        @alfonsosiciliano I think this should really be a development decision. When a GUI is well designed and implemented, whether it uses or really shouldn't matter from the user's perspective.

        I personally like a lot, it's more or less the only reason I touch at all (really don't like that language, good old rocks ๐Ÿ˜). And the one time it didn't fit the bill for me, for performance reasons with very special requirements, I finally resorted to coming up with my own little "toolkit" instead ๐Ÿ™ˆ

          [?]Alfonso Siciliano ยป
          @alfonsosiciliano@mastodon.bsd.cafe

          sysctlview freshports.org/deskutils/sysct is a GUI utility for sysctl on . :freebsd:
          It's probably my first project ๐Ÿ‘จโ€๐Ÿ’ป , it's still in the Ports Collection ๐Ÿ“ฆ and runs fine, but it hasn't been updated in years.

          Maybe it's finally time to brush up on ++ and give sysctlview a proper rewrite.
          The original version uses ( for C++), but a few years ago I ran a poll and most people preferred
          So maybe a QTsysctlview is on the horizon? ๐Ÿ‘€

          Screenshot of the main sysctlview interface showing a tree view of sysctl categories. The table lists Name, Description, and Value columns. The selected item is kern, with description โ€œHigh kernel, proc, limits &c.โ€ and an empty value field.

          Alt...Screenshot of the main sysctlview interface showing a tree view of sysctl categories. The table lists Name, Description, and Value columns. The selected item is kern, with description โ€œHigh kernel, proc, limits &c.โ€ and an empty value field.

              Query riuscita

A screenshot of a sysctlview application window, displaying a hierarchical list of system control parameters. The window is titled "sysctlview" and has "File", "View", and "Help" menus, along with "Main" and "Flags" tabs. The main panel shows three columns: "Name", "Description", and "Value".

          Alt... Query riuscita A screenshot of a sysctlview application window, displaying a hierarchical list of system control parameters. The window is titled "sysctlview" and has "File", "View", and "Help" menus, along with "Main" and "Flags" tabs. The main panel shows three columns: "Name", "Description", and "Value".

          Screenshot of sysctlview showing detailed sysctl entries under the kern category. Columns include Name, OID, Label, Description, Flags, Type, Format, and Value. A popup window is open displaying details for kern.version, showing the FreeBSD version string, flags (RD, MPSAFE), and that the value is not writable.

          Alt...Screenshot of sysctlview showing detailed sysctl entries under the kern category. Columns include Name, OID, Label, Description, Flags, Type, Format, and Value. A popup window is open displaying details for kern.version, showing the FreeBSD version string, flags (RD, MPSAFE), and that the value is not writable.

          Screenshot of sysctlview in "Flags" mode, displaying sysctl variables with a wide matrix of capability flags such as RD, WR, TUN, STATS, MPSAFE, and more. The "View" menu is open, showing filtering options like "Flags Tree" and toggles for various flag categories. The desktop in the background shows several folders including freebsd-doc, freebsd-accessibility, and ports.

          Alt...Screenshot of sysctlview in "Flags" mode, displaying sysctl variables with a wide matrix of capability flags such as RD, WR, TUN, STATS, MPSAFE, and more. The "View" menu is open, showing filtering options like "Flags Tree" and toggles for various flag categories. The desktop in the background shows several folders including freebsd-doc, freebsd-accessibility, and ports.