Sylvain Leroux / Yes, I Know IT ! (@sylvainknowsit) 's Twitter Profile
Sylvain Leroux / Yes, I Know IT !

@sylvainknowsit

Sylvain Leroux. Engineer by Passion, Teacher by Vocation. My goals : to share my enthusiasm for what I teach

ID: 786673326559203328

linkhttps://www.yesik.it calendar_today13-10-2016 21:01:51

8,8K Tweet

479 Takipçi

136 Takip Edilen

Sylvain Leroux / Yes, I Know IT ! (@sylvainknowsit) 's Twitter Profile Photo

In Bash `~sylvain` is expanded to the home directory of the user whose login is 'sylvain' I don't know if this works with other usernames though... ;) #Bash #Shell

Sylvain Leroux / Yes, I Know IT ! (@sylvainknowsit) 's Twitter Profile Photo

With `collectl`, you have `top`, `free`, `htop` and even more all packed in a single tool. maketecheasier.com/collectl-advan… #collectl #system #monitoring #linux

Sylvain Leroux / Yes, I Know IT ! (@sylvainknowsit) 's Twitter Profile Photo

Nice illustration of several random shuffle algorithms, including Fisher–Yates Shuffle: bost.ocks.org/mike/shuffle/ by Mike Bostock (Mike Bostock) #Random #Shuffle #JavaScript #Array

Nice illustration of several random shuffle algorithms, including Fisher–Yates Shuffle:
bost.ocks.org/mike/shuffle/
by Mike Bostock (<a href="/mbostock/">Mike Bostock</a>)

#Random #Shuffle #JavaScript #Array
Sylvain Leroux / Yes, I Know IT ! (@sylvainknowsit) 's Twitter Profile Photo

Does the opensource adoption in public services have evolved since I published that? itsfoss.com/open-source-ad… … #FOSS #OpenData #eGovernment #PublicAdministrations #EU #Europe #YesIKnowIT

Sylvain Leroux / Yes, I Know IT ! (@sylvainknowsit) 's Twitter Profile Photo

Display all user accounts separated by a colon in one very long line cut -d: -f1 /etc/passwd | paste -s -d: #Paste #Cut #Linux #Unix #POSIX #Utility

Sylvain Leroux / Yes, I Know IT ! (@sylvainknowsit) 's Twitter Profile Photo

Too often, updating a device firmware means booting on FreeDos to run a proprietary utility. But LVFS might put an end to that legacy practice in a near future. opensource.com/article/17/11/… #LVFS #Device #Open #Firmware

Sylvain Leroux / Yes, I Know IT ! (@sylvainknowsit) 's Twitter Profile Photo

The Executable and Linkable Format (ELF), is a standard file format for executable files used on many Unix-like x86 operating systems. Part.2 blog.k3170makan.com/2018/09/introd… by Keith Makan (I write about security stuff) #elf #linux

Sylvain Leroux / Yes, I Know IT ! (@sylvainknowsit) 's Twitter Profile Photo

When you have to fight against tab completion trying to be smart: touch a.zap unzip a<tab> #nothing \unzip a<tab> #completed unzip a<esc>/<esc>/ #completed #CLI #Shell #Bash #History #TabCompletion #YesIKnowIT

Sylvain Leroux / Yes, I Know IT ! (@sylvainknowsit) 's Twitter Profile Photo

Save time with Awk... ...and give your spreadsheet some vacations after having read that great article by the Free Software Magazine. freesoftwaremagazine.com/articles/save_…

Sylvain Leroux / Yes, I Know IT ! (@sylvainknowsit) 's Twitter Profile Photo

`make` is really a mythical tool in the Unix toolchest. pkgw.github.io/make_for_scien… Many times criticized. Feared. Improved or imitated. But still alive.

Sylvain Leroux / Yes, I Know IT ! (@sylvainknowsit) 's Twitter Profile Photo

vlc -Idummy -Vcaca "Star Wars: Episode IV - A New Hope (1977).mkv" Play #StarWars as it was originally intended by George W Lucas back in the 70s #VLC #AsciiArt #Linux #CommandLine

vlc -Idummy -Vcaca "Star Wars: Episode IV - A New Hope (1977).mkv"

Play #StarWars as it was originally intended by <a href="/GeorgeLucasILM/">George W Lucas</a> back in the 70s

#VLC #AsciiArt #Linux #CommandLine
Sylvain Leroux / Yes, I Know IT ! (@sylvainknowsit) 's Twitter Profile Photo

From a POSIX shell `$OLDPWD` holds the name of the previous working directory: cd /tmp echo You are here: $PWD echo You were here: $OLDPWD cd $OLDPWD #Unix #Linux #Shell #cd

Sylvain Leroux / Yes, I Know IT ! (@sylvainknowsit) 's Twitter Profile Photo

In JavaScript the "empty" regular expression literal is written `/(?:)/` since the parser would erroneously take `//` as the start of a single-line comment ecma-international.org/ecma-262/5.1/#… #JavaScript #ECMA #Empty #RegExp

LaurieWired (@lauriewired) 's Twitter Profile Photo

This text is the entire first chapter of Alice's Adventures in Wonderland, compressed down to 8% of it's original size. Zip, brotli, and other compression algorithms top out at about 35-50%. How? By assuming that (large) LLM's likely have many popular works encoded somewhere

This text is the entire first chapter of Alice's Adventures in Wonderland, compressed down to 8% of it's original size.

Zip, brotli, and other compression algorithms top out at about 35-50%.

How?

By assuming that (large) LLM's likely have many popular works encoded somewhere