• 0 Posts
  • 16 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle
  • I don’t understand how people do things like shopping on their phone. I mean if you’re only buying one or two items, sure, but if you’re doing grocery pickup at Walmart or something how do you even function on a screen that small? You can’t do any kind of comparison without flipping back and forth between multiple tabs.

    Mobile is fine for reading articles, instant messaging, etc., but there are a lot of things that are absolutely better on a laptop.






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



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


  • I’ve hosted mine for years on my own bare metal Debian/Apache install and 28 is the first update that has been a major pain. I’ve had the occasional need to install a new package to enable a new feature, or needed to add new/missing indices to the database, but the web interface literally tells you how to do those things, so they’re not hard.

    28 though broke several of the “featured” apps that I use regularly, like “Retention”. It also introduced some questionable UI changes that they had to fix with the recent .1 update. I’ll get occasional errors when trying to move or delete files in the web interface and everything. 28 really feels like beta software, even though we’re a point release in and I got it from the “stable” update channel.




  • I think a big part of it, here in the US, is besides all the post WW2 sentiment, a lot of folks here in the bible belt literally think they are God’s chosen people, and so whatever they do is right by God, no matter how terrible. I recently showed up for jury duty and was speaking to a lady there about her son who had joined the Marine Corps. and thought he might get deployed, and she said, I shit you not, “At least he’ll be fighting for God’s people”.

    I’ve seen antisemitism. I’ve been in online communities that slowly devolved into rat caricatures and conspiracy theories about how Jews are out to destroy the world. So I know that modern antisemitism persists and is a thing to watch out for. But it’s not antisemitic to admit that Zionist Israel is butchering innocent people because they want to claim all of Palestine for themselves, and that the west is too weak willed to do anything about it for fear of being called antisemitic, or going against “God’s chosen people”. That’s not antisemitism, it’s an objective, observable fact.




  • Not sure about what carrier you use or what device you use, but I’m on AT&T using a Pixel 6a with CalyxOS, which is just de-googled Android, and on Android if you accidentally swipe away an amber alert notification you can find it again by going to:

    Settings -> Safety & emergency -> Wireless emergency alerts -> Emergency alert history

    But your point still stands, governments and public institutions really need to stop relying on privately owned and operated social media platforms for posting stuff like this. If they want to use a social platform to publish alerts, they would be much better off standing up their own Mastodon instance that is “just” for those alerts. People could follow those accounts if they want, and those institutions wouldn’t be subject to the whims of overpaid unpredictable man children.


  • I’ve been running Debian stable for years now on everything. My laptop runs it, my home server runs it headless with no GUI installed, my gaming desktop runs it and even my kids run it without issue. If we need a newer version of some desktop app I just get the Flatpak. It’s pretty great and the good thing is that it’s predictable. Once it’s up and running I don’t have to worry about things breaking because of an update.