Porch pirates are so uncommon that it became a yearly hunt/thing for a major american youtuber and is the only reason people outside the US even know it exists!
Ah yes, porch pirates do not exist anywhere but in the US.
You know that the reason someone can make it newsworthy is because it is uncommon, yeah?
A security firm, which may have a particular interest in the numbers being skewed in a certain direction, pegs the number at 250K packages stolen from porches every day. Sounds like a huge problem! There are 60M packages delivered every day. Even if they are providing accurate numbers, which I doubt, it is uncommon.
Since you had the logs for this, can you confirm the IP ranges they were operating from? You mention "Claudebot and GPTBot" but I'm guessing this is based off of the user-agent presented by the scrapers and could easily be faked to shift blame. I genuinely doubt Anthropic and such would be running scrapers that are this badly written/implemented, it doesnt make economic sense. I'd love to see some of the web logs from this if you'd be willing to share! I feel like this is just some of the old scraper bots now advertising themselves as AI bots to shift blame into the AI companies.
> but I'm guessing this is based off of the user-agent presented by the scrapers and could easily be faked to shift blame
Yes, hence the "which was the only two I saw, but could have been forged".
> I'd love to see some of the web logs from this if you'd be willing to share!
Unfortunately not, I'm deleting any logs from the server after one hour, and also don't even log the full IP. I took a look now and none of the logs that still exists are from any user agent that looks like one of those bots.
Personally what drove me away was all the thousands of little annoying things that you just dont have to deal with on other apps like Telegram or Discord or Slack. The final straw for me was the 2nd time losing all chat history because I got logged out on my browser and when logging back in and providing the super secure authentication key and resynchronizing, messages older than 7 days still didn't decrypt on all chats so I just lost all of that. Plus Element client being mega laggy and stuff (though I had a smoother experience with the third party Cinny client).
This has been my experience as well, I've searched high and low for a screenshot software that supports HDR and found none. It's the sole reason I have HDR disabled. At least microsoft updated snipping tool now, but the usability is nothing close compared to Flameshot or Lightshot.
The Xbox Game Bar video and still images do support HDR. They were the first feature to support HDR on windows. More recently the Snipping Tool on 11 also supports HDR, but only the newer one, not the older snipping tool. If you get images in JXR (jpeg-xr) files then you have HDR, if you get over-exposed pngs/jpgs then it doesnt do HDR.
I'd quote your own example from Anno -> "multiplayer never worked". Thats the "doesn't run" part. I always play Anno 1800 with friends. It has been my experience with linux gaming for a while - anything that involves multiplayer usually doesn't work, either because its just broken (less likely) or because its specifically stopped by the developer (anticheat, etc..). Reality is though, that most mainstream games (as in, biggest player counts and as such, the games most people are playing) do not support linux. If my Valorant or League of Legends or Counter Strike or Rust or ARC Raiders or Marvel Rivals don't allow me to play on linux then the state still is "linux can't really run games yet".
How do you fix this? I dont know - most of these are the developers refusing support because of anticheat or just support overload, but it's insane to suggest that linux works for gaming when the most played games in the world straight up do not work. I'd love if linux was more viable though, can't wait to ditch the slowness from windows.
This has also been my experience, I'm used to using compose everywhere. I like the declarative file - tried podman and I found the documentation around the concept so scarce and all related to running things as non-root instead of telling me how my docker-compose becomes podman-compose. Still using docker everywhere because of that. Docker swarm mode has also worked wonders as an evolution to my compose files.
I know podman-compose, have some homelab services running on it for a few years, but honestly found multiple ones that failed. It's far from drop-in replacement.
Yeah this is not a new thing with AI, you can unsubscribe all you want, they are still gonna email you about "seminars" and other bullshit. AWS has so many of those and your email is permanently in their database, even if you delete your account. I also still get Oracle Cloud emails even though I told them to delete my account as well, so I can't even log in anymore to update preferences!
Is it just me or does anyone else notice all the little inconsistencies on these "windows ui clones" that show up on linux? I like the idea but looking at the pictures I can't get past the lock screen (font size feels wrong, the borders missing on the input field, the size.. it just all feels wrong somehow I can't explain. That On-Screen-Keyboard squeezed into a tiny square??). On the "start menu" picture the two font sizes near the battery icon, how all the linux apps on display have weird coloring and blues-that-dont-quite-match, the bright greens with white text, etc..
Not to diss the UI attempt at all, I just always seem to spot all these little things/polish every time one of these come up (I've seen so many XP clones where the minimize/maximize/close buttons look out of place and badly shaped, etc..). I genuinely wonder if it's because I spent so much time on these OSes back in the day or if all the DEs being used have some inherent limitations that cause these design inconsistencies.
I think these things tend to be somebody’s fun little mini project, so polish is not a high priority. Realistically a big community of contributors isn’t going to grow around cloning a UI that Linux users intentionally left behind.
The beautiful thing about Free software is that people can do whatever they want! In a way is is quite impressive that somebody can get into the uncanny valley with this sort of project, right?
You need tons of effort, plenty of experience in the field and a single unified direction to get them done well, and unfortunately the Linus Torvalds of Design currently does not exist.
Many underestimate just how much is behind everyday basic UIs.
Even the biggest native Linux desktop projects suffer from this. KDE is typical death by a thousand papercuts, GNOME tried but their amateurism is clearly visible.
It's because it's a tremendous amount of time and work and effort and QA to get UIs to look really really well-designed. (Even then, the design can still suck, like modern Windows or appleOS 26.x.)
I don't think people realize just what an insane amount of labor it is to get these things implemented, even if you're handed a perfect design spec up front.
Maybe LLMs will close this gap once they get better at seeing things.
It's funny the "handle the common case of multiple internet connections" just doesn't work at all with ipv6 yet works much better under IPv4 NAT. With IPv6 each machine gets it's own routing table due to having two addresses which means I can't failover on the router when an ISP goes down. Machine will keep trying to use the ISP that is having 100% packet loss. I can't prioritize sending traffic out of one ISP because I'd need to configure it on each machine due to them having their own routing table. With IPv4 the router can handle those rules since its doing NAT for all machines in the network so it gets to choose.