Windows hit its lowest market share in decades, Microsoft lost $400 billion in a week, and now their own president is admitting they need to fix the OS. SteamOS and Linux aren't waiting around.
Good point about critical mass. It doesn't need to take 50%.
You know, and the fact that windows is not as gateable as mobile platforms. There are 2-3 reasonable alternatives so it's much harder to stop the bleed. I wish we had alternatives on mobile
On my websites I see 90-95 percents mobile traffic. There is just no desktop usage anymore.
Since Ms lost mobile game , - I can only imagine they are loosing badly now as Linux can absolute easily replace it. Can't wait for oems shipping it.
Would 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.
Tied 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.
I'm working on getting rid of my Nest cameras around the house and trying to figure out my best option for an NVR. I really only have need/want for 2 cameras right now. One is the doorbell, and another is just a camera pointed at my back door/garage doors. I've already replaced the doorbell with a Reolink, and the other one is ...
I can see comments in the inbox, but not when I click on the post... weird.
my client - I just use the browser.firefox. I also use voyager mobile app and similarly dont see comments.
languages are set to "undetermined".
and 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.
I'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.
What 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.
Setting up xdebug with swoole could be a bit of a hustle especially if application is containerized and you are running swoole and xdebug in a docker container with IDE on the host. ...
Windows Is Falling Apart, And Microsoft Is Panicking ( www.youtube.com )
Windows hit its lowest market share in decades, Microsoft lost $400 billion in a week, and now their own president is admitting they need to fix the OS. SteamOS and Linux aren't waiting around.
'What a great way to kill your community': Discord users are furious about its new age verification checks — and are now hunting for alternatives ( www.techradar.com )
Discord will restrict your account next month unless you scan ID or face ( 9to5google.com )
Bethesda could have made a Fallout movie or TV show a decade ago, but "credit to Todd Howard," they refused Hollywood's offers until they found "the right partner" ( www.gamesradar.com )
Exploring Options to add NVR
I'm working on getting rid of my Nest cameras around the house and trying to figure out my best option for an NVR. I really only have need/want for 2 cameras right now. One is the doorbell, and another is just a camera pointed at my back door/garage doors. I've already replaced the doorbell with a Reolink, and the other one is ...
Finally installed my own Firewall
Finally ditched my ISP’s router and installed my own opnsense firewall with my own Access Point. ...
Privacy-friendly cloud storage with WebDAV and family plan support
I like onedrive a lot as it meets everything i need. But there is one issue. Privacy. ...
Dell says the quiet part out loud: Consumers don't actually care about AI PCs — "AI probably confuses them more than it helps them" ( www.windowscentral.com )
I moved to opencloud and its great - see screenshots ( bytepursuits.com )
I moved to opencloud and its great - see screenshots
opencloud - I migrated from nextcloud. Screenshots and docker-compose-compose.yml included ( bytepursuits.com )
Hey friends. I finally fired nextcloud - and so should you. ...
How to use xdebug with swoole and hyperf in a docker container ( bytepursuits.com )
Setting up xdebug with swoole could be a bit of a hustle especially if application is containerized and you are running swoole and xdebug in a docker container with IDE on the host. ...
Do you already use @layer in your code? ( developer.mozilla.org )
Do you guys already use css @layer in your code? just curious. ...