Разбираемся в том что такое X11 и оконная подсистема, принципы клиент-серверной технологии X-window, конфигурационный файл и его особенности в Ubuntu
Также упоминаем X-font сервер и команды xwininfo, xdpyinfo
Important error correction: In the video, I say that Dirichlet showed that the primes are equally distributed among allowable residue classes, but this is not historically accurate. (By «allowable», here, I mean a residue class whose elements are coprime to the modulus, as described in the video). What he actually showed is that the sum of the reciprocals of all primes in a given allowable residue class diverges, which proves that there are infinitely many primes in such a sequence.
Dirichlet observed this equal distribution numerically and noted this in his paper, but it wasnt until decades later that this fact was properly proved, as it required building on some of the work of Riemann in his famous 1859 paper. If Im not mistaken, I think it wasnt until Vallée Poussin in (1899), with a version of the prime number theorem for residue classes like this, but I could be wrong there.
In many ways, this was a very silly error for me to have let through. It is true that this result was proven with heavy use of complex analysis, and in fact, its in a complex analysis lecture that I remember first learning about it. But of course, this would have to have happened after Dirichlet because it would have to have happened after Riemann!
My apologies for the mistake. If you notice factual errors in videos that are not already mentioned in the videos description or pinned comment, dont hesitate to let me know.
— These animations are largely made using manim, a scrappy open-source python library: github.com/3b1b/manim
If you want to check it out, I feel compelled to warn you that its not the most well-documented tool, and it has many other quirks you might expect in a library someone wrote with only their own use in mind.
If you want to contribute translated subtitles or to help review those that have already been made by others and need approval, you can click the gear icon in the video and go to subtitles/cc, then «add subtitles/cc». I really appreciate those who do this, as it helps make the lessons accessible to more people.
— 3blue1brown is a channel about animating math, in all senses of the word animate. And you know the drill with YouTube, if you want to stay posted on new videos, subscribe: 3b1b.co/subscribe
На ремонте сегодня плата ASUS N56VM, которая недавно уже была на канале. Но здесь все гораздо интереснее. Ноутбук пытается включиться и тут же отключается, но с n-го раза может все таки заработать… Результаты диагностики оказались очень неожиданными…
Продолжение культового фильма "«Бегущий по лезвию» действие которого разворачивается через 30 лет. Офицер полиции Кей (Райан Гослинг) становится обладателем секретной информации, которая ставит под угрозу существование всего человечества. Желая найти ключ к разгадке, он решает разыскать Рика Декарда (Харрисон Форд), бывшего офицера специального подразделения полиции Лос-Анджелеса, который бесследно исчез много лет назад.
Docker: основы работы с образами и контейнерами. Как получить, запустить и практически использовать виртуализацию Docker.
Linux post install steps 3:17
pull 4:34
Структура образа (слои) 5:12
run -it 7:26
run command 8:58
ps 10:14
rm 11:06
images 12:09
rmi 12:14
Alpine Linux 13:34
start 15:01
stop 15:22
run -d 16:16
--name 16:36
Docker Hub 16:59
pull :version 17:35
ctop 18:11
exec 18:35
attach 20:37
Ctrl P Ctrl Q 20:50
Port forwarding (-p) 21:40
Volume forwarding (-v) 23:45
В этом видосе мы смотрим как базово использовать Docker разработчику и администратору. Делаем первые шаги в Docker и пытаемся понять, зачем он вообще нам может быть нужен.
Это первое видео из серии про написание REST API на Go. В этом видео мы будем реализовывать поддержку конфигов, логирование, а также добавим HTTP-сервер с одним роутом и покроем его тестами.