tburkhol
@tburkhol@lemmy.world
- Comment on EVE Frontier Goes Public Today with Founder Access: New Era 3 days ago:
They keep trying to find new ways to monetize the Eve lore, but no one plays Eve for the lore. And the people who are into Eve’s unique kind of economy-battle simulator don’t seem like they’re particularly interested in first-person-view type alternatives. I suspect it will dribble about for a while, then go the way of Dust 514 and Valkyrie.
- Comment on NAS Power Consumption 1 week ago:
You can only spin drives down if they’re idle. If you have a service that touches it - say, homeassistant logging data, tvheadend updating EPG - then they’re going to keep spinning.
- Comment on NAS Power Consumption 1 week ago:
I switched from an I3-530, nominal TDP 73W, to an N-100, nominal TDP 7W, and power from the wall didn’t change at all. Even the i3 ran around 0.1 CPU load, except when transcoding, and I’m left with the impression that most of the power goes into HDDs, RAM, maybe fans, and PS losses. My sense is that the best way to decrease homelab power use is to minimize the number of devices. Start with your seyrver at 60W, add a WAP at 10-15W, maybe a switch at 10-15W… Not because of the CPUs, necessarily, but because every CPU every CPU comes with systems to keep the CPU going, keep the power regulated, etc.
- Comment on The american crypto mafia 1 week ago:
It’s from a Molly White doot. I don’t see it on her website www.citationneeded.news but she’s definitely been all over Trump’s crypto.
- Comment on Donation-supported file host Catbox got kicked out of Patreon and temporarily from Ko-Fi, now running at deficit of approx. $1,388/month. 1 week ago:
The reason for his post was that a provider shut down his access on the accusation of CSAM, without (according to him) much if any investigation. Cloud providers have all manner of automated systems for reporting CSAM, copyright, and other potential abuses, and generally seem to take a guilty-until-proven-innocent approach. They may or may not even be responsive to defense or explanation. Colo isolates you from abuse of those systems.
- Comment on ISPs seem designed to funnel people to capitalist cloud services 2 weeks ago:
My ISP seems to use just normal DHCP for assigning addresses and honors re-use requests. The only times my IP addresses have changed has been I’ve changed the MAC or UUID that connects. I’ve been off-line for a week, come back, and been given the same address. Both IPv4 and v6.
If one really wants their home systems to be publicly accessible, it’s easy enough to get a cheap vanity domain and point it at whatever address. rDNS won’t work, which would probably interfere with email, but most services don’t really need it. It’s a bit more complicated to detect when your IP changes and script a DNS update, but certainly do-able, if (like OP) one is hell bent on avoiding any off-site hardware.
- Comment on Do you actually audit open source projects you download? 2 weeks ago:
Daniel Stenberg claims that the curl bug reporting system is effectively DDOSed by AI wrongly reporting various issues. Doesn’t seem like a good feature in a code auditor.
- Comment on Prototype of RTX 5090 Appears With Four 16-Pin Power Connectors, Capable of Delivering 2,400W 2 weeks ago:
I, for one, would rather just see them use a couple of 2/0 AWG welding cables, bolted onto a 5mm copper plate on the board. If you need 200 amps, make it look like 200 amps.
- Comment on UPS input load 4 weeks ago:
The UPS needs some power to keep its batteries full. Could be that it’s triggering off some threshold to do a charge cycle instead of just running a constant trickle. I’ve noticed that my laptop and phone charge that way, for example.
- Comment on Using DVD slot for second 3.5" drive? 4 weeks ago:
…hanging from their cables…
- Comment on 3-2-1 Backups: How do you do the 1 offsite backup? 5 weeks ago:
It really depends on what your data is and how hard it would be to recreate. I keep a spare HD in a $40/year bank box & rotate it every 3 months. Most of the content is media - pictures, movies, music. Financial records would be annoying to recreate, but if there’s a big enough disaster to force me to go to the off-site backups, I think that’ll be the least of my troubles. Some data logging has a replica database on a VPS.
My upload speed is terrible, so I don’t want to put a media library in the cloud. If I did any important daily content creation, I’d probably keep that mirrored offsite with rsync, but I feel like the spirit of an offsite backup is offline and asynchronous, so things like ransomware don’t destroy your backups, too.
- Comment on Moving servers and rack equipment 1 month ago:
With only 15U, assuming devices don’t stick out the back, I’d move it face-up, so devices are more hanging from their ears than cantilevered. A full, 42/48U rack is extremely top-heavy and tipping during move is a serious risk, but 15U is fine. It’s still very dense, and OP should try to ratchet-strap it to hard points in the trailer.
- Comment on Zuckerberg’s 2012 email dubbed “smoking gun” at Meta monopoly trial 1 month ago:
There are still “favors” to be done.
- Comment on Tesla suffers worst quarter since 2022 as deliveries tumble 2 months ago:
My thought exactly. OTOH, I feel like the anti-Musk ball only really got rolling in March, and this report can’t possibly cover March - it’s got to be Dec24-Feb25, so probably just a hint of things to come.
- Comment on Selfhosting Sunday - What's up? 2 months ago:
It kind of amazes me that, in this day and age, email has turned out to be the lynchpin of security. Email as a 2FA endpoint. Email password reset systems. If email is compromised, everything else falls. They used to tell us not to put anything in email that you wouldn’t put on a postcard…how did this happen?
- Comment on ISO Selfhost 2 months ago:
Wonder if there’s an opportunity there. Some way to archive one’s self-hosted, public-facing content, either as a static VM or, like archive.org, just the static content of URLs. I’m imagining a service one’s heirs could contract to crawl the site, save it all somewhere, and take care of permanent maintenance, renewing domains, etc. Ought to be cheap enough to maintain the content; presumably low traffic in most cases. Set up an endowment-type fee structure to pay for perpetual domain reg.
- Comment on ISO Selfhost 2 months ago:
At least my descendants will own all my comments and posts.
If you self-host, how much of that content disappear when your descendants shut down your instance?
I used to host a bunch of academic data, but when I stopped working, there was no institutional support. Turned off the server and it all went away (still Wayback Machine archives). I mean, I don’t really care whether my social media presence outlives me, the experience just made me aware that personal pet projects are pretty sensitive to that person.
- Comment on Good to exercise at home instead of gym? 2 months ago:
For me, the effort of going somewhere to exercise is a big impediment, and I’m self-conscious exercising in front of people. The low barrier to start a daily workout wins, hands down.
Others find camaraderie just having other people involved in the same process, or really enjoy the variety of machines and options of a well-equipped facility.
You have to figure out which type of person you are. The most important thing is just to do something. (Unless you have specific, Jason Momoa-type goals in mind)
- Comment on Starting to self host 3 months ago:
If you’re already running Pihole, I’d look at other things to do with the Pi.
www.adafruit.com has a bunch of sensors you can plug into the Pi, python libraries to make them work, and pretty good documentation/examples to get started. If you know a little python, it’s pretty easy to set up a simple web server just to poll those sensors and report their current values. Only slightly more complicated to set up cron jobs to log data to a database and a web page to make graphs.
It’s pretty straightforward to put www.home-assistant.io in a docker on a Pi. If you have your own local sensors, it will keep track of them, but it can also track data from external sources, like weather & air quality. There a bunch of inexpensive smart plugs ($20-ish) that will let you turn stuff on/off on a schedule or in response to sensor data.
IMO, Pi isn’t great for transport-intensive services like radarr or jellyfin, but, with a Usb HD/SSD might be an option.
- Comment on dear republicans, what's the point of alienating every single ally of the US? 3 months ago:
Not just Russia. Any kind of meaningful restraint on multinational corps & billionaires requires international cooperation, or the entity just changes the region where it stores/performs/recognizes whatever thing.
- Comment on YSK: Gas stoves cause cancer 3 months ago:
Since this article is specifically about pm 2.5, I’m going to chime in and say I have a gas range with no extractor, and the only time my pm2.5 sensor picks anything up is when frying generates smoke and oil aerosols. That’s more a function of cooking temperature than fuel, and my induction hotplate will generate just as much.
CO2? Definitely more with gas. Trace chemicals? Probably more with gas, but all the studies I’ve seen are just about running the cooktop, with no food, in a sealed room. Run the extraction hood or open a window when you cook - it’s not just heat source.
- Comment on YSK: Gas stoves cause cancer 3 months ago:
I’ve got one, just a 120V, home-use thing, but it gets far hotter, faster than on my stove. Tends to have a cool spot in the very center, maybe 3" diameter, unless you circulate the wok, and you can’t flame food by tossing it in the fire (which you can’t really do on a residential stove, either). It’s a decent approximation of a wok jet for home cooks.
- Comment on Sooo, where did the blatant Nazism suddenly come from? 3 months ago:
Eugenics and the idea of a ‘chosen’ race is also powerful - you might be genetically destined for greatness, and the fact you have not achieved it is due to systematic oppression by a hidden conspiracy. People love that shit.
I think OP is asking why narratives around that theme keep coming back to the Nazi narrative, specifically. Why not another example of populist authoritarianism, unburdened by the systematic murder of millions of civilians? Why not invent a new narrative rooted in their own national history?
I think the answer to that is: creativity is hard. Once people have a successful first draft, they tend just to edit that draft rather than pitch it and come up with something completely new. People recognize any borrowed elements and return to the archetype. If you’ve every tried to write anything by committee or group project, you’ve probably seen people choose to edit a horrible first draft, retaining the same basic structure (however flawed) rather than start over. Committees where someone finds an existing, related text online, which then becomes an anchor for whatever the committee had planned to draft.
In short, Nazis serve as ‘best practices’ example for any new ethnic nationalist group by the simple fact of their existence.
- Comment on France runs fusion reactor for record 22 minutes 3 months ago:
That’s my point: fusion is just another heat source for making steam, and with these experimental reactors, they can’t be sure how much or for how long they will generate heat. Probably not even sure what a good geometry for transferring energy from the reaction mass to the water. You can’t build a turbine for a system that’s only going to run 20 minutes every three years, and you can’t replace that turbine just because the next test will have ten times the output.
I mean, you could, but it would be stupid.
- Comment on France runs fusion reactor for record 22 minutes 3 months ago:
If you’re not sure how the fire works, it seems kind of stupid to build a turbine for it.
- Comment on What does the 3-2-1 rule look like for you? 3 months ago:
I’ve always understood 2 as 2 physically different media - i.e., copies in different folders or partitions of the same disk is not enough to protect against failure of that disk, but a copy on a different disk does. Ideally 2 physically different systems, so failure/fire in the primary system won’t corrupt/damage the backup.
Used to be that HDDs were expensive and using them as backup media would have been economically crazy, so most systems evolved backup media to be slower and cheaper. The main thing is that having /home/user/critical, /home/user/critical-backup, and /home/user/critical-backup2 satisfies 3 copies, but not 2 media.
- Comment on What does the 3-2-1 rule look like for you? 3 months ago:
3: RAID-1 pair + manual periodic sync to an external HD, roughly monthly. Databases synced to cloud.
2: external HD is unplugged when not syncing
1: External HD is a rotating pair, swapped in a bank box, roughly quarterly. Bank box costs $45/year.
If the RAID crashes, I lose at most a month. If the house burns down, I lose at most 3 months. Ransomware, unless it’s really stealthy, I lose 3 months. If I had ongoing development projects, a month (or 3) would be a lot to lose, and I’d probably switch to weekly syncs and monthly swaps, but for what I actually do - media files, financial and smart-home data, 3 months would not be impossible to recreate.
All of this works because my system is small enough to fit on one HDD. A 3-2-1 system for tens of TB starts to look a lot like an enterprise system.
- Comment on What is your self-hosting setup for home thermostat? 4 months ago:
TY. Looks like the T6 is pro-only. Googling around, it looks like ventilation control may be one of the things that separate their pro-level T6/T10 from their DIY-level T5/T9. That’s disappointing.
- Comment on What is your self-hosting setup for home thermostat? 4 months ago:
Does the Honeywell T6 give you separate control of temperature and fan? That is, can you turn air circulation on/off, even when the temperature wouldn’t trigger heating/cooling?
I’ve been watching pm2.5 in my house, and the HVAC filter does a pretty good job of keeping it down if I run the fan, but that fan takes a lot of energy, and I’d like to turn it off when the air is pretty clean.
- Comment on Uses for a SBC (When You Already Have an x86 Mini-PC?) 6 months ago:
Sensors. Especially sensors in your living space where fans or other noise from the proper server would be distracting, or in a tight space - inside your HVAC, for example - where a proper server wouldn’t fit.
Media front-end. Most of those SBCs are more than enough to run a kodi or jellyfin frontend, fanless for minimum distraction.
Robot. Low power requirement so it could be mobile; but there are lots of stationary possibilities. GPIO libraries are great for running servos and there’s tons of libraries to facilitate.