2 Followers
88 Following
27 Posts

Образование в области ИТ в двух российских ВУЗах, где я был, только учило плохим практикам в работе.

Воспитала меня русское ИТ-сообщество, появившиеся вопреки государственной среде.

Я чувствую себя должным этому сообществу, а не стране.

Это сообщество сейчас тут в Европе, ему и помогаю.

Собственно, ИТ-сообществу показали на выход ещё, когда ВК отобрали у Дурова.

С новой ИТ-средой вокруг госкорпораций, которая сформировалась после начала войны, я себя уже мало ассоциирую.

@rf

Completed #12in23 challenge
That was awesome. My overall programming knowledge definitely became wider. Without this push from the #Exercism I couldn't imagine myself diving into so many programming languages and concepts in such a small amount of time.

https://exercism.org/challenges/12in23

The #12in23 Challenge

Try out 12 different programming langauges during 2023. Broaden your horizons and level up your programming skills as your explore the varied paradigms and ideas that different languages embrace. It's free, fun, and useful!

Exercism

Didn't expect from myself to fill all the language boxes by the end of the year #12in23. But here I am. And I still haven't really touched the Languages for December. (Lua seems promising)

But the strangest turn of this year of programming for me is that I started to code in c++ for a living.

We're #hiring a Product Designer! This position is part of a small, "full stack" design team, encompassing the disciplines of UX design, ethical user research, and brand design. One-year, remote, full-time with possibility of extension. https://www.torproject.org/about/jobs/
The Tor Project | Privacy & Freedom Online

Defend yourself against tracking and surveillance. Circumvent censorship.

Just launched a *very* silly Thursday-night website.

YOU DON'T NEED HTML!

https://no-ht.ml/

Sorry.

#HTML #WebDev

Play an audible sound (alert.wav) 5 times when the host 10.1.2.3 is pingable again.
until ping -c 1 -w 1 10.1.2.3 > /dev/null ; do echo -n ; sleep 1 ; done ; play alert.wav repeat 5