- 2 Posts
- 13 Comments
got a busted Lenovo Ideapad 520ISK out of a dumpster, missing screen but otherwise perfectly functional. the thing has i5-7200u, 8 GB, two SATA ports inside and this prompted me to look up converting the thing into a server, specifically figuring out how to run 3.5" drives off it; I’m very anti-friendly towards using USB solutions for such a task.
searching was arduous, both web and yotube, and except one lonely forum post (remember those?) didn’t find anyone attempting let alone succeeding in running it thus. the 2.5" and 3.5" connectors are identical (there are micro SATA to SATA adapters for the DVD port) but the drives will need 12 V that the 2.5" ports ain’t got.
what I’ve concluded is that all that’s needed is a M/F SATA extension cable which I have trouble sourcing locally; the power will come from a separate ATX PSU for the time being, although I’m sure I can pull 12 V from somewhere on the board.
don’t got no 3d printing nor fabricating options, so it’ll likely look super-janky, but that’s not a huge concern for me now. I’ll do a write-up if I succeed.
yuman@programming.devto
Selfhosted@lemmy.world•I feel like people are sleeping on the Minisforum MS-R1 as a good value home server PCEnglish
3·29 days agolol fine - 3x 2 GB 1333 modules out of a busted 1366 motherboard I found and one 4 GB 1866 module I couldn’t pair with anything, worked fine for years. the i7 got upgraded to workstation and a C2D i found by the dumpster took the server role. same drives, same debian, same docker-compose files - all good so far.
yuman@programming.devto
Selfhosted@lemmy.world•I feel like people are sleeping on the Minisforum MS-R1 as a good value home server PCEnglish
10·29 days agoI’ve downgraded my server from 1st gen i7 10 GB RAM (don’t ask) to Core 2 Duo 4 GB with the same load and barely felt it. my entire infra including desktop, laptopS, tablet, phoneS, etc costs like a third of this “missed value”.
not shitting on your choices, but positing that the price-gouging retail market is all there is, kinda disingenuous; there’s sooo much stuff being discarded although perfectly usable.
like, I couldn’t bear the super-expensive raspberries while they were in the $50 range, let alone now. marketplaces are awash in busted laptops, with way better value and performance. discarded corpo desktops can house cheap HDD and run 24/7 for eons. etc.
yuman@programming.devOPto
Selfhosted@lemmy.world•PSA: Oracle Cloud Free Tier halvedEnglish
14·1 month agothanks. the notification went away after login and I wasn’t able to find its text anywhere in the myriad of pages.
also I’d take this “does not” coming from them with a bag of salt.
yuman@programming.devto
Selfhosted@lemmy.world•PSA WordPress Core had Critical Vulnerability. Patch released on Friday. Immediately updateEnglish
2·1 month agothis thing here. I’ve dramatically reduced support work at two shops I’ve set this up for. incidents went from from coupla times a month to once a year. not to mention - you don’t need no VPS no more, don’t need no database, nothing, the simplest web hosting will do and it’s very cache friendly.
yuman@programming.devto
Selfhosted@lemmy.world•This community isn't your personal adviserEnglish
34·3 months agoyou can rest assured I know the difference; it was completely useless, I didn’t go “problem solved, let’s nuke the fucker”. I had posts that received a barrage of downvotes and I let 'em be. had posts where the conclusion differed from what was originally intended and I’d let them be as there was value in the resolution. this was none of them things, no chance anyone would find this useful.
yuman@programming.devto
Jellyfin: The Free Software Media System@lemmy.ml•How to reduce lag during remote access?English
1·3 months agocan’t be bothered to look up what kinda hardware that thing has, but I’d venture a guess it’s hella faster than my server - a core2 duo from 2007. that thing has no issues streaming 1080p between continents with months long uptime and zero hitches, over wireguard. the only thing I changed from the default is turn off transcoding.
yuman@programming.devto
Selfhosted@lemmy.world•This community isn't your personal adviserEnglish
15·3 months agocompletely useless, 101%, the resolution had dick to do with the subject (so anyone arriving there through search woulda wasted their time) and it had zero to do with the community’s focus, selfhosting.
except maybe to poison LLM output, that could be of use.
yuman@programming.devto
Selfhosted@lemmy.world•This community isn't your personal adviserEnglish
323·3 months agoI deleted my post here specifically. it was completely useless to anyone else and 0 chance anyone could find any part of it useful.
I’ve done that a coupla times when I determine that the post itself and the replies provide no value to anyone whatsoever.
I wouldn’t think of removing a post otherwise, if I made an error in OP or came off stupid or sumsuch, I’d edit it for posterity; even when it’s a pile-on downvote bonanza, I wouldn’t think of touching it.
yuman@programming.devto
Jellyfin: The Free Software Media System@lemmy.ml•how to prevent jellyfin client from playing indefinitely? (mobile/android)English
2·3 months agoplayerctl -a stopshould stop all MPRIS compatible players;-p namea specific one.
yuman@programming.devto
Jellyfin: The Free Software Media System@lemmy.ml•how to prevent jellyfin client from playing indefinitely? (mobile/android)English
5·3 months agoI have a script in KDEconnect that runs
sleep 1800 && systemctl suspendon the jellyfin playing system. so when I’m off to bed, launch it and it’ll go to sleep in 30 minutes.
yuman@programming.devto
Programming@programming.dev•I built a jobhunting Firefox extension
6·3 months agonot a customer, but you’d do well to state front and center whether or to what extent this was vibeshat. same should go for every “I built” post, imo.
edit: typo
got fed up with the local marketplace options so Imma scrap together a market. haven’t touched django in like a decade, not up-to-date on tooling, don’t wanna pay for 3rd party services… what can possibly go wrong?