CrashLoopBackOff (@backtracesurfer) 's Twitter Profile
CrashLoopBackOff

@backtracesurfer

Разраб

ID: 489422447

calendar_today11-02-2012 14:27:18

2,2K Tweet

33 Takipçi

155 Takip Edilen

Massimo (@rainmaker1973) 's Twitter Profile Photo

Bridge building has been one of the tests for second year University of Canterbury civil engineering students in Christchurch for nearly 30 years. Graduates have to build a bridge that supports 2 people, but collapses with 3 [📹Christoph Bartneck] x.com/i/status/15983…

Павел Комаровский (@rational_answer) 's Twitter Profile Photo

🐸 Здесь будет тред про самые адовые налоговые фейлы, которые совершили айтишники-эмигранты из РФ. Разбираем на примере реальных ситуаций, произошедших за последний год. Как говорится: 1 лайк = 1 факт о налоговых страданиях и боли!

Sourav Dhiman (@d_sourav156) 's Twitter Profile Photo

Some great Golang resources: 1. A tour of Go: go.dev/tour/list 2. Learn Go with tests: quii.gitbook.io/learn-go-with-… 3. Go by Example: gobyexample.com 4. Gopercises Coding Exercises: gophercises.com 5. Effective Go: go.dev/doc/effective_… #golang #devopsdigest

Some great Golang resources:
1. A tour of Go: go.dev/tour/list
2. Learn Go with tests: quii.gitbook.io/learn-go-with-…
3. Go by Example: gobyexample.com
4. Gopercises Coding Exercises: gophercises.com
5. Effective Go: go.dev/doc/effective_…
#golang #devopsdigest
VimTricks (@vim_tricks) 's Twitter Profile Photo

Here's how you can comment and uncomment code using a visual selection and the norm command: • :norm i# • :norm x 👉 More details on the blog: bit.ly/3vVTnCC 📨 Get weekly Vim tips: bit.ly/vimtricks

Герагоргон (@geragorgon) 's Twitter Profile Photo

Ребята а можете плез ретвитнуть и зарефералить мое резюме. Ради христа помогите Опыт работы: 5+ лет C++17/20, OpenGL, GLSL, FFMPEG, CUDA - разрабатывал с 0 игровые движки для дополненной реальности в реальном времени - разрабатывал и поддерживал либу для видео-трансляций -

Ребята а можете плез ретвитнуть и зарефералить мое резюме. Ради христа помогите 

Опыт работы: 5+ лет 

C++17/20, OpenGL, GLSL, FFMPEG, CUDA

- разрабатывал с 0 игровые движки для дополненной реальности в реальном времени 
- разрабатывал и поддерживал либу для видео-трансляций
-
Peter Kraft (@petereliaskraft) 's Twitter Profile Photo

What happens if your CPU gets something wrong? If it wakes up one day and decides 2+2=5? Well, most of us will never have to worry about that. But if you work at a company the size of Google, you do, which is why this paper on "mercurial cores" is so fascinating. What the

What happens if your CPU gets something wrong? If it wakes up one day and decides 2+2=5?

Well, most of us will never have to worry about that. But if you work at a company the size of Google, you do, which is why this paper on "mercurial cores" is so fascinating.

What the
tetsuo.ai 💹🧲 (@7etsuo) 's Twitter Profile Photo

Linus Torvalds explains "taste" in code by showing how to remove an entry from a singly linked list in C without adding extra complexity. Source: TED

v (@iavins) 's Twitter Profile Photo

Collection of insane and fun facts about SQLite. Let's go! SQLite is the most deployed and most used database. There are over one trillion (1000000000000 or a million million) SQLite databases in active use. It is maintained by three people. They don't allow outside

Ivan Velichko (@iximiuz) 's Twitter Profile Photo

docker run -p 8080:80 nginx:alpine ...is the same as docker run -p 0.0.0.0:8080:80 nginx:alpine The command opens port 8080 on all server interfaces, including the public ones (if any). Why is it bad? If you close all ports by default using something like ufw, Docker's

VimTricks (@vim_tricks) 's Twitter Profile Photo

Open Vim from the command line with files already split: • vim -o file1.txt file2.txt – Open both files, split horizontally • vim -O file1.txt file2.text – Vertically 👉 Read the tip: bit.ly/3n21KaB 📨 Subscribe for more tips: bit.ly/vimtricks

Чеслав (@che_de7ign) 's Twitter Profile Photo

В этот прекрасный весенний день я хочу поделиться с вами своей коллекцией книжных обложек. Эту библиотеку я собирал несколько лет.

В этот  прекрасный весенний день я хочу поделиться с вами своей коллекцией книжных обложек. Эту библиотеку я собирал несколько лет.
LaurieWired (@lauriewired) 's Twitter Profile Photo

A lone Boston coder rewrote BIOS in 1984. IBM wanted to sue. The programmer's clever loophole became the model for legally defensible reverse engineering. You’ve probably been booting his descendants ever since. This is how Phoenix Technologies got away with it:

A lone Boston coder rewrote BIOS in 1984.

IBM wanted to sue. The programmer's clever loophole became the model for legally defensible reverse engineering.

You’ve probably been booting his descendants ever since. This is how Phoenix Technologies got away with it:
CrashLoopBackOff (@backtracesurfer) 's Twitter Profile Photo

Бэкендеры делятся на две категории: те кто проверяет affected rows count прежде чем комитить транзакцию и ЕЩЁ не получившие ТОТ САМЫЙ опыт

Steve Huynh (@alengineered) 's Twitter Profile Photo

The highest-performing developers I worked with at Amazon asked better questions than everyone else. After 18 years in tech, here's what I learned: while average engineers jump to solutions, exceptional ones pause to ask the right questions first. The 6 questions that separated