Stephan

@durchaus
26 Followers
166 Following
537 Posts
Always be sceptical, especially in your own bubble.
Languages🇩🇪🇬🇧🇫🇷🇨🇳🇷🇺
LocationRural Shanghai 🚜🌾🏙️
Interested inComputing💻, AI🤖, history🏺, languages💬
Occupationproblem solver

#OKRs and self-evaluations are the single most #annoying and #unproductive tasks at #work.

However, they at least help me to learn to make my #output look great and to prepare bullet points for my #CV.

#job #workplace #employment #employee #hr

Yes wanted ftréêww then I'm the g end of xf yes fv
Fun #fact: the adult #human #brain today is at least 13% smaller than that of a #homo #sapiens that lived 100.000 years ago.
#funfact #paleontology #biology #evolution
Does someone understand why I can travel with #ICE from #NRW to #Munich for 20€, but taking the #bus to the #train station costs over 10€?
The `sudo systemctl soft-reboot` on Linux is used for performing a userspace only reboot operation. It will reboot the Linux distro without the BIOS, UEFI or the hardware having to perform a complete cold boot. As a result your system reboots in seconds but will not load a new Linux kernel. It is useful to reset userspace (e.g. VMs, docker, any other process).
10 years ago, I believed 8 GB of #RAM are easily enough for the daily #work on a #computer. Today, I'm sitting on a new #Windows computer with 16 GB of RAM, filling it up to its brim whenever I open a browser window. Even when all apps are closed, 10 GB remain occupied. My usable RAM is basically 4 GB... What had happened?
Was ich wohl in den Achtzigern gesagt hätte, wenn mir jemand erzählt hätte, dass in 2025 40 Grad und Dürfe in 🇩🇪 gibt, man im Sommer nachts an Lampen keine Insekten mehr sieht und man immer noch nicht auf innovative Energieträger setzt?

Dear reader,

I hope this message finds you well.

is the new

This text was machine generated and is valid without a̶ ̶s̶i̶g̶n̶a̶t̶u̶r̶e̶ human thought.

#generativeai #ai #llm #text #letter #email #message #chatgpt

gcc -🧱 main.cpp

#gcc #c #cpp #cplusplus #compiler

#TIL you can pass variables to an #awk script with the option -v. This is useful, for example, when you want to include the file name in the output:

```
find . -type f -iname '*.csv' -exec awk -F, -v filename={} '{print filename, $2}' {} \;
```

Even though seemingly awkward at first glance, #awk is definitely one of the most versatile and useful tools on #linux.

#bash #commandline #shell #programming #textprocessing