Яндекс.Железо: встреча для hardware-разработчиков / запись трансляции


28 сентября собираем первую субботнюю встречу для hardware-разработчиков. В программе доклады по ключевым «железным» направлениям Яндекса.

4:28 — Открытие конференции // Михаил Биленко
19:15 — Железки для Алисы: готовые и самодельные // Павел Мельников, Геннадий Круглов
1:03:30 — Как научить Алису управлять вашим умным домом // Марат Мавлютов
2:22:03 — Эволюция ИТ-инфраструктуры в Яндексе // Олег Фёдоров, Андрей Блохин
3:14:56 — Как быстро делать прототипы и почему это важно // Виктор Карпов
4:12:04 — Беспилотный автомобиль: оживляем алгоритмы // Виталий Подколзин

Beginners Guide to the Bash Terminal


Please join the discussion at EzeeTalk. www.ezeelinux.com/talk/ Its free, secure and fun!
This video is a crash course to help new users get started with BASH. Here is a list of the commands well cover:

BEGINNERS GUIDE TO THE BASH TERMINAL

NAVIGATION

ls — list directory contents
pwd — print name of current/working directory
cd — change working directory
pushd/popd — put working directory on a stack
file — determine file type
locate — find files by name
updatedb — update database for locate
which — locate a command
history — display bash command history

GETTING HELP

whatis — display the on-line manual descriptions
apropos — search the manual page names and descriptions
man — an interface to the on-line reference manuals

WORKING WITH FILES

mkdir — create a directory/make directories
touch — change file timestamps/create empty files
cp — copy files and directories
mv — move (rename) files
rm — remove files or directories
rmdir — remove empty directories

TEXT FILES

cat — concatenate files and print on the standard output
more/less — file perusal filter for crt viewing
nano — command line text editor

USERS

sudo — execute a command as superuser
su — change user ID or become another user
users — print the user names of users currently logged in
id — print real and effective user and group IDs

CHANGING FILE PERMISSIONS

chmod — change permissions of a file

KILLING PROGRAMS AND LOGGING OUT

Ctrl C — kill a running command
killall — kill processes by name
exit — log out of bash

USEFUL SHORTCUTS

Ctrl D — signal bash that there is no more input
Ctrl L — redraw the screen
Ctrl — make text bigger in terminal emulator
Ctrl — - make text smaller in terminal emulator

Check out www.ezeelinux.com for more about Linux.

CppCon 2017: Bob Steagall “How to Write a Custom Allocator”


CppCon.org

Presentation Slides, PDFs, Source Code and other presenter materials are available at: github.com/CppCon/CppCon2017

Youd like to improve the performance of your application with regard to memory management, and you believe this can be accomplished by writing a custom allocator. But where do you start? Modern C brings many improvements to the standard allocator model, but with those improvements come several issues that must be addressed when designing a new allocator.

This talk will provide guidance on how to write custom allocators for the C 14/C 17 standard containers. It will cover the requirements specified by the standard, and will describe the facilities provided by the standard to support the new allocator model and allocator-aware containers. Well look at the issues of allocator identity and propagation, and examine their implications for standard library users, standard library implementers, and custom allocator implementers. Well see how a container uses its allocator, including when and how a containers allocator instance propagates. This will give us the necessary background to describe allocators that implement unusual semantics, such as a stateful allocator type whose instances compare non-equal. Finally, the talk will provide some guidelines for how to specify a custom allocators public interface based on the semantics it provides.

Bob Steagall: KEWB Computing, CppCon 2017 Poster Chair

Ive been working in C for the last 25 years. The majority of my career has been spent in medical imaging, where I led teams building applications for functional MRI and CT-based cardiac visualization. After a brief journey through the world of DNS and analytics, Im now working in the area of stream processing.

Videos Filmed

СПИВАК: Политиков, как и памперсы, нужно менять почаще / СМОТРЯЩИЕ с Полуевым и Степанец. НАШ 16.12


Руководитель платформы «Национальная стратегия развития», Дмитрий Спивак, в прямом эфире в авторской программе «СМОТРЯЩИЕ» с Владимиром Полуевым и Анной Степанец.
СМОТРЯЩИЕ в YouTube www.youtube.com/c/СМОТРЯЩИЕПолуевСтепанец

Обсуждаемые темы:
00:00 Как здоровается Дмитрий Спивак;
02:20 Журнал Time назвал 2020 самым худшим годом;
09:25 Американцы знают всех украинских коррупционеров;
14:50 Трамп — нетипичный американский политик;
21:30 Сергей Лещенко презирает людей;
24:05 Сергей Лавров — монстр международной политики;
31:00 Зеленский проиграет войну со СМИ;
44:00 О коррупции в Украине, как все схвачено;
48:00 Как МОЗ манипулирует количеством больных на ковид;
01:00:50 Если будет смена правительства, то перевыборов президента не будет;
01:07:20 Что делать с Донбассом;
01:15:20 Почему с Трампом легче;
01:23:30 Главные итоги 2020 года;

ПРЯМОЙ ЭФИР Телеканал НАШ youtu.be/ErX-LbZW-zE

ТОК-ШОУ «МАРАФОН» с Артемом Никифоровым и Ольгой Веремий goo.su/2Q3o

ТОК-ШОУ «ВАЖНОЕ» с Ангелиной Пичик и Максом Назаровым goo.su/251P

ТОК-ШОУ «МЕЖА» с Владимиром Полуевым и Анной Степанец: goo.su/2Q3S

ТОК-ШОУ «ПЯТНИЦА. ВЕЧЕР»: goo.su/3d0e

НАШ YouTube-канал: www.youtube.com/c/ТелеканалНАШ
НАШ Facebook: www.facebook.com/nashlive.ua/
НАШ Telegram: t.me/nashlive
НАШ сайт: nash.live/
НАШ Instagram: www.instagram.com/nash.live/

Подпишитесь на НАШ bit.ly/2ztIIDm

#Спивак #Полуев #Смотрящие #НАШ #Новости

Процесс установки Debian 9 Stretch (пошаговая инструкция)


Объясняю особенности каждого шага установочного процесса операционной системы Debian 9 Stretch с минимального установочного образа (netinstall) на примере установки на виртуальную машину VirtualBox.

LENOVO G505 разборка, установка SSD, создание флешки с win 8, установка ОС и стандартного софта.


Принесли ноут — сказали, что тормозит. Проверил диск — поверхность в норме, SMART так себе, но вроде жить должен. Но после установки Windows начал подвисать. В итоге думаю на диск, заменю и если не поможет, буду дальше тестить, а диск новый себе оставлю, потом клиентам продам. В итоге 10ка не встала никак, все время висла, сделал загрузочную флешку с windows 8, нормально запустилось и заработало.

Ноутбук Lenovo IdeaPad G505 (A4 5000 1500 Mhz/15.6"/1366x768/4Gb/500Gb/DVD-RW/AMD Radeon HD 8330/Wi-Fi/Bluetooth/Win 8 64)

p.s. с рукой все норм, потянул когда на коньках катался :)
— Мой сайт: 140200.pro/
Группа ВК: vk.com/pro140200
Телеграмм канал: @main140200
— Поддержать автора монеткой:
Донат: www.donationalerts.ru/r/140200
PayPal: www.paypal.me/140200
Яндекс кошелек: 41001747515445

Меню для меню, гриды или Бутстрап, целесообразность удобства


00:00 Интро
00:17 Меню для меню
08:08 Гриды или Бутстрап
11:49 Целесообразность удобства

Нравится? Становитесь патронами — www.patreon.com/pepelsbey

HTML Living Standard (WHATWG) — html.spec.whatwg.org/multipage/
HTML 5.3 (W3C) — w3c.github.io/html/
W3C или WHATWG — youtu.be/Mqmwx-GcSTs
WAI-ARIA 1.2 — w3c.github.io/aria/
Menus

Люди Икс: Темный феникс


Спасательная операция заканчивается для Джин Грей столкновением с космической силой, которая превращает ее в одного из самых могущественных мутантов — Темного Феникса. Джин пытается обуздать новые суперспособности и своих внутренних демонов, однако, все это выходит из-под контроля. Разрушительная опасность невиданной силы в лице близкого друга приводит к расколу в семье Людей Икс.