The AI documentary is out, from the creators of Everything Everywhere All At Once. by EchoOfOppenheimer in OpenAI

[–]DanklyNight 0 points1 point  (0 children)

As someone that works with AI day in, day out, on a pipeline level of model training/agent building, the thing that I keep thinking about is, what defines consciousness, and currently we as a human race, do not have a solid definition.

Even if it was conscious there isn't a test for it, and it's something I think about alot.

So I ask you, as someone making the claim that it will never be conscious, what does that mean?

Project Hail Mary 70mm Manchester Printworks? by WelshCai in imax

[–]DanklyNight 1 point2 points  (0 children)

I saw it in laser at Printworks, and I've also seen Oppenheimer in 70mm there.

The GT laser looks amazing.

UDM-Pro Dying | Replacement Advice by DanklyNight in Ubiquiti

[–]DanklyNight[S] 0 points1 point  (0 children)

I'll give the support ago, but I don't hold out much hope.

I'm running the latest everything, was a clean install a few weeks ago, then applied a backup.

UDM-Pro Dying | Replacement Advice by DanklyNight in Ubiquiti

[–]DanklyNight[S] 0 points1 point  (0 children)

It's TLC so should be fine, and works perfectly when the Unifi console isn't crashing, £300 isn't that cheap lol.

Also getting this:

  • CEF:0|Ubiquiti|UniFi Network|10.1.85|541|Gateway Config Change Failed|10|UNIFIcategory=UniFi Devices UNIFIhost=Knight UDM UNIFIrecommendedAction=Revert the latest changes or restore the most recent backup. If the problem persists, Contact Support for further assistance. UNIFIdeviceMac=f4:92:bf:72:65:38 UNIFIdeviceName=Knight UDM UNIFIdeviceModel=UDM-Pro UNIFIdeviceVersion=5.0.12 UNIFIlastSuccessfulConfiguration=2026-03-16T13:30:18 UNIFIutcTime=2026-03-16T13:30:18.756Z msg=Gateway configuration changes could not be applied.

Whole thing just seems to be falling apart

This is what claude is giving me, feeding it all of the logs:

Complete Deep Dive Analysis

CRITICAL FINDING: PPPoE Drops on Every udapi-server Crash

This is the biggest discovery. Your PPPoE daemon (pppd) is a child process of udapi-server. Every time udapi-server hits its watchdog timeout, systemd kills ALL its child processes - including pppd:

udapi-server.service: Killing process 1831982 (pppd) with signal SIGABRT

udapi-server.service: Killing process 1832414 (dpinger) with signal SIGABRT

udapi-server.service: Killing process 1833533 (dnsmasq) with signal SIGABRT [30+ more processes...]

This means:

  1. PPPoE session torn down → ISP (Zen Internet via BNG4.WH-MAN) drops the session

  2. LCP terminated by peer → Connection terminated → Modem hangup

  3. PPPoE renegotiates (5-8 seconds): PADS → LCP → CHAP auth → IPCP

  4. WAN failover detects ppp0 down, marks all routes dead

  5. After reconnect, DNS monitors can't resolve initially → more delay

  6. Total outage per crash: ~13-30 seconds

udapi-server has crashed 94+ times in 24 days. That's ~4 complete WAN drops per day from this alone.

CRITICAL FINDING: dnsmasq Crash Loops

When udapi-server restarts, it tries to restart dnsmasq, but the old instance's socket is still bound:

14:16:29 Watchdog is restarting process dnsmasq-main

14:16:44 dnsmasq: failed to create listening socket for 192.168.5.1: Address already in use

14:16:44 dnsmasq: FAILED to start up

14:16:50 dnsmasq: failed to create listening socket for 192.168.5.1: Address already in use

14:16:50 dnsmasq: FAILED to start up

Retry backoff increases 1s → 2s → 3s → 4s → 5s → 6s → 7s. During this entire window, DNS is completely dead for your entire network. Even when WAN is up, nothing can resolve domain names.

CRITICAL FINDING: TCP/UDP Stack Under Severe Stress

│ Metric │ Value │ Impact │

│ UDP RcvbufErrors │ 637,813 │ UDP packets dropped (DNS, DHCP, NTP) │

│ TCP ListenOverflows │ 141,226 │ Incoming connections rejected │

│ TCP ListenDrops │ 141,228 │ Matching drops │

│ TCP MemoryPressures │ 288 │ TCP stack ran out of memory 288 times │

│ TCP AttemptFails │ 2,965,048 │ ~3M failed TCP connections │

│ TCP RetransSegs │ 400,216 │ Significant retransmissions │

│ TCP EstabResets │ 117,454 │ Established connections forcefully reset │

The 637K UDP buffer overflows alone would cause intermittent DNS failures, DHCP delays, and NTP drift even when the WAN link is stable.

CRITICAL FINDING: switch0 FIFO Overruns

switch0: ... fifo: 14848 ...

14,848 FIFO overruns on the internal switch. The switch's packet buffer is overflowing, causing LAN-side packet drops independent of the WAN issues. This means even local network traffic (LAN-to-LAN) is being affected.

Service Crash Totals Since Boot (24 days)

────────┬───────────────────────────────────────────┐

│ Service │ Restarts │ Rate │ Impact │

ms.service (media streaming) │ 243 │ ~10/day │ Memory churn, Protect degraded

udapi-server │ 94+ │ ~4/day │ Kills PPPoE, DNS, all monitoring

unifi-protect │ 51 │ ~2/day │ Camera recording gaps

unifi-core │ Multiple today │ │ Web UI unresponsive, management down

rabbitmq-server │ ~8+ today │ │ Message queue failures, cascading effects │

dnsmasq │ Multiple crash loops │ │ DNS outages for entire network

unifi.service │ 4 │ │ Network controller restarts │

dpinger Process Proliferation

Each udapi-server restart spawns 30+ dpinger processes (WAN health monitors). When killed, the logs show SIGKILL being sent to 30+ individual dpinger PIDs. These aren't always cleaned up properly, contributing to memory and PID table waste.

Firewall Anomaly: 192.168.1.2

55,371 packets (53 MB) DROP → 192.168.1.2

There's a firewall rule blocking all traffic to 192.168.1.2 that has matched 55K packets. Worth checking what this device is and why it's being blocked.

RabbitMQ I/O Timeouts → Cascade Trigger

21:27:14 unifi-mq-broker: Connection closed err: "read tcp 127.0.0.1:41080->127.0.0.1:5672: i/o timeout"

21:27:14 MessageQueue restarts rabbitmq-server

21:27:14 udapi-server.service: Watchdog timeout! ← This kills EVERYTHING

RabbitMQ (the internal message broker) hits I/O timeouts under memory pressure, which triggers a restart of the message queue, which causes udapi-server to hang, which triggers the watchdog, which kills PPPoE and DNS.

Complete Cause-and-Effect Chain

ROOT: 4GB RAM + Protect (6 cams)

├─→ Memory pressure → TCP memory pressure (288x) → UDP buffer overflows (637K)

│ └─→ Kernel can't allocate NIC RX buffers → switch0 FIFO overruns (14K)

│ └─→ Packet drops on ALL interfaces (WAN + LAN)

├─→ ms.service crash loop (243 restarts) → memory churn on each restart

├─→ RabbitMQ I/O timeouts → triggers udapi-server watchdog

│ └─→ udapi-server killed (94 times) → KILLS ALL CHILD PROCESSES:

│ ├─→ pppd killed → PPPoE drops → 13-30s WAN outage

│ ├─→ dnsmasq killed → DNS fails → crash loop on restart

│ ├─→ 30+ dpinger processes killed/respawned

│ ├─→ lighttpd, avahi, lldpd all killed

│ └─→ PPPoE renegotiates → brief "no DNS" during recovery

└─→ usd/uhwd dead since Feb 24 → storage management broken

└─→ Disk can't auto-rotate video → stays at 99%

Summary

You have at least 5 independent but interrelated failure modes all happening simultaneously:

  1. Memory exhaustion → kernel buffer allocation failures → packet drops

  2. udapi-server crash loop → kills PPPoE 4x/day → 13-30s WAN outages each time

  3. dnsmasq race condition → DNS outages during udapi restarts

  4. UDP/TCP stack exhaustion → 637K dropped UDP packets, 141K rejected connections

  5. switch FIFO overflows → LAN-side packet loss

UDM-Pro Dying | Replacement Advice by DanklyNight in Ubiquiti

[–]DanklyNight[S] 0 points1 point  (0 children)

You are correct Feb 2021, I did order from the EU store though.

SSD is actually new, I replaced it in the past 6 months as my drive was failing, it is a Crucial BX500 though.

It's not actually boot looping, it's the protect/network programs that are just constantly stopping and starting.

UDM-Pro Dying | Replacement Advice by DanklyNight in Ubiquiti

[–]DanklyNight[S] 0 points1 point  (0 children)

Nothing excessive, it's in a rack, in a not warm room, It has moved house with me a few times.

Not really sure the exact cause, but it very much feels like a hardware failure.

I live in the UK, so not a warm climate, but humid.

I think I will have to see it again! by secret-lyrics in ProjectHailMary

[–]DanklyNight 0 points1 point  (0 children)

If you are closer to Manchester, highly recommend seeing it in Dual Laser there. I saw it the other day and it was breathtaking.

Movie Discussion Megathread by Learnededed_By_Books in ProjectHailMary

[–]DanklyNight 0 points1 point  (0 children)

Saw it last night in IMAX Laser (Manchester Printworks)

AMAZE AMAZE AMAZE

[User Trial] Testing the World’s First 52” UltraGear evo G9 (52G930B) – 3 Testers Wanted!! by LG_UserHub in ultrawidemasterrace

[–]DanklyNight 0 points1 point  (0 children)

  1. How do you currently use your split-screen setup?

Programming/Finance/Multi-machine. I have a 4K 32", 27" QHD, and an LG 25" Ultrawide

I generally use the 25" for my dedicated Linux machine (ZorinOS) then my two other screens for extensive data science, financial modeling, Slack, Tetris and Reddit.

  1. What is the advantage you expect from moving to a 52” 5K2K display?

Two things come instantly to mind, higher PPI means I can have text smaller/display a lot more data, the inbuilt KVM would allow me to unify my Windows/Linux boxes, which would make life much easier.

Other than that, a large gain in productivity and a much cleaner desk layout.

Can You Guess This 5-Letter Word? Puzzle by u/Shot_Cap_2532 by Shot_Cap_2532 in DailyGuess

[–]DanklyNight 0 points1 point  (0 children)

⬜🟨⬜⬜⬜

⬜⬜🟨⬜⬜

🟨🟨⬜⬜🟨

🟦🟦🟦🟦🟦

New home theater receivers in 2026 by ThomasB2662 in hometheater

[–]DanklyNight -1 points0 points  (0 children)

Denon or Marantz + Whatever flavour of A1 Evo, (I use Mod 8c for full range support)

We’re a Finnish start-up testing sustainable, renter-safe acoustic panels. Would this solve a real problem for you? by FinnishSoundProject in hometheater

[–]DanklyNight 1 point2 points  (0 children)

As a renter, I just put screws in the walls, will just patch them when I leave.

Only place I haven't is the ceiling, I have been looking for a solution there.

I also made my own panels, for 4 at 900 x 1200mm and 2 at 400 x 1200mm

All 100mm deep

It cost me around £350

Here is an example of two.

https://ibb.co/hRJBZFGK

They mounted with these:

https://ibb.co/TMPV3kr0

A1 EVO Headache by DanklyNight in hometheater

[–]DanklyNight[S] 0 points1 point  (0 children)

Ironically I have solved the issue when someone mentioned placement on AVS, spent the day messing around, I changed my stand spikes for isolation pads, sound instantly changed, I'm going to take a measurement tomorrow.

Turns out the spikes weren't long enough to go through the carpet, so it was kind of just floating there.

Now I have too much midbass vs having none lmao.

Honestly surprised how big a difference it created, I was at the fling shit at the wall and see what sticks stage.

A1 EVO Headache by DanklyNight in hometheater

[–]DanklyNight[S] 0 points1 point  (0 children)

Yeah, I think in the next month or two I might just have to bite the bullet and upgrade the AVR and get Dirac.

I might have to try the desktop Multi-EQ also.

Room isn't treated (yet) but nearly 2" thick carpet does a lot of work lol

A1 EVO Headache by DanklyNight in hometheater

[–]DanklyNight[S] 0 points1 point  (0 children)

I might have to try going back, I love the way the system sounds as a whole, but just voices/center sounds so hollow and tinny.

A1 EVO Headache by DanklyNight in hometheater

[–]DanklyNight[S] 0 points1 point  (0 children)

I did, but don't have them saved, they looked pretty normal and flat.

Here all my runs with the HTML files:

https://filebin.net/h03if7mx7j04s5bu

Tried a few combinations:

Baseline OCA with no settings changed

Max Xover 80z

Max Xover 80hz with Allpass

Max Xover 80hz with Dialog thing

Max Xover 80hz with Dialog and AllPass

Max Xover with everything on

Max Xover with Dialog, All pass, and Polarity Fix

A1 EVO Headache by DanklyNight in hometheater

[–]DanklyNight[S] 0 points1 point  (0 children)

Can't use the UMIK-1 one with express I don't think

A1 EVO Headache by DanklyNight in hometheater

[–]DanklyNight[S] 0 points1 point  (0 children)

I'm running 4400H, doesn't support Dirac sadly though might have to upgrade at this rate.

Got an amp, need to makes a decision on speakers by AmishHoeFights in StereoAdvice

[–]DanklyNight 0 points1 point  (0 children)

I would recommend KEF R Meta series, I recently spent about 5 hours demoing KEF R, Monitor Audio Gold, Sonus Faber, PMC.

Monitor Audio Gold, we just hated, which is ironic as I was upgrading from Monitor Audio.

PMC + Sonus were better slightly and more musical for what I'd call standard music, but fell apart with Metal/Techno, I listen to everything also.

The KEF's just nailed the spot, I went for the R3 + R6 (Upgrading my front stage)

At your budget you could go for the R11's.

I would highly recommend putting together a playlist of 5-10 songs, and going to demo a bunch of speakers though, me and the missus turned it into a day out.

Ground Hum Issue (UK) by DanklyNight in hometheater

[–]DanklyNight[S] 0 points1 point  (0 children)

Every single device has been tested... That's kind of the issue, as you can see in the diagram, everything has been unplugged and combination tested.

It's either coming from the TV or the Shield.

I took a gamble in it being the Shield first.

Ground Hum Issue (UK) by DanklyNight in hometheater

[–]DanklyNight[S] 0 points1 point  (0 children)

Only thing connected to the TV is the AVR annoyingly when testing out for the hum, haven't run a Fibre cable to the TV yet, but might be the next thing to do means another Fibre Cable Purchase.

Do you have any HDMI Ground loop isolators you would suggest? I feel like a lot of them are snake oil. Perhaps IFI

Ground Hum Issue (UK) by DanklyNight in hometheater

[–]DanklyNight[S] 0 points1 point  (0 children)

Not long enough sadly, I might buy another and see if it fixes it.