My sister has a 13 inch ipad and it’s a nice size, 14" should be fine. I have some doubts about the big Lenovo though. My main interest is reading full page PDFs so anything less than 14" will be annoying. Ok I’ll give it more thought. Laptop prices are going to go up because of the dram shortage too. Sigh.
- 7 Posts
- 265 Comments
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.
solrize@lemmy.mlto
Linux@lemmy.ml•Im sorta a computer hoarder but what can i do with some older desktops?
61·6 days agoIf less than 10 years old they’re probably usable with some upgrades here and there. Finding a use for them is harder. Maybe just get them working and give them to friends who can use them.
solrize@lemmy.mlto
Selfhosted@lemmy.world•Would a cheap, used raspberry pi 3 make for a good test server for following random self hosted tutorials? [SOLVED]English
3·8 days ago$25 is too much for a used 1gb pi 3. A new pi 5 with 1gb is $45 and way better. But, most ppl start with a vps.
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 anyone was wondering: https://www.tcl.com/us/en/products/mobile/tcl-tab/nxtpaper-11-gen2
11 inch display with 60 hz refresh, but it sounds like regular lcd rather than e-ink? It has an 8000mah battery that it says can run the tablet through a full day, so that’s nothing like an epaper tablet. It sounds more like a drawing tablet, as it has a pressure sensitive pen.
Anyway, I’ve been using Librera FD for reading epubs on Android. Its blurb mentions annotations but I’ve never tried that feature.
I have an Inkplate 10 e-paper tablet but haven’t been using it.
solrize@lemmy.mlto
Selfhosted@lemmy.world•(Hetzner) VPC / VCN & Subnet concepts in Hetzner? Also, a request for referral code :vEnglish
2·8 days agoI didn’t realize Hetzner had referral codes. I see https://www.hetzner.com/legal/referrals and think I qualify but am not sure. I’ll see what I can do.
Yes Hetzner has virtual networks. I don’t know how similar they are to AWS or GCP. You should probably check the docs before signing up
Also for cheap processing power, you’re better off with an auction dedi than with their cloud stuff. See hetzner.com/sb . But, I think the referral codes don’t work for that. Also, all the dedi hardware is in EU. US stuff is cloud only.
Added: ok, I have a referral link and will PM it to you.
solrize@lemmy.mlto
Selfhosted@lemmy.world•New Community Rule: "No low-effort posts. This is subjective and will largely be determined by the community member reports."English
261·8 days agoAt minimum there should be a good description of what the video is about, with no clickbait.
I still don’t understand the bit about flying them somewhere. Where are they going? Bigger drives would mean fewer, too.
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.
solrize@lemmy.mlto
Selfhosted@lemmy.world•Looking for a good wiki based off of a git repoEnglish
2·17 days agoapt install gitit
solrize@lemmy.mlto
Selfhosted@lemmy.world•Rybbit - Open source Google Analytics replacementEnglish
52·20 days agoAren’t there already tons of these already? Piwik has been around for a quite a while, plus there are others mentioned in the comments.
solrize@lemmy.mlto
Technology@lemmy.world•How One Uncaught Rust Exception Took Out CloudflareEnglish
4·20 days agoRust has exceptions? Is that new?
solrize@lemmy.mlto
Selfhosted@lemmy.world•Recommendations for an all-SSD home server?English
1·21 days agoWeb search shows max CPU power for that unit is 65W. I was thinking of something more power hungry.
solrize@lemmy.mlOPto
Technology@lemmy.world•Adversarial Poetry as a Universal Single-Turn Jailbreak Mechanism in Large Language ModelsEnglish
25·21 days agoThis is great. Soon military organizations all over the world will be recruiting poets to compose their cyberattack prompts.
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.mlto
Selfhosted@lemmy.world•Recommendations for an all-SSD home server?English
21·21 days agoA 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.







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.