29 pointsby Zeidd8 hours ago5 comments
  • faangguyindiaa few seconds ago
    Google playstore sucks. Their stats lags sometimes by days.

    Google has figured out perhaps quality isn't needed to keep customers around.

  • dlcarrier5 hours ago
    I'm amazed by how bad web browsers are at handling web pages requests for too much RAM. I have an html files with just a one-line JavaScript command to create a 1 GiB array, that I open a few tabs of, whenever I need to stress test a computer:

        var allocation = new Array(1073741824).fill(0);
    
    For an ecosystem that is so VM-heavy, I'm surprised there isn't a system like Linux cgroups, to limit the CPU and RAM usage of any given page.
    • kinow2 hours ago
      It'd be useful to have a similar resource control in browsers. Maybe there is a way for an extension to achieve that? I'd be happy now if there was an easier way to find tabs consuming too much memory or cpu, like an alert or an icon.
  • KevinMS6 hours ago
    I'm glad I'm not the only one, this was giving me big problems, with Firefox on my mac

    I'd click on a youtube video, nothing would happen, and I'd tab over to my CPU monitor (which I kept running for just this purpose.) and I'd see the load up around 230%. I'd have to kill the process and usually give up on the video. It would only happen to some videos, but consistently the same ones. And I'd definitely see a problem with the buttons below the video - seemed like when the tab locked up sometimes the far right button would be rendered beneath the column on the right, like the reflow failed.

    I haven't seen it happen again in the last few days.

  • whalesalad7 hours ago
    bigquery studio will do this on a fresh page load.
  • Traubenfuchs3 hours ago
    “Google says 75% of the company's new code is AI-generated”

    „Fix the performance regression due to the menu layout recalculation loop bug. Make no mistake.“