Telegram Web Link
Which language has the best iterators? In terms of design of course.

I like the fact that Go will standardize this BUT I think it's too raw to be added to the language and stdlib as it's now.
Psss, what is the best client, service or even a workflow to read Twitter?

Without all this bullshits things like algo-feeds and other garbage.

Thanks in advance 🙏
passing torches to Austin and Cherry

https://groups.google.com/g/golang-dev/c/0OqBkS2RzWw

new era?
time to backup
oleg_log
time to backup
so, durov's arrest. wdyt ?
It ain’t much but it’s a honest clap
that's a huuuuge for Signal
Google is for when you don't give a shit about anything
Love this
Probably the best script of 2024 for me

And again gh/<username>.keys (https://www.tg-me.com/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!"
You can be banned on Github if you access it via ProtonVPN. Happened twice.

dafuq
2025/06/29 05:43:34
Back to Top
HTML Embed Code: