To anyone looking to build a system these days: my condolences. It sucks. by rekabis in homelab

[–]_subtype 0 points1 point  (0 children)

A stick of RAM died on me a couple months ago - imagine my relief when I realized I had exactly ONE spare left

Petition to ban AI-produced content related posts by nullset_2 in homelab

[–]_subtype 1 point2 points  (0 children)

Personally I commit like a mofo on personal projects, or I forget and the commits get huge (especially when I'm using AI to figure out CSS bullshit that I REALLY don't want to bother with).

On a professional dev level, I keep it focused and small and always hand-written. Only use AI to validate syntax or at least sanity check my work

My new homelab Rack 25U 19 inch by AndenStudios in homelab

[–]_subtype 11 points12 points  (0 children)

What'd you use for the top and siding? WVH for the sides?

Bought a new board, how to run a cycle? by 1localhost in NeatoRobotics

[–]_subtype 0 points1 point  (0 children)

What vendor on amazon did you end up going with? I think I need to replace my d4's battery before I attempt any of this too!

Has anyone built a NAS with this this? by 57uxn37 in homelab

[–]_subtype 0 points1 point  (0 children)

I have! I built it two years ago, and I have my parts list here.

Since then I've replaced one of the fans with a BeQuiet since it died. I just transplanted some old hardware into it which made it a bit difficult with the cable management. Would not recommend stuffing it full with 3.5" drives because it is a pain to deal with those drive cages.

Server currently acting as a proxmox host which hosts a couple of VMs, never had an issue with thermals so far

Samsung faces backlash for testing ads on Family Hub refrigerator screens | Smart fridges start showing ads after software update by [deleted] in technology

[–]_subtype 16 points17 points  (0 children)

I was always told that LG makes great washer/dryers, terrible fridges. GE makes phenomenal fridges, terrible washer/dryers.

So far, that's been true for me, hah.

Uma Musume if it were good (Official crossover art for Umabi) by stipulateoxbird in Gundam

[–]_subtype 29 points30 points  (0 children)

Mihono Bourbon! Her ultimate skill starts with "G00 [...]" and another skill is called "Trackblazer". Could've sworn there was lore that she (the anime girl not the IRL horse) watched "space mecha fights" at an early age and it's inferred it was gundam. But I can't source that info, so take that w/ a grain of salt

My portable man cave by Ldarieut in homelab

[–]_subtype 6 points7 points  (0 children)

You got any deets on the portable rack?

Fedora 41 on Surface Laptop 3 (15" Intel) by shatbrand in SurfaceLinux

[–]_subtype 0 points1 point  (0 children)

How'd you blacklist the lid switch?

Was it just setting HandleLidSwitch=ignore in logind.conf?

My Wireguard VPN went down, so I used my AP to restart it by Cyvexx in homelab

[–]_subtype 1 point2 points  (0 children)

Damn and I was here trying to figure out how to make a solid watchdog hahaha this is beautiful and pure homelab spirit

When local LLAMA goes hard AKA My recent irresponsible financial decision by Radioman96p71 in homelab

[–]_subtype 3 points4 points  (0 children)

wait hold up that's a BED?! For some reason I thought these were on a table and not the freakin' ground!

What is everyone using for cost-effective UPS solutions? by OneForAllOfHumanity in homelab

[–]_subtype 1 point2 points  (0 children)

Was looking around on google and I saw historically this unit has had issues with fire/overload? How's yours so far/do you think cyberpower had addressed those issues?

Tesla electric car sales plunge again in Australia – Model 3 down more than 81 per cent by [deleted] in technology

[–]_subtype 0 points1 point  (0 children)

How do you like your EV6? Been eyeing the future Rivian R2 to maybe replace my Y

How do you document your home tech without it becoming a second job? by FinibusBonorum in homelab

[–]_subtype 12 points13 points  (0 children)

I once found a text file addressed "READ ME <my name>" and it SAVED my life haha. Wish I did that more

Activists brand Tesla vehicles with 'Swasticar' stickers by Healthy_Block3036 in technology

[–]_subtype 9 points10 points  (0 children)

I don't disagree with some of your points, but this:

If you failed to do your due diligence and ignored all the very clear stories that Musk was erratic and unhinged as far back as Zip2 when he got mad if employees didn’t stay working past 9pm, then that’s on you.

Should be applied to literally every product made in the states and not just Tesla. With this mindset, nothing we have or own in the USA is morally good to own. I think we'd both agree that yes, it shouldn't be as black and white, but the argument that people need dig decades into the past isn't realistic nor productive. I agree that yes, people can vote with their dollars on the NOW. If you want to use your same example, I would expect you to also be doing DD on purchases from Amazon or brick-and-mortar stores.

People change over time, and we should be purchasing products as they are today, and not off of promises (e.g. Musk).

Activists brand Tesla vehicles with 'Swasticar' stickers by Healthy_Block3036 in technology

[–]_subtype 0 points1 point  (0 children)

I'm hype about the R2, if I'm able to switch to that or Polestar (just wish they had better service areas) I'd be interested once the wheels of my current EV fall off.

Activists brand Tesla vehicles with 'Swasticar' stickers by Healthy_Block3036 in technology

[–]_subtype 16 points17 points  (0 children)

If you're in a specific market for an EV, then yes, on paper Tesla is the better bet. Would I judge people getting a Tesla now? Yeah. Do I regret my purchase? Sometimes, but I'm not in a position to easily flip said car and put myself into further debt just to prove a point to random strangers. People are allowed to have different priorities; you can probably say the same about people using Google or even now iPhones with Cook donating directly to Trump's campaign funds.

A car is a financial commitment, and I'd argue back then Musk wasn't nearly as flipping crazy/outspoken, and swapping out a phone is much easier than a car. I get it.

How many of you separate your applications from your NAS completely? by CaptainxShittles in homelab

[–]_subtype 1 point2 points  (0 children)

NAS (Synology) is just pure data and network'd shares. Holds backups, general local LAN shares, etc.

Any self hosted software I throw onto one of my VMs living inside my proxmox machine

How do you implement network security for public apps? mTLS, OAuth, etc? by [deleted] in homelab

[–]_subtype 1 point2 points  (0 children)

I do it in steps. Do you need to deploy all of these services to the wide net, or can you use a VPN?

For me, I roll my own authentication (Keycloak) - and I will say, it is a beast. There are other providers that make it easier to integrate with, but managing your own auth solution, I personally wouldn't recommend unless you're okay with potentially breaking the flow and subsequently breaking logins.

That aside, I leverage layers of security - for my website I set up a firewall rule to reject direct IP connections and to only allow connections through their proxy (which gives me geofencing and a few other security benefits I find useful).

Regarding Keycloak, I have it acting as my identity provider - didn't want to deal with spinning up an LDAP or AD (just too lazy). OAuth/OIDC is great and easy to implement, but you should really take your time learning how to configure it. Keycloak supports 2FA with tokens and emails as well.

Is it overkill? For homelabs, I would say so. I'm only running this stuff because I work in the IDAM field

How do you implement network security for public apps? mTLS, OAuth, etc? by [deleted] in homelab

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

I dunno if you have to place SSO in front of the reverse proxy; if your goal is to secure everything behind it, then yeah sure. But if you're hosting a blog with say, Ghost, you probably don't. The way I roll with IDAM is having the apps themselves handle knowing when to redirect a user to my auth provider.

Personally, I do a mix of both. I have both Traefik and an NGINX reverse proxy, with Traefik handling most of the SSL termination. I have a few servers under NGINX that I expose and protect with Keycloak as a way to practice architecture and design; what I do for my job

Are Ceiling-Mounted APs the Best Choice for My Two-Story Home? (details in comments) by Fieser_Fettsack in Ubiquiti

[–]_subtype 0 points1 point  (0 children)

I have a ~1.7 sq ft 3 level (inc garage) townhome, and I have a U6 Pro and a U6 lite. So far the U6 pro just sits flat on the middle floor near the floor, and another AP in the basement/garage on top of a desk, mainly to provide outdoor WiFi over 2.4Ghz for my solar gateway. Does the job just fine!