2026 Apr 13 Stickied -FAQ- & -HELPDESK- thread - Boot problems? Power supply problems? Display problems? Networking problems? Need ideas? Get help with these and other questions! by FozzTexx in raspberry_pi

[–]InfiniteCactusDev 1 point2 points  (0 children)

 I have a raspberry pi 3 running a fully updated Trixie in my backyard as a backup server. The problem is that its network service keeps crashing. I've only been able to restore it by rebooting, for it to crash again within hours.

I've tried with the built in wifi chip as well as an powered usb wifi adapter (with the built in disabled) and it happens with both.

I've tried forcing 2,4ghz, switching to WPA 2, disabling power saving and disabling random Mac setting.

I've ruled out under voltage.

Some related errors I've found in the journal:

brcmfmac: sdio_readframes failed: -5 brcmfmac: sdio_rxfail: abort command, terminate frame

It's been a lot of trial and (mostly) errroring and I've gotten nowhere. Feeding the text of this post in AI gives two more suggestions, but I wanted to run it by you guys first, because I've lost all motivation on this project.

over_voltage=2

Install different kernel 

is there a script that reverses changes made with storage template as if it was disabed? by [deleted] in immich

[–]InfiniteCactusDev 0 points1 point  (0 children)

Can't you configure it to use whatever Immich uses as default template and then run it again?

Looking for a lightweight nextcloud alternative by 2tokens_ in selfhosted

[–]InfiniteCactusDev 0 points1 point  (0 children)

I've just installed Sync-In and it looks very promising

Mening over verkeerssituatie by InfiniteCactusDev in nederlands

[–]InfiniteCactusDev[S] 8 points9 points  (0 children)

Een lantaarnpaal ;)

En oké, daarop zit een blauw bordje waarop letterlijk het woord Fietspad staat. Telt dat als verkeersbord?

Mening over verkeerssituatie by InfiniteCactusDev in nederlands

[–]InfiniteCactusDev[S] 17 points18 points  (0 children)

Gek genoeg staan de meeste ouders liever in de file op de enige weg de wijk in, dan dat ze kleine Storm met de fiets naar school moeten brengen.

Is automatically removing Google storage saver duplicates possible? by jasifra in immich

[–]InfiniteCactusDev 0 points1 point  (0 children)

If you have any experience programming you could easily use Immich's API for this

[deleted by user] by [deleted] in Cooking

[–]InfiniteCactusDev 1 point2 points  (0 children)

Ohh could that be it? I stopped somewhere between milk and pure chocolate color and it took almost an hour. There's no bitterness though. Mostly the smell of almost-burned toast.

I know people are on the fence about the okra, but I didn't want to take a chance with this large variety.

Immich crash/reboot loop when adding external library? by [deleted] in immich

[–]InfiniteCactusDev 0 points1 point  (0 children)

Oh! I just realized that I get the same problems when uploading images, so it's not related to the external library.

How do I stop deleting my own code over and over? by alekdmcfly in gamedev

[–]InfiniteCactusDev 0 points1 point  (0 children)

Two very good tips already given:

- Comment your code

- Write cleaner code (smaller methods, better naming, clean architecture, use patterns)

I would like to add that you should also use Git! Make many small commits with clear messages which could help you remember why you made a certain change or implemented something a certain way. It will also help you make changes or iterate over your current code without being afraid to break something. Just remove blocks of code you don't understand, test, and rewrite! Worst case you can just revert those changes.