HackerTrans
TopNewTrendsCommentsPastAskShowJobs

boxingrock

no profile record

comments

boxingrock
·4 yıl önce·discuss
boxingrock
·4 yıl önce·discuss
i might be pessimistic but this would be a great bait and switch for some cryptomining, lol.
boxingrock
·4 yıl önce·discuss
software-defined bare-metal, that's pretty much the gist of it.
boxingrock
·4 yıl önce·discuss
isn't the tldr on this that Go let them scale up for years before it became the bottleneck? a natural progression for any successful project...
boxingrock
·4 yıl önce·discuss
multiple drive failure... i wonder if they were all the same brand / model / batch
boxingrock
·4 yıl önce·discuss
closing in on 10 years with unraid, here's a few key points:

- trades more raw storage for slower performance, only one parity drive is needed

- if two drives die, you can still recover the rest of the data, no special recovery software needed

- allows you to mix drive brands, sizes, smr, cmr, etc, etc...

- allows you to expand one drive at a time, buy whatever is on sale when you need it

- drives spin down when not in use, saving on power and replacements

if you got a ton of media, it's pretty solid tech. the one thing i'd like to see is an "unraid lite", a headless solution with a cheap yearly fee. something to keep generating income for the team while allowing the vets more flexibility. because at the 10 year mark, it'll have worked out to $15/year for me and since i'll be virtualizing it again, i only really need security updates for kernel, ssh and samba.
boxingrock
·4 yıl önce·discuss
that's awesome. i recently built an ssh management interface using some of the same libraries, i'll be sure to check it out.
boxingrock
·4 yıl önce·discuss
i knew the name looked familiar... there's already a hackthebox out for it: https://www.youtube.com/watch?v=QEgtbzS1Pyc
boxingrock
·4 yıl önce·discuss
crypto requires a mindset, both in securing your server and protecting your online identity. i'd avoid it for someone trying to learn the basics.
boxingrock
·4 yıl önce·discuss
especially since the raspberry pi just turned 10 years old and you can still get security updates for the original models because it's just linux.
boxingrock
·4 yıl önce·discuss
don't host anything crypto related, setup ssh with public key auth using a strong passphrase, restrict access via vpn / only expose the required ports via firewall, ensure your services don't report version numbers to avoid fingerprinting, be cognizant of the software running on the box so if/when the next log4j happens, you're able to react accordingly.
boxingrock
·4 yıl önce·discuss
exactly, when i'm listening to music for 8 hours a day, discovering new artists and community made playlists is the killer feature. what i'm starting to hate about spotify is the politics behind what music is available. i invest the time into building out playlists just to have half the songs get blacked out a few days later because "money", yet the record label has the album on youtube as f2p.

also, show me how my monthly subscription is divided up while you're at it.
boxingrock
·4 yıl önce·discuss
on MacOS -> View -> Friends Activity... come on man
boxingrock
·4 yıl önce·discuss
Shinobi is another option to consider. Besides the typical web gui, it gives you a decent "REST" API, so I ended up building a little flutter app for android which runs on top of a wireguard tunnel back to the site.

The only thing not open source is the cameras and don't hold your breath waiting on something to come out at a decent price. There's only like 5 MFGs that make the actual hardware so most consumer products are rebranded, software locked and sold at a loss to hook you into the subscription. I know Pine64 had some dev kits but nothing you could buy in quantity.
boxingrock
·4 yıl önce·discuss
running a kubernetes cluster is what bloggers call "technology minimalism" these days? joking aside, i've been trying to find some time to mess around with nerdctl's ipfs functionality, seems like it may be a better fit for smaller teams and the self-hosters out there.