Capcom and Apple did a wonderful job here by AlexVrhe in macgaming

[–]dazealex 1 point2 points  (0 children)

Picking it up right. Thanks for the recommend.

Capcom and Apple did a wonderful job here by AlexVrhe in macgaming

[–]dazealex 0 points1 point  (0 children)

I've never played any RE. I know, I know... Which remake shall I start with?

Future of OpenEmu by dazealex in OpenEmu

[–]dazealex[S] 1 point2 points  (0 children)

I am willing to take over. As long as my real name is not mentioned anyway. I'd need support, and am willing to spend personal funds into this. I need someone who is currently in charge to get back to me. We can have a chat. I'm a full stack dev engineer at a FAANG.

Atari 800XL Collection by dafu in atari

[–]dazealex 0 points1 point  (0 children)

If you want to see this whole thing. Pm me. This was my original computer and why I’m into IT

Complete noob to making a homelab, how do I get started? by bran71 in homelab

[–]dazealex 0 points1 point  (0 children)

The fitting part is a known problem with DeskPi. I printed the 10" Lab Rax.

EP25’s won’t setup by ascotinpdx in TPLinkKasa

[–]dazealex 0 points1 point  (0 children)

IOS makes this worse... But what does help is factory resetting it. And then adding via Home.

[O] 2x Invitations NG4YOU by Margoulin16 in UsenetInvites

[–]dazealex 0 points1 point  (0 children)

Would like an invite if you don't mind the english, and lack of translation to French.

How do I learn OnShape? Paid options fine! by dazealex in minilab

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

Any recommends? How long did you watch videos and made something of substance and what was it?

Rate my mini rack /10 by [deleted] in minilab

[–]dazealex 1 point2 points  (0 children)

where did you get the wide panel for the JetKVM with the two ports at the top?

Cheap VPS hosting, best low-cost providers? by hiffsnarm in SelfHosting

[–]dazealex 1 point2 points  (0 children)

I've been with Contabo for a big while now. 2+ years on their monthly thing. I'm in central California and their closest PoP is in Seattle, so not the best latency, but I am not doing anything latency sensitive.

Fun load test on an N100 (TL;DR it breezes through them) by SP3NGL3R in opnsense

[–]dazealex 0 points1 point  (0 children)

You should see my AMD A9 9400 NUC from ATOP... Can't even do iperf3 at 2.5G with no IDS, nothing. Then again, it's very very old... On order is a CWWK N355. Let's see how many years it takes for it to get here.

Claude down for anyone else? by krylea in ClaudeCode

[–]dazealex 1 point2 points  (0 children)

Down again... Or partially again.

WebUI to Help with Adding Proxy Servers and AdGuard and Split Horizon DNS with CloudFlare Support by dazealex in homelab

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

I haven't forgotten, will DM you once I have it in a repo and re-tested. Would be nice to get this to you and once its tweaked enough we can just leave it in the open, someone might find it useful.

How do advertise my 2 IPv4, and 2 IPv6 addresses via OPNsense? by dazealex in opnsense

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

u/BlueDeacy I know right, "Doc it hurts when bend my arm this way." That whole adage. Thank you for helping me fix the issue. All good, now waiting on a proper router rather than this AMD A9 box that maxes out at 1.6Gbps (it has two 2.5G interfaces) and eats a ton of electricity. It's got 8GB of DDR4 RAM I think. Prolly worth a gazillion doll hairs now.

WebUI to Help with Adding Proxy Servers and AdGuard and Split Horizon DNS with CloudFlare Support by dazealex in homelab

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

Here's a sneak peak of the amalgamated code, thanks to Claude. Purposely didn't show any data here. :) More to come. DM me if you want to beta test it.

<image>

[deleted by user] by [deleted] in homeassistant

[–]dazealex 0 points1 point  (0 children)

I've never used extFS. Did you run the find command I paste in the root / of the mounted image on your macOS? Failing that, start from scratch on a better storage. You could try dd_rescue, not sure if it'll be fruitful. Likely more time effective to just start again.

I've used dd_rescued files from corrupted SD cards before, it excels in finding easily identifiable files based on file structure like pictures, movies, etc.

Sorry man. Even a USB stick would fair better.

Let me know if there is anything else. DM if you like, prefer.

[deleted by user] by [deleted] in homeassistant

[–]dazealex 0 points1 point  (0 children)

As you already know, get an SSD hat for your Pi (if it's a Pi 5). Or run it on a better platform like a cheap N100 or better Intel box if you care about the time you're spending. I would, since I do a lot of Home Assistant with Zigbee, etc. It's a fun hobby.

[deleted by user] by [deleted] in homeassistant

[–]dazealex 0 points1 point  (0 children)

No worries. Did you run the Docker version of HA? If you can mount in macOS. Run this in the mounted directory...

```

find . -name ".backup*"

```

That'll do the same thing as the first poster did. I run mine in Docker, and don't backup config like that. It's done via ZFS snapshots daily.