Seva 🇺🇦

@sevarocks
30 Followers
46 Following
116 Posts
🇺🇦 SRE, CPO and musician
Siteseva.rocks
Трішки пофотографував пікселі з текстом на 5к і 4к моніторах https://seva.rocks/posts/display5k/
Чи 5к монітор вартий того

Тестування 5к монітору і порівняння його з 4к + фотографії пікселів тексту

@mountainduckapp Hey! Is there any news on that? I'd love to be able to change the name, or at least, can you make a prefix shorter? Like MD-GoogleDrive or something like that?

The Cursor editor is pretty impressive. I had to deal with a smaller GPU provider that had a poorly documented API, but I managed to whip up an SDK, a CLI tool, and a Prometheus exporter in just three days.

I’m not sure I’d want to use it for production closed-source stuff, but it seems super useful for open-source projects or anything that might become open-source down the line.

#devops #cursor

Rewrite crash handling to log reasons for assertions and preconditions. (d386a94f) · Commits · George Nachman / iterm2 · GitLab

This commit replaces every instance of `assert`, `preconditionFailure`, and `fatalError` with calls to a custom implementation that logs the crash reason before terminating the process. Why? Because the geniuses who...

GitLab
@lazarus Thanks so much for the reminder! I tend to forget about adding alt text for images, and I know it’s important for everyone’s experience. From now on, I’ll make it a point to include alt text for all the images
I'm not a MacOS developer, but I deeply empathize with the need to write the pain into a long commit message.
#iterm #macos #development

Here are a few more simple examples:

sequential read; parallel execution

```bash
cat <(log_with_sleep 1) <(log_with_sleep 2)
# 10:10:05.529 starting1
# 10:10:06.538 end1
# 10:10:05.529 starting2
# 10:10:06.537 end2
```

parallel read; parallel execution
```bash
(log_with_sleep "-1" & log_with_sleep "-2"& wait) | cat
# 10:11:43.079 starting-1
# 10:11:43.080 starting-2
# 10:11:44.094 end-1
# 10:11:44.094 end-2
```

#bash #concurrency

I started a new English-language blog about DevOps, and my first post is about #concurrency in #bash for #devops
https://dvps.blog/posts/concurency-in-bash/
Concurrency in Bash

@kagihq Including Yandex? Are you joking? What next, photo of putin instead of dog?

🖥️😆 #it #гумор

Коли попросив дитину намалювати дерево і зрозумів, що з професією вона вже визначилася.