oleg_fov
@oleg_fov
694
subscribers
820
links
FOV aka Field of View
main:
@oleg_log
halp:
@olegkovalov
Download Telegram
Join
oleg_fov
694 subscribers
oleg_fov
#phys
https://www.youtube.com/watch?v=kTXTPe3wahc
YouTube
Parallel Worlds Probably Exist. Here’s Why
The most elegant interpretation of quantum mechanics is the universe is constantly splitting
A portion of this video was sponsored by Norton. Get up to 60% off the first year (annually billed) here: https://bit.ly/32SM0yd or use promo code VERITASIUM
Special…
oleg_fov
#life
https://www.youtube.com/watch?v=3LopI4YeC4I
YouTube
Is Success Luck or Hard Work?
In a competitive world, tiny advantages can make all the difference. Get 10% off Snatoms with code 'giveluck' in the US: https://ve42.co/USA or International: https://snatoms.com
If you would like to receive Snatoms, submit the form here: https://ve42.co/getluck…
oleg_fov
#robots
#java
https://www.youtube.com/watch?v=E56w1I9Fnh8
YouTube
Special RI Seminar: James Gosling : Self-sustaining ocean-going robots, others, and data collection
James Gosling
Chief Software Architect, Liquid Robotics
Presentation and roundtable: Self-sustaining ocean-going robots -- and others -- and data collection
October 10, 2014
Abstract
In this talk, James Gosling--CMU alumnus, inventor of Java, and noted…
oleg_fov
#data
#ai
https://www.youtube.com/watch?v=zws7w8HMq5c
YouTube
Олег Саитов: Детектирование порнографии в видеопотоке
Data Fest Online 2020
Antifraud track: https://ods.ai/tracks/antifraud-df2020
Докладчик: Олег Саитов, МТС
Посмотреть эфир и список треков и организаторов: https://datafest.ru/2020/
Зарегистрироваться на фест и получить доступ к трекам: https://ods.ai/ev…
oleg_fov
#career
#ml
https://www.youtube.com/watch?v=C95FgeekrSw
YouTube
От новичка к мастеру, от хемометриста к Head of DS — Валерий Бабушкин
Валерий рассказал, как он добился 118 места в мировом рейтинге Kaggle и стал грандмастером, а также про то, как участие в конкурсах помогло ему построить карьеру.
https://www.facebook.com/mltrainings.moscow/
oleg_fov
#cpp
#gpu
#perf
#algo
#cuda
https://www.youtube.com/watch?v=75LcDvlEIYw
YouTube
CppCon 2018: Olivier Giroux “High-Radix Concurrent C++”
http://CppCon.org
—
Presentation Slides, PDFs, Source Code and other presenter materials are available at: https://github.com/CppCon/CppCon2018
—
In this talk we will share the joy of seeing ordinary C++ concurrent code, doing ordinary concurrent things in…
oleg_fov
#gpu
#cpp
#cuda
#memory
https://www.youtube.com/watch?v=VogqOscJYvk
YouTube
The One-Decade Task: Putting std::atomic in CUDA. - Olivier Giroux - CppCon 2019
http://CppCon.org
Discussion & Comments: https://www.reddit.com/r/cpp/
Presentation Slides, PDFs, Source Code and other presenter materials are available at: https://github.com/CppCon/CppCon2019
—
The One-Decade Task: Putting std::atomic in CUDA.
Some tasks…
oleg_fov
#perf
#memory
https://www.youtube.com/watch?v=8g9fG7cApbc
YouTube
"Runtime scheduling: theory and reality" by Eben Freeman
Whether you're using plain old OS threads or a userspace threading model, understanding the subtleties of scheduling and how it affects parallel programs can be tricky. As systems and performance engineers, there are many questions we can ask:
Can we quantify…
oleg_fov
#cpp
#cuda
#gpu
#hardware
https://www.youtube.com/watch?v=86seb-iZCnI
YouTube
CppCon 2017: Olivier Giroux "Designing (New) C++ Hardware”
http://CppCon.org
—
Presentation Slides, PDFs, Source Code and other presenter materials are available at: https://github.com/CppCon/CppCon2017
—
You can run C++ on any computer you want, as long as it pretends it is an 80’s computer. Conveniently most computers…
oleg_fov
#algo
#parallel
https://www.youtube.com/watch?v=9XAx279s7gs
YouTube
Michael Scott — Nonblocking data structures. Part 1.
Nonblocking concurrent data structures are an increasingly valuable tool for shared-memory parallel programming. By ensuring that no reachable state precludes forward progress by any given thread, nonblocking structures avoid performance anomalies in the…
oleg_fov
#algo
#parallel
https://www.youtube.com/watch?v=cQIktrroRL0
YouTube
Michael Scott — Nonblocking data structures. Part 2.
Nonblocking concurrent data structures are an increasingly valuable tool for shared-memory parallel programming. By ensuring that no reachable state precludes forward progress by any given thread, nonblocking structures avoid performance anomalies in the…
oleg_fov
#life
https://www.youtube.com/watch?v=d-7o9xYp7eE
YouTube
Don't Talk to the Police
Regent Law Professor James Duane gives viewers startling reasons why they should always exercise their 5th Amendment rights when questioned by government officials. Download his article on the topic at http://papers.ssrn.com/sol3/papers.cfm?abstract_id=1998119.…
oleg_fov
#java
https://www.youtube.com/watch?v=nJlaYzCaxuw
YouTube
James Gosling on the construction of Java
interview published in march 2009 on Intruders TV ►http://intruders.tv/fr-tech/jamesgosling-java/
oleg_fov
#parallel
https://www.youtube.com/watch?v=DybISjXdUW8
YouTube
Trevor Brown — Practical aspects of multicore programming. Part 1.
Modern servers have dozens or even hundreds of cores, which can execute many threads of computation in parallel. In such a system, the difference between the performance of a bad implementation and a good one can easily be 100x.
This lecture uses concurrent…
oleg_fov
#parallel
https://www.youtube.com/watch?v=3UC11rCpk_U
YouTube
Trevor Brown — Practical aspects of multicore programming. Part 2.
Modern servers have dozens or even hundreds of cores, which can execute many threads of computation in parallel. In such a system, the difference between the performance of a bad implementation and a good one can easily be 100x.
This lecture uses concurrent…
oleg_fov
#perf
#memory
https://www.youtube.com/watch?v=koTf7u0v41o
YouTube
Plenary: Performance Matters - Emery Berger - CppCon 2020
https://cppcon.org/
https://github.com/CppCon/CppCon2020/blob/main/Presentations/performance_matters/performance_matters__emery_berger__cppcon_2020.pdf
---
Performance is one of the chief reasons why many C++ programmers love the language. In the past, Moore's…
oleg_fov
#algo
#cpp
https://www.youtube.com/watch?v=FJJTYQYB1JQ
YouTube
Sorting Algorithms: Speed Is Found In The Minds of People - Andrei Alexandrescu - CppCon 2019
http://CppCon.org
Discussion & Comments: https://www.reddit.com/r/cpp/
Presentation Slides, PDFs, Source Code and other presenter materials are available at: https://github.com/CppCon/CppCon2019
Sorting Algorithms: Speed Is Found In The Minds of People
…
oleg_fov
#perf
https://www.youtube.com/watch?v=o4-CwDo2zpg
YouTube
Fastware - Andrei Alexandrescu
To some extent, optimization is to our industry what sexual intercourse is to teenagers. There's a veil of awesomeness surrounding it; everybody thinks it's cool, has an opinion about it, and talks about it a great deal; yet in spite of ample folklore, few…
oleg_fov
#perf
https://www.youtube.com/watch?v=Qq_WaiwzOtI
YouTube
CppCon 2014: Andrei Alexandrescu "Optimization Tips - Mo' Hustle Mo' Problems"
http://www.cppcon.org—Presentation Slides, PDFs, Source Code and other presenter materials are available at: https://github.com/CppCon/CppCon2014--Reasonably...
oleg_fov
#phys
https://www.youtube.com/watch?v=XRr1kaXKBsU
YouTube
How Gravity Actually Works
The General Theory of Relativity tells us gravity is not a force, gravitational fields don't exist. Objects tend to move on straight paths through curved spacetime. Thanks to Caséta by Lutron for sponsoring this video. Find out more at: https://www.lutro…