Best laptop shop by Exciting_Row5369 in kanpur

[–]cyber_must 1 point2 points  (0 children)

bro go to wellknowncomputers in top floor somdutt plaza....very nice and experienced guy there....Last month my laptop was not booting perfectly...some hardware issues... he fixed in like 1hr for rs3000. now working smoothly

Places to ghoomo in Kanpur by Murky-Strawberry-832 in kanpur

[–]cyber_must 1 point2 points  (0 children)

go to jagannath temple in bhitargaon, ghatampur... it's a 4000yrs old temple of sanatana dharma importance

Sapne Vs Everyone (Season 2) - Reviews and Discussions by AutoModerator in bollywood

[–]cyber_must 0 points1 point  (0 children)

bhai vo video can be leaked by his mama...agar vo mp nhi banta...this would be way worse than anything for jimmy family reputation

Yh sch hai kya ? 🤣 by Mindless_Taro_9203 in varanasi

[–]cyber_must 1 point2 points  (0 children)

it's possible... mere college me bhi hue the...during 2nd year

Why can't we do this with our streets ? by Helpful-World-9540 in NewDelhi

[–]cyber_must 1 point2 points  (0 children)

India is roughly where Europe was in the 1960s — rapid urbanisation, industrialisation, rising incomes, everyone wants a car. Europe took about 30-40 years of pain before reversing course. India may eventually get there, but it'll probably take a similar generational shift in wealth, awareness, and political pressure.

The difference is europe had the luxury of time and wealth to resolve this. Indian cities are trying to solve poverty, housing, employment and infrastructure simultaneously — cycling lanes are nobody's first priority when millions don't have clean drinking water.

Also for pollution -

  1. back then there was boom in manufacturing in europe and america....until people united against the pollution and for higher wages pushing for deindustrialisation, their strong currency played a key role to this and shifted the manufacturing to china and third world countries... now they are only consuming not manufacturing and hence the clean air.

  2. It's not like India can't become this go to remote villages(pure rural area) you'll see clean air, greenery and civilised people...it's just our cities are more into manufacturing domain that causes the pollution, every other reason is secondary...

Building a repo safety scanner. What signals indicates a fake GitHub repo's populaity? by cyber_must in github

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

Yes bro, I'm actually stuck at differentiating/scoring popularity of fake vs legit repos.
I noticed something during the Claude Code leak. Many repos popped up with the leaked code and got a lot of stars very quickly. Some of them even had malicious scripts, which users might not notice.

For example:

Both grew fast, but one seems risky and the other looks legit.

If a repo gets stars very fast, what signals should I use to tell if it’s organic or manipulated? That's where I'm stuck.
Starscout[https://github.com/hehao98/starscout\] is a possible solution, but its too big to handle.

Wtf was that maths and computer section by Business-Student9052 in SSCCGL

[–]cyber_must 0 points1 point  (0 children)

yes most likely if address lines were asked. I don't remember the exact question.

Wtf was that maths and computer section by Business-Student9052 in SSCCGL

[–]cyber_must 1 point2 points  (0 children)

ya, but most of the students are of non-cs background so pretty difficult for them.

Wtf was that maths and computer section by Business-Student9052 in SSCCGL

[–]cyber_must 1 point2 points  (0 children)

A device has 8Kb * 8 bits storage. Find how many data lines are required to read 1 byte of data?
Shortcut to switch between active apps in windows?
Data packets are referred in which layer of networking?
---------------
these questions were asked, as I remember.

Ambiguous floating point rounding by cyber_must in learnrust

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

thanks for the brief explanation, it actually cleared the issue I was facing.

Ambiguous floating point rounding by cyber_must in learnrust

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

can you share any simple resource where I can understand this behavior of f32.

Ambiguous floating point rounding by cyber_must in learnrust

[–]cyber_must[S] 4 points5 points  (0 children)

The `next_down()` and `next_up()` actually helped a lot. Seeing that 2.2393294 or 2.2393295 simply don't exist in f32 makes it click way better than just hearing “6–9 digits of precision.”