0.00
0 читателей, 4902 топика

Zabbix 3.2 - мониторинг качественно нового уровня / Алексей Владышев (Zabbix)


Презентация и тезисы:
www.highload.ru/2016/abstracts/2424.html

Вне зависимости от размера инфраструктуры, весьма сложно разобраться в проблемах, обнаруженных системой мониторинга, особенно если их сотни или тысячи. Они могут быть о железе, приложениях, связаны с безопасностью, тестовыми и продакшн средами, различными датацентрами и сервисами. Как эффективно управлять этой сложностью?

Лучшие практики CI/CD с Kubernetes и GitLab / Дмитрий Столяров (Флант)


HighLoad 2017

Тезисы:
www.highload.ru/2017/abstracts/3073.html

Весь этот год мы в компании «Флант» активно переводили на Kubernetes проекты заказчиков, сильно различающихся как по масштабам, так и по технологиям. На данный момент (сентябрь 2017) у нас в Kubernetes (в production) функционируют 13 проектов, в состав которых входят более 130 различных приложений, написанных на 8 языках программирования: .NET, Erlang, Go, Java, Node.js, PHP, Python и Ruby. В этих проектах задействовано множество инфраструктурных компонентов, таких как Cassandra, Ceph, Firebird, Memcached, MongoDB, MySQL, NATS.io, NGINX, PostgreSQL, RabbitMQ, Redis, RethinkDB, Sphinx, SQLite и других. Мы поделимся обширным опытом, полученным в результате выстраивания CI/CD для таких приложений.

30 основных функций Excel


Бесплатная консультация с карьерным консультантом:
bit.ly/Geek1102

Файл для работы:
drive.google.com/file/d/1oThH4jypBM_Y3c-GsKserKAyy6Im3BF-/view?usp=sharing

Ведущий вебинара: Николай Белоусов
Сайт: yourpartner.agency
Facebook: www.facebook.com/nbelousov
Instagram: instagram.com/pro_nb

t-критерий Стьюдента для проверки гипотезы о средней в MS Excel


Одновыборочный t-критерий Стьюдента для проверки гипотезы. Доверительный интервал Excel, p-value. Текстовая версия по ссылке
statanaliz.info/statistica/proverka-gipotez/raspredelenie-t-kriteriya-styudenta-dlya-proverki-gipotezy-i-rascheta-doveritelnogo-intervala-v-ms-excel/

► Корпоративный тренинг «Статистика в MS Excel»:
statanaliz.info/statistika-v-ms-excel-trening/

► Онлайн курс «Статистика в MS Excel»:
statanaliz.info/statisticheskij-analiz-v-ms-excel/

**************************

*** Мой сайт об Excel и статистике ***
statanaliz.info/

*** Странички и аккаунты в соцсетях ***
Facebook: https://www.facebook.com/statanaliz.info/
Вконтакте: https://vk.com/id_statanaliz_info
Твиттер: https://twitter.com/statanaliz_info
Telegram: t.me/statanaliz

The Tragedy of systemd


Benno Rice

2019.linux.conf.au/schedule/presentation/156/

systemd is, to put it mildly, controversial. As a FreeBSD developer I decided I wanted to know why.

I delved into the history of bootstrap systems, and even the history of UNIX and other contemporary operating systems, to try and work out why something like systemd was seem as necessary, if not desirable. I also tried to work out why so many people found it so upsetting, annoying, or otherwise rage-inducing.

Join me on a journey through the bootstrap process, the history of init, the reasons why change can be scary, and the discovery of a part of your OS you may not even know existed.

linux.conf.au is a conference about the Linux operating system, and all aspects of the thriving ecosystem of Free and Open Source Software that has grown up around it. Run since 1999, in a different Australian or New Zealand city each year, by a team of local volunteers, LCA invites more than 500 people to learn from the people who shape the future of Open Source. For more information on the conference see linux.conf.au/

#linux.conf.au #linux #foss #opensource

The Art of Code - Dylan Beattie


Software and technology has changed every aspect of the world we live in. At one extreme are the ‘mission critical’ applications — the code that runs our banks, our hospitals, our airports and phone networks. Then there’s the code we all use every day to browse the web, watch movies, create spreadsheets… not quite so critical, but still code that solves problems and delivers services.

But what about the code that only exists because somebody wanted to write it? Code created just to make people smile, laugh, maybe even dance? Maybe even code that does nothing at all, created just to see if it was possible?

Join Dylan Beattie — programmer, musician, and creator of the Rockstar programming language — for an entertaining look at the art of code. We’ll look at the origins of programming as an art form, from Conways Game of Life to the 1970s demoscene and the earliest Obfuscated C competitions. We’ll talk about esoteric languages and quines — how DO you create a program that prints its own source code? We’ll look at quine relays, code golf and generative art, and we’ll explore the phenomenon of live coding as performance — from the pioneers of electronic music to modern algoraves and live coding platforms like Sonic Pi.

Check out more of our talks, courses, and conferences in the following links:
ndcconferences.com/
ndc-london.com/

Why do prime numbers make these spirals?


A story of mathematical play.
Home page: www.3blue1brown.com
Brought to you by you: 3b1b.co/spiral-thanks

Based on this Math Stack Exchange post:
math.stackexchange.com/questions/885879/meaning-of-rays-in-polar-plot-of-prime-numbers/885894

Want to learn more about rational approximations? See this Mathologer video.
youtu.be/CaasbfdJdJg

Also, if you havent heard of Ulam Spirals, you may enjoy this Numberphile video:
youtu.be/iFuR97YcSLM

Dirichlets paper:
arxiv.org/pdf/0808.1408.pdf

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.

Music by Vincent Rubinetti.
Download the music on Bandcamp:
vincerubinetti.bandcamp.com/album/the-music-of-3blue1brown

Stream the music on Spotify:
open.spotify.com/album/1dVyjwS8FBqXhRunaG5W5u

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

Various social media stuffs:
Website: www.3blue1brown.com
Twitter: twitter.com/3blue1brown
Reddit: www.reddit.com/r/3blue1brown
Instagram: www.instagram.com/3blue1brown_animations/
Patreon: patreon.com/3blue1brown
Facebook: www.facebook.com/3blue1brown

Создание флешки и полная установка – OpenCore macOS Mojave Hackintosh


Создание флешки и полная установка – OpenCore macOS Mojave Hackintosh

www.Hackintosh-amd.ru

Помощь на развитие проекта: ЯДеньги 410012081753968

Установка macOS Mojave 10.14 на intel PC Hackintosh Clover

www.youtube.com/watch?v=7Snfi1Z04bQ

ПОЧЕМУ В РОССИИ НЕТ И НИКОГДА НЕ БУДЕТ МИКРОЭЛЕКТРОНИКИ?


Технические характеристики Неттопа iRU NUC 113 i3 8109U можно посмотреть по ссылке – iru.ru/item/1164231/

Почему в России нет микроэлектроники? Как это исправить и возможно ли это исправить в принципе? Посмотрим в прошлое и заглянем в будущее. Приятного просмотра.
#Эльбрус #Байкал #Микроэлектроника

Из-за ужесточившейся политики Youtube в отношении ссылок, список использованных источников в паблике ВКонтакте.

VK – vk.com/ikakprosto
Подполье в Telegram – t.me/ikakprosto
Twitter – twitter.com/stas_satori
Instagram – www.instagram.com/stas_satori/