oleg_log @oleg_log Channel on Telegram

oleg_log

@oleg_log


Shelter for antisocial programmers "Oleg"

halp: @olegkovalov
web: https://olegk.dev
fov: @oleg_fov
chat: @oleg_log_blabla
podcast: @generictalks

about: https://t.me/oleg_log/3200

Shelter for Antisocial Programmers (English)

Are you an antisocial programmer looking for a safe space to connect with like-minded individuals? Look no further than the Telegram channel 'Oleg Log.' Founded by Oleg, this channel serves as a shelter for antisocial programmers who are passionate about coding and technology. Oleg, a well-known figure in the programming community, provides a platform for programmers to share ideas, seek help, and engage in discussions about their favorite topics.

With a dedicated helpline at @olegkovalov, a website at https://olegk.dev, and a forum at @oleg_fov, members have access to a variety of resources to enhance their coding skills and knowledge. Additionally, the channel offers a chatroom at @oleg_log_blabla where programmers can socialize and connect with one another in a comfortable environment.

For those interested in broadening their horizons, 'Oleg Log' also features a podcast called @generictalks, where industry experts share insights and tips on programming and technology. Whether you're a beginner looking to learn the ropes or a seasoned pro seeking new challenges, this channel has something for everyone.

Join the 'Shelter for Antisocial Programmers' today and become part of a supportive community that celebrates all things coding and tech. Visit https://t.me/oleg_log/3200 to learn more about what 'Oleg Log' has to offer.

oleg_log

04 Nov, 18:56


<3

oleg_log

08 Oct, 21:23


🫡 https://www.linkedin.com/posts/yuliya-kholenko-145a00199_standwithukraine-fromlinkedinsupporters-activity-7248633610591752192-gAKf

oleg_log

02 Oct, 08:44


wow
so ai
much agi

oleg_log

30 Sep, 09:38


true

oleg_log

29 Sep, 19:12


So, shittification is now officially confirmed. However, nothing really new.

Anyway, have already migrated to WhatsApp, no idea why I’m here 🤷‍♂️

https://www.bloomberg.com/news/articles/2024-09-23/telegram-ceo-durov-says-app-to-provide-more-data-to-governments

oleg_log

23 Sep, 07:34


https://ashishb.net/programming/google-cloud/

oleg_log

21 Sep, 17:10


> if it's not my circus,
> and they're not my monkeys,
> why am I cleaning up monkey shit off the floor?

Every time I need to configure something made by Google. It's a fucking joke worth 1T$.

Firebase/Google Cloud console doesn't know how to work with Flutter or vice versa.

Damn, just grab a coffee and make a 10min talk, you're in the same building 🤦‍♂️

oleg_log

20 Sep, 06:40


❗️ ТЕРМІНОВИЙ ЗБІР КОШТІВ НА ПІКАП ❗️

Друзі, усіх вітаю! Дуже потрібна ваша допомога.

Збираємо на пікап для 3м.р. 214 ОСпБ OPFOR.
ЦІЛЬ ЗБОРУ - 5200€ чи 244400 грн
Mitsubishi L200, механічна коробка передач, кунг, дизель на 4 місця з комплектом коліс 4 шт

Збір відкрито моєю мамою (Холенко Юлія Миколаївна) завдяки благодійному фонду «Пряма Допомога», представника якого знаю особисто та довіряю. Представник - Руслан Алікперов, власник БО «БФ «ПРЯМА ДОПОМОГА»».
Лінк на опендатабот додаю https://opendatabot.ua/p/alikperov-ruslan-rakhimovych-MRrdhmaRXDtKSicLuAdrLw

🔗Посилення на банку:
https://send.monobank.ua/jar/6TkMZD3duv
💳Номер картки банки:
5375 4112 2202 1102
🔗PayPal:
[email protected]

Мама збирає для свого колишнього чоловіка , який боронить нашу країну у лавах 3м.р. 214 ОСпБ OPFOR на Покровському напрямку. У всіх можливих соціальних мережах(Facebook, Instagram, LinkedIn) ви можете знайти її по імені та фамілії. Також там є відео зі зверненням військових та пости на українській та англійській мовах, буду дуже вдячна за розповсюдження.

Необхідна автівка вже знайдена та буде доставлена благодійним фондом безпосередньо до наших захисників у Покровськ з проведеним ТО через тиждень після закриття збору.

Я дуже сподіваюсь, що ми це зробимо і зробимо швидко. Знаю, що болить не тільки в мене, а і у вас. Ми всі живемо у цьому пеклі майже 3 роки. Знаю, що ви всі допомагаєте і продовжуєте донатити. Знаю, що втомилися. Але у наших хлопців у самому пеклі нема функції «втомитися». Вони потребують нашої підтримки та нашої невтомленності.
РАЗОМ МИ - СИЛА❗️
РАЗОМ ДО ПЕРЕМОГИ❗️
Вірю в ЗСУ та в вас
СЛАВА УКРАЇНІ ❗️❗️❗️

oleg_log

20 Sep, 06:40


Подруга збирає, допоможіть будь ласка.

oleg_log

19 Sep, 10:58


Anyone? https://github.com/golang/go/issues/69312

oleg_log

19 Sep, 09:01


https://www.youtube.com/watch?v=t86hh3gFXOc

oleg_log

18 Sep, 18:26


BTW, epic thing

oleg_log

13 Sep, 11:12


Why tmux is soooo unfriendly with mouse? It's 2024 bros, why I cannot scroll that easily?

oleg_log

12 Sep, 06:51


Wow, real emoji research https://www.unicode.org/L2/L2023/23260-eye-bags-face-emoji.pdf

oleg_log

11 Sep, 16:42


You can be banned on Github if you access it via ProtonVPN. Happened twice.

dafuq

oleg_log

10 Sep, 08:19


Probably the best script of 2024 for me

And again gh/<username>.keys (https://t.me/oleg_log/5968)

#!/bin/bash

# Replace this with your GitHub username
GITHUB_USERNAME=$1
echo "Fetching for user $GITHUB_USERNAME"

# Fetch the public SSH keys from your GitHub account
GITHUB_KEYS=$(curl -s https://github.com/$GITHUB_USERNAME.keys)

# Check if the .ssh directory exists, if not create it
if [ ! -d "$HOME/.ssh" ]; then
echo "Creating ~/.ssh directory..."
mkdir -p "$HOME/.ssh"
chmod 700 "$HOME/.ssh"
fi

# Append the fetched GitHub public keys to the authorized_keys file
echo "Adding GitHub SSH keys to ~/.ssh/authorized_keys..."
echo "$GITHUB_KEYS" >> "$HOME/.ssh/authorized_keys"

# Set the correct permissions for the authorized_keys file
chmod 600 "$HOME/.ssh/authorized_keys"
echo "GitHub SSH keys have been added successfully!"

oleg_log

09 Sep, 15:38


😂https://mbuffett.com/posts/rust-2030/

oleg_log

06 Sep, 10:44


Love this