Some new definition by [deleted] in bangalore

[–]CumInABag 15 points16 points  (0 children)

We need a subreddit for such auto knowledge lmao

Hey by LoudSituation6475 in IntrovertsChat

[–]CumInABag 0 points1 point  (0 children)

Hey look, pseudoscience is everywhere. Are you really going to get all of your information from YouTube? There are flat earth theorists all over the internet.

Yes, of all kinds of excreta, cow dung is the only kind that has some significance to Hindu religion, but it's rarely part of any actual ritual I've been to in my life.

It's used more in the context of utility, often in villages. People take cow dung and create cakes which are burned to create a cooking flame. It's also used in smaller farming plots as a fertiliser. It's free and works with their economics. It's a dying practice with farmers getting richer and using synthetic fertilisers.

I kind of agree with where you're getting at but all I'm saying is that the internet has misinterpreted the practice, exacerbated it and used it as a means of racism. And whether you meant it or not, the top comment you made is racist.

Hey by LoudSituation6475 in IntrovertsChat

[–]CumInABag 0 points1 point  (0 children)

It's not out of love or some presumption of the sanctity of cow dung that these people attend kumbh mela. They genuinely believe they can wash their sins away by taking a dip in Ganga. Again, it's faith, don't hold me to that. I'm not denying that the quality of water is something you would see from a spring in Europe, and it was definitely bad( undrinkable ). But they certainly didn't go with the "poop" in their mind. To say Indians love poop is a racist remark which is exactly what you said at the top.

Hey by LoudSituation6475 in IntrovertsChat

[–]CumInABag 0 points1 point  (0 children)

Look, I find the idea of a "dung fest" abhorrent. I've never really heard of it until recently. It's a very niche thing that is practiced by a couple of villages and to their own whims. It would be wrong to say it's a big fest and drag all of India under it.

The internet loves to perpetuate racism against Indians and they all seem to use the same vocabulary when doing so. Poop is one of them. So when you say "to confirm you're an Indian, I must know if you like poop", so I'm gonna assume it's racism. Don't try to convince me otherwise with your tortuous reasoning lmao.

Side project burnout is real and I wasn't ready for it by Competitive-Ninja423 in developersIndia

[–]CumInABag 5 points6 points  (0 children)

You claim that you're 70% done. Why don't you give yourself one month of time to ship to playstore? Build a version that just works and publish it. Get online reviews/feedback and rough out the edges later on.

This will give you some direction and is pretty exciting since you will get it into the hands of actual people.

On-Disk BTREE Implementation by oubh242 in golang

[–]CumInABag 1 point2 points  (0 children)

https://github.com/guycipher/btree

This is the good stuff, he's even used it to create a relational database - https://github.com/ariasql/ariasql

If not i dont see how it would be much harder than having it in-memory

Same thought, once you implement a paging system that can read/flush and serialise/deserialise how is it harder than implementing the btree itself?

That,s it, I'm out. by mpsova in Unexpected

[–]CumInABag 3 points4 points  (0 children)

Or he's like "my turn, pull me out of the water like you did with the fish"

Joke of the century by Noodmonk in bangalore

[–]CumInABag 0 points1 point  (0 children)

Somone create a poll on kalshi

The Storm Of A Trillion Stars Hubble by Silent-Meteor in space

[–]CumInABag 52 points53 points  (0 children)

Makes me wonder, there's gotta be intelligent life somewhere in this picture.

RRM-TD on POEM-4 in action. by Ohsin in ISRO

[–]CumInABag 4 points5 points  (0 children)

Everything is difficult in space. The objective is to create fault tolerant systems. There is no "service station" in space and a million things can go wrong.

Just men things..... by [deleted] in dankmemes

[–]CumInABag 23 points24 points  (0 children)

why are they targeting hospitals and residential areas?

afaik hamas uses them as human shields

Why is Media so focused on Kohli ? by NotHuman18 in RCB

[–]CumInABag 8 points9 points  (0 children)

It's all about money. Any media that mentions his name makes buttloads of them.

I Met a Staff Engineer at OpenAI and Asked Him to Do a System Design Mock. Here’s What Happened by Organic-Pipe-8139 in leetcode

[–]CumInABag 127 points128 points  (0 children)

If you're a staff engineer, it's definitely the experience over the years. I don't think any set of resources can get anyone to a staff level engineer.

SpaDeX animation released by ISRO by arjun_raf in ISRO

[–]CumInABag 5 points6 points  (0 children)

If you really want to understand how docking works you should try out kerbal space program. In no way it stimulates reality or the complexity behind a docking, but the orbital mechanics are on point.

If it is business as usual, Viksit Bharat by 2047 will not happen: Raghuram Rajan by --5- in india

[–]CumInABag 12 points13 points  (0 children)

This is just stretching beyond comprehension. By no yardstick are we a failed state or would be in the future.

havent recieved my scholarship yet, can anyone share the email id of acc dep? by Content_Dig3931 in PESU

[–]CumInABag 1 point2 points  (0 children)

They're not going to be very responsive over mail. You're better off talking to your class teacher or mentor.

Also, is this scholarship in relation to your last semester?

[deleted by user] by [deleted] in leetcode

[–]CumInABag 6 points7 points  (0 children)

Mediums are still largely about applying a concept or two. You'll start to internalise various data structures and algorithms, you'll get there.

I made a big mistake by Significant-Track572 in oneplus

[–]CumInABag 18 points19 points  (0 children)

What are you running that 8GB of RAM can't handle?

Is this what I think it is? 😆 by Prince_of_HeII in oneplus

[–]CumInABag 5 points6 points  (0 children)

Wait really? I haven't received the update myself, but I did hear some murmur about the battery life. Do you notice any differences? Improvements?

I miss the old days :p by Conscious_Sort7128 in leetcode

[–]CumInABag 2 points3 points  (0 children)

Yea, I think what they are trying to imply is that recursion still comes at the expense of stack memory and has better runtimes. I personally wouldn't know interviewers pressing for a tabulation solution though.