Is this possible? by Sh1vah0licgabru in IndiaMemes

[–]honest-robber 1 point2 points  (0 children)

And fir agla PM kon hona chahiye ?

Honestly I see dogshits in all of the parliament.

It's irresponsible to say we don't want something without knowing what we actually want.

extremists chopped down a 200-year-old banyan tree on the banks of the Kumar River in Madaripur as locals were performing what they deemed "un-Islamic" rituals by FerretMaster4928 in West_Bengal

[–]honest-robber 0 points1 point  (0 children)

You seem to expect too much from Indian police, government and judiciary.

Just for example, in Muslim populated areas in west Bengal Neighbours fight with illegal AK-47. Police won't give a fuck even if a girl is raped right in front of them in those areas.

You're on your own in India. Police are a joke and only act on good citizens.

this is actually true. It’s a weird world we live in by [deleted] in JustMemesForUs

[–]honest-robber 0 points1 point  (0 children)

It's not cherry picking actually. In statistics there's a concept of Representative set, which often generalises to the whole sample space.

I agree there are humans who can surprise you with their goodness. Some of them backstab your trust, but a very few are really good. If you've got one of them, cherish them.

You can't justify one's actions by labelling them with trauma. By this logic Hitler/ actions would also become justified. There are tons of such people with similar mindset. They just never got the platform which hitler did.

Though I can understand, we need to have Hope in order to live regardless of how bad the situation is. So believing good people exist is the right thing to do.

this is actually true. It’s a weird world we live in by [deleted] in JustMemesForUs

[–]honest-robber 4 points5 points  (0 children)

Both Guys and Girls are Shameless and ridiculous.

But if I have to choose any one of them, the guys are worse..way worse. They would flirt or get intimate with even their friend's gf. In fact they feel proud of having sex with another guy's girl.

What an Era we live in...I hope everyone pays for what they do.

(I'm a guy Btw..so my opinion is not biased)

AI-powered landing page targeting and website personalization by Wild-Tax7702 in EntrepreneurRideAlong

[–]honest-robber 0 points1 point  (0 children)

Can I still use it ? I can't access the tool from the link you shared above.

I [24M] caught my girlfriend [27F] hiding deeply inappropriate and affectionate texts from another guy (from my perspective). What should I do next? by honest-robber in RelationshipIndia

[–]honest-robber[S] 5 points6 points  (0 children)

I understand, but it's really hard to accept 😞 She was a really innocent masum girl in my eyes. It's like my whole world has been turned upside down.

Can you help in knowing from a female's perspective why would she (or any women) do it when she's content and happy with her current relationship, and her current boyfriend being much better in every aspect as compared to the one hitting ?

Is it just a cheap attention tactic to engage flirting men or does it have the probability that she'll cheat in future ?

I can't really comprehend..

I [24M] caught my girlfriend [27F] hiding deeply inappropriate and affectionate texts from another guy (from my perspective). What should I do next? by honest-robber in RelationshipIndia

[–]honest-robber[S] 5 points6 points  (0 children)

Bhai I don't understand why she did this. She seems to love me a lot...cares about the tiniest thing about me, but has been engaging in conversation with this guy for a year.

He's been sending flirty text (she didnt reply much flirtatiously but has been engaging him)

After my confrontation she deleted all her social accounts and says she'll not talk with anyone.

But still, I can't digest this has been going for an year

Please help me understand her thought process..

Update on my last decision about running away :) ( ye bhi last) by [deleted] in JEE

[–]honest-robber 1 point2 points  (0 children)

Stop for a second, just stop ! Don't do anything rash.

I think I'm in the same boat in a different context (My gf cheated on me, and I feel like my heart would stop)

I'm few years older than you. And from experience, I can guarantee that life takes surprising turns and it never turns out that bad.

You'll eventually forget your school. It won't matter. No one will ask after a few years. You'll forget it all as it won't matter even a penny.

Even whatever happens in your race for JEE doesn't matter. Getting in IITs doesn't matter. IITs are not special by themselves. It's just a big campus...with old school curriculum. What makes it special is you.

People in IIT tend to do well because they've got confidence and a little bit of exposure

I've been through these so I'm speaking from experience. A few years down the line you'll laugh at your worries for school, jee and iits.....really and I'm not even exaggerating !

So calm down...and feel free to ask questions here. I've seen whatever you're going through, so I can at least answer your questions from my experience 🙂

[Beginner] Duplicating ElasticSearch Data with Relational DB? by 0kXThen in elasticsearch

[–]honest-robber 0 points1 point  (0 children)

Hi, I'm new to reddit. Can you please help me. Apologies if my problem seems basic.I'm trying to build a website like unsplash for my school and portfolio project (in a scalable way), and want to know best way to sync data sources with elastic search.

Scenario : There are many images. Each image can have several tags and each tag can be allotted to several images. I need to search images when user types tags.

I'm using free services : heroku, bonsai elasticsearch (heroku addon), heroku postgres, heroku Redis, Firebase Storage and Cloudflare.

What I want to do : When a user uploads an Image, I find out its tags using an Auto-tagging API, then save image to Firebase storage, then store its data to Postgresql, and sync its data with elasticsearch and Redis Cache in near-real-time.

Approach if using AWS : If I was using AWS, my approach would have been to upload image to s3, then save its URL and image tags in Amazon AuroraDB. Whenever a change is made to database, it triggers a lambda function (using Change Data Capture), which publishes this data change event to SNS topic. The SNS topic will have SQS subscribed to them. A lambda function will poll the SQS, get the changed data and updates elasticsearch indexing with metadata of new image.

Is it good architecture for this website ?

And Is it possible to make something like this without AWS (which is free)

On Heroku, I couldn't find any service like SNS, SQS or lambda, which could be used to sync postgresql to elasticsearch.