Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)V
Posts
3
Comments
597
Joined
3 yr. ago

  • Internet, the shit show is 24/7 no need to pay more for anything.

  • I hope but it's a so long process that single politician won't change. There is need for at least decade of consistent actions at this point. It's just 2 years of this bullshit left and we're back to people complaining that someone wears skirt instead of pants.

  • In her new letter to OpenAI, Senator Warren requested additional information regarding OpenAI’s business model, its plans to fulfill its spending commitments, and its appeal to the White House for taxpayer support by February 13, 2026.

    There is big shit show going on.

    https://www.warren.senate.gov/newsroom/press-releases/warren-presses-openai-ceo-on-spending-commitments-and-bailout-requests-after-cfo-suggests-government-backstop

    edit: original letter https://www.warren.senate.gov/imo/media/doc/letter_to_openai_from_senator_warren.pdf

  • Pack it to lambda and name it microservice.

  • Doubt. There was FT article about robots efficiency in factories with title.

    Robots only half as efficient as humans, says leading Chinese producer

    https://archive.ph/Gzi41

    Robots in this and next deade will be big flop. It will be like with VR from 80s and 90s

  • AI will be “better than humans at essentially everything.”

    I hope some AI will gang bang this guy because he's clearly missing some points.

  • Deleted

    Permanently Deleted

    Jump
  • Is it retrocausality ?

  • Buying good thick dedicated mattress without metal parts with firmness matching body weight.

  • Who is asking for this shit ? Do they even run consumer surveys ?

  • When you accidentally draw cosmological lithium problem.

  • I'll buy it for 1 dollar.

  • I would say that if you eat chocolate, drink coffee or use any technology you most likely give money to companies that indirectly use child labor or poison the planet so all those indexes mean nothing to me. My reply was ironic, sorry for that.

  • You won't get those numbers from internet requests, they do it locally or in cloud vpc, honestly those benchmarks are shit unless you are ISP. It's because you have ISP and your router involved before you even receive request. If you have traffic from all over the world there is also speed of light delay. Then you have linux tcp/ip stack and number of open files.

    I use openresty, I could add lru cache on top but it doesn't even make sense because each bot just tries one unique request so you would have to generate html files manually instead of hosting gitea instance.

    Gitea is on sqlite database on nvme so db doesn't really matter. I could put the sqlite on ramdisk as server is using UPS so I don't care about power outage but this would be ridiculous.

    Anyways simplest way is just block ip ranges in firewall and move on.

  • There is S&P 500 Shariah or if you're christian there is S&P 500 Christian Values

  • I don't know from theory or counting but I know that my 8 cores depleted sooner than my bandwidth and I have like 60 Mb/s uplink. My linux network stack parameters are pretty aggressive. The way I figured out that something is not right was when I heard loud fan noise from my server inside room. I logged in and all cores were red and logs were showing corporate fuckers trying to burn my house.

  • To be honest bandwidth isn't a problem because it's text files. The problem is to optimize network stack for multiple connections because they're hitting from whole subnets without any delay so literally ddos and cache those html files because at some point CPU becomes bottleneck.