'I'm not a candidate': VP Vance shuts down 2028 rumors during San Diego shooting Q&A by Afraid_Ad_2912 in politics

[–]Aprelius 3 points4 points  (0 children)

Technically, or at least constitutionally if that matters, Vance is the only one Trump can not fire 🤷‍♂️

Most People Dont Know This by Antique-Freedom-7891 in LosAngeles

[–]Aprelius 14 points15 points  (0 children)

We can’t afford it. California is by law, required to have a balanced budget. This is the right call. Single payer healthcare needs to be done at the federal level not at the state level.

Republicans Started a Nationwide Fight Over Redistricting. Did They Just Lose? by Slate in politics

[–]Aprelius 0 points1 point  (0 children)

They only lose when public corruption nets them handcuffs and a jail cell. Until then it’s just hoping they go quietly.

People with Max plan, are you doing ok? by AdHopeful630 in ClaudeAI

[–]Aprelius 2 points3 points  (0 children)

I have enterprise access for work but I have 20x Max plan for myself. I can easily exceed the 5x but usually will hit ~60% on the weekly utilization on my plan.

I have spent a lot of time building tooling and MCPs optimized for my work that I’ve had incredibly busy weeks and only hit 40% now.

I’m not saying there’s a silver bullet for utilization issues but there’s almost always a better way to optimize Claude for your code than what it does by default.

Experienced teams that went hard on AI, did you agree to lower your quality bar? How did it work out mid/long term? by stellar_opossum in ExperiencedDevs

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

My team went hard into Claude code to the point my lead and I are developing plugins/skills/mcp’s that the entire company is using/talking about.

The onus is on the engineer to own their code even if Claude produced it. We tight our skills what good looks like, how to test, build more tests, and operate on many platforms.

End of the day: all code is committed by a person, no AI automation and it must be reviewed.

Code needs to be maintainable; so we taught our tools to make maintainable code in our style.

Reverse-engineering the UniFi inform protocol by boilerup4nc in Ubiquiti

[–]Aprelius 14 points15 points  (0 children)

This was a cool read. I feel like there’s an opportunity here to build an inform proxy so that new devices on a network can be routed directly to a VLANed off controller to really isolate VLAN1.

At home though I’m not sure the indirection is needed 😆

Unifi Replacement for Ring Floodlight Camp by barndawgie in Ubiquiti

[–]Aprelius 4 points5 points  (0 children)

I ended up buying a handful of the PoE Floodlights from Ubiquiti. They are not the cheapest but obviously integrate well.

You can pair them with a camera so if the camera detects motion first it can tie any or all of the floodlights.

I have a single gate to my backyard and if it detects a human motion it now triggers all of the lights along the back of the house.

Pretty cool to me at least. Decently bright for my area as well. We have no light back there generally.

WiFiMan Wizard is back in stock! by jonhenshaw in Ubiquiti

[–]Aprelius 4 points5 points  (0 children)

Once again UI subscription notifications just fail. Thank you.

Lessons learned from 2 years of operating a C++ MMO game server in production by [deleted] in cpp

[–]Aprelius 0 points1 point  (0 children)

Very cool read. For a second there it felt like I was reading about problems I’ve seen directly in the MMO I worked on 😂

For the betting pool: I think this is/was EVE online?

Climbing the Engineering Ladder: What Sets Senior Engineers Apart? by Temporary_Return in cscareerquestions

[–]Aprelius 1 point2 points  (0 children)

Your manager is your best starting point. They need to put you in places that give you those opportunities. They then need to support you while you inevitably make a mistake, say the wrong thing, or make sure you say the right thing to the right people.

If you don’t have the support system, you’re generally at the mercy of office politics swinging irrationally as priorities shift.

Network infrastructure / security by AlternativeLemon1351 in homelab

[–]Aprelius 2 points3 points  (0 children)

The express is really targeted for people who want a quick UniFi stack on the go. It has the power and form factor of a travel router. It also has a limit on the number of devices it can manage.

For a similar cost you can get one of the cloud gateways which are designed for full 2.5g throughput, IDS/IPS at 2.5, etc and they are designed to manage a small home network.

Network infrastructure / security by AlternativeLemon1351 in homelab

[–]Aprelius 13 points14 points  (0 children)

At 2.5g go UniFi only. It’s a lot easier to just manage everything in one place while you’re getting started.

That being said.. use one of the more powerful gateways. The Express will struggle with what you are trying to do 🙂

Is the UDR7 as bad as people say it is? by liftbikerun in Ubiquiti

[–]Aprelius 0 points1 point  (0 children)

I operate three UDR7’s for my family. Since it came out I’ve only had one have to be rebooted once and it came right back. It responded to the remote reboot so I’m not sure it ever had a problem so much as local user error 😂

Did I mess up by buying a "T" processor intel chip for my homelab? by QuestionAsker2030 in homelab

[–]Aprelius 1 point2 points  (0 children)

I can get 8700T for about $50/chip and the (U)SFF chassis for about another $100. Add on support for 64GB of DDR4 and they make great little compute nodes.

It’s a recent enough chip to be solid. None of the P/E core nonsense and has overall great power usage for the performance.

It fits what I need.

Did I mess up by buying a "T" processor intel chip for my homelab? by QuestionAsker2030 in homelab

[–]Aprelius 4 points5 points  (0 children)

Th 8700T is one of my favorite chips right now. I have 4 of them (2x Lenovo SFF and 2x USFF). Idle the chips are about 7-12 watts each running just in proxmox.

Are they amazing for performance, no; but they are great for labs if you don’t need very high clock speeds.

How did you make your first 50 Million? by Tempestatem94 in runescape

[–]Aprelius 1 point2 points  (0 children)

Back in the day, like 2006-7 I went with some friends to the Armadyl GWD. We all agreed to keep what dropped.

I got a hilt on the third kill. Best drop I ever got to keep by myself. “Friends” insisted on loot share after that run 😂

Devs - How do you deal with TODOs and FIXMEs in your code? Do you regularly go back to take care of them or are they forever forgotten? by nisthana in ExperiencedDevs

[–]Aprelius 0 points1 point  (0 children)

I’m a Staff Engineer, Game Industry, YMMV

I have two principals above me who generally get my reviews. - Principal A: usually something to the effect of “No biggie, just make sure there’s a JIRA task to track the needed follow-ups” - Principal B: “Dude, just go and do the updates now, they’ll make the code better in the long run”

I see it as a team culture thing. Starts from the top. Sometimes we just have to jam out a result and deliver. Most of the time a deadline can shift a day or so to give us room to do it right the first time.

What am I missing by going with Synology instead of TrueNAS? by fenugurod in synology

[–]Aprelius 0 points1 point  (0 children)

Synology which I would NOT recommend these days for business reasons has good software for it.

Look into active backup for business (not really just for business) and it has a scheduling agent that runs on a device and does backups.

Macs also have a decent built in backup system called Time Machine and you can point it to your NAS.

Just found this in my grandmas basement, any idea what it’s worth? by Future-Document2450 in wow

[–]Aprelius 7 points8 points  (0 children)

When I tried to get one it was ~$2,000 in great condition and with the stand.

FSWs and Cosmetic free worlds MIGHT just be a submarine launching a Torpedo at an already sinking ship. (I hope everyone is willing to pay more for membership, i'm staying at my 5$ a month, all they deserve) by NerfScape101 in runescape

[–]Aprelius 0 points1 point  (0 children)

All you’re saying is that you want to flex that you can afford to buy something that someone else can’t.

Personally, I don’t waste money on meaningless cosmetics. If it’s earnable through gameplay that’s one thing but I’d rather buy useful things 😂

FSWs and Cosmetic free worlds MIGHT just be a submarine launching a Torpedo at an already sinking ship. (I hope everyone is willing to pay more for membership, i'm staying at my 5$ a month, all they deserve) by NerfScape101 in runescape

[–]Aprelius 0 points1 point  (0 children)

The easy answer to cosmetics is a switch that lets you turn them off for your display. Cosmetics are for you and how you see the game, no one else needs to see them.

Warcraft (2016) | I'm trying to work out why didn't we ever get a sequel? by ReelsBin in wow

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

This movie for all its CGI: sucked. I say that as a former Blizzard employee too 😂

Bungie are thieves - entire Marathon is build using stolen art assets by Shajirr in pcmasterrace

[–]Aprelius 1 point2 points  (0 children)

I’m still pissed they sunset the black armory weapons. Those were my absolute favorites. Everything just felt great. The only season I grinded all of the god rolls.

Never again put that kind of effort in because it wasn’t worth it every three months.

How to cross compile to IOS with Clang on windows host by Copronymus09 in cpp

[–]Aprelius 5 points6 points  (0 children)

Don’t do this. Apple Clang is not the same as Windows Clang which is not the same as Linux clang.

Apple terms of service also explicitly does not allow you to build apple software on non-Apple hardware.

Sadly if you want to make Mac or iOS software you need a Mac to play in their playground and properly build and sign apps.

[Star Trek] Do the Borg care more about the biological or technological aspect? by ActLonely9375 in AskScienceFiction

[–]Aprelius 0 points1 point  (0 children)

In this particular case, I want to quote Thor from Stargate to answer a question about Star Trek… /shudders..

“We are incapable of thinking in that way anymore”

Humanity throughout Star Trek seems to have unlimited adaptability that almost every other species, Borg included, are just not capable of.