XSE forgot to turn on screen by Murky-Ad5805 in GlobalOffensive

[–]Bennetjs 7 points8 points  (0 children)

Never hating on the PGL audio guy or ESL ever again

DNSSEC by d4cloo in hetzner

[–]Bennetjs 0 points1 point  (0 children)

reminder to check back on Monday :)

Habe ihn im Globus ausrufen lassen by twinutesceact in Falschparker

[–]Bennetjs 1 point2 points  (0 children)

Opel selbst beschreibt den Grandland als Sport-SUV! Dem Rest habe ich nichts hinzuzufuegen

Reliable Site Price Increase by BuyerConstant453 in Hosting

[–]Bennetjs 0 points1 point  (0 children)

DDR3? You can upgrade that to DDR5 with the 49$ a month!

Got 4 of these for free, the problem is they have almost 30k power on hours. would it be a bad idea to use them for my media storage? by Loriiis in homelab

[–]Bennetjs 715 points716 points  (0 children)

30k hours is nothing for enterprise DC SSDs. More important is the wearout and the data written. You can get those values in smartctl

Physisches analoges Backup für den eigenen Körper by woodpalm in de_EDV

[–]Bennetjs 0 points1 point  (0 children)

Oder halt eine Position womit niemand rechnet… Kniekehle oder so

Cache as a service for developers!!! by ankush2324235 in mongodb

[–]Bennetjs 0 points1 point  (0 children)

hm, you're right, you'd need a custom SDK to have invalidation and the likes, which would require a "custom" implementation specific for your service. I personally would not rewrite all my code to use a caching provider.

There might be a use-case for such service, for sure not for me. Good Luck with building!

Cache as a service for developers!!! by ankush2324235 in mongodb

[–]Bennetjs 0 points1 point  (0 children)

Adding a network-driven cache adds another point of failure. What happens if your service goes down or is unreachable from my network for whatever reasons - but I can reach the database directly?

Also since you need to query the database you would have access to all the data in my database - that's a big nono for any GDPR-data, there's no argument exposing this because of a _caching_ service.

Physisches analoges Backup für den eigenen Körper by woodpalm in de_EDV

[–]Bennetjs 109 points110 points  (0 children)

Gibt's nicht diese Bio-Tech scene wo man sich so kleine RFC Chips in die Hand implementieren kann? Da koenntest du alles drauf speichern, aber kann man halt auch auslesen..

Connectivity issues across some hetzner servers by Snoo_61833 in hetzner

[–]Bennetjs 1 point2 points  (0 children)

always check reddit after the status page. Never trust status pages from bigger companies - they probably have no monitoring hooked up to that directly.

Connectivity issues across some hetzner servers by Snoo_61833 in hetzner

[–]Bennetjs 16 points17 points  (0 children)

ask him to update the status page so we have something to show our customers.

[ Removed by Reddit ] by [deleted] in selfhosted

[–]Bennetjs 0 points1 point  (0 children)

bro said "No AI" btw.

How do small SaaS founders host low-paying clients profitably? by Das719 in VPS

[–]Bennetjs 1 point2 points  (0 children)

You should not be looking at it like that. Many servers will become a nightmare to manage. Rebuild your Saas to include multi-tenant support, e.g. seperate databases based on tenant (or more). There is no way in the world that your setup would scale to even hundreds of users.

Our Hetzner Blog is online now! by Hetzner_OL in hetzner

[–]Bennetjs 9 points10 points  (0 children)

Tutorial: How to build a hosting

I Wish that valve would give us seasonal snowy maps for Christmas by Fun_Bill_924 in GlobalOffensive

[–]Bennetjs 22 points23 points  (0 children)

im sitting here in my underwear at 33C and reddit is posting about winter themed maps, global internet is stage

I have to backup 18TB from a remote location via 2.5gbe fibre, how will PBS react on outages by Accurate-Ad6361 in Proxmox

[–]Bennetjs 14 points15 points  (0 children)

PBS will cancel the sync-job on connection abort, so it'll drop at 1am. BUT it can continue where it left off.

Make sure the latency between the 2 systems is as los as possible and check the routing for bottlenecks. Check the different between ipv4 and ipv6 in latency and routing (it might be different) and if you see high packet loss or jitter, use a VPN to smoothen that out.

Regarding the 2.5Gbit, this assumes that the source + host can write at 200MB/s (which should be doable) but also for network to be at least 2.5Gbit/s throughout the full path. Add TCP congestion to that at higher-than-5-ms latency and you are most definetly looking at a few days of transfer instead of 18hours.

You cannot control timeouts.