Monthly Shaarli

All links of one month in a single page.

October, 2020

France GeoJSON

Contours des régions, départements, arrondissements, cantons et communes de France (métropole et départements d'outre-mer) au format GeoJSON

Semiphemeral - Automatically delete your old tweets, except for the ones you want to keep
thumbnail

Semiphemeral protects your privacy by making it easy for you to automatically delete years of old tweets while giving you control over exactly which tweets you want to make sure you keep.
For example, you can set it to automatically delete tweets that are older than 30 days unless they have at least 20 retweets or at least 20 likes (all these numbers are configurable). You can also:

Keep all tweets that are part of the same thread as a tweet that meets those RT and like thresholds

Search through all of your tweets and pick which ones to exclude from automatic deletion, so that Semiphemeral will never delete them

Unretweet tweets after a number of days

Unlike tweets after a number of days

Automatically delete your old direct messages

‎Re-Anneimator’s films • Letterboxd
thumbnail
Decent looking diagrams for engineers

drawthe.net draws network diagrams dynamically from a text file describing the placement, layout and icons. Given a yaml file describing the hierarchy of the network and it's connections, a resulting diagram will be created.

"Ce que vous avez fait est grave, non professionnel et mesquin" : au Liban, la colère d'Emmanuel Macron contre George Malbrununot | LCI

Emmanuel Macron s'en est pris vivement, mardi soir lors d'une réception au Liban, au journaliste du Figaro Georges Malbrunot, au sujet d'un article relatant les négociations que le président mène en coulisses pour refonder le système politique libanais. Le journaliste s'est dit "surpris par la virulence de cette attaque".

The River of CPAN

This blog post describes a model that we found useful for talking about CPAN dependencies and reverse dependencies at the QA Hackathon. At the head of the river is Perl itself with the core modules. The river flows into the sea, which contains all distributions that aren't used by any other distribution. Other distributions sit somewhere along the river, their position determined by their reverse dependencies. This post introduces the core concepts, but nothing more.

france-geojson:
thumbnail

Contours des régions, départements, arrondissements, cantons et communes de France (métropole et départements d'outre-mer) au format GeoJSON

Enumerating all attributes of a Moo object
package Foo {
  use Moo;
  has a => (is => "ro");
  has b => (is => "ro");
}

my $bar = Foo->new(a => 42);

# Print only 'a'
say $_ for keys %{ $bar }

# Print all attributes
say $_ for keys( %{
   'Moo'->_constructor_maker_for('Foo')->all_attribute_specs
});
Draggable JS – JavaScript drag and drop library
thumbnail
https://metacpan.org/pod/Text::ANSITable
thumbnail
# don't forget this if you want to output utf8 characters
binmode(STDOUT, ":utf8");
muesli/duf: Disk Usage/Free Utility
thumbnail
How do I set the floating point precision in Perl? - Stack Overflow
thumbnail
Living With Psychosis | Kayode Lycaon
thumbnail
fsadm — utility to resize or check filesystem on a device

SYNOPSYS

fsadm [options] check device

fsadm [options] resize device [new_size]

DESCRIPTION

fsadm utility checks or resizes the filesystem on a device. It tries to use the same API for ext2, ext3, ext4, ReiserFS and XFS filesystem.

iso-3166-1-fr-FR représentation
thumbnail
ORCΛ

Orca is an esoteric programming language designed by @hundredrabbits to create procedural sequencers.

This playground lets you use Orca and its companion app Pilot directly in the browser and allows you to publish your creations by sharing their URL.

SortableJS

JavaScript library for reorderable drag-and-drop lists

dragula - Browser drag-and-drop so simple it hurts
thumbnail
Stow - GNU Project - Free Software Foundation
Text::ASCIITable - Create a nice formatted table using ASCII characters. - metacpan.org
thumbnail
# don't forget this if you want to output utf8 characters
binmode(STDOUT, ":utf8");
GitHub - cidrblock/drawthe.net: drawthe.net draws network diagrams dynamically from a text file describing the placement, layout and icons. Given a yaml file describing the hierarchy of the network and it's connections, a resulting diagram will be created.
thumbnail

Complex network diagrams typically involve specific place of icons, connections and labels using a tool like Visio or OmniGraffle using a mouse and constantly zooming in and out for single pixel placement. The goal behind drawthe.net, was to be able to describe the digram in a text file and have it rendered in SVG in the browser.

I simply wanted to be able to draw network diagrams as fast as it could be done on a dry-erase board without using a mouse.