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 1 / 6
110 results tagged blog  ✕
How to manage passwords with pass https://gador.github.io/how-to-manage-passwords-with-pass.html
Wed 16 Sep 2020 09:37:07 PM CEST
QRCode

Well, if you found this page and are interessed in pass, you must already have your reasons to look into password managers. For me, it's a basic concept: Use password only once. Don't (ever) reuse passwords or passphrases for other services. If one service gets compromised, you won't automatically have to worry about your other services. This makes remembering passwords a bitch, especially if you don't iterate through numbers of your favorite, easy-to-guess, passwords. Speaking of which, yes, there are tools out there, that can generate very good dictionaries based on a bit of social engineering. So you really should use generated passwords.

article blog linux manager password software
Why I Use Suckless Tools - Christine Dodrill https://christine.website/blog/why-i-use-suckless-tools-2020-06-05
Sat 06 Jun 2020 09:38:32 PM CEST
QRCode
article blog post terminal utility
Ian McKellen | The Lord of the Rings | The Grey Book | Casting http://mckellen.com/cinema/lotr/990820.htm
Wed 15 Jan 2020 07:39:39 PM CET
QRCode

Journal entry from 20 August 1999, introducing his new blog about The Lord of the Rings.

blog fantasy movie post
Mia mamma usa Linux! http://www.miamammausalinux.org/
Wed 09 Oct 2019 09:05:10 AM CEST
QRCode

Perché niente è impossibile da capire… Se lo spieghi bene !

blog collection linux locale:it online
Chris Siebenmannm's blog https://utcc.utoronto.ca/~cks/space/blog/
Sun 07 Jul 2019 10:25:15 PM CEST
QRCode

Blog Chris Siebenmann is a Unix sysadmin who now works at the Department of Computer Science, University of Toronto.

blog linux programming
Speedy Desktop Apps With GTK and Rust | Nora Codes https://nora.codes/tutorial/speedy-desktop-apps-with-gtk-and-rust/
Sat 06 Jul 2019 08:03:54 PM CEST
QRCode

The web platform is the delivery mechanism of choice for a ton of software these days, either through the web browser itself or through Electron, but that doesn’t mean there isn’t a place for a good old fashioned straight-up desktop application in the picture.

Fortunately, it’s easier than ever to write a usable, pretty, and performant desktop app, using my language of choice (Rust) and the wildly successful cross-platform GUI framework GTK.

GUI prototyped using Glade.

article blog gtk gui programming rust
Building better software with better tools: sanitizers versus valgrind https://lemire.me/blog/2019/05/16/building-better-software-with-better-tools-sanitizers-versus-valgrind/
Sat 01 Jun 2019 12:43:37 AM CEST
QRCode

We often have to write code using  permissive programming languages like C and C++. They tend to generate hard-to-debug problems that can crash your applications. Thankfully, many compilers offer “sanitizers”. I discussed them in my post No more leaks with sanitize flags in gcc and clang. I strongly encourage the use of sanitizers as I think it is the modern way to write C and C++. When many people describe how impossibly difficult it is to build good software in C and C++, they often think about old-school bare metal C and C++ where the code do all sorts of mysterious things without any protection. Then they feel compelled to run their code in a debugger and to manually run through it. You should not write code this way! Get some tools! Sanitizers can catch undefined behaviour, memory leaks, buffer overflows, data races, and so forth.

article blog c post programming tools
Predicting Stack Overflow Tags with Google's Cloud AI - Stack Overflow Blog https://stackoverflow.blog/2019/05/06/predicting-stack-overflow-tags-with-googles-cloud-ai/
Sun 12 May 2019 09:50:05 PM CEST
QRCode

Check out a cool project that leverages Stack Overflow Data and Google's Cloud AI to predict what tags would work best on Stack Overflow questions.

ai article blog cloud
IETF | JMAP: A modern, open email protocol https://www.ietf.org/blog/jmap/
Tue 07 May 2019 10:32:34 PM CEST
QRCode
article blog email protocol tech
Playing with model trains and calling it graph theory https://11011110.github.io/blog/2019/05/02/playing-model-trains.html
Fri 03 May 2019 06:17:32 PM CEST
QRCode

You’ve probably played with model trains, for instance with something like the Brio set shown below.1 And if you’ve built a layout with a model train set, you may well have wondered: is it possible for my train to use all the parts of my track?

image

article blog graph math science
9 APIs for the geekiest of programmers | HPE https://www.hpe.com/us/en/insights/articles/9-apis-for-the-geekiest-1905.html
Wed 01 May 2019 10:23:27 PM CEST
QRCode

These APIs, from niche but useful to just plain fun, should make any software developer smile. @Enterprisenxt

api article blog list
NO, DIESEL IS NOT BETTER FOR THE ENVIRONMENT THAN ELECTRIC https://innovationorigins.com/no-diesel-is-not-better-for-the-environment-than-electric/
Wed 01 May 2019 11:36:49 AM CEST
QRCode

Rebuttal to the opinion of Christoph Buchal, Hans-Dieter Karl and Hans-Werner Sinn titled “Coal Engines, Wind Engines and Diesel Engines. What does the CO2 balance show?”

image

article automotive blog science tech
Paper folding theorem: required strip length for single-direction folding https://www.fxsolver.com/browse/formulas/Paper+folding+theorem+(required+strip+length+for+single-direction+folding)
Sat 27 Apr 2019 02:02:01 PM CEST
QRCode

Britney Crystal Gallivan (born 1985) of Pomona, California, is best known for determining the maximum number of times that paper or other materials can be folded in half.

image

article blog math science
From Imperative to Functional Programming: the Dijkstra algorithm https://blog.frankel.ch/imperative-functional-programming/4/
Sun 21 Apr 2019 10:46:28 PM CEST
QRCode

This is the 4th post in a series about migrating to functional programming. This week, I'll first implement the Dijkstra algorithm, then migrate the code to a more functional-friendly design. Dijkstra's algorithm allows to find the shortest path in any graph, weighted or not, directed or not. The only requirement is that weights must be positive.

algorithm article blog functional_programming kotlin
7 Essential Linux Apps for Guitarists - Make Tech Easier https://www.maketecheasier.com/5-essential-linux-apps-for-guitarists/
Thu 18 Apr 2019 09:19:24 PM CEST
QRCode

If you have a digital audio device that can connect your guitar to a PC, here is some software you can use to record, edit and process the signal.

image

article audio blog linux list opensource software
5 Command Line Tools to Break Your Dependence on the GUI https://www.putorius.net/5-cool-command-line-tools.html
Wed 17 Apr 2019 08:27:26 PM CEST
QRCode

Learn about 5 interesting Linux tools that will help break your dependence on the GUI and keep you productive on the command line.

article blog linux list
5 Command Line Tools to Break Your Dependence on the GUI https://www.putorius.net/5-cool-command-line-tools.html
Wed 17 Apr 2019 08:27:26 PM CEST
QRCode

If you are a Linux sysadmin, you tend to spend a lot of time on the command line. Over the years I have learned to do much of my work without ever touching the mouse. Also, if I open a browser it is just too easy to be distracted. Social media, news articles, and funny cat videos all are designed to suck you in, and it works. In this countdown we will explore 5 things you can do from the command line to keep you productive and break your dependence on the GUI.

  • Check the Weather on the Command Line
  • Do Calculations On The Command Line (calculator)
  • The Command Line Dictionary
  • Google Search From the Command Line
  • Spell Check on the Command Line
article blog command_line linux list tools
JSON as configuration files: please don’t https://arp242.net/weblog/json_as_configuration_files-_please_dont
Sun 14 Apr 2019 01:55:55 PM CEST
QRCode
article blog guidelines json online tech
Best Open Source Tools for Staying on Top of Projects https://www.linuxinsider.com/story/Best-Open-Source-Tools-for-Staying-on-Top-of-Projects-85932.html
Fri 05 Apr 2019 12:25:48 AM CEST
QRCode

The type of organizing tools you use to plan your projects can make your work routine more efficient and improve your productivity. A project management application is an essential tool in some business environments. This week's Linux Picks and Pans takes a deep dive into some of the best project management software solutions available for the Linux desktop.

blog linux list opensource project_management review software
Firefox Send, Providing Free File Transfers while Keeping your Personal Information Private https://blog.mozilla.org/blog/2019/03/12/introducing-firefox-send-providing-free-file-transfers-while-keeping-your-personal-information-private/
Fri 15 Mar 2019 10:02:03 PM CET
QRCode

Firefox Send, send.firefox.com, is a free encrypted file transfer service that allows users to safely and simply share files from any browser.

article blog file_transfer online tools
page 1 / 6
3672 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn