wheels

joined 1 year ago
[–] [email protected] 6 points 10 months ago
[–] [email protected] 1 points 10 months ago

I always get confused by this analogy because my mind goes to beer representing open source (the ingredients aren't secret, and you can brew it yourself if you want to). "Free Coca-cola" would work better, like you're not paying for it right now but only one company knows how to make it.

[–] [email protected] 12 points 10 months ago (1 children)

unlike other sites like DDG actually has its own crawler whereas most alternatives are just frontends for google/bing

Just so you know, DDG does have its own webcrawler (DuckDuckBot). It takes results from that, and the Bing API, and other sources, to generate results.

Also, they pay Bing for results from the Bing API (which as I understand it gives configurable access to the Bing index) and so even the results that do come out of Bing are quite different than you'd get compared to just a "frontend for Bing".

[–] [email protected] 1 points 1 year ago (1 children)

Speeds can’t increase forever though because physics. I was under the impression 5ghz was near the theoretical limit, so I don’t believe we’ll see 7ghz any time soon.

[–] [email protected] 7 points 1 year ago (4 children)

I just tried this and it was blurry until I logged out and back in!

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

There's some instructions here but basically:

  1. sudo apt install zram-config

  2. append to end of /etc/sysctl.conf:

    vm.swappiness = 180
    # disable swap readahead (since using zram swap)
    vm.page-cluster = 0 
    

    Can check these have been applied with cat /proc/sys/vm/page-cluster or .../swappiness

[–] [email protected] -1 points 1 year ago

I also live in Europe