Tullio Facchinetti
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • ATOM Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Display

Filter untagged links
page 2 / 37
734 results tagged article  ✕
DeepDream: How Alexander Mordvintsev Excavated the Computer’s Hidden Layers | The MIT Press Reader https://thereader.mitpress.mit.edu/deepdream-how-alexander-mordvintsev-excavated-the-computers-hidden-layers/
Mon 03 Aug 2020 10:10:41 PM CEST
QRCode

A Google researcher looks into the mind of a computer.

article deep_learning research tech
Tiemoko Ballo https://tiemoko.com/blog/blue-team-rust/
Sun 02 Aug 2020 11:44:55 AM CEST
QRCode
article programming rust
23 Best Free Linux Window Managers https://www.linuxlinks.com/windowmanagers/
Sat 01 Aug 2020 10:14:57 PM CEST
QRCode

A window manager manages the windows that applications bring up. We recommend the best c.ompositing, stacking, tiling, and dynamic window managers.

article collection linux opensource software window_manager
Conventions for Command Line Options https://nullprogram.com/blog/2020/08/01/
Sat 01 Aug 2020 06:46:37 PM CEST
QRCode
article command_line guidelines software
A Detailed tmux Walkthrough to Boost Your Productivity https://thevaluable.dev/tmux-boost-productivity-terminal/
Tue 28 Jul 2020 09:53:45 PM CEST
QRCode

One of the main tool I use daily for any project is the fantastic tmux. It will change your terminal experience. What it is? How does it work? How to configure it?

article linux terminal tips tmux
We’re Treating Self-Improvement Like a Software Upgrade https://medium.com/team-human/were-treating-self-improvement-like-a-software-upgrade-b25a8e3a80c6
Fri 24 Jul 2020 04:31:33 PM CEST
QRCode

Your value is not about utility.

article society tech
To Get More Replies, Say Less https://www.gkogan.co/blog/increase-reply-rates/
Fri 24 Jul 2020 04:22:17 PM CEST
QRCode

This is a story of how a software company was able to start a conversation with 8x more of their users by cutting the length of their emails by 90%. You could set up a test of this method in less than an hour.

article communication email guidelines story
The Ultimate Guide on How to Secure WordPress https://anto.online/guides/how-to-secure-wordpress/
Fri 24 Jul 2020 04:13:56 PM CEST
QRCode

So you want to learn how to secure WordPress. Congratulations! You are in good company and this post will show you all the right steps!

article guidelines security web
How and why I (attempt to) use Links as main browser https://dataswamp.org/~lich/musings/links-browser.html
Thu 23 Jul 2020 02:06:56 PM CEST
QRCode
#cli-app article email story
The 100 Greatest Movie Characters https://www.empireonline.com/movies/features/100-greatest-movie-characters/
Wed 22 Jul 2020 08:42:40 AM CEST
QRCode

Empire lists the 100 greatest film characters as voted by the readers. From Die Hard to Harry Potter, we bring you the people you love.

article collection list movie ranking
Analyzing systemd calendar and timespans https://opensource.com/article/20/7/systemd-calendar-timespans
Mon 20 Jul 2020 04:15:05 PM CEST
QRCode

In my previous seven articles in this series about systemd, and especially in the most recent article, time and date have come up in multiple contexts. systemd uses calendar time, specifying one or more moments in time to trigger events (such as a backup program), as well as timestamped entries in the journal. It can also use timespans, which define the amount of time between two events but are not directly tied to specific calendar times.

article calendar linux software sysadmin
Does playing chess make you smarter? A look at the evidence https://theconversation.com/does-playing-chess-make-you-smarter-a-look-at-the-evidence-76062
Sun 19 Jul 2020 08:06:06 PM CEST
QRCode

The truth about chess playing and intelligence.

article chess psychology society
Data Structures & Algorithms I Actually Used Working at Tech Companies https://blog.pragmaticengineer.com/data-structures-and-algorithms-i-actually-used-day-to-day/
Sun 19 Jul 2020 02:01:09 PM CEST
QRCode

Do you actually use algorithms and data structures on your day to day job? I've noticed a growing trend of people assuming algorithms are pointless questions that are asked by tech companies purely as an arbitrary measure. I hear more people complain about how all of this is a purely academic exercise. This notion was definitely popularized after Max Howell, the author of Homebrew, posted his Google interview experience:

Google: 90% of our engineers use the software you wrote (Homebrew), but you can’t invert a binary tree on a whiteboard so fuck off.

algorithm article programming story
Tauon - An amazing music player for Linux https://linuxh2o.com/tauon-an-amazing-music-player-for-linux/
Sun 19 Jul 2020 01:53:39 PM CEST
QRCode

A complete guide about Tauon amazing music player for Linux. We wiil go through its features and learn how to install it in Linux distros

article linux music player software
Introducing Teleport 4.3 - Modern Replacement for OpenSSH https://gravitational.com/blog/introducing-teleport-4-point-3-modern-replacement-for-openssh/
Fri 10 Jul 2020 09:16:24 AM CEST
QRCode

We’re excited to announce the release of Teleport 4.3 - new UI, API driven, expanded audit capabilities, and still open source.

article networking security software ssh
6 best practices for managing Git repos https://opensource.com/article/20/7/git-repos-best-practices
Fri 03 Jul 2020 11:02:38 PM CEST
QRCode

Having access to source code makes it possible to analyze the security and safety of applications. But if nobody actually looks at the code, the issues won’t get caught, and even when people are actively looking at code, there’s usually quite a lot to look at. Fortunately, GitHub has an active security team, and recently, they revealed a Trojan that had been committed into several Git repositories, having snuck past even the repo owners.

article best_practice git guidelines
qrcp - Transfer Files Between Desktop And Mobile Devices Over Wi-Fi By Scanning A QR Code https://www.linuxuprising.com/2020/07/qrcp-transfer-files-between-desktop-and.html
Fri 03 Jul 2020 10:48:56 PM CEST
QRCode

qrcp is a command line tool to transfer files from a desktop to a mobile device (and the other way around) over Wi-Fi, by scanning a QR code. It's available for Microsoft Windows, macOS and Linux.

#cli-app article file_transfer qrcode software
How Did Vim Become So Popular https://pragmaticpineapple.com/how-did-vim-become-so-popular/
Wed 01 Jul 2020 06:59:18 PM CEST
QRCode

Short walk through Vim's origins and why is Vim so popular today.

article editor story vim
entr - rerun your build when files change https://jvns.ca/blog/2020/06/28/entr/
Wed 01 Jul 2020 06:46:49 PM CEST
QRCode

This is going to be a pretty quick post – I found out about entr relatively recently and I felt like WHY DID NOBODY TELL ME ABOUT THIS BEFORE?!?! So I’m telling you about it in case you’re in the same boat as I was.
There’s a great explanation of the tool with lots of examples on entr’s website.
The summary is in the headline: entr is a command line tool that lets you run a arbitrary command every time you change any of a set of specified files.

#cli-app article opensource software
Stupid Bash tricks: History, reusing arguments, files and directories, functions, and more https://www.redhat.com/sysadmin/stupid-bash-tricks
Wed 01 Jul 2020 06:44:33 PM CEST
QRCode

Here are five great tips and tricks for the Bash shell that you can use at your Linux terminal today.

article bash linux shell tips
page 2 / 37
3660 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn