00:23:07 Marco Cataffo: would you mind copypasting this ink here in the chat? 00:23:17 Marco Cataffo: *link 00:24:23 FABACADEMY_BCN ZOOM: http://academany.fabcloud.io/fabacademy/2020/labs/barcelona/site/local/#material/extras/codeclub/pythonhardware/ 00:24:28 FABACADEMY_BCN ZOOM: https://gitlab.fabcloud.org/barcelonaworkshops/code-club/tree/2020/03_sensors_dsp 00:45:37 Tue: git checkout is working in my case 00:46:04 benjaminscott: or just do, in order: 00:46:06 benjaminscott: git clone git@gitlab.fabcloud.org:barcelonaworkshops/code-club.git 00:46:12 benjaminscott: And then cd code-club 00:46:19 benjaminscott: and then git checkout 2020 01:15:11 Daniil Koshelyuk: this is basically a rolling average, no? 01:15:34 benjaminscott: I think so yes 01:17:56 david: If all the numbers are one, yes, it's an average. 01:19:18 Marco Cataffo: I think that with the same procedure you could do averages, medians, means etc 01:19:32 benjaminscott: yeah 01:21:29 arman: what is src? 01:26:50 Daniil Koshelyuk: why 0 not last or first value? 01:33:22 david: Smooth Convolution was the discarded title of the song by Michael Jackson that ended being "Smooth Criminal". 01:46:21 david: at least I could open the serial monitor from he platform io, yay =D 01:52:34 Tue: u can also type Control A + Control \ 01:52:40 Daniil Koshelyuk: control c won't work? 01:52:57 Tue: control c only terminate running program 01:52:57 benjaminscott: not with the screen command 01:52:59 Daniil Koshelyuk: often in command line it helps 01:53:12 Tue: to quit i used ctrl a + ctrl \ 02:03:26 Daniil Koshelyuk: on windows it is "conda activate environmentName" 02:03:59 Daniil Koshelyuk: if you haven't made one "conda create --name environmentName" 02:04:02 benjaminscott: I’m using pipenv and can’t seem to make it work 02:05:33 Daniil Koshelyuk: oh that's cool 02:11:28 benjaminscott: println = print line 02:12:43 Daniil Koshelyuk: wouldn't just \n be enough?