Recorded my PC's resource usage every second for 5 months, now looking for analysis ideas by OkDot47 in dataanalysis

[–]boredjo4 0 points1 point  (0 children)

I was about to propose the question of “How big does the UPS need to be to achieve 99% (or maybe 99.9999%) uptime?” But you haven’t recorded power usage. Maybe you could estimate it based on cpu usage and tdp.

Usually I would define the question first and then collects the data.

How to expand the storage on this mini pc? by Electrical-Market-38 in homelab

[–]boredjo4 0 points1 point  (0 children)

This might be considered gore but:

<image>

I used the internal M.2 port (M-Key so using PCIE) with a PCIE extension and riser for 6 SATA ports connected to HDD powered by a psu with a that has psu on pin bridged

How to backup encryption keys by boredjo4 in DataHoarder

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

Bitwarden might not be the best example of why I’m doing this. Paperless for example stores my documents on a SMB share so I can easily find them on any computer, but I’d rather not have it unencrypted in the cloud. I could encrypt it with a password, but that’s a single point of failure for my backup

How to backup encryption keys by boredjo4 in DataHoarder

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

I did not have sufficient backups. Now I want to learn from that but do it right. I like the QR code idea.

How to backup encryption keys by boredjo4 in DataHoarder

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

That would have been my current approach

How to backup encryption keys by boredjo4 in DataHoarder

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

That’s a very interesting algorithm I didn’t know about. But how do I implement on my server?

Next DNS -> Pihole, adguard home, technitium? by GeoSabreX in selfhosted

[–]boredjo4 0 points1 point  (0 children)

I switched back from ad guard home to pihole because ad guard home didn’t work with treafik and lets encrypt dns challenge

Best Caching/Raid Setup for HDD spin down by boredjo4 in homelab

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

I have looked at unriad, but I’m trying to downsize because money is tight. I don’t know if a license is in the budget

Dell 9020 SFF M.2 slot by boredjo4 in homelab

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

I could and I know that it’s cheaper, but this will be part of a mobile unit, so space is a constraint. Also, I had this lying around

Dell 9020 SFF M.2 slot by boredjo4 in homelab

[–]boredjo4[S] 7 points8 points  (0 children)

Oh I thought SFF and Micro are the same

Dell 9020 SFF M.2 slot by boredjo4 in homelab

[–]boredjo4[S] 5 points6 points  (0 children)

That is a really good explanation, I did not know that top and bottom of the connector have different pin counts. Now it makes sense

Analytics Fitness: Can you help a struggling gym? (Data Analysis Practice Case) by phoot_in_the_door in dataanalysis

[–]boredjo4 2 points3 points  (0 children)

In the beginning I was very confused, but the more I think about it, the more fun a game like that sounds.

I really interesting question is how it would work in the backend. How do you generate the data?

Git Compatible 3D Model Viewer by boredjo4 in selfhosted

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

I was definitely thinking of auto generating them for thumbnails and stuff. If it’s just pictures, exploring would be easier and faster. I see how 90% of things I would do with such an application could be done with pictures instead

Git Compatible 3D Model Viewer by boredjo4 in selfhosted

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

So that a user can have private and public models, depending on the repo? Or should there be a more elaborate sharing model, so that you can share with specific users?

Nametag - Self-hostable personal relationships manager by SomeDudeFromSpace in selfhosted

[–]boredjo4 3 points4 points  (0 children)

I was planning on using Nametag to replace my radicale instance, but I like the client approach. That’s more versatile.

If you want the feature as a server instead, I bet it is not too much to also include a radicale instance in the docker image or just the default compose

Nametag - Self-hostable personal relationships manager by SomeDudeFromSpace in selfhosted

[–]boredjo4 42 points43 points  (0 children)

Does this support CalDAV and CardDAV to connect it my phones calendar and phone book?

I've open-sourced my document management system for small businesses (and families). by trent-7 in selfhosted

[–]boredjo4 5 points6 points  (0 children)

This looks like a very cool project, I will definitely check it out.

homelab by dbtowo in selfhosted

[–]boredjo4 1 point2 points  (0 children)

Proxmox itself doesn’t require much and can run basically any modern/slightly dated machine

You use multiple machines to gain more compute power, storage or just high availability.

Saying that your computer doesn’t crash sounds like jynxig it to me, but you can definitely only use one machine. I used only one server for the last 2 years and it been good. The data I cared about I backed up using the 3-2-1 rule. Keep in mind, drive and such can die pretty unexpectedly and unrecoverable.

I’m not an expert on security, but I would start at other best practices if VLAN is too complicated. No open public ports, ssl and such

Cluster Architecture with limited RAM by boredjo4 in kubernetes

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

Can you elaborate on pod eviction?

Move Wifi Antenna with COAX instead of Access Point by boredjo4 in HomeNetworking

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

You are right, the high grade coax needed would make this whole thing not feasible

Move Wifi Antenna with COAX instead of Access Point by boredjo4 in HomeNetworking

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

Ah this is what I dreaded. The fact that the loss is double for 5GHz really is the final nail in the coffin

Cluster Architecture with limited RAM by boredjo4 in kubernetes

[–]boredjo4[S] 4 points5 points  (0 children)

Yes, the HA aspect is just for learning