I’m a sucker for weird documentaries … and the latest ATP episode had this gem: one man’s quest to hold all non-short-cut records for Mario Kart 64 at once.
Tag: Video
We Really Are Engineers 🎉
Hillel Wayne interviewed people who have worked professionally both as a software and a traditional engineer (from a diverse set of engineering disciplines) to determine if “software engineers” are really engineers … and, yes we are.
He also analyzes myths from and about software engineering and tries to find out if there’s actually something that makes software engineering unique among the other engineering disciplines.
Multi-step Refactoring Pains in C++
Titus Winters talks about maintaining and refactoring large C++ code bases (i.e. code bodies that require multi-step refactoring). He describes how “higher-level” language features effectively make refactoring harder (e.g. functions, classes, templates, concepts).
Wrestling with the Python
Sometimes Python makes some useful things unnecessarily complex for weird and inconsistent reason … e.g. “code blocks.”
Naïvité FTW
Daniele Procida explores how a certain naivety (being unsophisticated) can lead to beautiful and useful things.
https://www.youtube.com/watch?v=niKV3ZMpilg
ZIO Pipeline
This is an awesome talk for nerding out on ZFS interna. ?
https://www.youtube.com/watch?v=qkA5HhfzsvM
Threads on async
If you were to design a threading library today how would it look like? David Beazley manages to demonstrate a lot of edge cases in tiny examples … while live-coding! ?
https://www.youtube.com/watch?v=xOyJiN3yGfU
systemd from BSD
A remarkably sober analysis of what problem systemd solves for Linux … at a BSD conference of all places. ?
https://www.youtube.com/watch?v=6AeWu1fZ7bY
Why hardware + software is cheaper than hardware alone
Thomas Dullien of Google’s Project Zero on why security suffers because it’s actually cheaper to build more complex things (i.e. ship some piece of hardware with a general purpose processor and define features in software instead of using a purpose-built chip).
https://www.youtube.com/watch?v=q98foLaAfX8
Lego Love
An interesting talk about Lego CAD with some glimpses into “after market” Lego. 😀