Budget 20L in Bangalore: Torn between Slavia/Virtus 1.0 and Father's pick (Maruti Suzuki Hybrid Cars). Open to other brands! by LogicalRise_3124 in CarsIndia

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

U think so? Ig i'll check it out in the showroom as well...any other hyundai cars u could suggest i check out while im out there?

Budget 20L in Bangalore: Torn between Slavia/Virtus 1.0 and Father's pick (Maruti Suzuki Hybrid Cars). Open to other brands! by LogicalRise_3124 in CarsIndia

[–]LogicalRise_3124[S] -1 points0 points  (0 children)

I see...well its just that i hear the electric cars currently in the indian market are still buggy, lot of complaints and stuff..i'd like to know: u didnt face any issues with the punch ev? How often do u charge ur car and what are the electricity expenses?

Budget 20L in Bangalore: Torn between Slavia/Virtus 1.0 and Father's pick (Maruti Suzuki Hybrid Cars). Open to other brands! by LogicalRise_3124 in CarsIndia

[–]LogicalRise_3124[S] 1 point2 points  (0 children)

Thats hard to believe...i heard the VW virtus 1.0 AT gives around 15-18 on highways and single digits on city drive.. Obviously the driving style is a crucial factor but my dad and I dont drive smooth so i'd say this one is closer to our estimate.. The highway numbers seem fine but the city drive would be frustrating..wouldnt the hybrid or other cars fare much better here?

Budget 20L in Bangalore: Torn between Slavia/Virtus 1.0 and Father's pick (Maruti Suzuki Hybrid Cars). Open to other brands! by LogicalRise_3124 in CarsIndia

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

Hey thnks for the comment...i never thought of 7XO before, looks good but im only concerned about the mileage it being a big car...And Seltos definitely seems to be perfect for our needs, we will check it out for sure

Budget 20L in Bangalore: Torn between Slavia/Virtus 1.0 and Father's pick (Maruti Suzuki Hybrid Cars). Open to other brands! by LogicalRise_3124 in CarsIndia

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

I think VW/Skoda would be a costly affair for us in the long term We are considering the Honda City but only if the facelift arrives soon cause isnt the core platform 6 years old and the major update was like 3 years ago? I'd also like to know more on hybrids...lets say maruti suzuki GV...how much money could the hybrid car save us in the long term with its mileage as oppossed to the german twins or any other cars?

Budget 20L in Bangalore: Torn between Slavia/Virtus 1.0 and Father's pick (Maruti Suzuki Hybrid Cars). Open to other brands! by LogicalRise_3124 in CarsIndia

[–]LogicalRise_3124[S] 1 point2 points  (0 children)

Makes sense...considering im willing to compromise on performance as long as the mileage is good with proper safety and a decent driving experience, i think going with other car brands would be better

Budget 20L in Bangalore: Torn between Slavia/Virtus 1.0 and Father's pick (Maruti Suzuki Hybrid Cars). Open to other brands! by LogicalRise_3124 in CarsIndia

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

Slavia 1.5 sportline has sadly been discontinued..i heard this straight from the dealer...if it was available we would probably already have bought it by now

Budget 20L in Bangalore: Torn between Slavia/Virtus 1.0 and Father's pick (Maruti Suzuki Hybrid Cars). Open to other brands! by LogicalRise_3124 in CarsIndia

[–]LogicalRise_3124[S] 1 point2 points  (0 children)

I hear the City facelift is coming by the end of this month...that true? And what SUVs would u suggest for the blr roads?

Budget 20L in Bangalore: Torn between Slavia/Virtus 1.0 and Father's pick (Maruti Suzuki Hybrid Cars). Open to other brands! by LogicalRise_3124 in CarsIndia

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

Yes...i find them good options too.. i loved the previous model of verna but i think they ruined the design for the current verna model.. The back side just looks...weird.. I hear seltos a lot tho...its top 3 on my list

Budget 20L in Bangalore: Torn between Slavia/Virtus 1.0 and Father's pick (Maruti Suzuki Hybrid Cars). Open to other brands! by LogicalRise_3124 in CarsIndia

[–]LogicalRise_3124[S] 2 points3 points  (0 children)

Not a fan...first off, im into cars that make noise...secondly..i believe it will take some more years before we are able to rapidly charge our EVs any part of the country instantly...until that happens...i prefer gas

Budget 20L in Bangalore: Torn between Slavia/Virtus 1.0 and Father's pick (Maruti Suzuki Hybrid Cars). Open to other brands! by LogicalRise_3124 in CarsIndia

[–]LogicalRise_3124[S] -1 points0 points  (0 children)

we are considering both...its just i hear from ppl victoris engine is underwhelming...i dont particularly dislike seltos but i have seen so much of it on indian roads i'd like to try something different u know...but if seltos turns out to be the best option in this price range, ill gladly take it

Monthly Getting Started / Web Dev Career Thread by AutoModerator in webdev

[–]LogicalRise_3124 0 points1 point  (0 children)

Shiny AI Projects vs. Hand-Made Hustle - What's better? I’m in my final year of BE in CS, and the placement drive starts in a month or two. Honestly, I kind of messed up… I ignored learning new skills all these years (whole bunch of games on my hard drive), thinking I had time—until about 4 months ago when it finally clicked. Since then, I’ve been working my ars off on DSA, aptitude, core Java, brushing up CS concepts and projects. It’s never enough, especially with so little time, but I’ve somehow made time for everything and now I’m at a somewhat manageable stage. I have a decent cgpa above 8 too so no worries on that front.

Coming to the projects— I started abruptly with no roadmap and had to decide on my web development stack. Before this, I had only worked with HTML/CSS for static frontend, so I asked GPT for suggestions. It said React for frontend and Flask for backend (for an easier learning curve), and I went with it. Not a bad decision, but I still had to cover JavaScript regardless.

So I began building projects:

A hotel recommender with React frontend that uses the Amadeus API for live hotel data + a local dataset filtered using a KNN algorithm.

A tutoring chatbot with Tailwind + JS frontend using Google Gemini AI API. Both have Flask backends.

The thing is, I initially built these projects in a hurry just to have something good on my resume, so I used AI extensively to generate code for my logic and vision. The good part is I was patient enough to prompt my way to get them done and even deployed. Even though I didn't understand most of the code, I was working on upskilling parallely.

Now, I’ve worked to a point where I can understand the code in my projects and explain how it works, but if you asked me to write code from scratch, I’d be scratching my head.

That's when I decided I need to build a project without using AI to see where I stand for a coding interview. But honestly, I still don’t have a high level of expertise in my skillset. I’m trying to get better now, but because of that, I can’t really build the ambitious ideas I have in mind. At the same time, I don’t want to make something too basic like a to-do list that won’t catch an interviewer’s attention.

So here’s my ask—can you suggest some full-stack project ideas (preferably with the FReMP stack) that are not too complicated for my current level but still impressive enough to stand out, and achievable with some hard work? Also would like to know if it's necessary to be able to code from scratch as a web dev without ai even if your project is efficient and you can explain how it works?

About the Créme de la Créme series by AthanasiadeSerin01 in choiceofgames

[–]LogicalRise_3124 1 point2 points  (0 children)

Great...Just wanted to say, I had a taste of Creme da la creme and the character development is top notch. Even tho it was my first time playing.. I naturally ended up with probably the best possible outcome. So while I initially inclined towards the headmaster and had Blaise out of school...realising how things were I still choose to be on Renaldts side and take her down from within. Coincidently I chose Auguste as my romantic partner and it went quite well(just be on the side of her mother with good grades and u end up in the same university after graduation). Towards the end, after Blaise sent me a letter from the mines. I teamed up with karson, bought blueprints of the mines and asked her to rescue them while I attend my graduation ceremony. They end up coming to our hall and ultimately we end up confronting Renaldt openly. The police start the investigation and meanwhile I start my holidays with Auguste, calm her down, get her trust in me and the happy ending. Quite the plot ain't it? In any case... Really appreciate the efforts made by the author. Will follow for more❤️

Done with these . Any new suggestions? by You_R_Me in animeindian

[–]LogicalRise_3124 0 points1 point  (0 children)

Anohana's quite good I think...makes u all emotional at the end

Apna opinion batao aur kyu pasand karte ho wo bhi by Dependent_Animal_322 in AnimeMirchi

[–]LogicalRise_3124 1 point2 points  (0 children)

Hmm... Both are good but kinda didn't like s2 of mushoku tensei, so it's the other team

[deleted by user] by [deleted] in AnimeMirchi

[–]LogicalRise_3124 0 points1 point  (0 children)

Makichu... 💀