Advertisement · 728 × 90

Posts by Dmitry O.

Feels very surreal but this is a general PSA that you should go and chase your dreams/aspirations. Even if they feel scary. Even if they feel too big.

Do it, scared ✨

8 months ago 24 4 0 1
Video

We put a whole lot of heads together. If you know what I mean

1 year ago 2528 156 103 31
Post image
1 year ago 78 16 0 2
Friendship ended with IKEA. Now XXX Lutz is my best friend.

Friendship ended with IKEA. Now XXX Lutz is my best friend.

Friendship ended with #IKEA.
Now #XXXLutz is my best friend.

1 year ago 1 0 0 0

The sound design team of Indiana Jones & the Great Circle really hates nazis. They clearly spent a lot of time getting that “hammer to the head” sound juuuust right.

1 year ago 1569 62 76 4
Post image

Рад сообщить что DOOM наконец портировали в PDF-файл, работает только в Chromium правда

(это Emscripten-билд в asm.js, и у встроенного вьюера pdf достаточно хуков к js-рантайму чтобы подменять контент страницы выводом скрипта)

doompdf.pages.dev/doom.pdf

1 year ago 28 5 2 1

*wakes up*

brain: u wanna be scared or sad today?
me: those are my only options?
brain: both it is

1 year ago 1425 248 9 8
Post image
1 year ago 1 0 0 0
Preview
a man with a beard and a hat says i have no memory of this place ALT: a man with a beard and a hat says i have no memory of this place

Returning from a 3-week Christmas vacation

1 year ago 3 0 0 0
Diagram with large number: 2.7.123
First “2” is commented: Proud version. Bump when you are proud of the release
Second “7” is commented: Default version. Just normal/okay releases
Third “123” is commented: Shame version. Bump when fixing things too embarrassing to admit

Diagram with large number: 2.7.123 First “2” is commented: Proud version. Bump when you are proud of the release Second “7” is commented: Default version. Just normal/okay releases Third “123” is commented: Shame version. Bump when fixing things too embarrassing to admit

I propose we replace semantic versioning with pride versioning

1 year ago 2548 743 33 52
Advertisement
Post image

I don’t know if the vibe here is cat content, but this is Bagel. Say hi to Bagel.

1 year ago 4935 96 313 18
Post image

working with air-gapped clouds be like

1 year ago 1 0 0 0
Post image

Me when it's sunny outside

1 year ago 203 21 5 3
Post image

Advent Calendar Advent Calendar xkcd.com/3019

1 year ago 5594 503 76 55
Post image

There's this evergreen joke on software development that goes something like this:

"We're done with 90% of the project. Which means we only have the other 90% left to go."

It's funny because it's true. It's also why experienced engineers are in-demand: they are the "finishers."

AI tools: not now.

1 year ago 400 48 27 7

Monday's here

1 year ago 1 0 0 0
Preview
'Brain rot' named Oxford Word of the Year 2024 - Oxford University Press After more than 37,000 votes on our shortlist, we're pleased to announce that the Oxford Word of the Year for 2024 is 'brain rot'.

Абсолютно заслуженно; я бы и на слово десятилетия номинировал

corp.oup.com/news/brain-r...

1 year ago 57 12 0 0

😉😉😉

1 year ago 2 1 0 0
Post image

Who needs Coca-Cola truck when there’re Christmas garbage trucks in #Prague

1 year ago 2 0 0 0
Post image

dafuq is happening? why's there so many people who follow TENS OF THOUSANDS of people? why are they following me? wtf?

1 year ago 0 0 0 0
Advertisement
How Much Memory Do You Need in 2024 to Run 1 Million Concurrent Tasks?

How Much Memory Do You Need in 2024 to Run 1 Million Concurrent Tasks?

hez2010.github.io/async-runtim...

1 year ago 169 25 20 7

Australian teenagers right now

1 year ago 0 0 0 0

I’ve had a *lot* of help in life from kind people who didn’t need to help me but did anyway, and I’d like to pay it forward.

Please feel free to ask me about the topics in the thread (in public or in DM), and I’ll be happy to help in any way I can, subject to my free time.

1 year ago 18 2 4 0

Folks, what are the benefits of using #Kubernetes for cluster #orchestration? Isn't it too heavy? Are there any alternatives?

#k8s

1 year ago 0 0 0 0

btw, I have Nothing Ear (a) from them and I'm not happy about it after having AirPods Pro 2

1 year ago 1 0 0 0

I wanna try Nothing phone sometimes, but I'm not sure about that
nothing.tech

1 year ago 1 0 1 0

Outlook decided to start an old app instead of the new web-based, and it's so much better and faster!

1 year ago 0 0 0 0
Advertisement
static bool IsPalindrome(ReadOnlySpan<char> s) => s switch
{
    [] => false,
    [char c] => true,
    [char f, char b] => f == b,
    [char f, .. var middle, char b] => f == b && IsPalindrome(middle)
};

static bool IsPalindrome(ReadOnlySpan<char> s) => s switch { [] => false, [char c] => true, [char f, char b] => f == b, [char f, .. var middle, char b] => f == b && IsPalindrome(middle) };

Are you using pattern matching and switch expressions yet?

#dotnet #csharp

1 year ago 185 13 30 2

1. Have your laptop connected to the charger all day.
2. Unplug your laptop.
3. Battery level 93%
(╯°□°)╯︵ ┻━┻

1 year ago 1 0 0 0