• 7 Posts
  • 265 Comments
Joined 2 years ago
cake
Cake day: June 22nd, 2023

help-circle
  • I’ve bought most of mine on craiglist but either way you sort of have to know what you’re doing. I’d say just sort by price and scroll through the results in the range you want to pay. You might also filter on “within 25 miles” or whatever, and get a unit that you can pick up in person. Or at least, try to talk to the person on the phone to get a sense that they know what it is that they are selling.

    Thinkpads forum is still around and has a forsale section. It has slowed down but is still active:

    https://forum.thinkpads.com/viewforum.php?f=11

    I’ve bought stuff from there in the distant past.



  • Thanks, it is kind of intriguing though I keep telling myself to just use normal Linux stuff instead of Android. I’d want the 14 inch one which is around $300. Is there any trouble installing F-droid and apps from there?

    Alternatives I’m thinking of include Lenovo Yoga laptop (16 inch) and a Raspberry Pi thing with an HDMI monitor (that would be plug-in only but I mostly read at home).


  • Not label printers but I’ve used thermal receipt printers which should be similar. They use a special command set designed by Epson which is supposedly “confidential” but it’s easy to find manuals online. I expect there is code around too. I didn’t attempt any CUPS integration. My program just sent the commands directly to the printer.




  • I see, yeah there is something about it in the blurb. How do you like the tablet? Is it responsive? Is it full of Android bloatware? Do you know if it is rootable?

    I see there is a 14 inch version that’s about $300 and that starts to get interesting. It’s not “2nd gen” though. And, I had thought of TCL as a lower tier manufacturer with quality issues, but I hadn’t looked into it much.

    I like that the tablet has an SD (probably microSD) slot. Don’t like that there’s no headphone jack. There’s plenty of space in those things compared to a phone.






  • If you’re flying with drives full of data, better encrypt the data first. I’d just use the drives as a backup target for borg backup. Then at the other end, restore everything. You might need a spare, empty drive to get that process going. Alternatively, use your favorite encrypted file system if you want to keep the data encrypted after arrival, maybe a good idea too.

    Better plan some logistics for one or more drives failing during this process too. I assume you have an intact copy of the data at home. So you can get a new drive written and shipped to you if something goes wrong.

    Why do you have to do all this in person anyway though? Can’t you ship drives and have someone at the other end install them in a box for you? For that matter, is 80TB really too much data to transfer by network? With a mere 1 gbit connection it’s about a week of transfer.









  • Maybe you could describe what you mean by self-hosted and resilient. If you mean stuff running on a box in your house connected through a home ISP, then the home internet connection is an obvious point of failure that makes your box’s internet connection way less reliable than AWS despite the occasional AWS problems. On the other hand, if you are only trying to use the box from inside your house over a LAN, then it’s ok if the internet goes out.

    You do need backup power. You can possibly have backup internet through a mobile phone or the like.

    Next thing after that is redundant servers with failover and all that. I think once you’re there and not doing an academic-style exercise, you want to host your stuff in actual data centers, preferably geo separated ones with anycast. And for that you start needing enough infrastructure like routeable IP blocks that you’re not really self hosting any more.

    A less hardcore approach would be use something like haproxy, maybe multiple of them on round robin DNS, to shuffle traffic between servers in case of outages of individual ones. This again gets out of self hosting territory though, I would say.

    Finally, at the end of the day, you need humans (that probably means yourself) available 24/7 to handle when something inevitably breaks. There have been various products like Heroku that try to encapsulate service applications so they can reliably restart automatically, but stuff still goes wrong.

    Every small but growing web site has to face these issues and it’s not that easy for one person. I think the type of people who consider running self-hosted services that way, has already done it at work and gotten woken up by PagerDuty in the middle of the night so they know what it’s about, and are gluttons for punishment.

    I don’t attempt anything like this with my own stuff. If it goes down, I sometimes get around to fixing it whenever, but not always. I do try to keep the software stable though. Avoid the latest shiny.


  • solrize@lemmy.mltoSelfhosted@lemmy.worldRecommendations for an all-SSD home server?
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    21 days ago

    A high-cpu small machine will have noisy fans, there’s no avoiding that. The fans have to be of small diameter so they will spin at high RPM. Maybe you can say what you’re actually trying to run, and make things easier for us.

    I gave up on this approach a long time ago and it’s been liberating. My main personal computer is a laptop and for a while I had a Raspberry Pi 400 running some server-like things. The Raspberry is currently not in use though maybe I’ll get it going again sometime. All my bigger computational stuff is remote. So the software is self-hosted but not the hardware. IDK if that counts as self-hosting around here. But it’s much more reliable that way, with the boxes in multiple countries for geo separation.