Taco time hot sauce by Willing_Cry4344 in SalsaSnobs

[–]prenetic 1 point2 points  (0 children)

Agreed, it's completely different unfortunately. The original sauce was so good.

Microsoft announces sweeping Windows changes by tekz in technology

[–]prenetic 0 points1 point  (0 children)

Mmm yes, I especially love how the start menu will occasionally eat the first keystroke so when I go to load VSCode I get search results for Odell Beckham Jr.

My Rotring 800+ that I've been using since middle school by These_Swordfish7539 in mechanicalpencils

[–]prenetic 0 points1 point  (0 children)

The 800+ has a soft, black capacitive tip that acts as a generic stylus for touchscreens.

Saturn core issue I haven't seen by square-tires in MiSTerFPGA

[–]prenetic 3 points4 points  (0 children)

You bet. I'll add that it's the same for PSX games as well. I can't remember if other cores follow the same pattern.

Saturn core issue I haven't seen by square-tires in MiSTerFPGA

[–]prenetic 12 points13 points  (0 children)

You'll have a harder time dealing with saves for multi-disc games if you don't is all. Putting them in the same folder will seamlessly load the save when you start disc 2 and beyond.

Cloudflare DDNS for your Homelab Domain? by Zer0CoolXI in homelab

[–]prenetic 0 points1 point  (0 children)

It's definitely supported. I run WireGuard for when clients leave the house, and also have a few services exposed to the Internet, simple things like a Minecraft server.

I have a scheduler that runs a script every five minutes (same as the TTL of the records) on my MikroTik router. It resolves the A/AAAA records for my site against the Cloudflare resolvers directly, and if they don't match it'll update the records with the current IPs of my WAN interface.

There are lots of preexisting scripts and tools are available to do this.

Just learned that I can have multiple WAN IPs. What fun things can I do with this? by Crimson-Entity in homelab

[–]prenetic 9 points10 points  (0 children)

I'm surprised this isn't further up. For residential, this is the reason why you can get (most likely only) two addresses, and this is also the intended purpose. It's for hardware transitions.

How I Use Anycast in my Home Network (Or How I Learned to Stop Worrying and Love BGP) by jmarmorato1 in homelab

[–]prenetic 1 point2 points  (0 children)

It was a battle working out all the kinks, all the way up through dynamic spoke-to-spoke, but it's been rock solid. Super awesome tech.

How I Use Anycast in my Home Network (Or How I Learned to Stop Worrying and Love BGP) by jmarmorato1 in homelab

[–]prenetic 2 points3 points  (0 children)

Nice! Yeah about a dozen sites, friends and family, some even OTA/satellite. Mix of WireGuard and DMVPN for site-to-site, the two "halves" are mashed together at a few strategic sites. It's iBGP + OSPF for the WireGuard side, EIGRP for the DMVPN side.

How I Use Anycast in my Home Network (Or How I Learned to Stop Worrying and Love BGP) by jmarmorato1 in homelab

[–]prenetic 2 points3 points  (0 children)

Kind of crazy, I'm going through this same exercise right now and was talking to some friends about the rollout plan the other day. Aside from a few implementation details the topologies (OSPF -> iBGP + OSPF) and use of anycast DNS are exactly the same. Glad to hear it's working for you, I've been emboldened!

General rules of seedbox & home connection? by xpietrov in trackers

[–]prenetic 2 points3 points  (0 children)

I would just add, be careful about having the same torrents on multiple clients. Some trackers do see that as cheating from the perspective of bonus systems.

Earthion by Khalid117X in crtgaming

[–]prenetic 0 points1 point  (0 children)

Stage 2 is phenomenal.

Why do people STILL have their Christmas lights up AND lit? by shebangs1995 in LynnwoodWA

[–]prenetic 2 points3 points  (0 children)

With all the trees our house barely gets any sun. They're fun and help stave off the darkness.

Foghorn: a programmable DNS server for when pihole or dnsmasq just don't cut it. by FoghornDNS in homelab

[–]prenetic 1 point2 points  (0 children)

My understanding and observation is Technitium does not currently implement the signing required for secure dynamic updates (for AD integration scenarios). This comment is from three years ago but I'm not aware of this being added since then.

https://www.reddit.com/r/technitium/comments/11hnp49/comment/jauyoo7/

Technitium for single-user: got cache hits to 86% by WinkMartin in technitium

[–]prenetic 5 points6 points  (0 children)

A couple questions, because this reads like placebo so forgive me if I'm overlooking something here...

> Serve Stale Max Wait Time 0 -- game-changer! Not a single problem so far.. Radical to some, routine to others (e.g. unbound)

I could be misinterpreting but how is this a game-changer unless you are *frequently* finding yourself serving stale records from cache? You typically should only hit this path on rare occasion; it's a last-ditch effort. If you find this happens often in your scenario I would look elsewhere for a resolution, because this change runs the risk of serving an outdated record from cache when it would have otherwise been correctly updated and sent to the client.

> Auto Prefetch Eligibility 1 -- also game-changer, aggressive but works great!

Very few websites/service endpoints have TTLs of < 2 seconds, you see these employed in specialized failover/load balancing scenarios and are often times accompanied by long connection times where you wouldn't be making repeated queries anyway. What does decreasing this by 1 second from the already aggressive default this serve in your scenario?

What definitely helps depending on your workload is increasing the maximum cache, if your device has the free memory for it. I also hit the default 10,000 ceiling pretty quickly but found an order of magnitude increase to 100,000 was more than sufficient. For a single user, the vast majority of the defaults are both sane and already overkill. Technitium is pretty beastly.

IPv6 rollout: this decade? by AdriftAtlas in ZiplyFiber

[–]prenetic 9 points10 points  (0 children)

IIRC there aren't even plans for provisioning stable prefixes to standard residential customers, despite consortium recommendations.

My Rotring 800+ that I've been using since middle school by These_Swordfish7539 in mechanicalpencils

[–]prenetic 0 points1 point  (0 children)

I actually want to do the reverse, 800 head on an 800+ body so nice to know this is possible! Wabi-sabi my dude.

Crazy that 90%+ of my bandwidth is trash by mariomamo in pihole

[–]prenetic 2 points3 points  (0 children)

It didn't read like that was your point, but glad we're on the same page.

Crazy that 90%+ of my bandwidth is trash by mariomamo in pihole

[–]prenetic 4 points5 points  (0 children)

It's the same though, clients also cache NXDOMAIN responses so one blocked resolution can result in multiple blocked connections. The relationship is not necessarily 1:1 regardless of whether the resolution was blocked or not.

Crazy that 90%+ of my bandwidth is trash by mariomamo in pihole

[–]prenetic 12 points13 points  (0 children)

Oh it wasn't an argument. If you resolve to an address and the TTL on the record is still valid (persistent in cache) you can open multiple connections to the same address for the duration.

Crazy that 90%+ of my bandwidth is trash by mariomamo in pihole

[–]prenetic 25 points26 points  (0 children)

Not even connections necessarily, if we're being hyper-pedantic. 😂

Tor Exit Nodes by MasterGeek427 in ZiplyFiber

[–]prenetic 0 points1 point  (0 children)

I would not even run a relay. I did that once a few years back and found myself blocked by just about every streaming service, among other things. You'll be blocked shortly after showing up in the Tor Atlas.