• 15 Posts
  • 52 Comments
Joined 2 years ago
cake
Cake day: June 23rd, 2023

help-circle


  • Darktable is basically the only software I use so I can’t really compare… it definitely does have a learning curve and it’s quite technical (designed for nerds, by nerds), but (being a nerd myself) I find it rather natural to use.

    In a sense darktable is more a collection of modules bound together in a framework than a monolithic/cohesive software. On one hand, this means you have to learn each module separately; on the other, it also means you can ignore most of the modules and only look at the handful you’ll actually use.

    Definitely do watch some tutorial to get started with darktable (if only, to understand the general workflow which modules you want to use).





  • messed up the colours in the process

    To me it looks like you may have applied some “vintage film” style, and that it doesn’t go too well with a photo that is mostly shades of brown.

    Brown is really dark, unsaturated orange and we perceive it as a separate color mostly based on what other colors are near it, so it’s not easy to work with in a photo where there aren’t many non-brown elements.

    Also, I am personally quite fed up with the (excessive and ubiquitous) “vintage film” photos… I think that’s not the issue with this photo, but, still, it’s a bias of mine so that might be part of it.

    I am slightly colour blind

    Even mild color blindness must be a real hassle for photography (well… for post-processing, mostly). I wish I had some suggestion to work around that, but I really can’t imagine how it must be.

    Anyway, don’t let that slow you down! Color shenanigans are really only a tiny part of photography, and (I must say!) they are often the most tacky part. There are lots of greatly influential photographers that even chose to ditch colors altogether and shoot in black&white.


  • Nice one!

    IMHO you might have gone a bit too far with the post-processing (or camera settings, if it’s a jpeg): to me there’s too high contrast, too much red, and the exposure doesn’t agree with the apparent lighting conditions (it seems like it’s been shot in broad daylight but it also seems underxposed).

    Do borrow your dad’s camera more often! :)


  • You got some great answers already :)

    Let me just add that, in general, it’s expected to have executable files inside your home directory.

    For example, ~/.local/bin is intended for user executables and usually added to the $PATH, and a lot of package managers (such as cargo, go, pip,…) will install applications under ~ (Steam also does that).




  • Basically, the only way is to disconnect the TV and use it as a dumb screen. Lineageos supports a few set top boxes (see here).

    I heard (take it as hearsay) that some smart TV periodically capture screenshots of what’s on screen and upload it, so it actually disconnecting the tv from the network could (again, hearsay) make a real difference.







  • Follow me for a second:

    Why do you have a Unihertz phone? Because you value small phones
    What other phone will you buy after this one? Another Unihertz, because you value small phones
    What will happen if Unihertz starts supporting Lineage? You will keep your current phone
    Why would Unihertz put effort into that?

    Yours is a noble campaign and I wish you all the luck.

    That said, I must admit I myself would have been using Jellies exclusively since long ago if they were supported in Lineage.

    btw: it’s a shame the community has no way to pay Lineage towards supporting specific phone models (yeah, I guess I could search for like-minded people and arrange a deal directly with one or more developers, but that would be a too much extra hassle).





  • gomp@lemmy.mltoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    17
    arrow-down
    1
    ·
    edit-2
    6 months ago

    Ommigod, these kids :)

    SVG comes XML (a more coherent/simple version of the SGML that is behind HTML), and specifically from a time where people took XML and made it hyper-complicated with a flurry of extensions and specifications (look up “xml namespaces” “xslt” “xml schema”).

    The most apparent difference between SGML and XML is than in the former you write tags like <br> without a corresponding </br>, and in the latter you have to close them like <br/> (which is shorthand for <br></br>).

    So… today you learned that what you learned earlier today was close to truth, but not true :)

    PS: A lot of document formats are undercover/zipped XML (eg. the libre office documents, IIRC microsoft’s .xlsx and .docx). This is not dissimilar to how json/yaml are widely used today.