Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

14 total results found

Photo editing with darktable

All about editing photos with the open-source photography software darktable.

Photography resources

Articles, videos, and other resources on photography.

Linux Resources

LaTeX

Compiled LaTeX tips & tricks, snippets, etc.

An end-to-end workflow

Photo editing with darktable

darktable is a powerful open-source software for photo editing. At its core, it consists of a series of "modules" that can be individually turned on or off for a given picture and provide different editing capabilities. However, different modules sometimes ove...

Working with masks

Photo editing with darktable

Masks are possibly the most powerful feature in darktable. They allow you to restrict any module (well, almost any) to apply only to certain parts of an image. Combined with the fact that you can have an arbitrary number of instances for each module, this open...

Videos that stood out to me

Photography resources

I'm watching a lot of photography videos on YouTube these days, but only occasionally do I come across a video that I find so useful, I want to save it for later. Here's an overview of these, roughly grouped by categories. Technical Aspects How to choose you...

Great YouTube Channels

Photography resources

Just a small, personal selection of channels that I watch most frequently. English James PopsysAwesomely nerdy English landscape photographer. Shoots Panasonic. Sean TuckerIncredibly well-produced, cinematic videos that often mix photography and philosophy....

Fujifilm

Photography resources

Articles and resources specific to Fuji cameras. FujiLove Magazine Film Recipes Fujifilm cameras come with different film simulations built in. They only affect the JPEG files saved in-camera, not RAW files, but can often give great and moody looks without ...

Articles and books

Photography resources

Cameras and Lenses (Bartosz Ciechanowski)Amazingly detailed blog post with tons of interactive examples teaching how cameras and lenses actually work from a physical perspective.

External resources

Photo editing with darktable

The official darktable website does an amazing job already of listing additional resources about it, so I'm only putting a short overview here of resources that particularly stood out to me. Bruce Williams' YouTube channelHas lots of very in-depth videos abou...

Command-Line Tools to Complement Your Brain

Linux Resources

This page is about command-line tools that can retrieve or store information, in a way that's handier and faster than switching to Google. tldr Website: https://tldr.sh/ Use in the browser: https://tldr.ostera.io/ Install via: npm install -g tldr If you c...

Fonts

Linux Resources

A selection of beautiful fonts for various purposes. Sans serif Infini Serif Crimson Pro Compilada Rasa Fonts that look very soft and fuzzy, like old prints: Anaktoria Averia Serif Libre (only basic ASCII characters) EB Garamond Old Cupboard Monosp...

CLI Functions/Aliases

Linux Resources

sus(){ sort | uniq -c | sort -n $@; }