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 #git

[?]Game of Trees Hub »
@gothub@exquisite.social

We have started our first round of sign-up for repository hosting.

Our first server for Git hosting is expected to be installed next week. Additional servers will be added as needed based on demand.

See gothub.org for an introduction to our project.

See gothub.org/features.html to get an idea about which features are already working and what is planned for the future.

See gothub.org/tiers.html for the initial service tier configurations and prices.

See gothub.org/signup.html for details about the sign-up process.

    [?]Alfonso Siciliano »
    @alfonsosiciliano@mastodon.bsd.cafe

    Just updated (make buildworld) Current () 15.0. As always, everything went smoothly!

    Just a quick note: on first boot, the laptop didn’t connect to Wi-Fi because the driver (iwlwifi module – man.freebsd.org/iwlwifi/4) was missing.
    If you run into the same issue, just enable USB tethering on your smartphone, load urndis (man.freebsd.org/urndis/4), and simply run # fwget (man.freebsd.org/fwget/8).

    Now time for a nice pkg upgrade -f to finish things up… and everything’s up to date!

    Screenshot of a FreeBSD 15.0-CURRENT desktop running Xfce 4.20 with a terminal window showing neofetch output. System details include an AMD Ryzen 5 3450U CPU with Radeon Vega Mobile graphics, 1920x1080 resolution, and 2.1 GiB memory used. The terminal shell is tcsh, and 1069 packages are installed via pkg. Another terminal shows uname -a output confirming the kernel was built on June 30, 2025. In the background, the sysctlview GUI is open, displaying kernel version information. The desktop background features a photo of blueberries, and a small Beastie icon is visible on the desktop.

    Alt...Screenshot of a FreeBSD 15.0-CURRENT desktop running Xfce 4.20 with a terminal window showing neofetch output. System details include an AMD Ryzen 5 3450U CPU with Radeon Vega Mobile graphics, 1920x1080 resolution, and 2.1 GiB memory used. The terminal shell is tcsh, and 1069 packages are installed via pkg. Another terminal shows uname -a output confirming the kernel was built on June 30, 2025. In the background, the sysctlview GUI is open, displaying kernel version information. The desktop background features a photo of blueberries, and a small Beastie icon is visible on the desktop.

      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 ★ 1 ↺

        [?]Marek S. Ł. »
        @marek@m5l.eu

        Today's discovery: make history of Jupyter notebooks cleaner with this package:

        pipx install nb-clean
        nb-clean add-filter --remove-empty-cells --preserve-cell-outputs