

Doctorow has never been a practical thinker. That’s just not what he does.
Doctorow has never been a practical thinker. That’s just not what he does.
Either Seagate is doing it or all the retailers get them from the same source (which may not be Seagate) that is doing it or is contaminated by fulfillment pooling
Pretty much all monitoring solutions on the market track cert expiration nowadays. I get an alert when any of my certs have <5 days left
He was already a weirdo before the money, well adjusted people don’t create face match or whatever he called it
That is without a doubt the single most stupid thing I’ve heard this entire week
Alright then I’ll do you one better:
Google regularly abuses their market share dominance in browsers in order to push for changes to web standards that benefit them, such as their web integrity api (which would have prevented blocking ads). This is monopolistic behavior, and the largest ad company on the planet shouldn’t get to decide web standards.
As a side note: both firefox and Samsung are paid handsomely (just like apple) to have Google as a default search engine. This also is monopolistic behavior, if you built a better product than them then you couldn’t outspend them to get to the same position.
Google is the default search engine for chrome, and chrome is the single most popular browser at about 95% market share.
That’s cool, I’m glad you are making something you enjoy. The point stands that the average Joe doesn’t actually seek out poetry, be it man or machine-made, and will therefore be an exceptionally poor judge of a poems quality.
I’ll raise you one better: who the fuck wants poetry?
Like I know I sound like a fucking mongrel who can’t appreciate art or whatever, but how many poems do you think the average person reads in their entire life? Maybe 2, for school? Poetry is just not that popular of an art form, so of course people aren’t going to be good at distinguishing good from bad. Compare it to visual arts, where people have seen multiple examples, at least more than 3 times a year for their entire life, of good visual art.
This almost reads like an onion article
This is literally exactly what happened to email. It didn’t go great
I mean, you could. The problem becomes “do you have more money and lawyers than McDonald’s” to keep pretending it has nothing to do with it in court.
The button already exists and it’s the install button on ublock origins page.
Sorry I 'ever saw this, that sucks.
Turns out mine was broken too. I put the CPU in my gaming rig and it worked fine, so I bought a new motherboard and the problem is gone.
-Are you testing batteries again? -(with my mouth full) nogh
Syslog is considerable overkill for home lab monitoring.
SNMP does what you want. You just need a good monitoring solution that’s not as involved as Prometheus+grafana (I feel you, I’ve been there)
I really enjoy PRTG, but it’s way too expensive for a home lab, still throwing it out there if you feel like you have money to burn.
I hear good word about libreNMS, it’s next on my list when my PRTG licence runs out.
Be warned that monitoring is ultimately a fickle thing; what you don’t write in yaml config for grafana, you get to dig through obscure SNMP libs to find out (though I find that’s easier for me, ymmv) for other tools.
I recommend against: nagios (I like it but if you hate Prometheus it’s definitely not for you), checkmk (throw checkmk into the sun please it just fucking sucks), cacti (NO!), solar winds (why?)
if you feel like you want to become a datacenter admin: zabbix scales very very well, both in performance and ease of admin against hundreds of servers, but it’s overkill for a home lab, and it can get you lost in configs for hours.
Linux can mount windows drives (I don’t recommend it, but it can if you need a file).
Windows cannot mount Linux drives (in theory ext2fsd can do it but it’s massive pain and it no longer works for me).
If you install a game, either it works on Linux out of the box (it’s native) or it works under proton, in which case steam will take care of that for you in most cases and at worst you have to change a single setting. Visit protondb to learn what games work and don’t work on Linux.
My latest project runs on a VM I use vscode’s ssh editing feature on. I edit the only copy of the file in existence (I have made no backup and there is no version control) and then I restart the systems service.
So what if I mess it up? Big deal. The discord bot goes down for a few minutes and I fix it.
Same goes for the machine configs. Ideally the machines are stable, the critical ones get backups, and if they aren’t stable then I suppose the best way to fix it would be in prod ( my VMs run debian, they’re stable).