Profile for zlatko

Header for zlatko
Avatar for zlatko
Display name
Panic In The Darkroom
Username
@zlatko@social.zlatko.dev
Role
admin

About zlatko

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

Recent posts

Munich-local, office equipment sales (German) Toggle visibility

Für Münchner hier: Die Firma zieht um und hat ein paar Extras zu verkaufen. Besonders interessant sind die höhenverstellbaren Schreibtische - elektronisch, 160x80 - für 100€ pro Stück, und ThinkPad USB-C-Docking-Stations für 50€ (die modernen, die mit jedem Laptop funktionieren, nicht die alten ThinkPad-spezifischen).

Es dauert noch 'ne Weile, also pingt mich an, wenn es interessant klingt.

Ich poste es hier nur weil es ganz günstig aussieht, ich hole persönlich auch ein paar Schreibtische.

Außerdem könnt ihr gerne auch mein Deutsch korrigieren, ich sollte es irgendwann lernen :) Bitte auch Umgangsprachvorschläge für den Bumsdingsquatsch oben.

#münchen #homeoffice #schreibtisch #büromöbel #dockingstation #usbc #büroauflösung #schnäppchen

Open thread at this post

Behold, my beautiful CSS debug element!! It will, of course, round the debug element in red (well, tomato-red). I also have a nice little global (GASP) const removeThis = node => node.remove() and I <section class="debug" onclick="removeThis(this)">....debug stuff...</section and I can just get the things in there dynamically, and click on them to remove them.

And the best part, the remove icon is a nice dynamic list!!!

.debug {
  position: relative;
  padding: 0.4rem;
  border: 2px solid tomato;
  counter-increment: icon-counter;
}
.debug::before {
  content: 'NOO';
  position: absolute;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  color: tomato;
  /* counter-increment: icon-counter; */

  top: 5px;
  right: 5px;
  font-size: 20px;
  color: #f00;
}

.debug::before {
  content: counter(
    icon-counter,
    symbols(
      cyclic '\2715' '👻' '💥' '❌️' '\2716' '🚫' '💀' '\2717' '\2611' '⊝' '🎉'
        '✨' '-' '💀'
    )
  );
}

#css #counter #cssCounter

Open thread at this post

You know, it's sometimes funny to watch idiots take charge, and then a few years down the road watch it all burn.

But the problem is, these idiots are going to make us ALL burn, on a barren fucking planet. And the only people who'll have clean air and water and shit will be the rich fucks who've broke it all in the first place.

https://arstechnica.com/cars/2024/12/on-trumps-chopping-block-evs-charger-funding-californias-emissions/?utm_brand=arstechnica&utm_social-type=owned&utm_source=mastodon&utm_medium=social

Open thread at this post