[-] Imaginary_Stand4909 3 points 20 hours ago

Yeah, I honestly think that initial "Hey, don't do this" talk is better in advance. I remember getting my ass whooped for saying "Fuck" as a kid when I literally didn't know what the word meant and my parent put the video on in the first place.

Educate your kids on what isn't allowed in the first place. If they do something bad that you didn't tell them in advance, then explain why the action is bad, not to do it again, and that you will be checking/monitoring for that behavior. Then you can at least be fully justified in any future punishments because you gave a warning.

Punishments for initial mistakes and unknown wrongs just suck, and they kinda stick with you 🫤

[-] Imaginary_Stand4909 1 points 5 days ago

I distinctly remember my elementary school not being able to call my parents because their area code wasn't the local area code but okay.

Phones should be allowed in schools, just take them before class starts and hand them back after.

[-] Imaginary_Stand4909 1 points 6 days ago

I did do a scrub in the past when I had an issue with accidentally pulling the bay power cord a few months ago, but I genuinely forgot to run these weekly. I have no idea what trimming is...

33
submitted 6 days ago* (last edited 5 days ago) by Imaginary_Stand4909 to c/selfhosted@lemmy.world

So I was trying to download a torrent (while seeding like 5 others) when I noticed my rates just kept gradually falling to 0B upload/download until spiking back up to 1-2MB before falling again. I check my Proxmox SMART test of my drives and then it shows one disk was degraded. When I try to view the overall "disks" tab in Proxmox it just times out and shows an error [communication failure (0)]

So I try to do a zpool scrub tank_name, which started Monday May 4 22:02:21 2026....

While scrubbing the checksum errors on the online repairing disk (wwn-0x5000c5004d033fc1) just keep climbing... I made the degraded disk go offline. Here's the current status of zpool status tank_name:

root@nova:~# zpool status Orico2tera4
  pool: Orico2tera4
 state: DEGRADED
status: One or more devices has experienced an error resulting in data
        corruption.  Applications may be affected.
action: Restore the file in question if possible.  Otherwise restore the
        entire pool from backup.
   see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-8A
  scan: scrub in progress since Mon May  4 22:02:21 2026
        3.53G / 378G scanned at 36.9K/s, 3.47G / 378G issued at 36.3K/s
        9.61M repaired, 0.92% done, no estimated completion time
config:

        NAME                                              STATE     READ WRITE CKSUM
        Orico2tera4                                       DEGRADED     0     0     0
          mirror-0                                        ONLINE       0     0     0
            ata-ST2000NM0011_Z1P2D6SC                     ONLINE       0    13     1
            usb-External_USB3.0_DISK01_20170331000C3-0:1  ONLINE       0     0     3  (repairing)
          mirror-1                                        DEGRADED     0     1     0
            wwn-0x5000c500357c0b91                        OFFLINE      0     0    21
            wwn-0x5000c5004d033fc1                        ONLINE       0     1 2.00K  (repairing)

errors: 49 data errors, use '-v' for a list

I haven't used these disks for super long, it's only been about 5 months of my homelab actually being used, and I wasn't doing constant torrenting until February. The disks are refurbished, 2TB each, and they're stored in a USB connected drive bay. my usage is pretty low, just 432.80 GB of 4TB (11.13%)

I've looked at my snapshots with zfs list -t snapshot, not sure when I should try to restore from a snap, but I've never done it before. I'll make sure to take backups more seriously from now on, don't be me...

Update:

Turned off the machine and bay, realized it had shit ventilation and that the drives were pretty hot, let it cool and gave everything a quick dust down. Nothing seemed to be bad or visibly fucked up?

After letting it chill out for about 2-3 hours I put the drive bay in a better vented spot and did a scrub, then resilvered the drive, then did another scrub. About to do some SMART tests.

Here's zpool status -v:

zpool status -v Orico2tera4
  pool: Orico2tera4
 state: ONLINE
status: One or more devices has experienced an unrecoverable error.  An
        attempt was made to correct the error.  Applications are unaffected.
action: Determine if the device needs to be replaced, and clear the errors
        using 'zpool clear' or replace the device with 'zpool replace'.
   see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-9P
  scan: scrub repaired 0B in 00:56:51 with 0 errors on Wed May  6 23:37:43 2026
config:

        NAME                                              STATE     READ WRITE CKSUM
        Orico2tera4                                       ONLINE       0     0     0
          mirror-0                                        ONLINE       0     0     0
            ata-ST2000NM0011_Z1P2D6SC                     ONLINE       0     0   199
            usb-External_USB3.0_DISK01_20170331000C3-0:1  ONLINE       0     0   125
          mirror-1                                        ONLINE       0     0     0
            wwn-0x5000c500357c0b91                        ONLINE       0     0   100
            wwn-0x5000c5004d033fc1                        ONLINE       0     0   462

errors: No known data errors

And then it again after a clear:

zpool status -v Orico2tera4 
  pool: Orico2tera4
 state: ONLINE
status: Some supported and requested features are not enabled on the pool.
        The pool can still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
        the pool may no longer be accessible by software that does not support
        the features. See zpool-features(7) for details.
  scan: scrub repaired 0B in 00:57:18 with 0 errors on Thu May  7 01:28:30 2026
config:

        NAME                                              STATE     READ WRITE CKSUM
        Orico2tera4                                       ONLINE       0     0     0
          mirror-0                                        ONLINE       0     0     0
            ata-ST2000NM0011_Z1P2D6SC                     ONLINE       0     0     0
            usb-External_USB3.0_DISK01_20170331000C3-0:1  ONLINE       0     0     0
          mirror-1                                        ONLINE       0     0     0
            wwn-0x5000c500357c0b91                        ONLINE       0     0     0
            wwn-0x5000c5004d033fc1                        ONLINE       0     0     0

errors: No known data errors
root@nova:~# 

What have we learned?

  • Do biweekly scrubs
  • Put your drives in a not shit location
  • Do trims like, once a month maybe
  • Make way more frequent snapshots
  • Backup your shit!!! NOW!!! To literally anywhere else but just do it!!!
33
submitted 2 weeks ago by Imaginary_Stand4909 to c/privacy@lemmy.world

Another great video from Reject Convenience, you should especially watch the part (7:29 - 10:15) about how specific location data can get with precise location on (spoiler alert: a literal battery width radius, please only allow precise location for your map app 🤢)

He also has a great tool he explains throughout the video, his privacy visualizer which you can click as you go through a site's privacy policy to mark what they collect and how they handle the data (just collected, traded/shared, or sold?)

If you want a starting point, try looking at the permissions of the apps you have downloaded. Or try looking at Terms of Service; Didn't Read to figure out who the biggest offenders are first and work your way up to the least creepiest providers.

[-] Imaginary_Stand4909 15 points 2 weeks ago

Alright, I already transfered the pics to my Immich a month ago anyway, time to delete my shit outright...

33
submitted 3 weeks ago by Imaginary_Stand4909 to c/privacy@lemmy.world

I just wanted to link to this awesome channel, as I think his videos are educational and very encouraging to help people increase their privacy rather than shaming or scaring them into privacy by making extreme changes. He's also done videos on VPNs, various privacy policies, dumb phones, cookies & fingerprinting, etc. He hates ads and sponsorships, so that's another +1

Plus his blender animations are simple and cute, kinda like Miis!

26

I have a friend who's thinking about checking out the fediverse, and is looking for more aerospace (& maybe mechanical?) engineering-focused spaces. Do you guys have a suggested Lemmy, Piefed, or Mastodon instance/community that focuses on those topics? Maybe even a STEM community could be good enough. I know most of us are tech nerds on here, but we're more computer focused tech nerds 😅

My only requirement is that the instance can be viewed without sign-in, as I don't want to force them to make an account to check it out.

[-] Imaginary_Stand4909 28 points 1 month ago* (last edited 1 month ago)

So... can I still flash custom firmware like OPNsense and Openwrt on them? Cause I literally just posted about hardware decision a few days ago 😭

Edit: It seems the article and actual FCC document will leave previous router models alone, but anything newer is cooked... Even the US brands like Cisco aren't actually manufactured here because we fucking outsource evrything. I hate this government.

32
submitted 1 month ago* (last edited 1 month ago) by Imaginary_Stand4909 to c/selfhosted@lemmy.world

Thanks for the suggestions on the router post I made a few weeks back! I think I'll try to repurpose a no longer in use Mac Mini into being my OPNsense router on a VirtualBox VM! If that doesn't work then I'll consider buying one of the devices ya'll mentioned in the last post.

But now I'm trying to look for an access point to flash Openwrt on and a managed switch to do my VLANs. I looked at supported devices on the Openwrt hardware list and looked them up on ebay and started saving some to my watchlist, and now I have a lot of sale offers that are gonna end in 1-2 days.

Based on Openwrt's suggestions, I tried looking for devices that have at least 128 MB (1024 Mb) of RAM, 32 MB (256 Mb) of Flash, 2 cores, and support both 2.4 GHz and 5 GHz connectivity. The specs need to support up to 1 Gbps Ethernet speeds, I haven't really thought much about the Wi-Fi speed. Mesh isn't required but I guess it'd be nice for future purposes. We use Cox, but we're thinking about switching to T-Mobile, idk if it will be fiber (SFPs are expensive right? Sigh...). I want to find something that's under $100, shipping included. These are the ones I have saved in my list so far (these are the regular listings):

Access Points

  • Linksys Velop MX4200 (Tri-band, Mesh Wifi 6) - ebay link

  • Zyxel NWA110AX (Wifi 6, Dual-band) - ebay link

  • Cudy AX3000 (Tri-band, Mesh Wifi 6) - ebay link

  • Linksys Velop MX5300 (Tri-band, Mesh Wifi 6) - ebay link

  • Ubiquiti UnFi U6-LR (Wifi 6, Dual-band) - ebay link

As for switches, I just need it to be managed (VLANs), have 4 ports (one for homelab PC, one for the AP, two extra for future). Here's the ones I looked at:

Switches

  • TP-Link Omada ES206GP (6-port, 4 ports are PoE) - ebay link

  • Ubiquiti UniFi USG-PRO-4 (4-port, does include two SFP ports) - ebay link

  • HP NJ5000-5G (4-port, 2 ports are PoE) - ebay link

  • HP MSM720 (4-port, 2 additional SFP ports) - ebay link

  • TP-Link ES205GP (5-port, 4 ports are PoE) - ebay link

  • Cisco RV220W (4-port) - ebay link

EDIT: I talked with a guy and totally forgot an important point, does reflashing the hardware prevent me from using features with the vendors i listed? I know companies can suck

[-] Imaginary_Stand4909 26 points 2 months ago

Yay for the EU! Hopefully you guys get a law that will permanently enshrine your privacy rights (or rights to encrypted chats at least).

9
submitted 2 months ago by Imaginary_Stand4909 to c/privacy@lemmy.world

Mostly a "mildly infuriating" thing, but I had to setup my testing environment for a midterm.

First issue, my room is messy af lol, so I don't wanna be there and have the auto proctor be like "YOU COULD BE CHEATING!1!11!" because I've got stuff in the background, so I try to find a spot at my campus library, but bitches are loud af even on the upper floors.

Second issue, "Windows, Mac, and ChromeOS only" Sigh. Not suprised but, now I have to boot into my Windows partition that I haven't used in about half a year. And then redownload the coding environment again... Also fuck Microslop's file management and Onedrive. I love digging through folders figuring out where shit.

Third issue, the fucking testing environment just won't work when I do the device check. Had to download a bullshit extension to "lock down" the browser and get camera/mic access for the test, but it couldn't get my camera permission for some reason. Reload and re-setup like 5 times, no dice.

Fourth issue, even after disabling like every extension I had on UNGOOGLED chromium, I give up and download Google Spyware Chrome from scratch, re-login to everything, download the extension, and then FINALLY the rest of the setup works. Do a sweep of the room I'm in with the cam, and then test. Basically wasted like 30-40 mins setting up and downloading shit.

I was unsure if the proctor who reviews the footage would disapprove of me using the school computers because they're typically in an open environment (noise, people, books), so that's why I used my laptop instead of downloading the spyware to the school PCs. Similarly I did this test kinda last minute (due Sunday) so I couldn't just schedule an in person time on campus (I don't wanna drive on the weekend lol)

28
submitted 2 months ago by Imaginary_Stand4909 to c/selfhosted@lemmy.world

Hi, it's me again. I like to think that my endless questions help fuel community engagement to feel less bad :sweat_smile:

So like the title says, I'm interested in running an OPNsense router for my home network so I can do better firewall filtering for both security and privacy (ad-blocking, phoning home, etc.) purposes. I found this video by Dave's Garage that talks about running OPNsense in Transparent Filtering Bridge mode. I also researched that it's better to use a switch and APs for any wireless traffic rather than having the router/firewall combo do it, so any hardware suggestions there? Here's info about my network:

  • 500 Mbps download and 50 Mbps upload speeds (stick with 1 Gbps ports right?)
  • My Proxmox homelab is wired connection only, so I need to use one of the switch ports for it
  • We do have a door camera (I pray it's not Ring...), so I should set up VLANs right?
    • VLAN ideas: Guests, Family/Home, IoT, Homelab specifically? (any others suggestion VLANs/segmentation???)
    • Maybe I'll do selfhosted IoT devices in the future because of this? ~~The homelab must grow~~
  • My mom watches a lot of YT on our FireTV, so any guides on what IPs to block for that?

So what Mini PC should I stick with (just 2 ports for WAN & LAN is fine right)? Do I need to avoid any specific brand NICs (do Mediatek cards suck)? What 4-port switch would be good? What wireless AP is recommended? Furthermore, how do you go about running cables in your home? The coax plate that my modem is connected to is literally in the corner of my house. The Wifi is bad in some spots because of this, so we've thought about extenders. But if I do my homelab and have a wireless AP, I can just run an Ethernet cable from the switch to a properly placed AP (I guess I'd need PoE then...) right? My mom is afraid of tripping on wires and while I say to just run them along the baseboard, she's doubting me.

163
submitted 2 months ago by Imaginary_Stand4909 to c/technology@lemmy.world

cross-posted from: https://lemmy.blahaj.zone/post/39351554

Samtime tries out a Fairphone 6 running Ubuntu Touch and it seemed pretty fine. Noted issues were the second camera not working, GPS/Map app being a bit weird, and imo, the screen showing all the apps you have open is terrible. But with the reg app store and waydroid, I think it could be almost managable to use.

My mom is a battery life fiend though, so that part she won't let go of. What's your thoughts?

102
submitted 2 months ago* (last edited 2 months ago) by Imaginary_Stand4909 to c/linux@lemmy.world

Samtime tries out a Fairphone 4 running Ubuntu Touch and it seemed pretty fine. Noted issues were the second camera not working, GPS/Map app being a bit weird, and imo, the screen showing all the apps you have open is terrible. But with the reg app store and waydroid, I think it could be almost managable to use.

My mom is a battery life fiend though, so that part she won't let go of. What's your thoughts?

[-] Imaginary_Stand4909 20 points 2 months ago* (last edited 2 months ago)

I keep bitching about my Galaxy Tab A9+ and I will till the day I die. I fucking hate that thing for not having any Custom ROMs, and I despise the fact that it doesn't allow OEM unlocking (afaik). I mean, it was a gift, so I still appreciate it, but MAN will I never buy Samsung with my own money ever.

Anyway I wish people would stop crying for Samsung Graphene while knowing full well that Samsung is essentially the Apple of the Android world; Locked down to all hell.

It'd be nice to not have to buy Google anything, but I want security, to be able to use most of my apps, and I don't wanna buy a Chinese phone, so here we are.

99
submitted 2 months ago by Imaginary_Stand4909 to c/privacy@lemmy.world

Just adding another good video to the list of people covering the Discord age-verification issue. He mentions Discord's ties to Palantir and Peter Thiel, Trump's desire to destroy Section 230, and some helpful links:

What is section 230?

Contact your lawmakers: https://www.stoponlineidchecks.org/ https://www.badinternetbills.com/

jaubrey’s peter thiel series

[-] Imaginary_Stand4909 16 points 2 months ago* (last edited 2 months ago)

Would've been a perfect video without the bashing on women for using the Tea app, and "shitty taste in men" in general, but okay. Just straight up ew; gonna ruin the rest of my night thinking about that.

(A little after 8:25 for anyone who's curious)

17
submitted 3 months ago by Imaginary_Stand4909 to c/selfhosted@lemmy.world

The model is an HP Presario CQ57 Notebook PC:

  • AMD C-50 Processor (1 GHz)
  • 2 GB of DDR3 RAM (obviously I need more)
  • 64-bit
  • Ralink RT5390 802.11b/g/n WiFi Adapter (It also has an Ethernet port but I'm unsure of how to find the details for it)

Currently I'm running Cockpit in Proxmox, which works fantastic by the way. But I saw this guide where they suggest splitting your compute and NAS, so I figured I could finally put this dusty win7 laptop to work.

The battery definitely has an issue, as it only works when plugged in. Should I bother with this laptop, or should I just buy a Pi or something? If I do use this, should I stick with Cockpit, or switch to something else like TrueNAS or Openmediavault? I have my 4 drives in a ZFS striped mirror configuration, with data traveling over USB (which sucks considering the non-USB 3.0 ports on the laptop...)

Once again, thanks for your guidance!

12
hmmm (lemmy.blahaj.zone)
submitted 3 months ago by Imaginary_Stand4909 to c/hmmm@lemmy.world

Some strange faces in my Immich...

Here's another:

I think my personal fave is the nun in the bottom row. Like she looks HELLA concerned.

[-] Imaginary_Stand4909 14 points 3 months ago

In the past my mom pirated anime while still paying for Funimation, because they had a quality service that got simuldubs and had a lot of content. Then CR bought them oit and now were stuck with this "pay for the highest tier to get all the content and no ads" and "oh it's only on our platform until March!" and "Oops we didn't even port over all the shows on Funimation, sorry lol!" and "Oh, like the AI generated subtitles?"

We will not be giving CR a single fucking penny. I'm close to finishing my home/media server and we'll just watch that way or with Kodi.

[-] Imaginary_Stand4909 14 points 4 months ago

Ugh, I'm so tired of this. I never had twitter in the first place, but I did used to have Instagram and I loved it for all the artists I'd follow on there. But I dropped that a year or two ago (officially deleted my accounts 😤) and just stuck with Tumblr ever since. But so many of my favorite former fanartists just REFUSE to let either service go, despite them very openly stating their new AI policies or worsening ToS policies.

I know Bluesky will turn out the same way as the others, but I've been trying to encourage artists to move to BS and use bridgy fed so I can still see them on Mastodon. Like you'd literally get the visibility of TWO platforms by using bridgy fed rather than sticking with just Insta or just Twitter. And yes, Instagram and Twitter have bigger numbers than BS or the Fediverse, but one day the AI issues will grow too big and you'll lose those numbers anyway when you leave the platform. Plus how many of those numbers are bots anyway?

But it just sucks man. I only have Tumblr and the occasional visit to Pixiv as my source of fanart. Mastodon and Pixelfed are just lacking, or make it very hard to find the artists I'm looking for (and I literally joined Pixelfed.art!). I've tried following hashtags but it's a little dry...

[-] Imaginary_Stand4909 16 points 4 months ago* (last edited 4 months ago)

You say that, but there are plenty of posts on the Linux mint forums where solutions requured using the terminal for basic troubleshooting (especially WiFi and bluetooth).

[-] Imaginary_Stand4909 27 points 4 months ago* (last edited 4 months ago)

Every day I get more thankful for my hand-me-down car. It has no heated seats or anything fancy, but that also means no subscriptions, no wifi tracking/stalking, no digital touch screen over physical buttons, etc. All I've ever done is use a clip holder on my AC vent for my phone, so I'm used to it. It's given me time to see how others feel about Android Auto and features in newer cars, and I can make an informed decision whenever my baby decides to kick the bucket. Hopefully I can get something not too stalkerish nor with subscriptions.

view more: next ›

Imaginary_Stand4909

joined 1 year ago