Skip Navigation
Jump
Your Chrome extensions may stop working in 2024
  • Sure buddy.

    https://www.phoronix.com/news/Firefox-Chrome-109-Benchmarks

    I'm a web dev and can instantly tell the difference. It's very noticeable when rendering maps on browser (what I do).

    Average Pete browsing news sites won't tell the difference though, I agree with that.

    0
  • Jump
    The ultimate life hack the government doesn't want you to know
  • When you pay with credit card it's bank's money. When paying with debit it's yours.

    I pay everything on the internet with credit card. It's safer.

    3
  • Jump
    Big projects are ditching TypeScript… wtf? - The Code Report
  • I do this daily and believe me when I say that I'd trade my kidney for the ability to use TS natively. This looks good on paper but jsdoc notation has lots of flaws and you literally can't do some things with it. Also, it doesn't check if the function actually does the thing you described so it needs manual review every time it's changed.

    4
  • Hi, I need to create a infinite (but breakable) cycle where I can slow down the cycle by awaiting promises inside. While cycle should be able to do this, but as you can see in the image, the duration is all over the place.

    Why is this happening? Is there a way to make it close to the original sleep duration?

    0