1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895 |
+ cd emersion.fr/public
+ sshopts='-o StrictHostKeyChecking=no'
+ rsync '--rsh=ssh -o StrictHostKeyChecking=no' -rP --delete --delete-excluded . deploy@sheeta.emersion.fr:/srv/http/emersion.fr
Warning: Permanently added 'sheeta.emersion.fr' (ED25519) to the list of known hosts.
sending incremental file list
generate-font.sh
412 100% 0.00kB/s 0:00:00
412 100% 0.00kB/s 0:00:00 (xfr#1, to-chk=391/393)
index.html
861 100% 840.82kB/s 0:00:00
861 100% 840.82kB/s 0:00:00 (xfr#2, to-chk=390/393)
package-lock.json
700 33% 683.59kB/s 0:00:00
2,069 100% 1.97MB/s 0:00:00 (xfr#3, to-chk=389/393)
package.json
303 100% 295.90kB/s 0:00:00
303 100% 295.90kB/s 0:00:00 (xfr#4, to-chk=388/393)
sitemap.xml
1,526 11% 1.46MB/s 0:00:00
13,010 100% 12.41MB/s 0:00:00 (xfr#5, to-chk=387/393)
.well-known/openpgpkey/policy
20 100% 0.49kB/s 0:00:00
20 100% 0.49kB/s 0:00:00 (xfr#6, to-chk=377/393)
.well-known/openpgpkey/hu/dj3498u4hyyarh35rkjfnghbjxug6b19
700 30% 17.09kB/s 0:00:00
2,263 100% 55.25kB/s 0:00:00 (xfr#7, to-chk=375/393)
about/index.html
700 25% 17.09kB/s 0:00:00
2,790 100% 68.12kB/s 0:00:00 (xfr#8, to-chk=374/393)
blog/atom.xml
6,095 7% 148.80kB/s 0:00:00
85,899 100% 2.05MB/s 0:00:00 (xfr#9, to-chk=373/393)
blog/index.html
700 3% 17.09kB/s 0:00:01
22,152 100% 540.82kB/s 0:00:00 (xfr#10, to-chk=372/393)
blog/rss.xml
5,545 7% 135.38kB/s 0:00:00
77,918 100% 1.86MB/s 0:00:00 (xfr#11, to-chk=371/393)
blog/2015/hello-world/index.html
700 14% 17.09kB/s 0:00:00
4,818 100% 117.63kB/s 0:00:00 (xfr#12, to-chk=355/393)
blog/2015/lire-les-donnees-d-un-gyro-accelerometre-mpu6050/index.html
700 6% 17.09kB/s 0:00:00
11,536 100% 281.64kB/s 0:00:00 (xfr#13, to-chk=354/393)
blog/2015/premieres-experimentations-sur-le-bicoptere/index.html
700 8% 17.09kB/s 0:00:00
8,110 100% 198.00kB/s 0:00:00 (xfr#14, to-chk=353/393)
blog/2015/shopping-et-propeller-attack/index.html
700 6% 17.09kB/s 0:00:00
10,289 100% 251.20kB/s 0:00:00 (xfr#15, to-chk=352/393)
blog/2015/stabilisation-du-bicoptere/index.html
700 8% 16.67kB/s 0:00:00
8,181 100% 194.86kB/s 0:00:00 (xfr#16, to-chk=351/393)
blog/2017/flattening-a-graph-into-a-sequence/index.html
700 3% 16.67kB/s 0:00:01
22,524 100% 536.49kB/s 0:00:00 (xfr#17, to-chk=346/393)
blog/2017/installing-lede-on-a-netgear-r6220/index.html
700 6% 16.67kB/s 0:00:00
10,350 100% 246.52kB/s 0:00:00 (xfr#18, to-chk=345/393)
blog/2017/magi-ou-quand-les-machines-vivent-en-democratie/index.html
700 41% 16.67kB/s 0:00:00
1,679 100% 39.99kB/s 0:00:00 (xfr#19, to-chk=344/393)
blog/2017/sets-in-go/index.html
700 4% 16.67kB/s 0:00:00
17,081 100% 406.85kB/s 0:00:00 (xfr#20, to-chk=343/393)
blog/2018/gradualspan-rnti/index.html
700 27% 16.67kB/s 0:00:00
2,517 100% 59.95kB/s 0:00:00 (xfr#21, to-chk=334/393)
blog/2018/status-update-1/index.html
700 6% 16.67kB/s 0:00:00
10,268 100% 244.57kB/s 0:00:00 (xfr#22, to-chk=333/393)
blog/2018/status-update-2/index.html
700 8% 16.67kB/s 0:00:00
8,696 100% 207.13kB/s 0:00:00 (xfr#23, to-chk=332/393)
blog/2018/status-update-3/index.html
700 8% 16.67kB/s 0:00:00
7,820 100% 186.26kB/s 0:00:00 (xfr#24, to-chk=331/393)
blog/2018/status-update-4/index.html
700 8% 16.67kB/s 0:00:00
8,339 100% 198.62kB/s 0:00:00 (xfr#25, to-chk=330/393)
blog/2018/status-update-5/index.html
700 8% 16.67kB/s 0:00:00
7,974 100% 189.93kB/s 0:00:00 (xfr#26, to-chk=329/393)
blog/2018/status-update-6/index.html
700 9% 16.67kB/s 0:00:00
7,299 100% 173.85kB/s 0:00:00 (xfr#27, to-chk=328/393)
blog/2018/wayland-rendering-loop/index.html
700 4% 16.67kB/s 0:00:00
15,065 100% 358.83kB/s 0:00:00 (xfr#28, to-chk=327/393)
blog/2019/intro-to-damage-tracking/index.html
700 4% 16.67kB/s 0:00:00
15,667 100% 373.17kB/s 0:00:00 (xfr#29, to-chk=315/393)
blog/2019/job-control/index.html
700 3% 16.28kB/s 0:00:01
21,019 100% 488.72kB/s 0:00:00 (xfr#30, to-chk=314/393)
blog/2019/status-update-10/index.html
700 8% 16.28kB/s 0:00:00
8,035 100% 186.83kB/s 0:00:00 (xfr#31, to-chk=313/393)
blog/2019/status-update-11/index.html
700 9% 16.28kB/s 0:00:00
7,602 100% 176.76kB/s 0:00:00 (xfr#32, to-chk=312/393)
blog/2019/status-update-12/index.html
700 8% 16.28kB/s 0:00:00
7,943 100% 184.69kB/s 0:00:00 (xfr#33, to-chk=311/393)
blog/2019/status-update-13/index.html
700 7% 16.28kB/s 0:00:00
8,971 100% 208.59kB/s 0:00:00 (xfr#34, to-chk=310/393)
blog/2019/status-update-7/index.html
700 8% 16.28kB/s 0:00:00
7,926 100% 184.29kB/s 0:00:00 (xfr#35, to-chk=309/393)
blog/2019/status-update-8/index.html
700 11% 16.28kB/s 0:00:00
6,183 100% 143.76kB/s 0:00:00 (xfr#36, to-chk=308/393)
blog/2019/status-update-9/index.html
700 10% 16.28kB/s 0:00:00
6,433 100% 149.58kB/s 0:00:00 (xfr#37, to-chk=307/393)
blog/2019/working-full-time-on-open-source/index.html
700 12% 16.28kB/s 0:00:00
5,491 100% 127.67kB/s 0:00:00 (xfr#38, to-chk=306/393)
blog/2019/xdc2019-wrap-up/index.html
700 4% 16.28kB/s 0:00:01
17,030 100% 395.97kB/s 0:00:00 (xfr#39, to-chk=305/393)
blog/2020/saying-no-to-unethical-tasks/index.html
700 9% 16.28kB/s 0:00:00
7,732 100% 179.78kB/s 0:00:00 (xfr#40, to-chk=291/393)
blog/2020/status-update-14/index.html
700 7% 16.28kB/s 0:00:00
8,821 100% 205.10kB/s 0:00:00 (xfr#41, to-chk=290/393)
blog/2020/status-update-15/index.html
700 9% 16.28kB/s 0:00:00
7,687 100% 178.73kB/s 0:00:00 (xfr#42, to-chk=289/393)
blog/2020/status-update-16/index.html
700 7% 16.28kB/s 0:00:00
8,800 100% 199.85kB/s 0:00:00 (xfr#43, to-chk=288/393)
blog/2020/status-update-17/index.html
700 8% 15.90kB/s 0:00:00
8,323 100% 189.02kB/s 0:00:00 (xfr#44, to-chk=287/393)
blog/2020/status-update-18/index.html
700 8% 15.90kB/s 0:00:00
8,408 100% 190.95kB/s 0:00:00 (xfr#45, to-chk=286/393)
blog/2020/status-update-19/index.html
700 6% 15.90kB/s 0:00:00
10,856 100% 246.55kB/s 0:00:00 (xfr#46, to-chk=285/393)
blog/2020/status-update-20/index.html
700 9% 15.90kB/s 0:00:00
7,692 100% 174.69kB/s 0:00:00 (xfr#47, to-chk=284/393)
blog/2020/status-update-21/index.html
700 10% 15.90kB/s 0:00:00
6,481 100% 147.19kB/s 0:00:00 (xfr#48, to-chk=283/393)
blog/2020/status-update-22/index.html
700 6% 15.90kB/s 0:00:00
10,760 100% 244.37kB/s 0:00:00 (xfr#49, to-chk=282/393)
blog/2020/status-update-23/index.html
700 7% 15.90kB/s 0:00:00
8,945 100% 203.15kB/s 0:00:00 (xfr#50, to-chk=281/393)
blog/2020/status-update-24/index.html
700 10% 15.90kB/s 0:00:00
6,811 100% 154.68kB/s 0:00:00 (xfr#51, to-chk=280/393)
blog/2020/wayland-clipboard-drag-and-drop/index.html
700 1% 15.90kB/s 0:00:03
60,337 100% 1.34MB/s 0:00:00 (xfr#52, to-chk=279/393)
blog/2021/setting-up-sr.ht-for-local-development/index.html
700 6% 15.90kB/s 0:00:00
10,562 100% 239.87kB/s 0:00:00 (xfr#53, to-chk=265/393)
blog/2021/status-update-25/index.html
700 8% 15.90kB/s 0:00:00
8,333 100% 189.25kB/s 0:00:00 (xfr#54, to-chk=264/393)
blog/2021/status-update-26/index.html
700 8% 15.90kB/s 0:00:00
8,218 100% 186.64kB/s 0:00:00 (xfr#55, to-chk=263/393)
blog/2021/status-update-27/index.html
700 9% 15.90kB/s 0:00:00
7,373 100% 167.45kB/s 0:00:00 (xfr#56, to-chk=262/393)
blog/2021/status-update-28/index.html
700 7% 15.90kB/s 0:00:00
9,119 100% 207.10kB/s 0:00:00 (xfr#57, to-chk=261/393)
blog/2021/status-update-29/index.html
700 7% 15.90kB/s 0:00:00
9,167 100% 208.19kB/s 0:00:00 (xfr#58, to-chk=260/393)
blog/2021/status-update-30/index.html
700 8% 15.90kB/s 0:00:00
7,872 100% 174.72kB/s 0:00:00 (xfr#59, to-chk=259/393)
blog/2021/status-update-31/index.html
700 10% 15.54kB/s 0:00:00
6,567 100% 145.75kB/s 0:00:00 (xfr#60, to-chk=258/393)
blog/2021/status-update-32/index.html
700 9% 15.54kB/s 0:00:00
7,498 100% 166.42kB/s 0:00:00 (xfr#61, to-chk=257/393)
blog/2021/status-update-33/index.html
700 9% 15.54kB/s 0:00:00
7,719 100% 171.32kB/s 0:00:00 (xfr#62, to-chk=256/393)
blog/2021/status-update-34/index.html
700 10% 15.54kB/s 0:00:00
6,970 100% 154.70kB/s 0:00:00 (xfr#63, to-chk=255/393)
blog/2021/status-update-35/index.html
700 10% 15.54kB/s 0:00:00
6,863 100% 152.32kB/s 0:00:00 (xfr#64, to-chk=254/393)
blog/2021/status-update-36/index.html
700 7% 15.54kB/s 0:00:00
9,373 100% 208.03kB/s 0:00:00 (xfr#65, to-chk=253/393)
blog/2022/irc-and-oauth2/index.html
700 4% 15.54kB/s 0:00:01
17,182 100% 381.35kB/s 0:00:00 (xfr#66, to-chk=239/393)
blog/2022/status-update-37/index.html
700 10% 15.54kB/s 0:00:00
6,434 100% 142.80kB/s 0:00:00 (xfr#67, to-chk=238/393)
blog/2022/status-update-38/index.html
700 9% 15.54kB/s 0:00:00
7,606 100% 168.81kB/s 0:00:00 (xfr#68, to-chk=237/393)
blog/2022/status-update-39/index.html
700 7% 15.54kB/s 0:00:00
9,115 100% 202.30kB/s 0:00:00 (xfr#69, to-chk=236/393)
blog/2022/status-update-40/index.html
700 7% 15.54kB/s 0:00:00
8,842 100% 196.24kB/s 0:00:00 (xfr#70, to-chk=235/393)
blog/2022/status-update-41/index.html
700 9% 15.54kB/s 0:00:00
7,063 100% 156.76kB/s 0:00:00 (xfr#71, to-chk=234/393)
blog/2022/status-update-42/index.html
700 7% 15.54kB/s 0:00:00
8,822 100% 195.80kB/s 0:00:00 (xfr#72, to-chk=233/393)
blog/2022/status-update-43/index.html
700 9% 15.19kB/s 0:00:00
7,188 100% 155.99kB/s 0:00:00 (xfr#73, to-chk=232/393)
blog/2022/status-update-44/index.html
700 8% 15.19kB/s 0:00:00
8,212 100% 178.21kB/s 0:00:00 (xfr#74, to-chk=231/393)
blog/2022/status-update-45/index.html
700 7% 15.19kB/s 0:00:00
9,219 100% 200.07kB/s 0:00:00 (xfr#75, to-chk=230/393)
blog/2022/status-update-46/index.html
700 8% 15.19kB/s 0:00:00
8,496 100% 184.38kB/s 0:00:00 (xfr#76, to-chk=229/393)
blog/2022/status-update-47/index.html
700 10% 15.19kB/s 0:00:00
6,824 100% 148.09kB/s 0:00:00 (xfr#77, to-chk=228/393)
blog/2022/status-update-48/index.html
700 8% 15.19kB/s 0:00:00
8,702 100% 188.85kB/s 0:00:00 (xfr#78, to-chk=227/393)
blog/2023/hdr-hackfest-wrap-up/index.html
700 4% 15.19kB/s 0:00:00
14,228 100% 308.77kB/s 0:00:00 (xfr#79, to-chk=213/393)
blog/2023/raspberry-pi-archlinux-mainline-compilation/index.html
700 9% 15.19kB/s 0:00:00
7,252 100% 157.38kB/s 0:00:00 (xfr#80, to-chk=212/393)
blog/2023/status-update-49/index.html
700 11% 15.19kB/s 0:00:00
6,359 100% 138.00kB/s 0:00:00 (xfr#81, to-chk=211/393)
blog/2023/status-update-50/index.html
700 8% 15.19kB/s 0:00:00
8,413 100% 182.57kB/s 0:00:00 (xfr#82, to-chk=210/393)
blog/2023/status-update-51/index.html
700 9% 15.19kB/s 0:00:00
7,090 100% 153.86kB/s 0:00:00 (xfr#83, to-chk=209/393)
blog/2023/status-update-52/index.html
700 9% 15.19kB/s 0:00:00
7,162 100% 155.43kB/s 0:00:00 (xfr#84, to-chk=208/393)
blog/2023/status-update-53/index.html
700 10% 15.19kB/s 0:00:00
6,765 100% 146.81kB/s 0:00:00 (xfr#85, to-chk=207/393)
blog/2023/status-update-54/index.html
700 10% 15.19kB/s 0:00:00
6,627 100% 143.82kB/s 0:00:00 (xfr#86, to-chk=206/393)
blog/2023/status-update-55/index.html
700 7% 15.19kB/s 0:00:00
9,131 100% 198.16kB/s 0:00:00 (xfr#87, to-chk=205/393)
blog/2023/status-update-56/index.html
700 8% 14.86kB/s 0:00:00
8,369 100% 177.67kB/s 0:00:00 (xfr#88, to-chk=204/393)
blog/2023/status-update-57/index.html
700 9% 14.86kB/s 0:00:00
7,056 100% 149.80kB/s 0:00:00 (xfr#89, to-chk=203/393)
blog/2023/status-update-58/index.html
700 7% 14.86kB/s 0:00:00
9,125 100% 193.72kB/s 0:00:00 (xfr#90, to-chk=202/393)
blog/2023/status-update-59/index.html
700 8% 14.86kB/s 0:00:00
8,060 100% 171.11kB/s 0:00:00 (xfr#91, to-chk=201/393)
blog/2024/status-update-60/index.html
700 8% 14.86kB/s 0:00:00
7,798 100% 165.55kB/s 0:00:00 (xfr#92, to-chk=197/393)
blog/2024/status-update-61/index.html
700 8% 14.86kB/s 0:00:00
8,566 100% 181.85kB/s 0:00:00 (xfr#93, to-chk=196/393)
blog/2024/status-update-62/
blog/2024/status-update-62/index.html
7,196 100% 152.77kB/s 0:00:00
7,196 100% 152.77kB/s 0:00:00 (xfr#94, to-chk=195/393)
blog/page/1/index.html
313 100% 6.64kB/s 0:00:00
313 100% 6.64kB/s 0:00:00 (xfr#95, to-chk=193/393)
css/nanum-gothic-coding.css
258 100% 5.48kB/s 0:00:00
258 100% 5.48kB/s 0:00:00 (xfr#96, to-chk=192/393)
css/style.css
700 23% 14.86kB/s 0:00:00
2,989 100% 63.46kB/s 0:00:00 (xfr#97, to-chk=191/393)
font/NanumGothicCoding-Bold.woff
700 26% 14.86kB/s 0:00:00
2,608 100% 55.37kB/s 0:00:00 (xfr#98, to-chk=190/393)
font/NanumGothicCoding-Bold.woff2
700 33% 14.86kB/s 0:00:00
2,112 100% 44.84kB/s 0:00:00 (xfr#99, to-chk=189/393)
img/blog/2015-hello-world/quadcopter-draft.png
700 0% 14.86kB/s 0:00:24
366,104 100% 7.43MB/s 0:00:00 (xfr#100, to-chk=181/393)
img/blog/2015-hello-world/quadcopter-ugly.png
700 0% 14.54kB/s 0:00:05
86,823 100% 1.76MB/s 0:00:00 (xfr#101, to-chk=180/393)
img/blog/2015-lire-les-donnees-d-un-gyro-accelerometre-mpu6050/gpio.png
700 0% 14.54kB/s 0:00:05
81,671 100% 1.66MB/s 0:00:00 (xfr#102, to-chk=179/393)
img/blog/2015-lire-les-donnees-d-un-gyro-accelerometre-mpu6050/i2c-diagram.png
700 13% 14.54kB/s 0:00:00
5,268 100% 109.46kB/s 0:00:00 (xfr#103, to-chk=178/393)
img/blog/2015-lire-les-donnees-d-un-gyro-accelerometre-mpu6050/raspi-mpu6050-thumbnail.png
700 1% 14.54kB/s 0:00:04
64,889 100% 1.32MB/s 0:00:00 (xfr#104, to-chk=177/393)
img/blog/2015-lire-les-donnees-d-un-gyro-accelerometre-mpu6050/raspi-mpu6050.png
700 0% 14.54kB/s 0:00:09
132,140 100% 2.68MB/s 0:00:00 (xfr#105, to-chk=176/393)
img/blog/2015-lire-les-donnees-d-un-gyro-accelerometre-mpu6050/sensor.png
700 0% 14.54kB/s 0:00:14
210,392 100% 4.27MB/s 0:00:00 (xfr#106, to-chk=175/393)
img/blog/2015-premieres-experimentations-sur-le-bicoptere/bicoptere-finished-thumbnail.jpg
700 1% 14.54kB/s 0:00:04
58,986 100% 1.17MB/s 0:00:00 (xfr#107, to-chk=174/393)
img/blog/2015-premieres-experimentations-sur-le-bicoptere/bicoptere-finished.jpg
1,648 0% 33.53kB/s 0:01:21
2,738,820 100% 53.30MB/s 0:00:00 (xfr#108, to-chk=173/393)
img/blog/2015-premieres-experimentations-sur-le-bicoptere/bicoptere-first-thumbnail.jpg
700 1% 13.95kB/s 0:00:03
53,463 100% 1.04MB/s 0:00:00 (xfr#109, to-chk=172/393)
img/blog/2015-premieres-experimentations-sur-le-bicoptere/bicoptere-first.jpg
1,464 0% 28.59kB/s 0:01:15
2,165,326 100% 40.49MB/s 0:00:00 (xfr#110, to-chk=171/393)
img/blog/2015-premieres-experimentations-sur-le-bicoptere/bicoptere-mass-exp-thumbnail.jpg
700 0% 13.40kB/s 0:00:07
100,990 100% 1.89MB/s 0:00:00 (xfr#111, to-chk=170/393)
img/blog/2015-premieres-experimentations-sur-le-bicoptere/bicoptere-mass-exp.jpg
1,912 0% 36.61kB/s 0:01:39
3,662,325 100% 65.90MB/s 0:00:00 (xfr#112, to-chk=169/393)
img/blog/2015-premieres-experimentations-sur-le-bicoptere/bicoptere-mass-results.png
700 5% 12.90kB/s 0:00:01
13,632 100% 251.18kB/s 0:00:00 (xfr#113, to-chk=168/393)
img/blog/2015-premieres-experimentations-sur-le-bicoptere/pwm.gif
700 8% 12.90kB/s 0:00:00
8,119 100% 149.60kB/s 0:00:00 (xfr#114, to-chk=167/393)
img/blog/2015-shopping-et-propeller-attack/parts-thumbnail.jpg
700 1% 12.90kB/s 0:00:04
58,565 100% 1.05MB/s 0:00:00 (xfr#115, to-chk=166/393)
img/blog/2015-shopping-et-propeller-attack/parts.jpg
1,376 0% 25.35kB/s 0:01:14
1,898,932 100% 32.93MB/s 0:00:00 (xfr#116, to-chk=165/393)
img/blog/2015-shopping-et-propeller-attack/prop-thumbnail.jpg
700 1% 12.43kB/s 0:00:04
51,992 100% 923.15kB/s 0:00:00 (xfr#117, to-chk=164/393)
img/blog/2015-shopping-et-propeller-attack/prop.jpg
1,400 0% 21.03kB/s 0:01:33
1,973,459 100% 28.52MB/s 0:00:00 (xfr#118, to-chk=163/393)
img/blog/2015-shopping-et-propeller-attack/raspi-esc-brushless-thumbnail.png
700 0% 10.36kB/s 0:00:07
79,633 100% 1.15MB/s 0:00:00 (xfr#119, to-chk=162/393)
img/blog/2015-shopping-et-propeller-attack/raspi-esc-brushless.png
700 0% 10.20kB/s 0:00:17
177,111 100% 2.52MB/s 0:00:00 (xfr#120, to-chk=161/393)
img/blog/2015-stabilisation-du-bicoptere/accel-maths.png
700 14% 10.20kB/s 0:00:00
4,979 100% 72.57kB/s 0:00:00 (xfr#121, to-chk=160/393)
img/blog/2015-stabilisation-du-bicoptere/accel-no-angle.png
700 12% 10.20kB/s 0:00:00
5,679 100% 82.77kB/s 0:00:00 (xfr#122, to-chk=159/393)
img/blog/2015-stabilisation-du-bicoptere/accel-with-angle.png
700 9% 10.20kB/s 0:00:00
7,324 100% 106.75kB/s 0:00:00 (xfr#123, to-chk=158/393)
img/blog/2015-stabilisation-du-bicoptere/pid-rate.png
700 3% 10.20kB/s 0:00:01
19,202 100% 279.88kB/s 0:00:00 (xfr#124, to-chk=157/393)
img/blog/2015-stabilisation-du-bicoptere/pid-stabilized.png
700 2% 10.20kB/s 0:00:03
31,595 100% 460.51kB/s 0:00:00 (xfr#125, to-chk=156/393)
img/blog/2015-stabilisation-du-bicoptere/quad-struct.jpg
700 0% 10.20kB/s 0:00:07
77,333 100% 1.10MB/s 0:00:00 (xfr#126, to-chk=155/393)
img/blog/2015-stabilisation-du-bicoptere/resultat.jpg
700 4% 10.20kB/s 0:00:01
15,945 100% 232.41kB/s 0:00:00 (xfr#127, to-chk=154/393)
img/blog/2017-installing-lede-on-a-netgear-r6220/front.png
700 1% 10.20kB/s 0:00:04
49,145 100% 716.32kB/s 0:00:00 (xfr#128, to-chk=153/393)
node_modules/.package-lock.json
700 72% 10.20kB/s 0:00:00
965 100% 14.07kB/s 0:00:00 (xfr#129, to-chk=152/393)
node_modules/firacode/LICENSE
700 15% 10.20kB/s 0:00:00
4,389 100% 63.97kB/s 0:00:00 (xfr#130, to-chk=148/393)
node_modules/firacode/README.md
700 6% 10.20kB/s 0:00:00
10,704 100% 156.02kB/s 0:00:00 (xfr#131, to-chk=147/393)
node_modules/firacode/package.json
574 100% 8.37kB/s 0:00:00
574 100% 8.37kB/s 0:00:00 (xfr#132, to-chk=146/393)
node_modules/firacode/distr/README.txt
700 3% 10.20kB/s 0:00:02
21,793 100% 312.97kB/s 0:00:00 (xfr#133, to-chk=144/393)
node_modules/firacode/distr/fira_code.css
700 51% 10.05kB/s 0:00:00
1,368 100% 19.65kB/s 0:00:00 (xfr#134, to-chk=143/393)
node_modules/firacode/distr/specimen.html
700 21% 10.05kB/s 0:00:00
3,188 100% 45.78kB/s 0:00:00 (xfr#135, to-chk=142/393)
node_modules/firacode/distr/ttf/FiraCode-Bold.ttf
700 0% 10.05kB/s 0:00:31
319,368 100% 4.48MB/s 0:00:00 (xfr#136, to-chk=137/393)
node_modules/firacode/distr/ttf/FiraCode-Light.ttf
700 0% 10.05kB/s 0:00:28
288,380 100% 4.04MB/s 0:00:00 (xfr#137, to-chk=136/393)
node_modules/firacode/distr/ttf/FiraCode-Medium.ttf
700 0% 10.05kB/s 0:00:28
283,684 100% 3.98MB/s 0:00:00 (xfr#138, to-chk=135/393)
node_modules/firacode/distr/ttf/FiraCode-Regular.ttf
700 0% 9.91kB/s 0:00:29
289,624 100% 4.00MB/s 0:00:00 (xfr#139, to-chk=134/393)
node_modules/firacode/distr/ttf/FiraCode-Retina.ttf
700 0% 9.91kB/s 0:00:28
285,428 100% 3.95MB/s 0:00:00 (xfr#140, to-chk=133/393)
node_modules/firacode/distr/ttf/FiraCode-SemiBold.ttf
700 0% 9.91kB/s 0:00:30
304,248 100% 4.21MB/s 0:00:00 (xfr#141, to-chk=132/393)
node_modules/firacode/distr/variable_ttf/FiraCode-VF.ttf
700 0% 9.91kB/s 0:00:28
286,320 100% 3.90MB/s 0:00:00 (xfr#142, to-chk=131/393)
node_modules/firacode/distr/woff/FiraCode-Bold.woff
700 0% 9.77kB/s 0:00:14
138,492 100% 1.89MB/s 0:00:00 (xfr#143, to-chk=130/393)
node_modules/firacode/distr/woff/FiraCode-Light.woff
700 0% 9.77kB/s 0:00:13
131,052 100% 1.79MB/s 0:00:00 (xfr#144, to-chk=129/393)
node_modules/firacode/distr/woff/FiraCode-Medium.woff
700 0% 9.77kB/s 0:00:13
130,732 100% 1.78MB/s 0:00:00 (xfr#145, to-chk=128/393)
node_modules/firacode/distr/woff/FiraCode-Regular.woff
700 0% 9.77kB/s 0:00:13
131,556 100% 1.79MB/s 0:00:00 (xfr#146, to-chk=127/393)
node_modules/firacode/distr/woff/FiraCode-SemiBold.woff
700 0% 9.63kB/s 0:00:14
137,160 100% 1.84MB/s 0:00:00 (xfr#147, to-chk=126/393)
node_modules/firacode/distr/woff/FiraCode-VF.woff
700 0% 9.63kB/s 0:00:14
138,576 100% 1.86MB/s 0:00:00 (xfr#148, to-chk=125/393)
node_modules/firacode/distr/woff2/FiraCode-Bold.woff2
700 0% 9.63kB/s 0:00:11
107,788 100% 1.45MB/s 0:00:00 (xfr#149, to-chk=124/393)
node_modules/firacode/distr/woff2/FiraCode-Light.woff2
700 0% 9.63kB/s 0:00:10
102,924 100% 1.38MB/s 0:00:00 (xfr#150, to-chk=123/393)
node_modules/firacode/distr/woff2/FiraCode-Medium.woff2
700 0% 9.63kB/s 0:00:10
102,384 100% 1.36MB/s 0:00:00 (xfr#151, to-chk=122/393)
node_modules/firacode/distr/woff2/FiraCode-Regular.woff2
700 0% 9.49kB/s 0:00:10
103,240 100% 1.37MB/s 0:00:00 (xfr#152, to-chk=121/393)
node_modules/firacode/distr/woff2/FiraCode-SemiBold.woff2
700 0% 9.49kB/s 0:00:11
106,992 100% 1.42MB/s 0:00:00 (xfr#153, to-chk=120/393)
node_modules/firacode/distr/woff2/FiraCode-VF.woff2
700 0% 9.49kB/s 0:00:11
113,088 100% 1.50MB/s 0:00:00 (xfr#154, to-chk=119/393)
node_modules/nanum-gothic-coding/LICENSE
700 15% 9.49kB/s 0:00:00
4,532 100% 61.47kB/s 0:00:00 (xfr#155, to-chk=118/393)
node_modules/nanum-gothic-coding/README.md
475 100% 6.44kB/s 0:00:00
475 100% 6.44kB/s 0:00:00 (xfr#156, to-chk=117/393)
node_modules/nanum-gothic-coding/nanum-gothic-coding.css
700 76% 9.49kB/s 0:00:00
920 100% 12.48kB/s 0:00:00 (xfr#157, to-chk=116/393)
node_modules/nanum-gothic-coding/package.json
499 100% 6.77kB/s 0:00:00
499 100% 6.77kB/s 0:00:00 (xfr#158, to-chk=115/393)
node_modules/nanum-gothic-coding/fonts/NanumGothicCoding-Bold.eot
880 0% 11.94kB/s 0:01:05
784,059 100% 10.24MB/s 0:00:00 (xfr#159, to-chk=113/393)
node_modules/nanum-gothic-coding/fonts/NanumGothicCoding-Bold.ttf
1,496 0% 20.01kB/s 0:01:52
2,246,240 100% 28.95MB/s 0:00:00 (xfr#160, to-chk=112/393)
node_modules/nanum-gothic-coding/fonts/NanumGothicCoding-Bold.woff
992 0% 12.92kB/s 0:01:16
985,940 100% 12.54MB/s 0:00:00 (xfr#161, to-chk=111/393)
node_modules/nanum-gothic-coding/fonts/NanumGothicCoding-Bold.woff2
840 0% 10.94kB/s 0:01:05
717,284 100% 9.00MB/s 0:00:00 (xfr#162, to-chk=110/393)
node_modules/nanum-gothic-coding/fonts/NanumGothicCoding-Regular.eot
864 0% 9.38kB/s 0:01:20
752,410 100% 7.89MB/s 0:00:00 (xfr#163, to-chk=109/393)
node_modules/nanum-gothic-coding/fonts/NanumGothicCoding-Regular.ttf
1,520 0% 16.31kB/s 0:02:21
2,315,924 100% 24.01MB/s 0:00:00 (xfr#164, to-chk=108/393)
node_modules/nanum-gothic-coding/fonts/NanumGothicCoding-Regular.woff
976 0% 10.36kB/s 0:01:33
966,744 100% 9.91MB/s 0:00:00 (xfr#165, to-chk=107/393)
node_modules/nanum-gothic-coding/fonts/NanumGothicCoding-Regular.woff2
832 0% 8.74kB/s 0:01:19
693,016 100% 7.03MB/s 0:00:00 (xfr#166, to-chk=106/393)
node_modules/normalize.css/CHANGELOG.md
700 12% 7.27kB/s 0:00:00
5,572 100% 57.89kB/s 0:00:00 (xfr#167, to-chk=105/393)
node_modules/normalize.css/LICENSE.md
700 63% 7.27kB/s 0:00:00
1,098 100% 11.41kB/s 0:00:00 (xfr#168, to-chk=104/393)
node_modules/normalize.css/README.md
700 21% 7.27kB/s 0:00:00
3,212 100% 33.37kB/s 0:00:00 (xfr#169, to-chk=103/393)
node_modules/normalize.css/normalize.css
700 11% 7.27kB/s 0:00:00
6,138 100% 63.77kB/s 0:00:00 (xfr#170, to-chk=102/393)
node_modules/normalize.css/package.json
397 100% 4.12kB/s 0:00:00
397 100% 4.12kB/s 0:00:00 (xfr#171, to-chk=101/393)
tags/index.html
700 15% 7.27kB/s 0:00:00
4,462 100% 46.36kB/s 0:00:00 (xfr#172, to-chk=100/393)
tags/rss.xml
1,400 29% 14.54kB/s 0:00:00
4,671 100% 48.53kB/s 0:00:00 (xfr#173, to-chk=99/393)
tags/algorithms/index.html
700 44% 7.27kB/s 0:00:00
1,590 100% 16.52kB/s 0:00:00 (xfr#174, to-chk=81/393)
tags/algorithms/rss.xml
700 2% 7.27kB/s 0:00:03
26,253 100% 272.74kB/s 0:00:00 (xfr#175, to-chk=80/393)
tags/algorithms/page/1/index.html
346 100% 3.59kB/s 0:00:00
346 100% 3.59kB/s 0:00:00 (xfr#176, to-chk=77/393)
tags/anime/index.html
700 42% 7.27kB/s 0:00:00
1,628 100% 16.91kB/s 0:00:00 (xfr#177, to-chk=76/393)
tags/anime/rss.xml
700 50% 7.27kB/s 0:00:00
1,396 100% 14.50kB/s 0:00:00 (xfr#178, to-chk=75/393)
tags/anime/page/1/index.html
331 100% 3.44kB/s 0:00:00
331 100% 3.44kB/s 0:00:00 (xfr#179, to-chk=72/393)
tags/bsol/index.html
700 43% 7.27kB/s 0:00:00
1,624 100% 16.87kB/s 0:00:00 (xfr#180, to-chk=71/393)
tags/bsol/rss.xml
700 50% 7.27kB/s 0:00:00
1,393 100% 14.47kB/s 0:00:00 (xfr#181, to-chk=70/393)
tags/bsol/page/1/index.html
328 100% 3.41kB/s 0:00:00
328 100% 3.41kB/s 0:00:00 (xfr#182, to-chk=67/393)
tags/data-mining/index.html
700 42% 7.27kB/s 0:00:00
1,661 100% 17.26kB/s 0:00:00 (xfr#183, to-chk=66/393)
tags/data-mining/rss.xml
700 29% 7.27kB/s 0:00:00
2,344 100% 24.35kB/s 0:00:00 (xfr#184, to-chk=65/393)
tags/data-mining/page/1/index.html
349 100% 3.63kB/s 0:00:00
349 100% 3.63kB/s 0:00:00 (xfr#185, to-chk=62/393)
tags/gfx/index.html
700 33% 7.27kB/s 0:00:00
2,082 100% 21.63kB/s 0:00:00 (xfr#186, to-chk=61/393)
tags/gfx/rss.xml
700 2% 7.27kB/s 0:00:04
31,163 100% 323.75kB/s 0:00:00 (xfr#187, to-chk=60/393)
tags/gfx/page/1/index.html
325 100% 3.38kB/s 0:00:00
325 100% 3.38kB/s 0:00:00 (xfr#188, to-chk=57/393)
tags/go/index.html
700 46% 7.27kB/s 0:00:00
1,510 100% 15.69kB/s 0:00:00 (xfr#189, to-chk=56/393)
tags/go/rss.xml
700 3% 7.27kB/s 0:00:02
20,940 100% 217.54kB/s 0:00:00 (xfr#190, to-chk=55/393)
tags/go/page/1/index.html
322 100% 3.31kB/s 0:00:00
322 100% 3.31kB/s 0:00:00 (xfr#191, to-chk=52/393)
tags/irc/index.html
700 45% 7.20kB/s 0:00:00
1,524 100% 15.67kB/s 0:00:00 (xfr#192, to-chk=51/393)
tags/irc/rss.xml
700 4% 7.20kB/s 0:00:02
15,599 100% 160.35kB/s 0:00:00 (xfr#193, to-chk=50/393)
tags/irc/page/1/index.html
325 100% 3.34kB/s 0:00:00
325 100% 3.34kB/s 0:00:00 (xfr#194, to-chk=47/393)
tags/javascript/index.html
700 35% 7.20kB/s 0:00:00
1,954 100% 20.09kB/s 0:00:00 (xfr#195, to-chk=46/393)
tags/javascript/rss.xml
700 2% 7.20kB/s 0:00:03
26,200 100% 269.33kB/s 0:00:00 (xfr#196, to-chk=45/393)
tags/javascript/page/1/index.html
346 100% 3.56kB/s 0:00:00
346 100% 3.56kB/s 0:00:00 (xfr#197, to-chk=42/393)
tags/meta/index.html
700 44% 7.20kB/s 0:00:00
1,571 100% 16.15kB/s 0:00:00 (xfr#198, to-chk=41/393)
tags/meta/rss.xml
700 24% 7.20kB/s 0:00:00
2,806 100% 28.84kB/s 0:00:00 (xfr#199, to-chk=40/393)
tags/meta/page/1/index.html
328 100% 3.37kB/s 0:00:00
328 100% 3.37kB/s 0:00:00 (xfr#200, to-chk=37/393)
tags/opinion/index.html
700 44% 7.20kB/s 0:00:00
1,576 100% 16.20kB/s 0:00:00 (xfr#201, to-chk=36/393)
tags/opinion/rss.xml
700 13% 7.20kB/s 0:00:00
5,255 100% 54.02kB/s 0:00:00 (xfr#202, to-chk=35/393)
tags/opinion/page/1/index.html
337 100% 3.46kB/s 0:00:00
337 100% 3.46kB/s 0:00:00 (xfr#203, to-chk=32/393)
tags/page/1/index.html
313 100% 3.22kB/s 0:00:00
313 100% 3.22kB/s 0:00:00 (xfr#204, to-chk=30/393)
tags/paper/index.html
700 42% 7.20kB/s 0:00:00
1,637 100% 16.83kB/s 0:00:00 (xfr#205, to-chk=29/393)
tags/paper/rss.xml
700 30% 7.20kB/s 0:00:00
2,326 100% 23.91kB/s 0:00:00 (xfr#206, to-chk=28/393)
tags/paper/page/1/index.html
331 100% 3.40kB/s 0:00:00
331 100% 3.40kB/s 0:00:00 (xfr#207, to-chk=25/393)
tags/quadcopter/index.html
700 24% 7.20kB/s 0:00:00
2,806 100% 28.84kB/s 0:00:00 (xfr#208, to-chk=24/393)
tags/quadcopter/rss.xml
700 1% 7.20kB/s 0:00:06
47,560 100% 488.90kB/s 0:00:00 (xfr#209, to-chk=23/393)
tags/quadcopter/page/1/index.html
346 100% 3.56kB/s 0:00:00
346 100% 3.56kB/s 0:00:00 (xfr#210, to-chk=20/393)
tags/shell/index.html
700 45% 7.20kB/s 0:00:00
1,539 100% 15.82kB/s 0:00:00 (xfr#211, to-chk=19/393)
tags/shell/rss.xml
700 2% 7.20kB/s 0:00:03
24,115 100% 247.89kB/s 0:00:00 (xfr#212, to-chk=18/393)
tags/shell/page/1/index.html
331 100% 3.40kB/s 0:00:00
331 100% 3.40kB/s 0:00:00 (xfr#213, to-chk=15/393)
tags/sr.ht/index.html
700 44% 7.20kB/s 0:00:00
1,578 100% 16.22kB/s 0:00:00 (xfr#214, to-chk=14/393)
tags/sr.ht/rss.xml
700 7% 7.20kB/s 0:00:01
8,911 100% 91.60kB/s 0:00:00 (xfr#215, to-chk=13/393)
tags/sr.ht/page/1/index.html
331 100% 3.37kB/s 0:00:00
331 100% 3.37kB/s 0:00:00 (xfr#216, to-chk=10/393)
tags/status-update/index.html
700 4% 7.12kB/s 0:00:02
16,276 100% 165.57kB/s 0:00:00 (xfr#217, to-chk=9/393)
tags/status-update/rss.xml
5,545 7% 56.41kB/s 0:00:01
71,497 100% 727.31kB/s 0:00:00 (xfr#218, to-chk=8/393)
tags/status-update/page/1/index.html
355 100% 3.61kB/s 0:00:00
355 100% 3.61kB/s 0:00:00 (xfr#219, to-chk=5/393)
tags/wayland/index.html
700 33% 7.12kB/s 0:00:00
2,085 100% 21.21kB/s 0:00:00 (xfr#220, to-chk=4/393)
tags/wayland/rss.xml
700 0% 7.12kB/s 0:00:15
108,945 100% 1.08MB/s 0:00:00 (xfr#221, to-chk=3/393)
tags/wayland/page/1/index.html
337 100% 3.43kB/s 0:00:00
337 100% 3.43kB/s 0:00:00 (xfr#222, to-chk=0/393)
|