/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

arcan-fe.com
| | michaelneuper.com
3.8 parsecs away

Travel
| | Introduction If you're a Linux user, you're probably familiar with the concept of window managers and desktop environments. These programs are responsible for managing the appearance and functionality of your desktop, providing the tools and features that you need to interact with your operating system. But what's the difference between a window manager and a desktop environment? And why might someone want to turn a window manager into a desktop environment?
| | vsupalov.com
2.8 parsecs away

Travel
| | X11, Wayland and how they work.
| | unixdigest.com
3.5 parsecs away

Travel
| | [AI summary] This text provides an in-depth overview of Unix shells, covering their history, various types (like Bash, Zsh, Fish), and their features. It also discusses best practices for using and writing shell scripts, such as adhering to POSIX standards for compatibility and avoiding command auto-completion habits. The text concludes with recommendations on choosing the appropriate shell based on personal or system-specific needs.
| | blog.jooq.org
17.2 parsecs away

Travel
| With Java 8 being mainstream now, people start using Streams for everything, even in cases where that's a bit exaggerated (a.k.a. completely nuts, if you were expecting a hyperbole here). For instance, take mykong's article here, showing how to collect a Map's entry set stream into a list of keys and a list of values:...