AFAIK the “wear” does not mainly come from the spinning, but from temperature changes that make parts slightly expand and contract in size. An always on HDD has pretty constant temperature.
poVoq
Admin on the slrpnk.net Lemmy instance.
He/Him or what ever you feel like.
XMPP: povoq@slrpnk.net
Avatar is an image of a baby octopus.
- 0 Posts
- 40 Comments
Be careful with powering HDDs on and off. That is actually the operation that puts the most strain on them AFAIK. Sadly there is no good rule of thumb when it does more harm than good, but I would guess if you turn it on more than once a week, you are probably doing more harm than good compared to just letting in run. Many people even intentionally turn off sleep-mode in “green” drives so that they don’t shut down automatically.
This isn’t about a laptop, but a full desktop case with 5.25" slots. 3.5" fit fine into these with a different kind of adapter.
poVoq@slrpnk.netto Selfhosted@lemmy.world•What are some cool projects that I can do with a 1st gen Raspberry Pi?English111·9 days agoAn IRC server would work, but I think having to deal with 32bit ARM will be too annoying.
poVoq@slrpnk.netto Selfhosted@lemmy.world•Self Hosted OpenSource Projectmanagement ToolEnglish16·15 days agoSeems like an obvious suggestion, but Nextcloud can do that quite well.
Many things are very similar on Linux compared to Windows (e.g. Browsing, Steam). One big difference is that people prefer using package managers to install software (instead of downloading and installing it manually).
This. Especially for drivers, always use the package manager of your distro and do not attempt to manually install Nvidia drivers you downloaded from their website.
poVoq@slrpnk.netto Selfhosted@lemmy.world•Trying to find a general-use project management software solutionEnglish5·18 days agoYou could probably approximate something similar with Odoo. It is a big ERP, but all modular, so you can just remove the parts that are too complex.
poVoq@slrpnk.netto Selfhosted@lemmy.world•Suggestion request: Self-hosted app for shared directories like google driveEnglish1·20 days agoBeing worked on apparently.
poVoq@slrpnk.netto Selfhosted@lemmy.world•Suggestion request: Self-hosted app for shared directories like google driveEnglish4·20 days agohttps://github.com/bewcloud/bewcloud
Is a new option I recently learned about.
poVoq@slrpnk.netto Selfhosted@lemmy.world•I want to build a Mini ITX PC for my home server, where do I start?English6·21 days agoLike a sister comment here already said, mini-ITX boards and cases often come with unexpected space contraints, and annoying things like the RAM not fitting under the CPU cooler etc.
You will probably save yourself some hassle if you go for one of these N100 NAS boards that come with a soldered on CPU and a built in cooler.
poVoq@slrpnk.nettoLemmy Support@lemmy.ml•[QUESTION] Would you consider adding PoW CAPTCHAs?1·21 days agoExcept for one addition route in the reverse-proxy (which might not be needed anymore in newer versions) it is really only changing the port that points to Lemmy-ui to point to Anubis instead.
poVoq@slrpnk.nettoLemmy Support@lemmy.ml•[QUESTION] Would you consider adding PoW CAPTCHAs?2·22 days agoYou might have to sit through a slightly longer waiting time every now and then, but Anubis is not invoked on every connection and once your browser is found to be worthy you can surf as before.
The bigger issue might be if that old hardware can’t run a modern up to date browser, because then it doesn’t work at all, which is the real down-side of Anubis.
I tried it with the default settings of the Tor browser though and that worked ok surprisingly.
poVoq@slrpnk.nettoLemmy Support@lemmy.ml•[QUESTION] Would you consider adding PoW CAPTCHAs?1·22 days agoAh, ok. Yes that kinda makes sense if you think of Anubis as a CAPTCHA equivalent, but it really isn’t as I tried to explain in my other post.
poVoq@slrpnk.nettoLemmy Support@lemmy.ml•[QUESTION] Would you consider adding PoW CAPTCHAs?3·22 days agoYes and so far only minor issues that are hard to replicate. Thanks again for helping us to find out the final issue with the setup a few weeks ago.
I agree that it would make more sense to only enable it for unauthenticated visitors, but that seems a bit hard to do with an external software like Anubis.
poVoq@slrpnk.nettoLemmy Support@lemmy.ml•[QUESTION] Would you consider adding PoW CAPTCHAs?7·22 days agoIt does not stop them, but it does make it more expensive and slower for the attacker.
This is a bit of a misconception of what Anubis does. It uses PoW to enforce a full browser environment, but the PoW is only used once a week or so (or when there is some suspicious things detected). The PoW is then used to autogenerate a kind of password to store in the browser cookies, and to generate this “password” you can’t use the simple servers that are used at scale to scrape (practically ddos) the open internet right now.
The main problem is with complex websites like git forges that these AI scrapers hit all the computational expensive deep endpoints and practically force them to shut down from overloading the CPU.
Since I was forced to implement Anubis for my Forgejo instance I also experimented with it on Lemmy. Right now the results show that while Lemmy isn’t as badly effected by this AI scraping, there is still quite a bit of it happening. After adding Anubis the overall traffic went down by about a third on our instance, and it prevents the regular traffic spikes we previously saw and had no real explanation for.
But we also ran in some strange issues with it. Most likely it is caused by Anubis detecting mobile connections with switching IP addresses as possible scrapers (who are known to first access pages from a more complete server to get cookies and so on and then switch to a cheaper server on a different IP to do the actual scraping). But we are still figuring out how to replicate those issues, and they might have been fixed in the latest Anubis update we applied yesterday.
poVoq@slrpnk.netto Selfhosted@lemmy.world•Fully self-hosted password manager optionsEnglish3·23 days agoYou can open the browser extension menu and press the fill button. The autofill never seems to have worked here on my mobile Firefox 🤷
In theory you can also self-host Firefox sync, but well… there seem to be issues with that.
poVoq@slrpnk.netto Selfhosted@lemmy.world•What Nextcloud document service setup would you recommend?English27·27 days agoWhat you need to be aware off is that the LibreOffice based options run a full headless LibreOffice client on the server for each connecting user and stream the view as tiles to the webclients. If you mostly use low power devices to access your office files remotely this can be great as it offloads the processing to the server. But I think in most home server or VPS settings the server speed is the more limiting factor.
OnlyOffice on the other hand runs entirely in your browser and thus puts little extra strain on the server.
poVoq@slrpnk.netto Selfhosted@lemmy.world•Is it useful to create your own Mastodon instance?English6·29 days agoGoToSocial is just another Fediverse software that works with multiple users like any other. The difference is really only that it is tuned more towards smaller instances and as a result is easier to set up and maintain. It also assumes most people will be using a mobile app with it anyways and thus the built in webclient is very bare bones. It does work fine with external webclients like Phanpy though.
Yeah I wish there was a good answer to that. Floccus at least works ok for bookmarks.