Ruslan Kiyanchuk

59 Followers
86 Following
19 Posts
Cryptography & Software Engineer.

Making my best effort to locally decrease entropy.

#StandWithUkraine 🇺🇦
GitHubhttps://github.com/rkiyanchuk
Подкаст «Шо по коду?»https://youtube.com/@shopokodu

Професор Марк Стадтерр описує кровопролитну історію яка показує, чому важливо мати фундаментальні знання свого фаху і все тестувати. Американська ракетна батарея "Патріот" не змогла ефективно перехоплювати ракети під час війни в Перській затоці через неправильну арифметику з рухомою комою, внаслідок якої накопичувалася похибка під час відстеження цілі.

Тішить, що ця проблема була виправлена до застосування Patriot в Україні. Проте це чергова демонстрація, що конструювання складних систем – завжди непроста задача, хоч для української, хоч для американської військової промисловості.

Mark A. Stadtherr, University of Notre Dame

Professor Mark Stadtherr told a bloody story about why it's important to learn basic computer science and test everything. American Patriot missile battery had failed to effectively intercept missiles during the Gulf War due to poor floating point arithmetic that accumulated error during target tracking.

I'm glad this problem got fixed before Patriot system has been deployed in Ukraine to protect Ukrainians from russian missiles.

Mark A. Stadtherr, University of Notre Dame

As a company, you should not be using domains other than the primary domain of your product. It makes it harder for users to verify legitimacy of requests, and makes it easier for adversaries to mask unrelated domains as your product, and creates plenty of additional opportunities for phishing.

Use subdomains of your primary domain instead.

If you still use exa CLI tool as a replacement for GNU ls, it's now unmantained.

There's a new fork named eza that you can switch to:
https://github.com/eza-community/eza

GitHub - eza-community/eza: A modern alternative to ls

A modern alternative to ls. Contribute to eza-community/eza development by creating an account on GitHub.

GitHub