Benutzer-Werkzeuge

Webseiten-Werkzeuge


software:start

Software

List of programs I use including short remarks explain interesting details or remarkable features.

Audio

  • foobar2000 (Windows)—best library manager, flexible tagger, including CD ripping.
  • beets (Linux)—from the makers: Beets is the media library management system for obsessive-compulsive music geeks. Guilty as charged. I'm no longer using it and back to foobar2000. A manually curated genre list suits me better than crowd-sourced spaghetti tags. Sigh.

Development

  • tmux (Linux)—terminal multiplexer. Basically a text-based window manager.
  • Windows Subsystem for Linux (Windows)—has replaced Cygwin for me. Native Linux CLI programs that integrate nicely (only gotcha: mixed CRLF/LF need attention if both Windows and Linux Git touch the same working copy) with the host system. Especially for ssh I no longer need PuTTy.
  • chezmoi (Linux)—configuration file management. Also known as „dotfiles“, this manages all files that I need identically on all my Linux environments, be it native Debian/Ubuntu or virtual (mostly WSL) distributions. Like with pass (see under Security), everything is managed as a simple Git repository, in which simple text or smarter template files are tracked. Upon request, these files are copied or interpreted as the target state for one's dotfiles (e.g. .bashrc or .ssh/config). Local changes can be imported or discarded, and after a git push can be shared across machines. Simple environment variables + template with logical conditions can be used to capture differences. For example, an if-clause can make some commands or host definitions only available on machines with the correct machine name, operating system or based on even more complex conditions.

Document processing

Graphics

  • Inkscape—2D vector graphics. Can import PDF pages for extracting individual elements. With help of a plugin, it can export to TikZ paths.
  • GIMP—2D image manipulation. Excellent pixel-based image editor with far more features than most demanding amateurs might need. I use it to prepare desktop wallpapers for my blog.
  • digiKam—photo management. After years of waiting, I finally get to replace the discontinued desktop version of Picasa, that used to be my go-to solution for years. But now that digiKam seems to have become quite mature, even in the Windows release, I have finally a cross-platform, open source home for my photo collection. Time to re-launch the offline face recognition feature and tag 'em faces!has again become my main photo management app.

Scientific

  • Bibliography management—BibTeX files are collected and managed through JabRef. For literature comparisons I create dedicated, hand-tailored spreadsheets for flexible sorting and filtering.
  • Mathematical modelling—GLPK and its MathProg language. Examples for energy system modelling: see MathProg online
  • Scientific Python stack—Python, NumPy, Pandas, Matplotlib and dozens of other packages combined allow to go far with few lines of code. Reference examples: urbs, a mathematical optimisation tool for future energy systems; rivus, a mathematical optimisation model for energy networks with emphasis on spatial aspects.

Text editing

  • Notepad++ (Windows)—my recommendation for those who do not require a good cross-platform text editor with good syntax highlighting for every language and comprehensive whitespace settings (tabs VS spaces, configurable for each language).
  • jEdit (Windows, Linux)—my personal pick. It covers the essential features of Notepad++ and comes with pretty handy default splitting (try <kbd>Ctrl</kbd>-<kbd>1</kbd> to <kbd>4</kbd>)
  • Vim—steep entry barrier, but then there is a steady, long learning curve ahead an virtually no cap on what can be accomplished with this beast of an editor. On Windows, I use it through WSL.

Security

  • Password Store—Cross-platform password manager that supports Git as its storage backend. Biggest drawback: repo history + filenames are unencrypted. Biggest advantage: dead simple (reference implementation is just a short, readable bash script), followed by the broad OS and device support (CLI-only in server settings up to GUIs for Windows, Linux, Mac OS, Android, iOS). I mainly use it in the terminal (WSL on Windows, native on Linux) with simple clipboard integration. pass git push and my passwords are stored on a server of my choice (and control).

Video

  • VLC—just works. Plays videos.
software/start.txt · Zuletzt geändert: 2022/11/03 09:45 von ojdo