ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

58 results

Dodgy Coding
Async/await server pt.3 - running a process

A gentle exploration of building a identd for Linux using async/await, tokio 0.2 and Rust 1.39. This part demonstrates running a ...

8:24
Async/await server pt.3 - running a process

1,219 views

6 years ago

Dodgy Coding
Misadventures in async testing

A demonstration of the race conditions that can occur when attempting to unit test async rust code, and a couple of ways you might ...

15:01
Misadventures in async testing

547 views

5 years ago

EmacsConf and Emacs hangouts
EmacsConf 2022: Emacs was async before async was cool - Michael Herstine

EmacsConf 2022: Emacs was async before async was cool Michael Herstine https://emacsconf.org/2022/talks/async 00:00:00.000 ...

17:48
EmacsConf 2022: Emacs was async before async was cool - Michael Herstine

2,323 views

3 years ago

EmacsConf and Emacs hangouts
EmacsConf 2022: lsp-bridge: a smooth-as-butter asynchronous LSP client - Andy Stewart, Matthew Zeng

https://emacsconf.org/2022/talks/lspbridge You can view this and other resources using free/libre software at ...

19:21
EmacsConf 2022: lsp-bridge: a smooth-as-butter asynchronous LSP client - Andy Stewart, Matthew Zeng

1,969 views

3 years ago

Dodgy Coding
Async/await server pt.1 - accepting TCP connections

A gentle exploration of building an identd for Linux using async/await, tokio 0.2 and Rust 1.39. This first part includes creating a ...

10:08
Async/await server pt.1 - accepting TCP connections

4,657 views

6 years ago

Cours Python
8.3 asyncio: historique et écosystème

Donc pour commencer, un petit historique: donc s'agissant de python3, la syntaxe on va dire moderne avec des async et des ...

6:54
8.3 asyncio: historique et écosystème

1,446 views

8 years ago

Cours Python
8.8 La librairie asyncio

... avec des async with, avec des async for, enfin, des context managers asynchrones, des itérateurs asynchrones, des coroutines.

9:57
8.8 La librairie asyncio

973 views

8 years ago

iter
How HOTP and TOTP work
4:20
How HOTP and TOTP work

30,263 views

5 years ago

Dodgy Coding
Async/await server pt.4 - timeouts

A gentle exploration of building a identd for Linux using async/await and tokio 0.2. This part demonstrates halting an await after a ...

7:31
Async/await server pt.4 - timeouts

729 views

5 years ago

Jonathan Dinu
Introduction to Distributed Computing with the Ray Framework

In this video, I give a brief introduction to distributed computing concepts and show how the Ray framework provides elegant ...

15:13
Introduction to Distributed Computing with the Ray Framework

16,203 views

4 years ago

Cours Python
8.5 Coroutines et awaitables
9:38
8.5 Coroutines et awaitables

1,422 views

8 years ago

Aniket Maurya
Building Image Recognition API with Python TensorFlow and  FastAPI

Tutorial on building Machine Learning API with FastAPI and Tensorflow for beginners. Learn to create Image recognition API ...

9:10
Building Image Recognition API with Python TensorFlow and FastAPI

26,011 views

5 years ago

EmacsConf and Emacs hangouts
EmacsConf 2022: Tree-sitter beyond syntax highlighting - Abin Simon

https://emacsconf.org/2022/talks/treesitter 00:00:00.000 Opening 00:24.201 Introduction to Tree-sitter 00:50.280 Querying ...

11:04
EmacsConf 2022: Tree-sitter beyond syntax highlighting - Abin Simon

8,010 views

3 years ago

neosarchizo
Running the BLE UART service on CircuitPython

00:00:00 Transitioning from UART to BLE for Enhanced Communication 00:00:21 Exploring the Advantages of Bluetooth ...

5:46
Running the BLE UART service on CircuitPython

286 views

1 year ago

Software engineer
How the UART receive the signal sent by the SPI - Theory

This video is a theoretical description of how to output to the UART using SPI. You can see more videos related to UART / RS232 ...

6:45
How the UART receive the signal sent by the SPI - Theory

148 views

7 years ago

Cours Python
8.4 Extensions asynchrones du langage

Vous pouvez remarquer l'utilisation d'un context manager asynchrone, que j'utilise avec async with. Alors, qu'est-ce que c'est ...

5:44
8.4 Extensions asynchrones du langage

1,191 views

8 years ago

Chill with Light
On the Convergence of FedAvg on Non-IID Data

On the Convergence of FedAvg on Non-IID Data Xiang Li, Kaixuan Huang, Wenhao Yang, Shusen Wang, Zhihua Zhang Code: ...

14:24
On the Convergence of FedAvg on Non-IID Data

1,311 views

3 years ago

BioniChaos
Optimizing EEG Data Loading: Faster Processing and Smoother Scrolling with WebSockets

In this video, I tackle the challenge of optimizing EEG data loading and scrolling for better performance. I explain how to make ...

4:39
Optimizing EEG Data Loading: Faster Processing and Smoother Scrolling with WebSockets

91 views

1 year ago

Sayanee Basu
Decoding UART, I2C and a non-standard signal // With Saleae logic analyzer and temperature sensors

saleae #i2c #uart Logic analyzers can be used to peak into the actual signals used to communicate data. We will also use it to ...

16:44
Decoding UART, I2C and a non-standard signal // With Saleae logic analyzer and temperature sensors

56,130 views

6 years ago

Software engineer
How does SPI work as a high speed UART - Theory

Describe the theoretical background for using SPI as a UART. For example source code using ATtiny48, please refer to "Using the ...

6:28
How does SPI work as a high speed UART - Theory

235 views

7 years ago