Skip Navigation

Posts
9
Comments
77
Joined
8 mo. ago

☭🇨🇳🇷🇺

  • Why?

    Jump
  • wait pornhub provides oauth? it would be funny if it does

  • not possible without root sadly

  • its fun to watch 1b3b videos even though I dont understand anything. i feel smart watching his videos

  • the code repo is giving 404

  • that's the meat and potato of these addictive platforms, I wonder if anyone will ever open source it. twitter does that half assed I think

  • you travel a lot haha

  • Thinking windows functions in two layer actually helped, Thank you kind stranger! :)

  • hardware support :(

  • these europeans now realized us is bad xD

  • what do they mean by "rockstart devs"? do they mean the people behind GTA?

  • how about openssl rand -hex 50 B)

  • go it Thanks :D

  • yeah I really wanted to see the source code

  • for most people Windows is just a Chrome launcher. so it is "usable" ig

  • wow, I didn't know we can have multiple databases for a single app/website. I assumed it wasn't possible when I learned about k8s and the teacher said there will always be one database while you can replicate your frontend/backend pods

  • um, I am not sure if I understood this.

    Let's say I want to create a record with my username and password. I will create it offline like saving it in a Json or plain text file. now when I get an internet connection back I will just send that username and password to the database. here the user isnt sending the Id so it shouldn't matter. but if the user is sending the Id then yeah I can see how it could become a problem. eg, two user can be sending the same Id 500 and will lead to race condition as someone else mentioned here.

    is it correct?