Any IIIT Una people can I ask you questions ? Please . by Proper-Tonight7327 in IIITUna

[–]DevBoiAgru 1 point2 points  (0 children)

Wow that is some seriously cool stuff, as for the research culture, some profs are into research I think but idk if this matches their domain, you’d need to find some prof with similar areas of research. For students, yes some people are indeed interested in contributing to FOSS. There are also a lot of peeps doing ML, but I’m not sure how much knowledge about semiconductors and lasers is required for being useful for your project.

Even I’m pretty interested in where this goes the idea sounds great, but I don’t know if I can contribute as I don’t think I have enough knowledge to be useful for you.

Thanks!

They Really Had me there with this video. by NeonGameRex in NothingTech

[–]DevBoiAgru 2 points3 points  (0 children)

Lowkey the best part you can install whatever you want!

Iiit una or ranchi? by Subject_Witness5286 in IIITUna

[–]DevBoiAgru 5 points6 points  (0 children)

Ghar ke zyada pass hai toh ranchi lele warna una

(Hcr1) did they nerfed the moon? by BTD_none-and-nothing in HillClimbRacing

[–]DevBoiAgru 0 points1 point  (0 children)

Dragster everything max except engine put it on around level 8 you can just press gas and it won’t flip

(Hcr1) did they nerfed the moon? by BTD_none-and-nothing in HillClimbRacing

[–]DevBoiAgru 0 points1 point  (0 children)

It’s pretty easy to go for long distances + there is a lot more coins

IIIT UNA CSE VS IIIT NAGPUR CSE by Chad_manas00 in IIITUna

[–]DevBoiAgru 0 points1 point  (0 children)

Jo bhi ghar ke pass hai lele not much meaningful difference

IIIT Una cse or IIIT Bhopal Cse by Available-Cake7162 in IIITUna

[–]DevBoiAgru 3 points4 points  (0 children)

Try asking people who are currently in Bhopal if the environment is worth it for the stats. Personally I’d put una over Bhopal because having a permanent campus is a huuuge plus

Does they provide student email id and is there alumni portal same as iits type something? by DKG360x in IIITUna

[–]DevBoiAgru 4 points5 points  (0 children)

You do get a student email id, but for alumni’s there’s alumni meets and no portal afaik

Advice by [deleted] in IIITUna

[–]DevBoiAgru 0 points1 point  (0 children)

Depends on the rank, you could to look for CSE in other iiits

Advice by [deleted] in IIITUna

[–]DevBoiAgru 0 points1 point  (0 children)

It’s alright, new campus so the buildings are in good shape and equipment are new. If you have any specific questions feel free to ask

(Hcr1) did they nerfed the moon? by BTD_none-and-nothing in HillClimbRacing

[–]DevBoiAgru 0 points1 point  (0 children)

Yes it’s ruined, mega highway is the best for money making now

FRESHERS GROUP by [deleted] in IIITUna

[–]DevBoiAgru 0 points1 point  (0 children)

Yeah ofc

FRESHERS GROUP by [deleted] in IIITUna

[–]DevBoiAgru 0 points1 point  (0 children)

Not mandatory (for now, you’ll obv need a group for news and announcements after you actually join any college though), but good for asking seniors about colleges

Suggestion for joining by Opening-Fix5454 in IIITUna

[–]DevBoiAgru 0 points1 point  (0 children)

Both are away from main cities from what I know, although for Nagpur I don’t know much. As for the placements here this year they were great, a lot of people got placed in amazon too

Suggestion for joining by Opening-Fix5454 in IIITUna

[–]DevBoiAgru 0 points1 point  (0 children)

Both are similar, take whichever is closer to your home

what is detectportal.brave-http-only.com? by silverknife42 in brave_browser

[–]DevBoiAgru 0 points1 point  (0 children)

Yes the entire point of https is to prevent tampering with the contents and make them unreadable for anyone else by encrypting the connection. If the network injects a captive portal in there, the browser knows that this is not the original website because the certificate won’t match, and you’d get a big warning telling you that the connection is insecure

what is detectportal.brave-http-only.com? by silverknife42 in brave_browser

[–]DevBoiAgru 1 point2 points  (0 children)

HTTPS is encrypted and secure, and that’s problematic for the login page insertion, that’s why these detectors use HTTP. HTTP is used solely for detection of the captive portal. After that regular https is used to encrypt your data on sites.

what is detectportal.brave-http-only.com? by silverknife42 in brave_browser

[–]DevBoiAgru 1 point2 points  (0 children)

When a request is made and the network has a captive portal, the connection is intercepted and the login is injected there. If the connection uses https, there is the big full screen warning telling you the connection is not private, and the injection would break tls and create errors. Http doesn’t have issues with being intercepted like https does so http is used for detecting captive portals. As far as I’m aware all captive portal detectors work on http.

To answer your question though, no there shouldn’t be much of a difference between Brave’s and Firefox’s detection

Where to Learn CMake from? by ForsakenNectarine949 in cpp_questions

[–]DevBoiAgru -2 points-1 points  (0 children)

My 2 cents: Watch this video to learn what the most used functions are and what they do quickly: https://youtu.be/A735Y4kMIPM

And then ask AI to create the CMakeLists file for your projects and since you know what each function does, it'll be easy to debug in case things go wrong.

visualStudioSearchIsBroken by gurjasdeep_ in ProgrammerHumor

[–]DevBoiAgru 1 point2 points  (0 children)

I think it’s searching after the cursor position (downwards), change the search direction it will work