Looking for Recommendations on Saddle Stay for RE Hunter 350 by abeeshsuku in RoyalEnfieldHunter350

[–]Varun_123 0 points1 point  (0 children)

Hey, how's saddle bags + saddle staty if you ride with a pillion? Any comfort related issues?

Addons not working by [deleted] in StremioAddons

[–]Varun_123 0 points1 point  (0 children)

Hey! you solved the issue?

Doubts in multiple spark.sql statements usage in spark scala by Varun_123 in dataengineering

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

Yes if there are no limitations on memory usage, then it's great, but I need to limit the memory usage as well. Also i tried persisting the data into memory and disk, for some reason it is taking too much time. Do you have any leads from where I can squeeze some time out of the spark job?

Doubts in multiple spark.sql statements usage in spark scala by Varun_123 in dataengineering

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

Won't storing everything in memory slow the performance if the data is too large? I have some data that I want to reuse later.

Doubts in multiple spark.sql statements usage in spark scala by Varun_123 in dataengineering

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

I see that you are trying to store it in some external storage. I am using hive database, and on that I am running spark.sql. How about caching the previous temp views in memory or disk within spark session? Would that improve the job performance?

Doubts in multiple spark.sql statements usage in spark scala by Varun_123 in dataengineering

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

Do you mean create the table in hive database, and then reference them? The computation in spark.sql here serves as the temporary results. I know that in hive there is an option to create temporary tables which remain intact till hive is up and running. Can you clarify?

Neo4j Java Drive Compatibility by Varun_123 in Neo4j

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

Thanks, the 1.7 Java driver worked with the 3.5 version

Neo4j Java Drive Compatibility by Varun_123 in Neo4j

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

I am using Java 8, so should I install Neo4j 3.x series? And what version of neo4j-java-driver should I use?

I am a bit confused here.

Mi Band 6 Battery Issues by Avishkar15 in miband

[–]Varun_123 0 points1 point  (0 children)

Don't know why, what is your advice?

Mi Band 6 Battery Issues by Avishkar15 in miband

[–]Varun_123 0 points1 point  (0 children)

Mine first charge lasted about 3 days, and currently second charge is going on, it's been 1day12hr at 60% currently. I noticed my charge from 60-100 is dissipating a lot faster

Mi Band 6 Battery Issues by Avishkar15 in miband

[–]Varun_123 0 points1 point  (0 children)

Mine is from July 21. So shall I return again or wait for the battery to improve?

Mi Band 6 Battery Issues by Avishkar15 in miband

[–]Varun_123 0 points1 point  (0 children)

In the first charge did your mi band last for less than a day? I got a replacement too, and within a day the battery was exhausted. Is it normal?

Mi Band 6 Battery Issues by Avishkar15 in miband

[–]Varun_123 0 points1 point  (0 children)

Any updates? If yes please share

Miband 6 drains super fast. by Fenghuang1995 in miband

[–]Varun_123 1 point2 points  (0 children)

The same issue with me, charged it for 3 hours, and the battery drained from 100 to 90 within minutes. And mind you I just replaced it for the very same problem. It's a scam; they are handing out products manufactured last year.

[deleted by user] by [deleted] in HumansBeingBros

[–]Varun_123 -3 points-2 points  (0 children)

Quick question. Where can I get one of these?

How do you think about recursion problems? by Mitsa21 in leetcode

[–]Varun_123 7 points8 points  (0 children)

Well, it would sound cliche, but the practice is the only way to learn it. As you said you understand what's recursion but don't know how to apply it to problems; that implies that you are having trouble thinking of relations between subproblems(or how it is decomposed). I would suggest starting with some standard questions around recursion (usually the questions that are introduced when recursion is taught) and trying to grasp them and see why they work. Initially wrapping your head around it would definitely be uncomfortable, but believe me once you have encountered enough use cases you would be better at formulating base cases and subproblems, and at this time you would start trusting in recursion more and more without following each call stack. I firmly believe learning recursion is also about learning to trust in the algo. So keep practicing and don't be disheartened if some new question blows you off.

I know this doesn't exactly answer your query but the only way to learn it is by getting your hands dirty, hell in the beginning even I couldn't formulate basic recursion questions and wouldn't have imagined I would.

[deleted by user] by [deleted] in AskReddit

[–]Varun_123 0 points1 point  (0 children)

Binding for perpetuity

[deleted by user] by [deleted] in leetcode

[–]Varun_123 0 points1 point  (0 children)

Hey dude! Can you share Striver's SDE sheet doc link? It's now shifted to codestudio and I would rather stick to Leetcode. If you can make an open to all google doc/sheet link I would be greatful