/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.spinellis.gr
| | arcan-fe.com
6.9 parsecs away

Travel
| | This post is about experimentingwith imitatingand extendingthe window management concepts from the venerablePlan9, Rio. The backstory and motivation is simply that I've had the need for asmaller and more'hackable' base than the feature-heavyDurdenenvironment for a while, and this seemed like a very nice fit. For the TL;DR - here's a video of a version with...
| | sanctum.geek.nz
3.7 parsecs away

Travel
| | [AI summary] The article provides comprehensive guidance on various aspects of shell scripting and system administration. It covers best practices for using cron jobs, managing shell configuration files, customizing the shell prompt, and handling command exit statuses effectively. Key points include setting up cron tasks, organizing shell configuration with .d directories, trimming directory paths in prompts, and improving script readability by avoiding the use of $? directly.
| | simpleprogrammer.com
3.6 parsecs away

Travel
| | What Languages to Learn, How to Structure Code, Algorithms & Data Structures, Methodologies, Source Control, Object Oriented Design, Frameworks or Stack ...
| | 128bit.io
22.5 parsecs away

Travel
| Over the past couple months, I've been working on fine tuning my Python skills, part of this has been taking tutorials online along with building some applications. One of the things I've been wanting to document, mostly for myself, is setting up a new environment for developing with Python. I'm using macOS Sierra right now, it seems that most operating systems still comes with version 2.x of Python. It's always a good idea to be able to control the version of Python you are using.