Search:

Found 284 videos

SNL #36: Proof of porch by Stacker News Live
29:17

SNL #36: Proof of porch

Stacker News Live   |   4 views   |   2022-10-10

Join Car and Super to discuss Stacker News top posts, Car & Super favorite posts of the week, and top stackers. We discuss: - RoboSats, the popular P2P lightning exchange, once again reported record volume for September. They exchanged 11.26 B...

SNL #35: That's that Murdoch Spin! by Stacker News Live
50:47

SNL #35: That's that Murdoch Spin!

Stacker News Live   |   7 views   |   2022-10-02

Join Car and Keyan discuss Stacker News top posts, Car & Keyan favorite posts of the week and top stackers. We discuss: - Strike raised $90m - Swan, the popular Bitcoin-only exchange, acquired Specter - Lightning Labs, the company behind the...

Crafting Your Signal with Constantine by PBS
50:01

Crafting Your Signal with Constantine

PBS   |   1 views   |   2022-09-25

Details: Crafting Your Signal with Constantine Join us this Saturday for an introductory interactive overview of the leading marketing building blocks needed to take your project from 0 to $10M. Constantine will be going over the following:...

SNL#34: Wild Wild West, Its the Wild Wild West by Stacker News Live
38:35

SNL#34: Wild Wild West, Its the Wild Wild West

Stacker News Live   |   5 views   |   2022-09-25

Join Car and Keyan discuss Stacker News top posts, Car & Keyan favorite posts of the week and top stackers. We discuss: - Nicolas Burtey, CEO and cofounder of Galoy, found Cash App's lightning nodes. - lnproxy allows you to hide your node pub...

#360: The New Libertarian Party with Angela McArdle by TFTC
01:17:44

#360: The New Libertarian Party with Angela McArdle

TFTC   |   10 views   |   2022-09-20

Join Marty as he sits down with Angela McArdle to discuss the resurrection of the libertarian party. They also discuss how bitcoin plays a critical role in the conscious uncoupling, asymmetric warfare, and how grassroots libertarianism is the next...

Learn Bitcoin Script with Super Testnet by PBS
49:36

Learn Bitcoin Script with Super Testnet

PBS   |   6 views   |   2022-09-18

Details: Learn Bitcoin Script Come learn about Bitcoin script. Super Testnet will be going over what Bitcoin script is and how to make your first smart contract using bitcoin script. Super will be going over the following: - What bitco...

SNL#33: The ending of a Scooby Doo episode by Stacker News Live
45:24

SNL#33: The ending of a Scooby Doo episode

Stacker News Live   |   4 views   |   2022-09-18

Join Car and Keyan discuss Stacker News top posts, Car & Keyan favorite posts of the week and top stackers. We discuss: - SpiralBTC is a public block explorer that gives you the privacy of a self-hosted node. - Tony Giorgio, Lightning develop...

Contact tracing in the background on iOS by Dodgy Coding
05:56

Contact tracing in the background on iOS

Dodgy Coding   |   59 views   |   2020-04-28

A short demonstration of the Australian COVIDSafe app and how its Bluetooth connectivity is affected by putting the app in the background.

Simultaneous open - TCP without a server by Dodgy Coding
13:58

Simultaneous open - TCP without a server

Dodgy Coding   |   64 views   |   2020-04-13

A fun quirk of TCP/IP is that you can create a connection without a listening socket. In this video we briefly review how that works, then write a Rust program to trigger the unusual behaviour on real Linux hosts. Code: [https://github.com/thom...

Async/await server pt.4 - timeouts by Dodgy Coding
07:30

Async/await server pt.4 - timeouts

Dodgy Coding   |   8 views   |   2020-03-21

A gentle exploration of building a identd for Linux using async/await and tokio 0.2. This part demonstrates halting an await after a configurable time limit, both using tokio's timeout() helper and with the select! macro from the futures crate.

Async and its alternatives by Dodgy Coding
14:23

Async and its alternatives

Dodgy Coding   |   7 views   |   2019-10-19

Rust libraries come in a variety of API styles and futures are just one option. In this video we compare and contrast four styles from three crates: 1. Synchronous blocking functions (websocket) 2. Single thread reactor (ws-rs) 3. Non-blockin...

Cancelling Tokio Intervals by Dodgy Coding
12:03

Cancelling Tokio Intervals

Dodgy Coding   |   11 views   |   2019-09-21

A discussion of how futures are given to an async executor and later dropped. Examples of cancelling an Interval stream by erroring out of for_each, and by selecting against another future.

Type erasure in Rust/C FFI — structs, generics, trait objects by Dodgy Coding
21:20

Type erasure in Rust/C FFI — structs, generics, trait objects

Dodgy Coding   |   22 views   |   2019-08-18

Exploring how to create data structures that are owned by C and pass pointers back to Rust to operate on them. This is easy for a basic struct but when you introduce generics or traits, things get interesting. Content warning: inadvisable C code.

Tokio I/O futures by Dodgy Coding
11:33

Tokio I/O futures

Dodgy Coding   |   12 views   |   2019-07-07

Experiments with tokio’s lines() function, fold(), and a custom multi-stage future with inner futures and the try_ready macro. With this episode, we are now up to four sub-optimal ways to count the number of lines in a file.

Making a leaf future for tokio by Dodgy Coding
14:55

Making a leaf future for tokio

Dodgy Coding   |   16 views   |   2019-06-30

I play around with a standalone future to see how the tokio executor’s polling works in practice. I then adapt a callback-based API to work with futures, including a full implementation of a leaf future that transitions from NotReady to Ready.

Rust Autocomplete and Debugging in VS Code by Dodgy Coding
07:28

Rust Autocomplete and Debugging in VS Code

Dodgy Coding   |   113 views   |   2019-06-23

Visual Studio Code is a convenient cross-platform environment for writing Rust code. By installing and configuring a few extra plugins—Better TOML, RLS and CodeLLDB—it can quickly become a full-fledged IDE. Nightly components status Mac: https...

Soft robot bipedal gait by Main s1512783 channel
00:51

Soft robot bipedal gait

Main s1512783 channel   |   89 views   |   2019-04-06

Two-legged gait developed by a model-based reinforcement learning controller after ~30 min of training.

Soft robot undulating gait by Main s1512783 channel
00:53

Soft robot undulating gait

Main s1512783 channel   |   34 views   |   2019-04-06

Undulating gait pattern developed by a model-based reinforcement learning algorithm after 30-50 minutes of training.

PWM pressure control system by Main s1512783 channel
01:30

PWM pressure control system

Main s1512783 channel   |   18 views   |   2019-03-16

Simple PWM system for controlling pressure, here used to 'break in' a silicone baloon. The input pressure is 1 bar. First I set the pressure to 1.8 bar to expand the baloon as much as possible, then I immediately decrease it to 0.5 bar, and ...

Food container -> Vacuum Chamber by Main s1512783 channel
01:42

Food container -> Vacuum Chamber

Main s1512783 channel   |   23 views   |   2019-03-16

A poor man's vacuum chamber made from a food container. Don't try this at home unless you know what your doing - these things can implode with quite a bang I'm being told.

Soft robot walking by Main s1512783 channel
00:19

Soft robot walking

Main s1512783 channel   |   387 views   |   2019-03-06

Robot design and control algorithm from Stokes et al., 2011