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

help-circle

  • I’ve been able to successfully degoogle, and recently came to terms that I need to deamazon too. It’s going to take quite a while. I’m a prime subscriber and use AWS.

    I’m looking into Barnes and Nobel for future book purchases. I recently did a larger purchase online directly from the vendor instead of purchasing through Amazon. I plan to do more of that.

    What’s been frustrating has been the small things. I needed a pill splitter, so I stopped at Walmart on the way home from work, dealt with some crowd and retraced my steps around the pharmacy a few times before I found it, then had to deal with self checkout. This would have been quicker and wasted less of my time to use Amazon. That’s going to be the hardest kind of benefit to give up.

    AWS I’ll probably start migrating this summer. I’m planning to switch to Backblaze for cloud storage. I still need to look into an alternative registrar, and ideally very cheap static web hosting. I also need to find providers that have good ansible support since I use that for all my local and remote configuration.

    It took years for me to get off Google. I worry it’s going to take even longer to give up Amazon, but yeah it’s time.


  • 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.


  • This feels a lot like the common “millennials can’t do X anymore” that we used to see all the time.

    I switched careers recently from software engineering to teaching. Young people are fine.

    Some things have changed. Those with no previous experience need a little help understanding file systems and moving files around, something they didn’t really have to do on iPads and Chromebooks.

    Besides that students pick things up quickly. Find it as interesting and exciting as we did and often impress me by using more advanced features than we discuss in class.

    Yes, they try to use AI. I usually explain to them that AI can likely do all their assignments in our classes not because AI is a good programmer but because these are introductory classes where the assignments are simple.

    So far AI still can’t produce a perfect assignment for the students. And an easy way to tell they’re using AI is to see if their code is formatted too well. Most beginners will screw up indention somewhere in their programs. So what do I do if they use AI and then ask me for help (because AI didn’t do exactly what they wanted)? I tell them to let AI fix it. They end up having to rewrite so much before I help them that asking AI isn’t worth it to begin with.

    Anyway, to summarize kids are still learning to code, still improving, and there’s going to be a lot of talented junior engineers graduating.


  • It was interesting reading your thoughts and all the different opinions in the comments. I enjoy firearms, and regularly go target shooting. I forget sometimes people don’t spend their time understanding firearms.

    Yes, you are correct, the purpose of a firearm is to kill. That’s why they’re referred to as lethal weapons, where the word lethal can be defined as deadly.

    It’s great you came to this conclusion on your own and it’s a great opportunity to explain some other aspects of firearms being lethal that folks often miss.

    Since firearms are lethal weapons they’re not appropriate to use when less than lethal force is desired. This is why for example police “don’t just shoot criminals in the leg.” Because if they’re successful the person can still bleed out and if they miss they could accidentally apply lethal force to a bystander or the person they’re not trying to kill.

    Another thing to understand is police should only have their weapon drawn if they fear for their lives or others. If the officer is following protocol, you shouldn’t see a firearm until the officer thinks lethal force is merited. Which is to say, if a cop pulls a gun, take it seriously.

    I have a permit to conceal carry where I live. The laws understand firearms are deadly, and legally I can’t use or even draw my firearm unless I think my life is threatened or that I might suffer great bodily harm, think knife attacks or broken bones.

    To add to that, because firearms are lethal, if someone flashes a gun in a threatening manner such as lifting up their shift to show the firearm in a holster during a heated argument, I could reasonably assume my life was in danger and legally respond with lethal force.

    These are just some examples, but yes, guns are 100% designed to take life. You should always think of a firearm as a lethal weapon especially in situations where they’re pointed towards you.




  • 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.




  • I hope there’s pushback on this. They mention prices can change as often as 10 seconds. Meaning you can add something to your cart and by the time you check out the price has gone up. That seems like false advertising. Will the store associates have a way to override the cost if we make a fuss and ask them to price match the items to the cost when we added them to our carts?

    It feels like this is another area where technology is advancing faster than our consumer protection laws. I suppose another thing to write your local representatives about. I’d hope legislation protecting a family grocery shopping would be an easy win for politicians and bipartisan.



  • To your point, when you look at both crypto and AI I see a common theme. They both need a lot of computation, call it super computing. Nvidia makes products that provide a lot of compute. Until Nvidia’s competitors catch up I think they’ll do fine as more applications that require a lot of computation are found.

    Basically, I think of Nvidia as a super computer company. When I think of them this way their position makes more sense.


  • I don’t think you really do anymore. I’d consider myself an experienced Linux user. I’ve been using it as a my desktop OS for over 20 years. I’ve also used Linux heavily through my career and am completely comfortable with the command line.

    With recent installs of Fedora the only thing I use the command line for is the initial setup of the multimedia codecs. After that I haven’t been required to touch it.

    I used to consider a terminal required to keep your desktop Linux system running. Now I look at is as an optional install for programmers.


  • That was a good read. I’d not really been sure of the differences between libadawaita and GTK were. It sounds like this frees up GTK to focus on being a cross platform GUI library, perhaps competing more directly with Qt. Meanwhile, libadawaita allows GNOME developers to keep leveraging GTK and tune it to their design guidelines.

    I’ve only seen positive things come out of recent GNOME apps, but I wonder if the downside of GTK no longer embedding GNOME’s design language would be apps choosing to use GTK directly instead of libadawaita for better cross platform support. Will we end up with a less cohesive GNOME environment in the future?