Daily Weekly Monthly

Monthly Shaarli

All links of one month in a single page.

March, 2019

Pour en finir avec des cours de récréation sexistes, où les filles n’existent qu’à la marge - Basta !

Ma fille aussi le vie me disant que les garcons ralent quand elle passe "au milieu" sauf qu'elle cours et chahute et donc les renvoient dans leurs cordes... mais pour combien de temps ??

pfff société de merde (surtout que j'ai jamais mais alors jamais aimé le foot)...

La légende est fausse. - Liens en vrac de sebsauvage

Moi j'ai la chance d'avoir un petit toréfacteur qui passe au marché en bas de ma rue ;)

mais c'est vrai que le café Grand mêre est horrible.
avant j'aimais bien Meo mais la qualité a baissé je trouve...

Les développeur(euse)s toxiques - Je suis un dev

Un(e) développeur(euse) toxique est une personne envoyée par Satan dans ton open space. Cette personne regarde ta code review et connait pas la définition de politesse.

Migrer de Kafka vers Kinesis

p {margin-bottom:0.6em} table { margin-bottom: 25px; font-size: 90%; table-layout: fixed; min-width: 70%; } td { border: 1px solid gray; padding: 5px; text-align: left; } th { font-size: 100%; border: 1px solid gray; padding: 10px; text-align: center; font-weight: bold; } tr:nth-child(odd) {background-color: #f2f2f2;} Cet article fait partie d'une série visant à accompagner les

radareorg/cutter: A Qt and C++ GUI for radare2 reverse engineering framework

Cutter is a Qt and C++ GUI for radare2. Its goal is making an advanced, customizable and FOSS reverse-engineering platform while keeping the user experience at mind. Cutter is created by reverse engineers for reverse engineers.

Cutter is available for all platforms (Linux, macOS, Windows). You can download the latest release here.

macOS: Download the latest .dmg file or use Homebrew Cask brew cask install cutter.
Windows: Download the latest Zip archive.
Linux: Download the latest AppImage file. Then just make it executable and run it:
    chmod +x <appimage_file>
    ./<appimage_file>
PO vs PM, like Batman vs Superman | Blog Eleven Labs

Un PM Superman et un PO (PPO ?) Batman ? oui c'est surement cela

*Working* microg working on Sailfish X 3.0.0.8 F5121 TL;DR - together.jolla.com

So thanks to many others posting on this subject (listed below). I presume that you know about command line shells in li ...

[ROM][2019-03-18][GNU/Linux] Sailfish OS - 3… | Xiaomi Redmi Note 3

Check out the changelog for the latest release here : https://gitlab.com/adarshkushwah/sailfishos-3.0.1.11/blob/master/CHANGELOG

DOWNLOADS:

SailfishOS - 3.0.1.11 (Sipoonkorpi) : https://gitlab.com/adarshkushwah/sailfishos-3.0.1.11/raw/master/sailfishos-kenzo-release-3.0.1.11-Sypoonkorpi.zip
SailfishOS - 3.0.2.8 (Oulanka) : https://gitlab.com/adarshkushwah/sailfishos-3.0.1.11/raw/master/sailfishos-kenzo-release-3.0.2.8-Oulanka.zip

Kernel Source: https://gitlab.com/adarshkushwah/escrima_kernel_xiaomi_msm8956

[ROM][2019-03-18][GNU/Linux] Sailfish OS - 3… | Xiaomi Redmi Note 3

Check out the changelog for the latest release here : https://gitlab.com/adarshkushwah/sailfishos-3.0.1.11/blob/master/CHANGELOG

DOWNLOADS:

SailfishOS - 3.0.1.11 (Sipoonkorpi) : https://gitlab.com/adarshkushwah/sailfishos-3.0.1.11/raw/master/sailfishos-kenzo-release-3.0.1.11-Sypoonkorpi.zip
SailfishOS - 3.0.2.8 (Oulanka) : https://gitlab.com/adarshkushwah/sailfishos-3.0.1.11/raw/master/sailfishos-kenzo-release-3.0.2.8-Oulanka.zip

Kernel Source: https://gitlab.com/adarshkushwah/escrima_kernel_xiaomi_msm8956

Installer Linux Ubuntu sur un laptop Dell Inspiron 15-7580 - La bagarre ! - CitizenZ

J'ai acheté dernièrement un nouveau PC portable (laptop). Après quelques recherches mon choix s'est porté sur un Dell Inspiron 15-7580 :- processeur i7- 16 Go RAM DDR4- SSD Nvme...

CowToilet, the automatically and voluntary urinating system from Hanskamp

oO

CowToilet, the automatically and voluntary urinating system from Hanskamp as solution for ammonia reduction.

Using Cyberghost VPN on ArchLinux

Javier Aguirre -

How to Create a Python Package - Python Central

When you've got a large number of Python classes (or "modules"), you'll want to organize them into packages. When the number of modules (simply stated, a module might be just a file containing some classes) in any project grows significantly, it is wiser to organize them into packages – that is, placing functionally similar modules/classes in the same directory. This article will show you how to create a Python package.

Steps to Create a Python Package

Working with Python packages is really simple. All you need to do is:

Create a directory and give it your package's name.
Put your classes in it.
Create a __init__.py file in the directory

That's all! In order to create a Python package, it is very easy. The init.py file is necessary because with this file, Python will know that this directory is a Python package directory other than an ordinary directory (or folder – whatever you want to call it). Anyway, it is in this file where we'll write some import statements to import classes from our brand new package.

Append-only backups with restic and rclone

Hello,

c'est ce que je fais effectivement.
"mieux" j'ai mis en place l'API Rest qui permet cela sans partage de clé SSH (zone d'attaque plus faible)

https://github.com/restic/rest-server

du coup j'ai une API qui ne permet QUE l'append, et j'ai des scripts en cron pour delete les "vieux" snapshots et consolider les données.

MobileRead Forums - View Single Post - Clara HD Display time when reading

Displays a clock on the screen. Powered by NiLuJe's fbink tool.

To install, copy KoboRoot-MiniClock-*.tgz » .kobo/KoboRoot.tgz

To uninstall, set uninstall=1 in .addons/miniclock/miniclock.cfg

Check .addons/miniclock/miniclock.example.cfg for customization options (rename the example file to miniclock.cfg to be effective.)

Ideally the clock should update on the minute (update=60) however, while reading books, Kobo freezes background tasks so it might not update and lag behind, until you flip the page or otherwise interact with the screen.

Update 2018-11-05: now with nightmode and truetype support

Update 2018-11-17: changed how the delay option works for more fine-grain control. added padding option to get rid of visual fragments in truetype mode.

Update 2018-11-23: add user-translatable {day}, {month}. Also optional {battery} 0-100%.

server/README.md at master · gotify/server · GitHub

A simple server for sending and receiving messages in real-time per web socket. (Includes a sleek web-ui) - gotify/server

Proton 3.16-8 beta is out for Steam Play with DXVK 1.0 and game fixes | GamingOnLinux

Just before the weekend appears, we have the brand new Proton 3.16-8 beta available for Valve's Steam Play. This release includes some mighty fine fixes and updates.

Black Hole Propulsion as Technosignature

When he was considering white dwarfs and neutron stars in the context of what he called ‘gravitational machines,’ Freeman Dyson became intrigued by the fate of a neutron star binary. He calculated in his paper of the same name (citation below) that gradual loss of energy through gravitational radiation would bring

API — Jinja2 Documentation (2.10)

L'API de Jinja2 pour faire vos templates en python

Le suicide râté de Chamfort - Quand ça veut pas...

Temps heureux où chacun ne s’occupait en France
Que de vers, de romans, de musique, de danse,
Des prestiges des arts, des douceurs de l’amour!
Le seul soin qu’on connût était celui de plaire,
On dormait deux la nuit, on riait tout le jour,
Varier ses plaisirs était l’unique affaire.

... ca fait echo... mais a quoi ??

Ghidra

A software reverse engineering (SRE) suite of tools developed by NSA's Research Directorate in support of the Cybersecurity mission

Ghidra is one of many open source software (OSS) projects developed within the National Security Agency. Please check back often as we continue to grow this effort and figure out the best way to collaborate and improve this technology together.

https://github.com/NationalSecurityAgency/ghidra

Combien coûte une architecture Serverless ?

Le Serverless est un modèle dans lequel le fournisseur de services cloud (AWS, Azure, Google Cloud ou IBM) est responsable de l’exécution d’un morceau de code en allouant de manière dynamique les ressources, souvent défini par “Functions-as-a-service”. Chez AWS, ce service est connu sous le nom de Lambda.

Boom, heartshot | Le blog d'un odieux connard

Ce genre de site / fonctionnement / méthode me donne envie de vomir, au moins unodieuxconnard dénonce...

Solutions Architect Salary in Tokyo (Japan) | PayScale

Average Solutions Architect Salary in Tokyo
¥9,998,973

Je ne sais pas de quand date les informations ni si elles sont fiables mais cela me donne un point de départ pour négocier...