[doing things I’m bad at]
“ugh, I suck at everything”
[doing things I’m good at]
“this doesn’t count because it’s easy for me”
Studied and lectured Computer Science at fhvorarlberg, coorganizes VlbgWebDev and AgentConf, programming in #php, #symfony, #laravel, #javascript, #vuejs.
Currently working at Yummy Publishing, previously valantic, Sulu and MASSIVE ART.
| Website | https://danielrotter.at |
| GitHub | https://github.com/danrot |
| https://www.linkedin.com/in/rotter-daniel/ |
[doing things I’m bad at]
“ugh, I suck at everything”
[doing things I’m good at]
“this doesn’t count because it’s easy for me”
I just realized my Mastodon experience hasn’t enshittified one bit in the 2+ years I’ve been here.
In fact, it’s only gotten better.
📸 Recently I had the issue that I wanted to upload some photos into a online album. However, the photos had the wrong date, so the online album sorted it all wrong.
🖥️ Luckily, the filename consisted of the actual date. So I decided to write a small #FishShell command to change all the modified dates.
🔗 Read more about that in my blog: https://danielrotter.at/2025/11/12/batch-fixing-date-of-images-based-on-filename-in-fish.html
IIRC, the three main areas of concern are Content (HTML), Presentation (CSS), and Annoying Advertisements (JS), right?
😉
TIL that using xdebug_debug_zval's refcount is not entirely reliable, since xdebug seems to increase the refcount every time an exception us thrown. Took me quite some time to figure that out.