Spyke

Replies

linux

Comment on

“Systemd is the future”

After briefly reading about systemd's tmpfiles.d, I have to ask why it was used to create home directories in the first place. The documentation I read said it was for volatile files. Is a users home directory considered volatile? Was this something the user set up, or the distro they were using. If the distro, this seems like a lot of ire at someone who really doesn't deserve it.

Comment on

Occasional weed use sucks

Perhaps as the more experienced smoker, you can be a good friend and offer a lower dose that is more suited for their tolerance. Maybe don't pack a big-ol bong rip for someone who hasn't smoked in months. Chop up that chocolate bar into something a little more manageable. If they wanna buy something, suggest something a little more controllable like a vape. And most of all, if you're pressuring people who are on the fence into smoking, maybe just stop doing that.

Comment on

Over Synology, and looking to build my first home lab. Could use some advice on parts...

You really don't need an AIO with a 5600X. Just grab a reasonably sized tower cooler and call it a day. There's less to fail, and less risk of water damage if it fails catastrophically. I've found thermalright to be exceptionally good for how well priced they are. Not as quiet as Noctua, but damn near the same cooling performance.

Another thing to consider is that a 5600X doesn't have built in graphics. I think you'd need to jump up to AM5/7600X for that.

Comment on

*Permanently Deleted*

Reply in thread

A coworker of mine built an LLM powered FUSE filesystem as a very tongue-in-check response to the concept of letting AI do everything. It let the LLM generate responses to listing files in directories and reading contents of the files.

news

Comment on

Why the real poverty line is $140,000, this strategist argues

Reply in thread

If you were to actually read the substack the original author wrote, it's well justified reasoning. The original poverty calculation was based on the cost of food as a percentage of income of a family that is fully participating in society. The author explains though that food is a much smaller portion of our daily expenses and that the cost of fully participating in society includes significantly more expenses. So, if we still use food as a baseline, but re-evaluate it's percentage of expenses. The new poverty line comes out to about 130k. The author also validates this by looking at the national average expenses and indeed for a family, fully participating in society with no government support, it's around that range. But you know, continue being snarky.

Comment on

Apex Legends streamers surprised to find aimbot and other hacks added to their PCs in the middle of major competition via anti-cheat software

Reply in thread

This isn't a statement from Apex or EAC. The original source for the RCE claim is the "Anti-Cheat Police Department" which appears to just be a twitter community. There is absolutely no way Apex would turn over network traffic logs to a twitter community, who knows what kind of sensitive information could be in that. At best, ACPD is taking the players at their word that the cheats magically showed up on their computers.

PS. Apparently there have been multiple RCE vulnerabilities in the Source Engine over the years. So, I’m keeping my mind open.

Comment on

Elon Musk's SpaceX applies to launch 1m satellites into orbit

This is such a dumb concept and likely exists entirely to wow investors. A single AI server with 8 GPUs produces something like 7000 watts of heat, if not more. And likewise, will require at least that much power. Sure, solar is "free" once you've got the panels in space. The real killer though is dissipating all that heat. Obviously, there's no atmosphere in space to transfer heat to. Your only option is purely IR radiation which is significantly less efficient. To put this in context, the ISS's heat dissipation system can dissipate about 14,000 watts. Ignoring all of the other infra that goes into a data-center, that would be two servers. You add all this up, the mass of the supporting infrastructure would far out-weigh the actual servers. And the economies of satellites and rocket launches comes down to mass.

Comment on

Apex Legends streamers surprised to find aimbot and other hacks added to their PCs in the middle of major competition via anti-cheat software

I do not buy this RCE in Apex/EAC rumor. This wouldn't be the first time "pro" gamers got caught with cheats. And, I wouldn't put it past the cheat developers to not only include trojan-like remote-control into their cheats, but use it to advertise their product during a streamed tournament. All press is good press. And honestly, they'd probably want people thinking it was a vulnerability in Apex/EAC rather than a trojan included with their cheat.

Comment on

*Permanently Deleted*

You are not being overly cautious. You should absolutely practice isolation. The LastPass hack happened because one of their engineers had a vulnerable Plex server hosted from his work machine. Honestly, next iteration of my home network is going to probably have 4 segments. Home/Users, IOT, Lab, and Work.

Comment on

tupd 0.6 - small bugfix

Gotta be honest, downloading security related software from a random drive is sending off sketchy vibes. Fundamentally, it's no different than a random untrusted git repo. But, I really would suggest using some source control rather than trying to roll your own with diff archives.

Likewise, I would also suggest adding in some unit and functional tests. Not only would it help maintain software quality, but also build confidence in other folks using the software you are releasing.