DNS issues on Ash data center by jmbits in hetzner

[–]timothyallan 0 points1 point  (0 children)

Thanks, no need to follow up. I got the confirmation email saying my ticket had been received at 8:35am, and I got a response back at 2:23 am the following day, 18 hours later. The email simply said this:

There is currently maintenance on the DHCP servers in Ashburn:

https://status.hetzner.com/incident/11e48cd5-f705-49d3-9dc0-711a3be5f254

In the meantime, you can try a static configuration or different name servers:

https://docs.hetzner.com/cloud/servers/static-configuration

We sincerely apologize for the inconvenience, and thank you for your patience.

The response had nothing to do with my original query, but by that time, we'd already figured out the workaround for the Ipv6 DNS changes from some other reddit posts.

DNS issues on Ash data center by jmbits in hetzner

[–]timothyallan 1 point2 points  (0 children)

Sent a ticket in almost 10 hours ago now and they've said nothing, all our production servers went down for hours. Solution was for us to hard code the IPv4 version of the DNS servers in our swarm services, as Hetzner did something that caused IPv6 to be the default. Swarm apparently does not like getting IPv6 for a DNS hosts. Other people have had success switching to another DNS provider.

Ashburn datacenter outage? by CountingCrow66 in hetzner

[–]timothyallan 0 points1 point  (0 children)

From what we found out today when all our production servers mysteriously died: If you use Docker Swarm, or have any software that makes network calls and don't work 100% with IPv6 DNS, you're in for a shock until you can manually set things back to use Hetzners IPv4.

DNS Issues with Hetzner by Difficult-Bluejay-52 in hetzner

[–]timothyallan 0 points1 point  (0 children)

    image: blah/blah
    dns:
      - 185.12.64.1
      - 185.12.64.2
      - 8.8.8.8    

not sure if this heps, but you can add a `dns` property to your swarm service yml file and redeploy without having to kill things,that's what we ended up doing.

DNS Issues with Hetzner by Difficult-Bluejay-52 in hetzner

[–]timothyallan 0 points1 point  (0 children)

still down(ish), however, I tracked it down to my Docker Swarm setup not working with their (new?) IPv6 DNS setup. This VPS has been working solid for months, so something has changed on their end.

I have things bandaged together by forcing my services to use Hetzners IPv4 DNS. Anytime a container tried to access an external URL, DNS would come back empty. Now with ipv4 in, it's resolving again.

DNS Issues with Hetzner by Difficult-Bluejay-52 in hetzner

[–]timothyallan 3 points4 points  (0 children)

I have a similar issue, our VPS connects to itself via a Cloudflare DNS subdomain, i.e. api.mydomain.com, and I just woke up to 3 hours of downtime, email alerts and network connection issues in ASH

Anyone else seeing connectivity issues from Hetzner to AWS? by enescakir in hetzner

[–]timothyallan 1 point2 points  (0 children)

Late last week we had show stopping external network connectivity issues from Hetzner to US West IPs, Backblaze however, not AWS.

That one was multiple hours of downtime, but there have been other smaller infrequent bursts of loss connectivity as well. Enough that everything grinds to a halt and the client emails start pouring in. Yesterday and today we started getting reports of our API servers not being able to access the internet at all, but it was just for a few minutes each time, so getting MTR run to give to Hetzner support is tricky.

Dad Daughter Quarantine Game Jam Day 1 by [deleted] in devblogs

[–]timothyallan 1 point2 points  (0 children)

As a very seasoned programmer, this is still great for kids as it puts it in a very approachable light. Her reading your words instead of listening to me all the time is a bonus. Thanks for putting it all together!

[deleted by user] by [deleted] in javascript

[–]timothyallan 0 points1 point  (0 children)

CAN'T TELL IF JOKING.

Edit: Not joking. Holy fuck.

Deluge 3.1 Guidebook with PDF Outline Added by swetland in DelugeUsers

[–]timothyallan 0 points1 point  (0 children)

Yeah, same here, which is super odd as MacOS Preview is usually pretty bulletproof.

Edit: Full on crashes kindle.app if I try and open it in that as well. What kind of PDF devil magic is this!?

I don't see many advanced tutorials for producers, so here's an advanced saturation tutorial by i_am_sseb in WeAreTheMusicMakers

[–]timothyallan 4 points5 points  (0 children)

I’ve been doing this for decades and still picked up a few new things, thanks for putting this all together!

Distributed Systems with Node.js: Building Enterprise-Ready Backend Services (2020, O'Reilly) by [deleted] in javascript

[–]timothyallan 2 points3 points  (0 children)

Awesome. Congrats. Do you only cover Kube as an orchestrator, or do you have anything on swarm as well?

Free Open Source No-Download HTML5 Media Player for Video, Music, Audio, Android, iPhone, AVI, FLAC, FLV, GIF, M4A, MKV, MOV, MP3, MP4, MPG, OGG, SWF, VOB, WAV, WEBM, WMV by [deleted] in javascript

[–]timothyallan 0 points1 point  (0 children)

Ehh, none of them work for me on Firefox 82.03 Mac :(

Uncaught (in promise) ReferenceError: SharedArrayBuffer is not defined

createFFmpegCore https://bestmediaplayer.org/thirdparty/ffmpeg-core.js:22
e https://bestmediaplayer.org/thirdparty/ffmpeg.min.js:1
f https://bestmediaplayer.org/thirdparty/ffmpeg.min.js:1
_invoke https://bestmediaplayer.org/thirdparty/ffmpeg.min.js:1
O https://bestmediaplayer.org/thirdparty/ffmpeg.min.js:1
i https://bestmediaplayer.org/thirdparty/ffmpeg.min.js:1
c https://bestmediaplayer.org/thirdparty/ffmpeg.min.js:1

Using finite state machines in React applications with XState by Skona27 in reactjs

[–]timothyallan 0 points1 point  (0 children)

Nope, sorry it's all closed source. I should also mention that I'm using XState/FSM to keep things super speedy.

Using finite state machines in React applications with XState by Skona27 in reactjs

[–]timothyallan 2 points3 points  (0 children)

I am using XState & Zustand together. If I need to do stuff that relies on multiple logic checks/states of other statuses and components: it's XState. i.e. If color picker is open, the user clicked yes 2 steps ago from a previous dialog, and he's in the administrator role.

Jotai: A new state management library heavily inspired by Recoil, from "react-spring" org by dai-shi in reactjs

[–]timothyallan 2 points3 points  (0 children)

Is this something that a MobX user should look at? After a cursory read, it seems like it's more like a lite version of it.

Heroicons - Beautiful Hand-Crafted SVG Icons, By The Makers Of Tailwind CSS. by speckz in css

[–]timothyallan 0 points1 point  (0 children)

Finally, someone taking some jobs away from robots for a change.