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…
🐸 Здесь будет тред про самые адовые налоговые фейлы, которые совершили айтишники-эмигранты из РФ. Разбираем на примере реальных ситуаций, произошедших за последний год.
Как говорится: 1 лайк = 1 факт о налоговых страданиях и боли!
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
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
Ребята а можете плез ретвитнуть и зарефералить мое резюме. Ради христа помогите
Опыт работы: 5+ лет
C++17/20, OpenGL, GLSL, FFMPEG, CUDA
- разрабатывал с 0 игровые движки для дополненной реальности в реальном времени
- разрабатывал и поддерживал либу для видео-трансляций
-
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
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
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
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
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:
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