- 2 Posts
- 22 Comments
bytepursuits@programming.devto
Selfhosted@lemmy.world•Hardware recommendations for running OpenSense as a Firewall?English
31·1 month agoNowadays I think most homelabbers are buying those n150 mini PCs from AliExpress. Specifically for opnsense
bytepursuits@programming.devto
Technology@lemmy.world•Motherboard sales are now collapsing amid unprecedented shortages fueled by AIEnglish
61·3 months agoI think. Most likely they going to be outcompeted by china.
https://www.bloomberg.com/news/articles/2026-04-27/why-china-s-deepseek-qwen-and-moonshot-are-a-worry-for-us-ai-rivals
bytepursuits@programming.devto
Selfhosted@lemmy.world•Cloudflare launches private mesh VPN (Tailscale-like) offeringEnglish
1·4 months agoI dislike tailscale for not having normal authentication.
And then you can’t switch auth provider, I can’t get rid of GitHub account login - it’s honestly infuriating.
bytepursuits@programming.devto
Selfhosted@lemmy.world•Welcome to !selfhosted@lemmy.world - What do you selfhost?English
1·4 months agoWait why is r self hosted soon to be dead?
bytepursuits@programming.devto
Selfhosted@lemmy.world•Popular self-hosting services worth runningEnglish
6·5 months agoOpencloud instead of nextcloud
bytepursuits@programming.devto
Technology@lemmy.world•'What a great way to kill your community': Discord users are furious about its new age verification checks — and are now hunting for alternativesEnglish
31·6 months agoNope. Never use telegram.
You can get banned out of the blue and just lose all the contacts.Never touching that
bytepursuits@programming.devto
Technology@lemmy.world•'What a great way to kill your community': Discord users are furious about its new age verification checks — and are now hunting for alternativesEnglish
8·6 months agoWould absolutely advise against telegram. They have your phone number and you have 0 privacy. There is 0 support. If you are banned - there is nowhere to file complaint and you just lose all your contacts.
bytepursuits@programming.devto
Games@lemmy.world•Discord will restrict your account next month unless you scan ID or faceEnglish
3·6 months agoI use signal. It’s not bad
bytepursuits@programming.devto
Games@lemmy.world•Discord will restrict your account next month unless you scan ID or faceEnglish
6·6 months agoTied to your phone number. Cannot use without phone number - result is automatic 0 privacy.
Another issue - there is absolutely 0 recourse if they ban you, there is no support you can email, there Is absolutely nothing. So if you have a family group there and telegram banned you - you are out of options entirely other than switching phone number and device.
Don’t touch that garbage platform with a 60ft pole.
bytepursuits@programming.devto
Games@lemmy.world•Discord will restrict your account next month unless you scan ID or faceEnglish
233·6 months agoWhatever you do - don’t use telegram.
bytepursuits@programming.devto
Selfhosted@lemmy.world•Exploring Options to add NVREnglish
1·6 months agoI use xeoma. It’s not open source, but I honestly could not find any decent open source Linux NVR.
bytepursuits@programming.devto
Selfhosted@lemmy.world•Finally installed my own FirewallEnglish
3·6 months agoShare some pictures and stats of you could. Do u see many probes?
bytepursuits@programming.devto
Selfhosted@lemmy.world•Privacy-friendly cloud storage with WebDAV and family plan supportEnglish
1·7 months agoOpencloud
bytepursuits@programming.devto
Technology@lemmy.world•Dell says the quiet part out loud: Consumers don't actually care about AI PCs — "AI probably confuses them more than it helps them"English
9·7 months agoThey said they still adding all of it. They are adding ai. Just not talking about it. Which is probably correct 😂
bytepursuits@programming.devOPto
Selfhosted@lemmy.world•opencloud - I migrated from nextcloud. Screenshots and docker-compose-compose.yml includedEnglish
1·9 months agoLet people use whatever they want.
you can do what you want
bytepursuits@programming.devOPto
Selfhosted@lemmy.world•opencloud - I migrated from nextcloud. Screenshots and docker-compose-compose.yml includedEnglish
211·9 months agoI’m sorry - I understand it’s free, but this is how I feel:
Nextcloud stopped being a fast, reliable file sync tool a long time ago (I mean - was it ever? it’s free thats why most people use it).
It’s become a bloated “groupware suite” full of useless Talk, Groupware, AI, and half-finished apps…
while the core sync still chokes on large folders and locks files like it’s 2015.The Core Problem PHP-FPM and mod_php are ancient architectures - every request spins up, runs, and dies. No persistent memory, no connection reuse, and no async I/O, no coroutines, slow as molasses non scalable backend held together only with redis.
Result: slow UI, slow sync, race conditions, and constant errors. Tons of open GitHub issues about sync bugs, upgrades, and no action from nextcloud. I’m sick of it. I’m done with it and I will be very direct about it.Comments and issues and proposed classical PHP solutions are shocking:
https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/big_file_upload_configuration.html#configuring-your-web-server Nextcloud suggests you up its ram to 16Gb. 16Gb Carl!
php_value upload_max_filesize 16G php_value post_max_size 16GWhat about 17Gb files Nextcloud? nogo? don’t use nextcloud then? Have you ever heard of TUS?
opencloud can run circles around nextcloud now - it is written in GO, much better architecturally, long running, uses connection pooling, does not need redis to survive.
What they (nextcloud) should do: Hyperf + Swoole
Swoole turns PHP into a high-performance async server - persistent memory, connection pooling, non-blocking I/O.
Hyperf+swoole - can rival GOlang. Hyperf builds on it: native WebSockets, coroutine HTTP, and microservice-ready architecture. You get live sync, push notifications, and massive concurrency with a fraction of the resource cost. Add TUS (resumable uploads) and you finally have reliable file transfer on bad connections.I don’t want bloat. I want reliable sync that just works. I’d rather self-host a lean, fast sync app than manage ten half-integrated apps. They need to switch to Hyperf + Swoole - and bring Dropbox-level sync to self-hosting without the pain.
Nextcloud could fix its image by: Refocusing on sync reliability and performance. Moving core services to a persistent, async engine (Swoole / hyperf, etc). Making “Nextcloud Core” modular - separate entirely from the groupware/ai/talk - I don’t fucking need it. Until then, those who care about speed, concurrency, and modern PHP should look beyond the old PHP-FPM world.
Im not the only person - people are sick of this inaction:

bytepursuits@programming.devOPto
Selfhosted@lemmy.world•opencloud - I migrated from nextcloud. Screenshots and docker-compose-compose.yml includedEnglish
5·9 months agoohoh. thank you. wth I didnt realize I needed to explicitely tick english
bytepursuits@programming.devOPto
Selfhosted@lemmy.world•opencloud - I migrated from nextcloud. Screenshots and docker-compose-compose.yml includedEnglish
142·9 months agoand I would have gotten away with it if it wasnt for you meddling kids.
NO - but seriously completely gratuitous from my end. I’m fed up with nextcloud.as to licensing - yeah I didnt even look at it, opencloud was forked from owncloud I figured it is something consistent. I like they use matrix for their chat.
as to enshittification - that is something nobody can predict but I have seen GPL3 went private many times: https://directus.io/blog/changing-our-license-one-year-later or mongo I think was agpl3.
tbh yes - licensing is not something I looked into strongly.



Those are exactly same products that are sold on Amazon.
You can buy exactly these same opnsense devices from Amazon.
Also I’m not sure what it was 10 years ago. But these days mini PCs is how most people homelab. 10w idle and enough firepower typically for most tasks.
Obviously pick modern AMD cpu and some fast nvme drive. Can’t beat minis