1.84K subscribers
3.27K photos
130 videos
15 files
3.55K links
Блог со звёздочкой.

Много репостов, немножко программирования.

Небольшое прикольное комьюнити: @decltype_chat_ptr_t
Автор: @insert_reference_here
Download Telegram
Forwarded from Neural Machine
Твоя жизнь важна, чувак
12😢8👍1😱1🌚1
Forwarded from disco elysium memes
😁108😢1
Я абсолютно ненавижу культуру разработки вокруг BPF
🤝7😁3💩1🤡1
😁10😐1
#prog #amazingopensource

grpcurl is a command-line tool that lets you interact with gRPC servers. It's basically curl for gRPC servers.

The main purpose for this tool is to invoke RPC methods on a gRPC server from the command-line. gRPC servers use a binary encoding on the wire (protocol buffers, or "protobufs" for short). So they are basically impossible to interact with using regular
curl (and older versions of curl that do not support HTTP/2 are of course non-starters). This program accepts messages using JSON encoding, which is much more friendly for both humans and scripts.

Из недостатков можно отметить, что из пакетных менеджеров есть пока только в homebrew и aur.
3👍1🤡1
#bash #abnormalprogramming (кажется, эти два хештега можно совместить)
This media is not supported in your browser
VIEW IN TELEGRAM
A Bash-based web file browser. Allowing you to browse, view and transfer files via your web browser.
https://github.com/victrixsoft/bashbro

Открытка @dereference_pointer_there 🌝

ЗЫ

Как жы это красиво

function urldecode() { [ "${1%/}" = "" ] && echo "/" ||  echo -e "$(sed 's/%\([[:xdigit:]]\{2\}\)/\\\x\1/g' <<< "${1%/}")"; } 

            if [[ ! -z "${2}" ]]; then 
if [[ ! "${2}" =~ ^- ]] && [[ ! -z "${2//[[:space:]]}" ]]; then
{ [[ -n "${2#=}" ]] && [[ "${2#=}" =~ ^[0-9]+$ ]] && \
LISTEN_PORT=${2#=}; } || error_missing_port
else
❤‍🔥5😱3🥴3🥰2💩2🤯1😍1
#prog #ml

Why Doesn’t My Model Work? (перевод)

Или о конкретных причинах, почему модели могут показывать на реальных данных куда более плохую производительность, чем на обучающих, и что с этим можно делать
🤣4
Forwarded from Nero's (Александр Ф. 🇷🇺)
😱7👍3🤯3
Обожаемые папищеки, а среди вас или ваших знакомых есть люди, которые рисуют на заказ? Хочу заказать портрет своего персонажа в D&D
10🤡3💩2
Эм... #rust #meme?
Forwarded from Говнокод
😁25🥰7
Только очень глупые люди мяукают в интернете
🤡8🥰4💯1
Мяу
🥰25🎉4🤡1
Талидомид гарантирует, что ваш ребёнок с рождения будет пригоден к программированию на C++
🌚19
alias vprod='git add $(git rev-parse --show-toplevel) && git commit -m "some fixes" && git push --force origin master'
🔥23🤡11