Skip Navigation
Jump
Has google stopped working for finding anything?
  • 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.

    1
  • Jump
    Has google stopped working for finding anything?
  • 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".

    12
  • Jump
    Transgender players banned from international women’s cricket by ICC
  • I am still confused. My understanding was that trans people change their gender. This is something I am able to wrap my head around because gender (man/woman) is a human construct anyway and people should have the freedom to choose where they are on that spectrum.

    But isn't sex a genetic thing that can't be changed? If it's the case that a person can choose whether they are male or female then science is going to need new terminology to replace male/female for XY and XX because the words science used to use have been commandeered to mean something more like gender?

    12
  • Jump
    *Permanently Deleted*
  • This, and any decent RGB keyboard will support plain white backlighting, which should open up a lot of options

    2
  • Jump
    Intel’s new 14th Gen CPUs arrive on October 17th with up to 6GHz out of the box
  • 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.

    1
  • Jump
    Western leaders accused of hypocrisy over response to Palestine, Ukraine
  • ok, I could look this up, but I’m asking you instead. Why is Israel’s behaviour over the last 10 years in Gaza more justified than Russia’s?

    2
  • Jump
    For the first time in 40 years, Windows will ship without built-in word processor - Ars Technica
  • And notepad is a lot better than it used to be.

    Also, calling Microsoft as M$ is pretty cringe, like, are they really any more money grabbing than Apple, Amazon or any other big tech?

    2
  • Jump
    20gb ram, 10gb zram, 10gb swap, default values. What should I change?
  • 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

    1
  • Jump
    How bad is battery life on Linux laptop?
  • My x1 carbon, with tlp and kubuntu, idling with screen on estimates 20 hours battery life. Haven't had the patience to test it yet.

    5
  • Jump
    Recommendations for a FOSS Cross-Platform Note-Taking Application
  • If you run iCloud and syncthing on the same machine you can point syncthing at the icloud folder, and you’ve got a way to sync icloud to Linux.

    2