niq

@niq@norden.social
16 Followers
120 Following
51 Posts

Software developer from northern Germany. Mostly here to follow others...

Might boost anything from cute cat pictures to funny observations with the rare post of my own thoughts and questions about programming. Mostly english content, but some German might slip in.

Migrated from@niq

I have a very important question... How do you take off your pants?

Please boost, for very important sciencing.

Zipper, then button
13.2%
Button, then zipper
86.8%
Poll ended at .
@minego will there be a followup poll to see how people put on their pants?

Me: It doesn't have a tail, so I'm pretty sure it's a hamster.

Tech support: “sigh”

Fine. Right click on your hamster...

So I am self hosting a #gitea instance just for some personal stuff. Nothing fancy. Should I invest the time to migrate this to #forgejo ?
I don't even have any actual gitea specific stuff in there as far as I remember. Basically it's just a mirror of my local code stuff to keep as a backup.... So I guess I could just set up a fresh forgejo and change all my git remote urls to point there and push...
39 years as a software engineer, and every single gig, large or small, is literally Wallace and Gromit and the f***ing train tracks.

K1 fragt jetzt immer wie lange irgendwas noch dauert.

Die etablierten Zeiteinheiten sind bisher x mal #Sandmann oder #Maus schauen

So for some reason the computer was no longer part of the company's AD domain... After re-enrolling it the first login obviously failed because I did not have access to our AD from the home office to check the account details. So I had to go into the office after all.
Anyway IT was very quick here so now everything seems to work and I guess I have a bunch of software updates to catch up on for the rest of the day and probably the coming days.
Starting work today after a long absence. Let's see how the computer likes being turned on after a couple of months gathering dust in the home office....

@DanielaKEngert just learned about .editorconfig

Thanks!

For others that don't know yet: https://editorconfig.org/

EditorConfig

EditorConfig is a file format and collection of text editor plugins for maintaining consistent coding styles between different editors and IDEs.

@charette I am generally pro auto formatting, but it is definitely annoying if the formatting result is different depending on your editor. I guess the recommendation from @DanielaKEngert is a good way to fix it for this setup. Generally the entire clang tooling landscape is great but most of the time I am too lazy to set it all up for projects until the setup becomes kind of a hassle in itself...