@piratehonk@norden.social avatar

piratehonk

@piratehonk@norden.social

GM, DevOps by ❤

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

piratehonk, to random German
@piratehonk@norden.social avatar

@bfdi Ich habe mittlerweile oft die Kelberultras Fanpakete, hier auf Mastodon, gesehen . Die sind schon sehr schickt. Wie kommt man dann an ein solches?

xahteiwi, to random German
@xahteiwi@mastodon.social avatar

Mal in die -Runde gefragt: was verwendet ihr denn so für Bratpfannen? Ich bin in den letzten Jahren von Teflon abgekommen und bevorzuge eher Keramik-Antihaft (meist von WMF). Ich hab auch gusseiserne Pfannen, die ich regelmäßig mit Leinöl einbrenne, aber für den tagtäglichen Gebrauch ist eine mit Antihaftbeschichtung einfach bequemer.

Aber ich lass mich gern auch von anderen Standpunkten überzeugen. Retröts und Kommentare gerne erbeten.

piratehonk,
@piratehonk@norden.social avatar

@xahteiwi Ich bin vor einiger Zeit beim Edeka zufällig über ein Replika der Hexclad-Pfannen gestolpert die tut seit Monaten richtig guten Dienst.

piratehonk,
@piratehonk@norden.social avatar

@kharkerlake Deswegen hab ich mir auch explizit nicht das original gekauft. Die Replikas haben die gleiche Technik und sind deutlich billiger.

Hab meine jetzt ca 10 Monate, selbst nachdem der Kater sie einmal runtergeworfen und sie jetzt ne Delle hat funktioniert sie einwandfrei. Selbst dort ist die Antihaftbeschichtung nicht abgegangen.

isotopp, to random German
@isotopp@chaos.social avatar

Ich bin wahrscheinlich der @evawolfangel Antagonist.

Pünktlich, Bordrestaurant, Klo, Klima und Sitzplatz.

Bahnhof Schild Hannover Hbf

piratehonk,
@piratehonk@norden.social avatar

@isotopp weil es vermutlich nen Plug-In Hybride ist und genau 20km weit mit der Batterie kommt

jwildeboer, (edited ) to RedHat
@jwildeboer@social.wildeboer.net avatar

How I run Forgejo as rootless container on my 9 machine with and (just a gist, you need quite some knowledge to follow along, I guess) https://codeberg.org/jwildeboer/gists/src/branch/main/2024/20240425ForgejoPodman.md Pull requests welcome :)

piratehonk,
@piratehonk@norden.social avatar

@jwildeboer Interesting that you choose to write the systemd service yourself, any reason why you do not use podman to generate it?

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

Giving up on configuring to send e-mails. No matter what I try, it can't authenticate to my mail server. "Password mismatch" though it works without problems when I connect with my normal e-mail client, so I know the password is correct. I tried putting the password as PASSWORD and without the backticks in app.ini, no luck.

SOLVED: The key in app.ini is named PASSWD not PASSWORD.

piratehonk,
@piratehonk@norden.social avatar

@jwildeboer Just a silly question, do you have any special characters(#,*...) that may need escaping or special backticks?

xahteiwi, to random
@xahteiwi@mastodon.social avatar

Opinion: people who staunchly prefer working with Gerrit, and consider anything else inferior, really love working with git-review. And if git-review were not Gerrit specific they would be just as happy with, say, GitLab.

The process that the git-review/Gerrit combo automates/enforces (one commit per change, automatically generated topic branches, change IDs with cross-project uniqueness) could also work just fine by hooking up git-review with the GitLab API.

Discuss.

piratehonk,
@piratehonk@norden.social avatar

@xahteiwi as someone who wants to contribute to OpenStack, the first time I had to work with Gerrit, I instantly hated it because I'm used to Pull Requests / Merge Requests and their workflow. Gerrit feels "wrong" for me.

piratehonk, to random German
@piratehonk@norden.social avatar

@waldi sag mal kennst du jemand der sich mit APT etwas besser auskennt? Wir haben hier nen merkwürdiges Verhalten unter Debian 12 und kommen gerade nicht dahinter was da passiert.

isotopp, (edited ) to random German
@isotopp@chaos.social avatar

https://www.golem.de/news/windrunner-laengstes-flugzeug-der-welt-soll-windraeder-transportieren-2403-183284.html

Hey, ich habe eine Startup-Idee, und damit werde ich locker einige Milliarden einsammeln!

Onshore-Windturbinen sind ja schwer zu bauen, weil sich die Rotorblätter und Turmbauteile nicht leicht transportieren lassen auf der Straße.

Mein Shoplifter-Startup wird daher einige tausend elektrische Quadcopter-Drohnen kombinieren und mit ihnen das Rotorblatt zur Baustelle und dann zur Montage direkt auf den Turm hieven.

piratehonk,
@piratehonk@norden.social avatar

@ascherbaum @isotopp und natürlich muss die Flugbahn jeder einzelnen Drohne genehmigt werden ;)

piratehonk, to random
@piratehonk@norden.social avatar

Schön war's auf den . Vielleicht bis nächstes Jahr

nixCraft, to ubuntu
@nixCraft@mastodon.social avatar
piratehonk,
@piratehonk@norden.social avatar

@nixCraft that article is very old and does not work anymore on modern systems with systemd. Is there a way to help you update it?

piratehonk,
@piratehonk@norden.social avatar

@etam @nixCraft the checking if the system needs a reboot is not reliable on newer systemd systems, we discovered this on debian bookworm

xahteiwi, to random
@xahteiwi@mastodon.social avatar

“Containers are hideously undebuggable black boxes, and we should never have invented them.”

@tserong

piratehonk,
@piratehonk@norden.social avatar

@lairsdragon @xahteiwi if you have a log server, you can also send them there directly. It's just a single line in the docker/podman config file

piratehonk,
@piratehonk@norden.social avatar

@xahteiwi @lairsdragon oh that sounds nasty, can we get a k8s somewhere in there? :D

xahteiwi, to random
@xahteiwi@mastodon.social avatar

question:

If

  • I'm running small MySQL 8 instances in Kubernetes, and
  • they don't use any replication at all, ever, and
  • they have an RPO of several hours in the past (meaning: if they break, they can just be redeployed and re-populated from a backup that is a few hours old, and there is an automated procedure for that, which runs several times a day),

then

  • is there any reason to run with binlogs enabled?
piratehonk,
@piratehonk@norden.social avatar

@xahteiwi If I'm not completely mistaken this points to the ability to save the binlog statrow and file information with the backup. When you repopulated with the backup mysql can redo all operations stored in the binlogs since the restore time and you get a DB that's up to date.

Not sure, if this would be applicable to your scenario

xahteiwi, to random
@xahteiwi@mastodon.social avatar

If you don't know this yet and you feel like nerding out, spend a bit of time this weekend on the question of where gold comes from — as in, how the element gold is made in the universe.

(Don't spoil it for others. Let their minds be boggled, too.)

piratehonk,
@piratehonk@norden.social avatar

@xahteiwi that is one hell of a question 😄

piratehonk,
@piratehonk@norden.social avatar

@xahteiwi I know. It is a cool Story and kind scary too

isotopp, to random German
@isotopp@chaos.social avatar

deleted_by_author

  • Loading...
  • piratehonk,
    @piratehonk@norden.social avatar

    @isotopp meiner liegt hier noch irgendwo in der Schublade. Ab und zu wird er auch noch benutzt

    jwildeboer, to random German
    @jwildeboer@social.wildeboer.net avatar

    ist wenn man seine Steuererklärung nicht abgeben kann und darf weil es mal wieder technische Probleme bei gibt.

    piratehonk,
    @piratehonk@norden.social avatar

    @jwildeboer hach, da kommen wieder Erinnerungen hoch :D

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

    Dear . When your task is to find a basic system to handle tickets (not many and only a handful of people handling them) and you want to make it a bit more future-proof so you can naturally add more features like knowledge sharing and tracking changes to content, if needed.

    Do you think it's OK to (ab)use the issue system of Gitlab or Gitea/Forgejo instead of introducing a dedicated ticket system?

    piratehonk,
    @piratehonk@norden.social avatar

    @jwildeboer It sure is, we are running all our Projects via Gitlab issues

    xahteiwi, to random
    @xahteiwi@mastodon.social avatar

    Just when I thought I'd seen it all, I see generated Dockerfiles that behave differently based on what version of Docker is installed on the build host.

    Reproducible builds? Container images as immutable build artifacts? Anyone?

    The container crowd has played us for absolute fools.

    piratehonk,
    @piratehonk@norden.social avatar

    @xahteiwi don't get me started on the differences when you build with old style docker, docker with buildkit and podman....

    ck, to Ansible
    @ck@noc.social avatar

    While playing around with group_vars in , I noticed that a specific host never applied the variables defined in the group_vars.

    To verify that a host is actually a member of the wanted group(s), I needed a quick way to check for group memberships. Here's a possibility how to do that. 👇

    https://www.claudiokuenzler.com/blog/1336/how-to-check-host-group-membership-in-ansible

    piratehonk,
    @piratehonk@norden.social avatar

    @ck couldn't you have also used ansible-inventory for this ?

    piratehonk,
    @piratehonk@norden.social avatar

    @ck check it out, it is really handy when you have to debug those things or work with dynamic inventories :)

    piratehonk,
    @piratehonk@norden.social avatar

    @ck it can even do some more things :) it can show the merged vars for the hosts :)

    jbo, to Wacken German
    @jbo@jbo.social avatar

    Wacken, was für ein Wahnsinn! 🤩
    Ich hoffe, Ihr hattet (und habt) soviel Spaß wie wir! 🥰

    Pic.: @cynthia_sharpshooter

    piratehonk,
    @piratehonk@norden.social avatar

    @jbo es war wieder mal ein richtig coole Konzert, das auch im Stream super rüber kam :)

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