Cars. Need I say more?
- 1 Post
- 28 Comments
7ai@sh.itjust.worksto Asklemmy@lemmy.ml•Why do so many mobile versions of sites run worse on phone than desktop versions?981·2 years agoBecause modern web is bloatware. Too much javascript, CSS, ads and cookie popups. A phone’s hardware and internet speeds are generally not as fast as a desktop. So, it takes much longer to render on a phone.
Also, a lot websites nowadays deliberately make their mobile web experience shitty (cough ** reddit cough) to force their users to install their app.
7ai@sh.itjust.worksto Linux@lemmy.ml•20gb ram, 10gb zram, 10gb swap, default values. What should I change?2·2 years agoZram is basically a compressed swap device located in your ram. You can check the usage by running zramctl.
I would recommend setting mem_limit to 10 GB or disk_size to 40GB and algorithm to lz4.
7ai@sh.itjust.worksto Linux@lemmy.ml•20gb ram, 10gb zram, 10gb swap, default values. What should I change?2·2 years agoZram usually has a very high compression ratio - around 4:1 for lz4 and 6:1 for zstd. You can set zram to 40-50 GB. It will still use less than 1/2 of your ram.
Zram has an option to write poorly compressible data to the disk instead of storing it in the ram. I would split the swap partition - 3 GB for zram writeback and rest for ordinary swap.
7ai@sh.itjust.worksOPto Linux@lemmy.ml•I switched from Nixos to void Linux. Here's my experience so far.1·2 years agoI was using flakes. I gave the reason why it’s data intensive. If a core dependency like glibc is updated, it’s hash will change and all packages that depend on it need to be rebuilt and rehashed. It’ll download all packages again even though there’s minimal change.
7ai@sh.itjust.worksOPto Linux@lemmy.ml•I switched from Nixos to void Linux. Here's my experience so far.1·2 years agoInteresting! Any reason for this choice instead of doing everything through nix?
7ai@sh.itjust.worksOPto Linux@lemmy.ml•I switched from Nixos to void Linux. Here's my experience so far.1·2 years agoThat’s quite convincing :) I’ve been meaning to try gentoo for many years actually. I’ll install it soon and report back!
7ai@sh.itjust.worksOPto Linux@lemmy.ml•I switched from Nixos to void Linux. Here's my experience so far.1·2 years agoYep. I used the Xfce iso.
7ai@sh.itjust.worksOPto Linux@lemmy.ml•I switched from Nixos to void Linux. Here's my experience so far.1·2 years agoThank you that makes sense. When I get my hands on a more powerful machine and have less data constraints, I’ll try Nixos again. I do miss it sometimes 😆
7ai@sh.itjust.worksOPto Linux@lemmy.ml•I switched from Nixos to void Linux. Here's my experience so far.1·2 years agoA laptop with 8 GB of ram and 6 cores. I have only one machine that I use for work. That’s the main issueI. Need to find a free weekend to compile and try out gentoo 😅
7ai@sh.itjust.worksOPto Linux@lemmy.ml•I switched from Nixos to void Linux. Here's my experience so far.1·2 years agoI’ll try it sometime.
7ai@sh.itjust.worksOPto Linux@lemmy.ml•I switched from Nixos to void Linux. Here's my experience so far.1·2 years agoYeah I guess so then all those that remain are the benefits of Nixos 👍
7ai@sh.itjust.worksOPto Linux@lemmy.ml•I switched from Nixos to void Linux. Here's my experience so far.1·2 years agoThat’s right. I just rely on intuition to create a snapshot just before I think some operation will potentially break the system. (Along with daily snapshots)
It’s definitely not as bulletproof and transparent as Nixos. You can see what has changed by doing a diff :)
7ai@sh.itjust.worksOPto Linux@lemmy.ml•I switched from Nixos to void Linux. Here's my experience so far.1·2 years agoI definitely want to try out gentoo sometime. My system is not very powerful. I’m afraid it’ll compile for many days 😅
7ai@sh.itjust.worksOPto Linux@lemmy.ml•I switched from Nixos to void Linux. Here's my experience so far.1·2 years agoI was just going off based on its history. It began based on gentoo. (Wikipedia) but yea it is independent now.
7ai@sh.itjust.worksOPto Linux@lemmy.ml•I switched from Nixos to void Linux. Here's my experience so far.English3·2 years agoYeah. Most small changes will not rebuild everything. It’s just the core dependency updates that are most expensive. Like say openssl got a minor update. Now every package that depends on it needs to be rebuilt and rehashed because of the way nix store works.
7ai@sh.itjust.worksOPto Linux@lemmy.ml•I switched from Nixos to void Linux. Here's my experience so far.1·2 years agoOther than the obvious things like arch having better docs and lots of packages, void reminds me of arch before systemd. Especially editing rc.conf etc.
7ai@sh.itjust.worksOPto Linux@lemmy.ml•I switched from Nixos to void Linux. Here's my experience so far.2·2 years agoWas it recent? I remember doing the same some years ago 😆
7ai@sh.itjust.worksOPto Linux@lemmy.ml•I switched from Nixos to void Linux. Here's my experience so far.English41·2 years agoI just wanted something lightweight and fast. It was between alpine (gentoo based), void and artix (arch based). I decided to go for void because it’s new and an independent distro. I’ll try the other two some day.
The way the founder replied coldly and closed the GitHub issue is pretty telling. Now they’re doing damage control.
It’s usually better to stay away from VC funded software. They exist for the sole purpose of turning a rich guy’s million dollars into 100.