Rishab
@Rshb_twts
Followers
118
Following
8K
Media
35
Statuses
761
You are one breakthrough away from changing how the world sees you.
1
0
4
Speaking factzz🗣️
Perks of being in a Tier-3 college 🤡: 1.Surrounded by low ambition you’ll start lowering your own bar too. 2. Life’s ultimate mission here: get a banda/bandi. 3. “Skills?” – unheard of. Semester exams are the only religion. 4. Attendance ka Olympic-level competition hota hai.
0
0
0
2022: ChatGPT will take over humanity. 2023: We are close to AGI. 2024: Software developers, beware! 2025: Sorry for the hype... ------ The marketing hype is dying down, and the AI bubble is going to burst. GPT-5 proves how far we are from AGI. And the hiring freeze is
38
49
693
💀💀
0
0
1
In 2024, I thought LLMs would quickly replace competitive programmers. But after reading their papers... I have a feeling... That AI companies are lying to us. Why? 1. All the models have similar generation algorithms. 2. They first generate 50-100 candidate solutions. 3. They
arxiv.org
Agents based on large language models (LLMs) for machine learning engineering (MLE) can automatically implement ML models via code generation. However, existing approaches to build such agents...
18
36
457
→X-frame-options : prevents the webpage from being embedded in iframe mitigating click jacking attack. →X-Content-Type-Options : Ensures browser does not try to guess the mimetype of the content and preventing it from MIME type sniffing attack.
0
0
0
4. Security Headers: →Strict-Transport-Security(HSTS) : ensures that the client only communicates with the server over HTTPS. preventing from protocol downgrade attack. →Content-Security-Policy : restrict the sources from which content like ( CSS, JS, HTML) can be loaded.
1
0
0
→Content-encoding : Tells about the type of the compression technique used to compress the file(gzip). →Etag (response header) : A unique identifier used to identify the version of the resource and helps in caching and updation efficiently.
1
0
0
→Connection : Tells what to do with the connection after response, means to keep it alive or close it. 3. Representation Header: →Content-type : Describes what is the type of the body. →Content-Length : describe about the size of the body.
1
0
0
→Accept : Tells the server that what type of resources do the client accepts. 2. General Headers: →Date : indicates the current date and time of request/response. →Cache-Control : Provides the Caching instructions and tell how long to store the data cached.
1
0
0
1. Request headers : → User-Agent : It tells the server that what type of client is requesting the resource. example : User-Agent: Chrome/5.0 (Windows NT 10.0; Win64) →Authorization : sends the bearer token to the server. →Cookie : Sends the stored cookies to the server.
1
0
0
Why? Because, it has to go through different transits before reaching to the recipient & in order to send it to the correct address delivery person has to see the necessary details like name, address, pincode. so we write it on top so that anyone don’t have to open it in between
1
0
0
Headers are Key-value pairs of different different parameters that sent over a request and recieved over a response. Why headers ? Analogy : when you send a parcel then the details like Address, Phone number, Recipient etc. is written on top of the parcel instead of inside.
1
0
0
Are You Just Vibing or Actually Building? Know Your HTTP Headers first đź§µ
2
0
3
5. HTTP/3.0 →Built on top of quick protocol a transport layer →protocol over UDP(User datagram protocol). →Improved performance. →Faster connection establishment. →reduced latency and better handling of packet loss.
0
0
0
→ HTTP/2 uses the HPACK algorithm to compress the headers. → Server can proactively send the data to client before it asks for them. → E.g., push CSS/JS files with the HTML response.
1
0
0
→Better Caching mechanism : Supports robust caching via headers: ETag Cache-Control Last-Modified If-Modified-Since
1
0
0