@gbraad@mastodon.social
@gbraad@mastodon.social avatar

gbraad

@gbraad@mastodon.social

Gerard Braad

My opinions are my own. They do not reflect those of my employer.

[
#Hardware | #OpenSource | #RetroTech
{
𝑨𝑴𝑰𝑮𝑨, MegaDrive, MiSTer
}
| Principal Software Engineer
& Manager, Software Engineering working on DevTools
| Opinions are my own!
]

Public soapbox account of:
@gbraad (Dutch)
@gbraad (private)
@gbraad (pixelfed)

This profile is from a federated server and may be incomplete. Browse more on the original instance.

bagder, to random
@bagder@mastodon.social avatar

(and me) is credited in these 136 (!) games: https://www.mobygames.com/person/177836/daniel-stenberg/credits/

gbraad,
@gbraad@mastodon.social avatar

@bagder almost a co-author ;-)

gbraad, to random
@gbraad@mastodon.social avatar

So 'closed captions' on is a source of misinformation

That is supposed to be "key city of Bakhmut" and CC writes "Berkeley"

https://youtu.be/7LBQxpwc4SA?t=58

gbraad, to random
@gbraad@mastodon.social avatar

deleted_by_author

  • Loading...
  • gbraad,
    @gbraad@mastodon.social avatar

    @jwp distrobox still would need:

    function devbox { distrobox create -i ghcr.io/gbraad-devenv/fedora/toolbox:38 devbox-fedora }

    but distrobox will not work on Windows AFAIK ;-)

    I mostly rely on to set up my environments, and we got this working quite well with WSL2 (I worked on that)

    gbraad, to random
    @gbraad@mastodon.social avatar
    gbraad, to random
    @gbraad@mastodon.social avatar

    this captures the in one sentence:

    "the weirdest ship in the fleet"

    bookwar, to random
    @bookwar@fosstodon.org avatar

    My father introduced me to when I was a teenager.

    And they are still absolutely awesome.

    I am so happy I had the opportunity to see them live yesterday.

    gbraad,
    @gbraad@mastodon.social avatar

    @bookwar I got introduced by a colleague when I was working on an intership at a small website hoster/designer.

    Northern Lite is also good. A German band with the same sounds and feel.

    gbraad, to random
    @gbraad@mastodon.social avatar

    Working on a @tailscale extension for Podman Desktop

    It will be very bare-bones as I only have a few hours/days to work on this.

    Here is a quick test of the VM system container exposing a basic nginx container to a devenv on Gitpod.

    Regardless, instructions to continue this work will be available.

    gbraad,
    @gbraad@mastodon.social avatar

    @crc yes, it will. Haven't been able to test on the OpenShift Local image, but would not see why it couldn't.

    The emphasize will be on a UI that allows to register and see the opened ports. Eventually also want to add serve functionality.

    gbraad,
    @gbraad@mastodon.social avatar

    @tailscale

    Since I need to add some missing functionality to Podman Desktop, I want to make sure the system container is published/available.

    https://github.com/spotsnel/tailscale-systemd

    You need to start this with podman machine ssh or

    podman run -d --name=tailscale --hostname $HOSTNAME-tailscale --network=host --systemd=always --cap-add=NET_ADMIN --cap-add=NET_RAW ghcr.io/spotsnel/tailscale-systemd:latest

    after this registration can be done with:

    podman exec -it tailscale tailscale up

    gbraad, (edited )
    @gbraad@mastodon.social avatar

    Working version (more of a POC)

    ghcr.io/spotsnel/tailscale-podmandesktop-extension:latest

    It only handles the basic authentication flow. Since there is no markdown description yet for the dialogs, I can not show the QR code. However, after registering you can use the container terminal if needed and the access of local public ports on containers works. Though, you can not inspect a list of available ports for now.

    gbraad,
    @gbraad@mastodon.social avatar

    Added a -based image:

    https://github.com/spotsnel/tailscale-systemd/tree/main#rhel-ubi9-based

    $ podman run -d --name=tailscale \
    --hostname $HOSTNAME-tailscale \
    --network=host --systemd=always \
    --cap-add=NET_ADMIN --cap-add=NET_RAW \
    ghcr.io/spotsnel/tailscale-systemd/ubi9:latest

    which provides a common base if you already use UBI9 images with

    mairin, to random

    Thinking about that time I called out internet famous / powerful tech guy for being a total shit to my friend and former Red Hat colleague. No apology or acknowledgement of the mistake; I did get him to delete some of the tweets and block me. 😂

    Another time I called a powerful famous tech guy for making careless sexist comments; he acknowledged the mistake after some reflection + apologized.

    Guess who I have more respect for? Guess who I now view as a grown-ass adult vs. a scared man baby?

    gbraad,
    @gbraad@mastodon.social avatar

    @mairin he is full of himself...

    revk, to random
    @revk@toot.me.uk avatar

    Some of the games I have on my icon bar on my Mac... , , and 🙂

    gbraad,
    @gbraad@mastodon.social avatar

    @revk 🤣

    gbraad, to random
    @gbraad@mastodon.social avatar
    jwildeboer, (edited ) to random
    @jwildeboer@social.wildeboer.net avatar

    Added the dutch Flourish of Approval [1] (or as we Dutchies call it: de krul :) in white on orange (obviously) to my profile as indication that I am a dutch person :)

    [1] https://en.wikipedia.org/wiki/Flourish_of_approval

    gbraad,
    @gbraad@mastodon.social avatar

    @jwildeboer doet me erg denken aan Kras vakanties ;-)

    hypolite, to random

    Saturday Confession: I'm a sucker for video game adaptations, especially . I've spent so much time at my friends looking at the static miniatures and reading the army rule books without ever using them that I'm excited every time I see the characters, vehicles and weapons I've come to know so well animate in a game.

    gbraad,
    @gbraad@mastodon.social avatar

    @hypolite
    I used to read the WH40K books and the RPG books, as worldbuilding in GamesWorkshop is great.

    It is what still draws me to TTRPG in a way. Love Call of Cthulhu for that...

    maxandersen, to random

    so I created bootstrapper for jbang for fun this morning; then realized @asciidoctor allow // as comments too. So is born self-bootstrappable asciidoctor revealjs proof of concept:

    https://asciinema.org/a/57Nr2Ay0a5yaemnOnUT1anwRL

    git clone https://github.com/maxandersen/presentations
    cd presentations
    ./index.adoc --serve

    gbraad,
    @gbraad@mastodon.social avatar

    @maxandersen One of the images in the presentation: https://github.com/maxandersen/presentations/blob/main/images/buildruntime-1.png has a transparent background, which prevents it to render in a readable way from a dark github theme.

    gbraad, to random
    @gbraad@mastodon.social avatar

    On board the Tiger's Claw with cheats enabled on the Wing Commander: Kilrathi Saga edition.

    gbraad, to random
    @gbraad@mastodon.social avatar

    ... instead he plunders and loots?

    gbraad, to random
    @gbraad@mastodon.social avatar

    Working on a modification to distrobox to be more in line with my expectations of what a devbox is; a development environment with network and process separation, but with easy drive access and web/gui based coding using vscode and vim, with easy access with ssh, proxy, tailscale, etc..

    did some tests and no issues so far.

    gbraad, to random
    @gbraad@mastodon.social avatar

    Never seen this:

    18 / to thrust one’s thumb into the mouth, inflate the cheeks, and blow
    Indifference. Defiance, disregard for danger.
    The Netherlands.

    from: https://thereader.mitpress.mit.edu/an-illustrated-guide-to-mouth-gestures-and-their-meanings-around-the-world/

    thomrstrom, to random
    @thomrstrom@triangletoot.party avatar

    Today I had a flashback to 1995: when SATAN ("Security Administrator Tool for Analyzing Networks") was released & sysadmins around the world rushed out to install Perl 5 to try it.

    To my recollection, it was the first sysadmin tool to achieve national media attention.

    One of the authors, Wietse Venema, also wrote the Postfix MTA, TCP wrappers, and The Coroners Toolkit (replaced by Sleuthkit), and contributed to the SLSA spec.

    All things I've used & am thankful for. Consider me a fanboy.

    gbraad,
    @gbraad@mastodon.social avatar

    @thomrstrom sounds familiar, especially the name Wietse Venema as he is Dutch. He now lives in the US if not mistaken.

    gbraad, to random
    @gbraad@mastodon.social avatar

    I do not understand why you need gnome-tweaks to set Legacy Applications to use Adwaita-dark when the Style has been set to Dark in the settings of Gnome. I don't think anyone appreciates the inconsistent titlebars between, eg. Gedit and the Terminal

    gbraad, (edited )
    @gbraad@mastodon.social avatar

    @sesivany even if this is the case, you should not need additional, non-installed, tools to modify the behaviour (This is what I argued).

    people called shame when Microsoft released a half-baked metro style. seems in retrospect it is not much better on Linux/Gnome. And if not mistaken, it has been this for years already as I remember having to do this before. (At the moment mostly using text-based Linux as I use multiple OSes).

    earok, to random
    @earok@peoplemaking.games avatar

    Playing System Shock remake for the first time

    https://twitch.tv/earok

    gbraad,
    @gbraad@mastodon.social avatar

    @earok the remake only got released a few days back ;-)

  • All
  • Subscribed
  • Moderated
  • Favorites
  • tester
  • osvaldo12
  • magazineikmin
  • cubers
  • thenastyranch
  • normalnudes
  • Youngstown
  • ngwrru68w68
  • slotface
  • mdbf
  • rosin
  • InstantRegret
  • kavyap
  • DreamBathrooms
  • JUstTest
  • khanakhh
  • anitta
  • modclub
  • Leos
  • everett
  • ethstaker
  • Durango
  • GTA5RPClips
  • provamag3
  • megavids
  • tacticalgear
  • cisconetworking
  • lostlight
  • All magazines