• 0 Posts
  • 19 Comments
Joined 2 years ago
cake
Cake day: July 16th, 2023

help-circle

  • Psych. A cliche “murder mystery of the week” show has no business being as wholesome, kind, friendly, and upbeat as Psych. I realized a few years ago when I was going through some personal issues and had started rewatching Psych that it was helping me deal with the stress, and it wasn’t the first time I’ve done that with the show.

    Maybe a year ago I went to Psych’s first convention near Chicago. It was both surprising and reassuring to hear other fans go up to ask the actors questions and they all shared similar stories to me. People have used to show to help them briefly escape from challenging situations from dealing with the death of loved ones all the way to someone using it as background TV while trying to study in medical school.

    One of the few things I miss from Reddit is the active Psych subreddit over there.

    Also, the 80’s references are fantastic.


  • I bought a new 2024 vehicle last year with a manual transmission. This will be the last manual I ever own. I don’t expect them to be around by the next time I get a car.

    I’ve enjoyed driving stick since I was a teenager. It still makes my commute more enjoyable. A good rev matched downshift still makes me smile. I’m going to miss the experience when it finally comes to an end, but hopefully I can keep it up another 20 years.



  • I avoid getting political news from social media, including Lemmy. I don’t subscribe to any political communities. Once in a while I’ll scroll through all active posts to find new communities. But when I do that I know I’m going to run into political stuff and skip over it.

    While most of the political posts on both Reddit and Lemmy lean the same way politically as I do, they can often be sensationalized so I have a general distrust of those stories. If something does happen to grab my attention I try to look it up from a reputable news source.

    I use Apple News to track current events. I even pay out money for their “News+”. It aggregates many news sources. I can block sources I don’t want to see, and more importantly I can add a list of favorites news sources for quick viewing and to encourage those sources to take priority in my feed. As for my sources I try to pick the most boring and bland news organizations available. Think PBS, NPR, Reuters, etc.

    Nothings perfect but this has been working for me for over a year now. I feel reasonably well informed without a lot of the drama.

    Apple News isn’t perfect. I still get pushed a lot of celebrity gossip news no matter how many times I click “suggest less”.


  • I do this with my home network using FastMail. You can create App specific passwords for each service you add email notification support for. This means you don’t risk compromising your full accounts passwords. You can also put constraints on each app password, such as limiting it only to sending emails but not reading email or looking at your contacts and files. This is nice in case any of my passwords are leaked.


  • My ask here is for System76 to use a popular and shared tool by many Linux distributions to do firmware updates (fwupd) instead of rolling their own solution only installed by default on PopOS.

    I’m not sure if a Dell still offers Linux support out of the box, but you can still easily install firmware updates on multiple Linux distributions using fwupd.


  • I’m going to piggyback off your comment to take a moment to complain about System76 computers, which I own and enjoy. That being said I wanted to run Fedora instead of PopOS.

    It’s super frustrating to me that many of my old computers could automatically do firmware updates using fwupd, but to update System76 laptops I have to install from a copr repo their system firmware update service.

    The funny thing is they do appear to support fwupd, I assume they just aren’t maintaining it.

    A Linux laptop for Linux people, but they’ve managed to set it up where you don’t get the best experience unless you’re running PopOS. It’s little frustrations like this that make me want to go back to a Del laptop for my next computer.





  • Email, as a suite of protocols, was designed long before we thought deeply about encryption. In 2025, you can count on email encryption in transit and encryption at rest from providers, although try to verify it. E2EE like Proton and Tuta offer is severely limited. I was recently looking up if Proton and Tuta were even compatible with each other in terms of PGP encryption. I could find no confirmation that they are.

    If you use Proton and you email another Proton user it’ll be encrypted with PGP. Otherwise your email is sent unencrypted, and email you receive is unencrypted, then Proton stores it on their server encrypted. All of this paragraph applies to Tuta as well.

    You can get most of the same benefits from other providers by downloading your email locally and deleting off the mail servers. The benefit of regular email servers is open standards and compatibility with your preferred mail and calendar applications.

    I use Fastmail and love it. I know many people mention using burner addressed with a custom domain, but I prefer generating a burner email with a FastMail domain for signing up to websites. Using my own domain would make it easier to identify me.


  • I use FastMail as well. I actually went from FastMail to Proton, and then back to FastMail.

    I configure a lot of my home networking equipment and servers to send me emails for things like installing software updates, reboots, and any possible security issues. I couldn’t make that work with Proton not supporting any standard mail protocols (I know about Bridge, but it requires a GUI, and I didn’t want to use a third party program).


  • dkc@lemmy.worldtoPrivacy@lemmy.mlApple TV Privacy over Roku?
    link
    fedilink
    English
    arrow-up
    5
    ·
    2 months ago

    I used to have a Shield. I donated it to GoodWill when Nvidia updated their UI to start showing ads on the Home Screen. I switched to Apple TV and not only does it not force me to watch ads, it’s actually just been a better overall. I haven’t had a single issue streaming anything from Plex to my Apple TV, where sometimes the Shield would struggle with high fidelity audio tracks.



  • dkc@lemmy.worldtoLinux@lemmy.mlA noticeable difference in kernels?
    link
    fedilink
    English
    arrow-up
    14
    ·
    edit-2
    2 months ago

    From what I recall the completely fair scheduler (CFS) used by default on most Linux systems has a lower average latency than the RT kernel. The RT kernel just gives you more consistency, hence the CFS having lower latency “on average”

    So honestly for opening Firefox it’ll probably depends more on your SSD data rate, but in theory it’ll open faster on a “regular” distribution most of the time.

    Real time is good for things like audio processing where having better guarantees that a process will get its share of the CPU is a benefit.


  • Hey man, I don’t want to discourage you, but this is one of those things where if you have to ask how to do something you’re probably not experienced enough to do it. That being said, as a learning opportunity even if you don’t make it far you’ll still learn a lot about how GPUs work.

    I’d start by looking at any existing drivers you can find and see if you can document or find documentation for the commands fed to the GPU. From there you can look at the Mesa project for examples of converting Vulkan to instructions for specific processors and see if you can get it to all fit together for your project.