My account moved to @eht16.
This is my old account and will not be used anymore.
Existing posts will remain here.
⚠️ Account moved to @eht16 ⚠️
Software Developer.
Loves to write, deploy and run software.
Posts are mainly about tech stuff and sometimes about random other things.
All of my posts and software are 100% AI free.
Software:

| Github | https://github.com/eht16 |
| Location | Rhineland, Europe |
My account moved to @eht16.
This is my old account and will not be used anymore.
Existing posts will remain here.
Hello Fediverse!
while not so new in the Fediverse, I just moved my account to my own instance, it's @[email protected].
I am a software developer, love and write #FreeSoftware, prefer #SelfHosting and generally be curious about technology.

The old account was https://floss.social/@eht16.
106 Posts, 2 Following, 1 Follower · ⚠️ Account moved to @[email protected] ⚠️ Software Developer. Loves to write, deploy and run software. Posts are mainly about tech stuff and sometimes about random other things. All of my posts and software are 100% AI free. Software: :python: :django: :debian: :xfce:
@vwbusguy I have no experience with JupyterHub and so I don't know what's necessary for this.
But if it helps, you can run Geany in a web browser using the GTK Broadway backend. It's relatively simple as described in the GTK docs: https://docs.gtk.org/gtk3/broadway.html.
Though I have no idea if this can be combined with Jupyter-server-proxy in some way.
@frlan Ich genieße die Ruhe, die das Bereitschaftshandy ausstrahlt.
Dev und Ops aus einer Hand hat schon so Vorteile.
Glaube da gibt's auch ein Buzzword für...😜
@chirp Nice!
Would you mind sharing it?
Endlich: bei der #NIAG kann man RufBusse, TaxiBusse und AnrufSammelTaxis jetzt online buchen.
So muss ich nicht mehr im Zug den Rufbus für die letzten Meter telefonisch buchen und dort meine persönlichen Daten im gesamten Zug bekannt machen.
Darauf habe ich schon lange gewartet (und auch vor ca. fünf Jahren vorgeschlagen).
Die Meldung auf https://niag.de/news/314/taxibus-und-anrufsammeltaxi-einfach-online-buchen/ ist auf den 04.11.2024 datiert, habe es leider erst heute erfahren.
@Cheatha Mensch, wenn ich die Zeitung damals gehabt hätte. Sarge habe ich mit einem Kommilitonen im Wohnheim heruntergeladen und auf CDs gebrannt. Wir mussten uns in den Download reinteilen weil wir im Wohnheim nur (ich glaube) 1 GB Traffic pro Monat hatten.
Aber als wir alle 7 CDs zusammen hatten, waren wir sehr glücklich,
Das waren noch Zeiten :).
Gerade kam eine Ansage im #RE wie "Unser Zug startet heute überraschenderweise pünktlich, das ist sonst meist nicht der Fall".
Aber schon wenige Stationen später haben wir 5-10 Minuten Verspätung.
Ich bin aber entspannt, so dauert mein sonst 20-minütiger Umstieg nicht so lange und der Zugbegleiter ist hörbar gut gelaunt, das macht mir auch gute Laune 😄 .
#Bahn fahren im Rheinland.
@andreasgoebel
Falls Du bei Docker bleiben willst, in /etc/docker/daemon.json kannst Du Folgendes eintragen:
{
"fixed-cidr": "172.26.0.1/25",
"bip": "172.26.0.1/16",
}
Das ändert das interne Docker-Netz auf einen anderen IP-Bereich, damit es nicht mehr mit dem ICE-WLAN kollidiert, wie @bjoern schrieb.