Monthly Shaarli

All links of one month in a single page.

March, 2020

delta chat bots

Huhu! :-D

Five Amazing Python Libraries you should be using! - YouTube

Argh - Painless CLI Generation (00:43)
tqdm - Easy Progresbars (05:10)
msgpack - Like Binary JSON (08:44)
schedule - Python's cron (12:43)
Redis Simple Cache - Memoization (14:11)

GitHub - tqdm/tqdm: A Fast, Extensible Progress Bar for Python and CLI

$ seq 9999999 | tqdm --bytes | wc -l
75.2MB [00:00, 217MB/s]
9999999
$ 7z a -bd -r backup.7z docs/ | grep Compressing | \
tqdm --total $(find docs/ -type f | wc -l) --unit files >> backup.log
100%|███████████████████████████████▉| 8014/8014 [01:37<00:00, 82.29files/s]

#Linux, #Debian, #operating system, #abstract, #colorful, #digital art | 1920x1080 Wallpaper: ym7d3l - wallhaven.cc
FastAPI
Cockpit - Highway to the admin zone

Un truc de plus à essayer.

SQLite FTS3 and FTS4 Extensions

SELECT count() FROM enrondata1 WHERE content MATCH 'linux'; / 0.03 seconds /
SELECT count(
) FROM enrondata2 WHERE content LIKE '%linux%'; / 22.5 seconds /

Sur un total de 517430 documents.

Empty logging with Django, Nginx, Gunicorn and supervisor - Stack Overflow
Write Unbreakable Python – Software, Fitness, and Gaming – Jesse Warden

Ça a du sens. C'est tordu, mais ça a du sens...

Rocket.Chat - Free, Open Source, Enterprise Team Chat

Mais pourquoi on aurait besoin de cisco?

imap-tools · PyPI

Un wrapper autour de la librairie imap4, avec plein de petits helpers super pratiques

5 films pour s’évader sans bouger de chez soi
DevOps in Practice by Danilo Sato | The Pragmatic Bookshelf
What we do: Open-source products | ThoughtWorks | ThoughtWorks

A essayer ?
Gocd, c'est ce dont on parlait la semaine dernière.
Gauge et Taiko sont à creuser.

Get Started in Two Minutes Guide | SonarQube Docs

Ça aussi, il faudrait essayer ;-)

Building A CD Pipeline With Drone CI And Kubernetes

Punaise, ça a l'air quand même sacrement compliqué, kuberbetes... :-/

Deltachat

Installé! ;-)

git –all –decorate –oneline –graph

A essayer ?

How to serve private media files with Django

In this tutorial, we will create a barebones document manager with these features:

Logged in users can upload files.
Superusers can view all files.
Regular users can view only the files they uploaded.
Remote Working: The home office desks of Basecamp

On fait pareil :-D ?

Microsoft buys JavaScript developer platform npm; plans to integrate it with GitHub | ZDNet

Euh?

The best books for developers
20 Most-Recommended Books for Software Developers - DEV Community 👩‍💻👨‍💻

Pour Noël :-D

Fundamentals of Software Architecture Book | ThoughtWorks

Raaah, on ne peut le commander que sur amazon :-(

Use the Git History to Identify Pain Points in Any Project :: Random Bits of Wisdom