@Darkassassin07@lemmy.ca avatar

Darkassassin07

@Darkassassin07@lemmy.ca

🇨🇦

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

Darkassassin07, (edited )
@Darkassassin07@lemmy.ca avatar

The ‘popular’, ‘trending new shows’/‘up comming movies’, and ‘most anticipated’ lists in NZB360 (android app for managing the whole 'arr stack and more)

User requests via Ombi (it also has lists like above to look through)

Random titles I find on Lemmy.

Word of mouth.

Oh yeah: and IMDB lists added to radarr. Lists for various studios, and a big standup comedy list.

VPN to home network options

I currently have a server running Unraid as the OS, which has some WireGuard integration built in. Which I’ve enabled and been using to remotely access services hosted on that server. But as I’ve expanded to include things like Octopi running on a Pi3 and NextcloudPi running on a Pi4 (along with AdGuardHome), I’m trying to...

Darkassassin07,
@Darkassassin07@lemmy.ca avatar

I host an openVPN instance from a Debian machine with my phone permanently connected to it.

Keeps my phone within my lan while roaming so it has access to non-public services like pihole, the arr stacks management interfaces, ssh/ftp, etc. Also keeps my browsing private + secure on public/work wifi.

Only the things I share with others like Emby get exposed to WAN (through a reverse proxy), the rest is VPN/LAN access only.

Darkassassin07,
@Darkassassin07@lemmy.ca avatar

That’s… Just eating them with extra steps.

Darkassassin07,
@Darkassassin07@lemmy.ca avatar

I setup a second pihole for redundancy.

90% of network traffic uses the primary, but some things like to use both or exclusively the secomd one on random days.

I use Gravity-Sync to keep the settings/lists between them identical. (lots of local dns records for local self-hosted stuff, and each device has a static ip + dns record to identify it easily in logs)

Darkassassin07,
@Darkassassin07@lemmy.ca avatar

Every diode is an LED if used wrong enough.

Darkassassin07, (edited )
@Darkassassin07@lemmy.ca avatar

I’ve only heard that name once, and it was when plex blocked them for hosting many plex servers against plexs ToS (selling access to private/pirate libraries).

Pi-Hole or something else for network ad blocking?

I’ve been aware of pi-hole for a while now, but never bothered with it because I do most web browsing on a laptop where browser extensions like uBlock origin are good enough. However, with multiple streaming services starting to insert adds into my paid subscriptions, I’m looking to upgrade to a network blocker that will...

Darkassassin07,
@Darkassassin07@lemmy.ca avatar

DNS based ad blocking does not block video ads served by streaming services. You’ll need a modified client specific to the service you want to block ads for to achieve that.

Darkassassin07,
@Darkassassin07@lemmy.ca avatar

I was going to write very much the same thing.

I’ve given too much information about my health, and now it gets used against me.

Your employer, managers, supervisors; they’re not you’re friends. You can and should remain friendly to an extent, but be careful what information you give away.

How does Usenet content not immediately get DMCA'd into oblivion?

For instance, say I search for “The Dark Knight” on my Usenet indexer. It returns to me a list of uploads and where to get them via my Usenet provider. I can then download them, stitch them together, and verify that it is, indeed, The Dark Knight. All of this costs only a few dollars a month for me....

Darkassassin07,
@Darkassassin07@lemmy.ca avatar

They do receive takedown notices, however files uploaded to usenet are mirrored across many providers across many jurisdictions while also split into many parts as you noted. Usenets implementation of file sharing is quite robust; being able to rebuild a file that’s missing a significant portion of it’s data. To successfully take down a file, you need to remove many of these parts across almost all of the usenet backbones which requires cooperation across many nations/jurisdictions that are governed by varying laws. It’s not an easy task.

Here’s a somewhat limited map of usenet providers:

https://lemmy.ca/pictrs/image/053fec46-4b9d-4e1b-8918-c2aabb2956fc.jpeg

Darkassassin07,
@Darkassassin07@lemmy.ca avatar

Yeah, pretty much.

Darkassassin07,
@Darkassassin07@lemmy.ca avatar

You’ll need 3 things:

A usenet client such as SABnzbd. This is equivalent to a torrent client like qbittorrent.

An NZB indexer such as NZBGeek, again equivalent to torrent indexers, but for nzb files.

And finally a usenet provider such as FrugalUsenet. This is where you’re actually downloading articles from. (there are other providers listed in the photo in my other comment here)

Articles are individual posts on usenet servers. NZB files contain lists of articles that together result in the desired files. There are also additional articles included so if some are lost (taken down due to dmca/ntd) they can be rebuilt from the remaining data. Your nzb client handles the process of reading nzb files, trying to download the articles from each of your configured usenet providers, then decompressing, rebuilding lost data, and finally stitching it all together into the files you wanted.

Darkassassin07,
@Darkassassin07@lemmy.ca avatar

You won’t find a lot of popular, unencrypted content these days on usenet. It’s all encrypted and obfuscated now to avoid the bots

That’s not been my experience at all. Pretty much everything I’ve looked for has been available and I rarely come across encrypted files. I do regularly have to try 2 or 3 nzbs before I find a complete one, but I almost always find one.

Darkassassin07,
@Darkassassin07@lemmy.ca avatar

But if you didn’t have the NZB, is there any real chance you could find it otherwise?

No, but that’s just the nature of NZB file sharing. The individual articles aren’t typically tagged/named with the actual file names, that info is pulled from the NZB and the de-compressed + stitched together articles.

I’m not using any special indexers, just open public registration ones. The NZBs aren’t hard to find, for me or for IP claimants.

Darkassassin07, (edited )
@Darkassassin07@lemmy.ca avatar

I wrote a bash script a while back that uses sshfs to mount an ssh server to the filesystem, then uses dd to write /dev/mmcblk0 to it as hostname-date.img and finally unmount the ssh server. Cron job runs that daily.

I run that on each of my rpis. (just one rn, but theres been as many as 4 going).

Any time I have an issue, be that my fault or not, I can just pull the sd card and write the last .img to it directly.

There’s some extra stuff in there too: it checks for the dependancy sshfs and installs it if missing (for deploying to a new system without reconfiguring), cleans up backups older than x days, logging, and the ability to write the log file as a test instead of the whole filesystem.

Darkassassin07,
@Darkassassin07@lemmy.ca avatar

Been working fine for me for several years.

You can have it written to an external drive, or you can use tools like sshfs and ftpfs to mount remote servers as local drives then write to those. I use the sshfs route.

This will create an .img that you can just write directly to an sd card and boot from.

Darkassassin07, (edited )
@Darkassassin07@lemmy.ca avatar

Copying the entire drive into a bootable backup using tools like dd is more feasible when you’re whole fs is only 8-16gb.

Larger systems often require more selectivity or more sophisticated methods to reduce output size.

You can also pull the card occasionally and backup via another system easier. Some people like this route.

Darkassassin07,
@Darkassassin07@lemmy.ca avatar

Pi-hole blocks ads served by these networks just fine. Never seen an ad in Boost for Lemmy or for Reddit, though I tend to use Jerboa now that I’ve gotten used to it while I was waiting for Boost for Lemmy to release.

DNS based adblocking like Pihole or Adguard limits you to receiving advertising hosted by the app provider (youtube for example) which is usually better curated than third party advertising networks and less commonly found at all.

Darkassassin07,
@Darkassassin07@lemmy.ca avatar

Maybe in comming years, but I’ve never encountered an ad served explicitly through DoH/DoT. It’s certainly possible, just not actually in use yet.

You can also setup DoH front and back ends for pihole so traffic entering and leaving it is encrypted. When/if it becomes necessary I’ll probably look into https packet inspection using custom Root certs to force clients to use my local DoH services and block other traffic, or look into inspecting the SNI to apply blocking there; but again its just not needed yet and may not be for a long time. We’ll see. I’m sure the pihole/Adguard teams are also investigating solutions.

Darkassassin07,
@Darkassassin07@lemmy.ca avatar

Theoretically an app could use a custom DoH endpoint to retrieve ads instead of the standard dns provided by the system. As this uses purely https without a preceding dns request, pihole/adguard would fail to block it; but it’s just not something currently employed.

Darkassassin07,
@Darkassassin07@lemmy.ca avatar

While this seems like a great plan; I wouldn’t put it past manufacturers to throw an error message and disable the vehicle for ‘safety’ when it detects a missing network connection for an extended period and/or disabled hardware during self-test.

I hate this dystopian hellscape :(

Darkassassin07,
@Darkassassin07@lemmy.ca avatar

Given recent examples of cars doing exactly this (disabling drive due to perceived hardware/software errors), namely BMW: I’m not very hopeful.

How Many Streaming Services Do You Have?

I remember when it was just Hulu for $5 and Netflix for $8. Saved $50 a month from cable. Now it seems we spend more. I have four. Max, Peacock, Paramount and Hulu. Prime doesn’t count because it sucks balls. (Only paying Netflix when next Stranger Things and Squid Game is released). Curious to see what the average...

Darkassassin07,
@Darkassassin07@lemmy.ca avatar

One: Emby.

I pay $13/year for a domain (that gets used across many self-hosted services), and another $6/mo for usenet access (provider + indexer) giving me access to anything I’d want to watch. Between Emby, Ombi, and the 'arr stack; I can open a webpage, search for new content, and click ‘download’; 15min later it’s in the library and ready to watch offline.

Currently sitting on a collection of 3500 movies and 35000 tv episodes that’s ever growing.

Darkassassin07,
@Darkassassin07@lemmy.ca avatar

Space heaters and hot plates are already dangerous enough that allowing double the current seems like a hazard

You’d require half the current for the same wattage at 240v. At most, it’s the same 15a max, with double the voltage.

Tbh I think I’d rather achieve the same heat output by running them at 240v using less current instead of 110v and pulling as much current as possible/permitted (15a).

Insulation is cheaper than actual conductors too. Higher voltage and lower current means thinner conductors with more insulation to protect them. You’d also remove complexity and thus cost by only needing one voltage. No need for a split phase supply.

I think 240v would be a better option. 🇨🇦

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #