• 3 Posts
  • 85 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle
  • Zak@lemmy.worldtoLinux@lemmy.mlLinux gave me a brand new laptop
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    5 days ago

    I’ve used Linux as my primary OS for many years, but I keep a copy of Windows on my current laptop for gaming. I know the gaming story on Linux is pretty good now, but having to hibernate and reboot is enough of a barrier to launching a game that it helps me stay more productive.

    At home, my laptop sits on a stand with great airflow, but when trying to play The Witcher 3 on a desk while traveling, it overheated and throttled to the point it wasn’t playable. On Linux, the thinkpad_acpi driver allows setting the fan level to “disengaged”, which sounds like “off” but actually means unregulated and results in a considerably higher speed and cooling performance than the usual maximum. Some research led to the conclusion that while manual fan control is possible with certain apps on Windows, there is no way to exceed the maximum automatic speed.

    It only took a couple minutes to set up Lutris and Proton to run the game, and as expected the mild abuse of my laptop’s fan does make it playable. What I didn’t expect is considerably faster load times, but I got those too.




  • Random unsolicited photography tip: your phone camera’s aspect ratio is 4:3. Setting it to something else crops the image, even if that something else is misleadingly called “full”.

    It looks like you had to back up to fit the whole poster in the frame, thereby including a bunch of carpet and ceiling. It would be easier to frame uncropped.


  • Kind of weird it wasn’t included for awhile.

    A long while starting with the Fenix rewrite in 2020. What’s bizarre is they took a very tightly controlled approach to rolling out extensions instead of developing in the open and giving users the option to choose for themselves whether to use less stable features or untested extensions.

    It was kind of bizarre; the attitude is more what I’d expect from Apple than an open source project. There was very little communication to the public about their reasoning, and what they did offer was pretty unsatisfying.







  • The behavior you’re describing does not sound like addiction. People with an addiction to a drug feel compelled to use the drug and become distressed if the drug is unavailable.

    This is also not binge drinking by any commonly-used definition. Two pints of beer a day is generally considered moderate drinking, and you’re not doing it every day, only when beer is on sale. Research does seem to be converging on drinking alcohol at all being bad for your health, however the effect size for occasional moderate drinking is small enough that it has been difficult to measure.

    What you are describing is impulsive behavior. When you see beer on sale, you can’t resist taking advantage of the offer. When you have beer, you drink it faster than you meant to. If you think about other areas of your life, can you find more examples where you struggle with impulse control?






  • There is no such thing as an unedited RAW file displayed on a screen. Editor/viewer software will do one of three things to render a RAW to the screen:

    1. It may have a very close approximation of the camera’s own jpeg profiles. Capture One does have this for Fuji.
    2. It may use an embedded jpeg preview from the RAW file. You’ll notice this if you zoom in or edit.
    3. It may apply its own default processing. This will look different from the camera’s jpeg.

  • Here it is as a style:

    <?xml version="1.0" encoding="UTF-8"?>
    <darktable_style version="1.0"><info><name>fine clarity</name><description></description></info><style><plugin><num>0</num><module>2</module><operation>atrous</operation><op_params>gz04eJxjZ4CAs2d87M6eOWM3a6akPZBtz8DQYE9r8cvrvtlVuDHb/9Lgtv9wkgcoDsFpaWxYMVCPHXZMKmiwBwBT6kSS</op_params><enabled>1</enabled><blendop_params>gz11eJxjYGBgYAZiCQYYOOHEgAYY0QVwggZ7CB6pfOqC/0AAogFn5h0D</blendop_params><blendop_version>13</blendop_version><multi_priority>0</multi_priority><multi_name>fine clarity</multi_name><multi_name_hand_edited>0</multi_name_hand_edited></plugin></style></darktable_style>
    

  • My default style (in pipeline order) is:

    • Contrast equalizer - my own “fine clarity” preset with luma turned down a little at the coarse end and up a little toward the fine end. I sometimes adjust the mix slider.
    • Color calibration - usually as shot.
    • Color balance RGB - some global saturation, with more in the shadows and less in the highlights. I occasionally adjust this.
    • Highlight reconstruction - I should revisit whether to include this by default.
    • Lens correction - on occasion, I turn off vignetting correction.
    • Exposure - I usually tweak this a bit.
    • Sigmoid - contrast 1.5 and 0 skew by default, which I often adjust.

    This will almost always produce an acceptable image without any manual intervention. I tend to tweak things, but I don’t usually need to. Optional extras I’ll add are:

    • Denoise (profiled) - if there’s noise I don’t like.
    • Tone equalizer - usually if I have to deal with an extreme amount of dynamic range.
    • Chromatic aberrations - necessary if I use a certain lens wide open in a contrasty scene.
    • Color zones - rarely, for more creative color edits.
    • Retouch - if there’s sensor dust or occasionally an unwanted object.
    • Filmic RGB instead of Sigmoid, if I’m not getting the results I want, especially in the highlights.

  • Zak@lemmy.worldtoSelfhosted@lemmy.worldlightweight blog ?
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 months ago

    Federation doesn’t inherently require large amounts of memory. Fundamentally, it’s a matter of selecting a list of unique servers (likely tens, maybe hundreds) from a larger set of followers (likely hundreds, maybe thousands) and sending an HTTP request to each when there’s a new post. There’s a speed/size tradeoff for how many to send in parallel, but it’s not a resource-intensive operation.

    Growth beyond a few tens of megabytes was a bug in Writefreely, which is a likely-suitable option several comments here recommended.


  • Zak@lemmy.worldtoSelfhosted@lemmy.worldlightweight blog ?
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 months ago

    I’d put it farther removed from the technical side than that; dreadbeef is thinking like a manager. OP might be better off paying a third party $3/month to handle the details and host a heavyweight, full-featured blog for them, but that’s not what they asked for.

    This is selfhosted, which I think implies a desire to self-host things even if it might seem a wiser use of resources to do something else.