Profile for zlatko
About zlatko
Fields
- website
- https://zlatko.dev
- some photos
- https://pixelfed.social/zlatko
- some more photos
- https://photos.zlatko.dev
- 52frames photos
- https://52frames.com/photographer/20340
- Gravatar
- https://gravatar.com/zladuric
Bio
According to some, I'm avant-garde ;)
I try to stick to software development and engineering topics, often related to application development, but I also shitpost random stuff, occassionally about photography, (usually not more then) react to politics or economics.
My website is https://zlatko.dev but I less completely-infrequently post a photo or two to my photo gallery https://photos.zlatko.dev.
I also used to post at https://pixelfed.social/zlatko, and https://programming.dev/u/zlatko, and I'll occassionally swipe here and there.
Stats
- Joined
- Posts
- 2428
- Followed by
- 164
- Following
- 329
The day the checkbox died:
https://tonsky.me/blog/checkbox/
#checkbox #ui #ux
So back to work, lazy ass @zlatko!
then again, it's only frustrating to the first guy. once it's set up, the others are less frudstrated I guess
sometimes tooling can be really frustrating. which, considering we have tools to help us be less frustrated, is frustrating.
git commit -m fuck-off!
Note to self/TIL: rootDir and rootDirs in tsconfig.compilerOptions. tsc will compile things and create out
put directory structure that matches the sources, starting from the top-level file it found. E.g. if you had a `src/core/app/app.js` and then the r
est of the files under that, your compiled output would "skip" the `core/app` part. But you can tell tsconfig that you have a `rootDir` (or `rootDirs` for multiple virtual dirs) that rescope that output. Important to remember, this only affects the output, not the sources.\n And that is how you resolve a stupid god damn nx monorepo/Angular/lerna problem. #til #tsconfig #angular
That time when you find a random alias for "6" in your dotfiles from 10 years ago. #softwareDev #bash #aliasesAreMadness #typeItAllByHand
Good morning and #tzag
#sunrise #mobilePhotography #whyTheHellIsTgeSunNotYetUpAtSevenThirty
Don't know why this is funny to me - I have a ThinkPad dock at work. I have Fedora at my work laptop. Each time there's a kernel upgrade (and it's Fedora and we like our kernels and software fresh), I have to "make && sudo make install" in the EVDI sources to make the DisplayLink/dock work. I find it funny because in 2024 it's like in the stone ages, back when we had to download and compile ourown sources. I find it fucking hillarious that I _can_ do that, if I had a Windows machine that didn't want to support something, it would have been the end of story :) #linux #opensource #fedora #thinkpad #displaylink #evdi #fuckingHashtagLikeItsInstagram
On #Angular blog: "Angular first launched in 2016..." - wait, Angular people, you don't know your own history?