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.
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.
Forwarded from 🇺🇦 Go performance channel (Oleg)
🎉 Go 1.23 Release Candidate 1 is released!
🏃♂️ Run it in dev! Run it in prod! File bugs! https://go.dev/issue/new
🔈 Announcement: https://groups.google.com/g/golang-announce/c/8ciOP5ve_CM
📦 Download: https://go.dev/dl/#go1.23rc1
#golang
🏃♂️ Run it in dev! Run it in prod! File bugs! https://go.dev/issue/new
🔈 Announcement: https://groups.google.com/g/golang-announce/c/8ciOP5ve_CM
📦 Download: https://go.dev/dl/#go1.23rc1
#golang
GitHub
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
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 🙏
Without all this bullshits things like algo-feeds and other garbage.
Thanks in advance 🙏
Probably the best script of 2024 for me
And again
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!"
Telegram
oleg_log
Did you know that Github can be used as a public key wallet?
See https://github.com/<username>.keys
This also reminds me of https://github.com/FiloSottile/whoami.filippo.io
I'm strongly suggesting to check README ^^^ good intro to how SSH behaves.
See https://github.com/<username>.keys
This also reminds me of https://github.com/FiloSottile/whoami.filippo.io
I'm strongly suggesting to check README ^^^ good intro to how SSH behaves.
You can be banned on Github if you access it via ProtonVPN. Happened twice.
dafuq
dafuq