• 1 Post
  • 44 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle

  • Gerowen@lemmy.worldtoLemmy Shitpost@lemmy.worldRock Eagle Flag
    link
    fedilink
    English
    arrow-up
    8
    ·
    edit-2
    21 hours ago

    They are regulated, but there’s a lot of breakdowns in the system. People passing background checks who shouldn’t, prior offenders passing background checks because local cops didn’t report them to the feds, etc. The DC Navy Yard shooter years back literally had fired a weapon into his neighbor’s apartment before and still passed a background check to buy the weapons he committed the shooting with. I also think if you’re a parent and you leave your weapon accessible by your children, and they go shoot up their school, you should be held at least partially liable. As somebody who is former military, the civilian population gets away with a hell of a lot with regards to firearms. No federally mandated training standards, concealed carry licenses are haphazard and go state by state, and not all states recognize other states’ permits, no federally mandated storage requirements, etc. When I was in the military, if I wanted to go target practice on base with my personal weapons I had to register them with the provost marshal on base, keep the weapons and ammo separate in locked boxes out of my reach while driving to the range, etc. And if one weapon went missing the entire base was locked down; gates closed and nobody in or out until it was located. Civilians get by with way too much.

    I think a lot of our problem is loose or missing standards at the federal level, which leaves each individual state to kind of make things up as they go along and not communicate properly with feds when things go wrong.








  • Proton is just Wine from Valve. They add their own fixes and patches and whatnot and have an “experimental” branch you can try with games that don’t work right away, but it’s just Wine. Everything Valve does to Proton eventually makes it way back upstream to Wine proper. One reason Valve may not make it available for MacOS themselves is because they’re basing their SteamOS on Linux, and while MacOS and Linux are both Unix “like”, MacOS was/is more based on BSD, so the system calls may not always line up or work exactly the same when translating them. I do think however that Proton, or a modified version of it at least, is what Apple’s game development kit thingy leverages.


  • After Steam officially released its native Linux client I played Half Life 1, 2 and “Brutal Legend” because they all had native Linux ports before proton was a thing. Before that I remember playing games like Sauerbraten (quake like fps), Battle for Wesnoth (my wife and I still play this together), Frozen Bubble, LBreakout2 and several other Linux native games.








  • For most of my shopping, which takes place at our local Walmart (I live in the US), I actually really like using the self-checkout. Now when we make a big grocery run, having a person there makes things easier because they can scan and bag, I can unload things onto the belt and my wife can pull bags off the little turnstile thing and put them back in our cart, but most of the time I’m just running in to grab a handful of items so when I leave I can just walk up to the kiosk, scan my stuff, scan the QR code with the Walmart app on my phone and walk out the door. It’ll auto pay with the privacy card I attached to my Walmart account and give me a digital receipt to show if somebody wants to see it at the door. They even have a thing now where you can pay a monthly subscription for “Walmart+” where you can scan and pay for your items as you shop.



  • Google may not be showing an “AI” tagged answer, but they’re using AI to automatically generate web pages with information collated from outside sources to keep you on Google instead of citing and directing you to the actual sources of the information they’re using.

    Here’s an example. I’m on a laptop with a 1080p screen. I went to Google (which I basically never use, so it shouldn’t be biased for or against me) and did a search for “best game of 2023”. I got no actual results in the entire first screen. Instead, their AI or other machine learning algorithms collated information from other people and built a little chart for me right there on the search page and stuck some YouTube (also Google) links below that, so if you want to read an article you have to scroll down past all the Google generated fluff.

    I performed the exact same search with DuckDuckGo, and here’s what I got.

    And that’s not to mention all the “news” sites that have straight up fired their human writers and replaced them with AI whose sole job is to just generate word salads on the fly to keep people engaged and scrolling past ads, accuracy be damned.


  • I’m on my laptop so I thought I would elaborate on my first comment to give you things to watch out for if/when you update. I’ve been hosting mine with the zip file manually installed with my own Apache/PHP/MySQL/MariaDB setup for ages now without issue. It’s been rock solid except for, like I said, the occasional changes required to take advantage of new features such as adding new indices to the database or installing an additional php addon. Here’s the things that I noticed with updating to 28.

    • The 3 dot/ellipses menu was missing in the web interface and was replaced with dedicated buttons for “Download”, “Add to Favorites” and “Delete”. Shift clicking was also broken. This meant that when I, for example, take a lot of photos for a holiday, I can’t use the web interface to select a large range of multiple files and then move them all from “InstantUpload” into a more permanent album. I either had to use the mobile app, or do them one at a time. The ellipses menu, along with the options to bulk “move/copy” have been added back since then with the *.1 update, but shift clicking in the web interface to select a range of files is still broken.
    • The “Retention” app, which is listed as a “Featured” app doesn’t function any more. I used it to automatically delete backups of my Signal messenger, files in the “InstantUpload” folder that were over a year old, etc. You can enable it, but it doesn’t actually work and just throws errors in the log file, which is now reported in the “Overview” portion of the “Administration” page with a note of “X number of errors since somedate”, and prevents you getting the green checkmark. It’s probably safe to assume that other apps will also have issues because I had half a dozen get automatically disabled with the update.
    • Occasionally when I use the web interface to move or copy a file, I’ll get an error message that the operation failed. Sometimes this is true, sometimes it’s not and the operation actually succeeded. If it ends up being true and the move did actually fail, doing it again results in a successful move.

    It seems like they’ve made some substantial under-the-hood changes to the user interface that shouldn’t have been shipped to the “stable” channel. It’s not completely broken, it “is” usable, especially after they restored my bulk move/copy button, but I still can’t use the Retention app, at least last time I looked, so I’ve literally got daily cron scripts to check those folders for old files and delete them, then trigger an occ files:scan of the affected directories to keep the Nextcloud database in sync with the changes. This however, bypasses the built-in trash bin so I can’t recover the files in the event of an issue. I actually considered rolling back to 27 for a bit, but decided against it, so if I were you, I would stick with 27 for a while and keep an ear to the ground regarding any issues people are having that are or aren’t getting fixed in 28.