Welcome to Incremental Social! Learn more about this project here!
Check out lemmyverse to find more communities to join from here!

teawrecks

@teawrecks@sopuli.xyz

This profile is from a federated server and may be incomplete. Browse more on the original instance.

teawrecks ,

Assuming this is in the US, aren't washing machines normally on a 20A circuit? Or even 240V?

teawrecks ,

I would assume that wouldn't cause so much contention that the system is unusable, though, right? Unless they're busy waiting.

teawrecks ,

Sounds like OP is asking about file storage. Video streaming could be spotted using info leaked regarding traffic behavior. But uploading an encrypted file for storage shouldn't leak anything except the size.

teawrecks ,

Yeah, whoever designed radio waves wasn't thinking about the potential for creative architecture!

How responsive is your Nextcloud?

My Nextcloud has always been sluggish — navigating and interacting isn't snappy/responsive, changing between apps is very slow, loading tasks is horrible, etc. I'm curious what the experience is like for other people. I'd also be curious to know how you have your Nextcloud set up (install method, server hardware, any other...

teawrecks ,

It's all about where the packages and services are installed

No. Your packages and services could be on a network share on the other side of the world, but where they are run is what matters here. Processes are always loaded into, and run from main memory.

"Running on bare metal" refers to whether the CPU the process is being run on is emulated/virtualized (ex. via Intel VT-x) or not.

A VM uses virtualization to run an OS, and the processes are running within that OS, thus neither is running on bare metal. But the purpose of containers is to run them wherever your host OS is running. So if your host is on bare metal, then the container is too. You are not emulating or virtualizing any hardware.

Here's an article explaining the difference in more detail if needed.

teawrecks ,

More specifically, the container is run on bare metal if the host is running on bare metal. You are correct in this thread, not sure why you're being downvoted. I guess people don't know what virtualization technology is or when it is used.

If the nextcloud container is slow, it's for reasons other than virtualization.

teawrecks , (edited )

Wait what? I'm saying what you said is correct. Am I the one who's confused here?

Edit: oh maybe you meant that's the excuse people give for being wrong? lol

teawrecks ,

Assume your hard drives will fail. Any time I get a new NAS drive, I do a burn-in test (using a simple badblocks run, can take a few days depending on the size of the drive, but you can run multiple drives in parallel) to get them past the first ledge of the bathtub curve, and then I put them in a RaidZ2 pool and assume it will fail one day.

Therefore, it's not about buying the best drives so they never fail, because they will fail. It's about buying the most cost effective drive for your purpose (price vs avg lifespan vs size). For this part, definitely refer to the Backblaze report someone else linked.

teawrecks ,

Afaik, the wear and tear on SSDs these days is handled under the hood by the firmware.

Concepts like Files and FATs and Copy-on-Write are format-specific. I believe that even if a filesystem were to deliberately write to the same location repeatedly to intentionally degrade an SSD, the firmware will intelligently shift its block mapping around under the hood so as to spread out the wear. If the SSD detects a block is producing errors (bad parity bits), it will mark it as bad and map in a new block. To the filesystem, there's still perfectly good storage at that address, albeit with a potential one-off read error.

The larger sizes SSD just gives the firmware more extra blocks to pull from.

teawrecks ,

Seriously? Why be like this? It feels like a Lemmy thing for people to have a chip on their shoulder all the time.

You shared your understanding, and then I shared mine (in fewer words). I also summarized in once sentence at the bottom. Was just trying to have a conversation, sorry.

teawrecks ,

As the other person said, I don't think the SSD knows about partitions or makes any assumptions based on partitioning, it just knows if you've written data to a certain location, and it could be smart enough to know how often you're writing data to that location. So if you keep writing data to a single location, it could decide to logically remap that location in logical memory to different physical memory so that you don't wear it out.

I say "could" because it really depends on the vendor. This is where one brand could be smart and spend the time writing smart software to extend the life of their drive, while another could cheap out and skip straight to selling you a drive that will die sooner.

It's also worth noting that drives have an unreported space of "spare sectors" that it can use if it detects one has gone bad. I don't know if you can see the total remaining spare sectors, but it typically scales with the size of a drive. You can at least see how many bad sectors have been reallocated using S.M.A.R.T.

teawrecks ,

Phew, good to know that if this ever happens to me as a customer, I just need to go viral on HN. What a relief.

teawrecks ,

Ok new plan: convince Elon to buy Meta, or at least Threads, or at least get a position on their board.

But seriously, I don't understand people jumping from one proprietary walled garden to the next. My hope is that it's a natural selection thing, and each time a platform gets cancelled, a small percentage of the user base will hop to the fediverse, until eventually it's the preferred destination.

teawrecks ,

I'm starting to view fads as a form of annealing. To knock ourselves out of local maxima, humans have an predisposition for finding a reason to go back and try old stuff again. If there was something useful to it, it'll be reflected in the tools they create. I guess rebellion in general is just as evolutionarily useful as conformity. The Exploration/Exploitation dichotomy.

What is your preferred method for backing up several TB of data?

What storage software could I run to have an archive of my personal files (a couple TB of photos) that doesn't require I keep a full local copy of all the data? I like the idea of a simple and focused tool like Syncthing, but they seem to be angling towards replication....

teawrecks ,

I've been using TrueNas with a nightly sync to Backblaze for years and I like it.

It used to be called FreeNas and used FreeBSD. Now the BSD version is called TrueNas Core, and a new Linux based version is called TrueNas Scale.

I would go with TrueNas Scale if I were starting a new one today. You probably won't use the "jail" functionality immediately, but they're super handy, and down the line if you start playing with them, you'll run into fewer compatibility issues running Linux vs BSD.

teawrecks ,

Good job debugging it. Where'd you get that list of IPs?

teawrecks ,

I need everything to be fully but securely accessible from outside the network

I wouldn't be able to sleep at night. Who is going to need to access it from outside the network? Is it good enough for you to set up a VPN?

The more stuff visible on the internet, the more you have to play IT to keep it safe. Personally, I don't have time for that. The safest and easiest system to maintain a system is one where possible connections are minimized.

teawrecks ,

It's not clear to me how tailscale does this without being a VPN of some kind. Is it just masking your IP and otherwise just forwarding packets to your open ports? Maybe also auto blocking suspicious behavior if they're clearly scanning or probing for vulnerabilities?

teawrecks OP ,

I don't know the specifics of Miracast, but my impression was that it is specifically used to cast a video stream from one device to another device. That is sometimes useful, but not what I typically use my Chromecast for.

The most useful feature of my Chromecast is the ability to be logged into Plex/Netflix/HBO/Spotify/YouTube/etc on my (or my guest's) mobile device, and effectively send a link and a (probably ephemeral) token to the Chromecast so that it can stream directly from the server to the Chromecast without my mobile device spending battery power and bandwidth being a middle-man.

And I assume the difficult part here is down to copyright reasons. Most of those streaming sites already limit the number of devices you can permit to stream content (which sucks, but is besides the point), so my impression is that they need to have some kind of under-the-table agreement with the Chromecast/Roku/Firestick/Apple TV/etc. folks to ensure that the device will correctly validate the credentials, not save any of the content, and properly dispose of everything when it's done. And I assume Google has similar talks about when a device on the network is allowed to be listed as a casting device to apps.

Does Miracast already handle this?

teawrecks OP ,

It's the same Matter afaik, but yeah, I had forgotten about the interop standard and originally thought "Matter" was specific to this casting spec.

teawrecks OP ,

This looks neat, though sounds like only the grayjay/futo app can cast to it, and I doubt any official streaming app would natively adopt it. Assuming it's not just casting a video feed from your phone, my guess as to how it works is, it just copies the relevant cookies over to the fcast device where it can just pretend to be your phone as far as the server is concerned.

This would be fine if it supports all the apps I use, and I'm the only one ever casting, but I don't want to force guests to install and configure another middleware app to just to cast stuff. My hope is that Matter will somehow solve these, but I probably shouldn't get my hopes up.

I should try setting up fcast either way though, see how it goes. Thanks.

teawrecks OP ,

If something could cast from one of my devices to another of my devices using the cast button, that's all I want. I can strap one of those devices to my TV and be golden.

teawrecks OP ,

I've seen Thread mentioned twice so far, but I don't think I've heard of it, and apparently a name like that makes it impossible to find any information about it. Do you have a link plz?

teawrecks ,

I don't think they bat an eye at less than a billion these days. Their operating income for Q3 2023 alone was apparently $21.3 billion.

Meta discontinues Messenger Lite for Android, it will be unavailable after Sep 18. Users need to install regular Messenger app instead (beehaw.org)

I have not found any news article on this on a whim. Because my friends and family, I need to use Facebook Messenger, and Messenger Lite was a OK client - lightweight, no unnecessary features, etc., compared to the regular Messenger app....

teawrecks ,

Just trying to parse your comment, I assume your first "this" and second "this" are referring to different things, right?

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • incremental_games
  • meta
  • All magazines