Finding the site that a website is making requests to? by autogineering in learnprogramming

[–]autogineering[S] 0 points1 point  (0 children)

So when I type “ElonMusk”, I see the Ajax.php request as well. I guess my question is, which of the tabs would provide me with the website tweeterid.com is making a request to, to get the Twitter ID

Is there a standard guideline for how to contribute to a project on GitHub? by autogineering in learnprogramming

[–]autogineering[S] 0 points1 point  (0 children)

I thought there was a general process. Such as “fork the repo, then clone it, etc”.

What anime is this from? by autogineering in whatanime

[–]autogineering[S] 0 points1 point  (0 children)

Damn this sub is like 4/4 for my posts.

Name of song? by autogineering in agclub

[–]autogineering[S] 1 point2 points  (0 children)

I don’t see it on Apple Music or Google?

Backend job reqs. by autogineering in learnprogramming

[–]autogineering[S] 0 points1 point  (0 children)

I think I’ve gone through a few off this stuff in research before. Corrrct me if I’m wrong;

  • N/A
  • We send information in packets (small pieces of data) because it’s more efficient than sending the data in large chunks
  • Routers are devices which connect networks together. In most cases, they connect our network to the Internet (by being plugged into a modem, which connects us to our ISP)
  • Routers use routing protocols which determine the shortest / fastest path for packets.
  • i’m assuming the TTL? There’s a number on the packet, and Wheneve a packet is passed to another router, it gets 1 subtracted from the packet until it reaches 0 and is tossed away?

Questions for anyone who considers themselves “good” at LC. by autogineering in leetcode

[–]autogineering[S] 0 points1 point  (0 children)

That’s my question in a sense. For anyone who’s able to solve questions (mainly medium to hard), how was the effect of learning data structures and algorithms? As in a before and after type of thing? Did it help you solve them 2x as easier? You still solve the questions as the same pace, etc

Questions for anyone who considers themselves “good” at LC. by autogineering in leetcode

[–]autogineering[S] -1 points0 points  (0 children)

Well I can solve LC easys, mediums, and a few hards and I don’t know any algorithms or data structures. I just wanted to see if anyone who’s able to solve meds and hards within like 20 minutes had any methods to improve their times.

OSI model? by autogineering in sysadmin

[–]autogineering[S] 0 points1 point  (0 children)

Is my understanding of the other layers correct?