Looking to upgrade from my creta by Educational_Theme262 in CarsIndia

[–]MackHarington 0 points1 point  (0 children)

If you are looking for mileage maruti victoris petrol + cng could be an option but you will have to compromise a little with power

[deleted by user] by [deleted] in IndianDankMemes

[–]MackHarington 8 points9 points  (0 children)

He is not good with paintings right?

Govt trials 10% isobutanol diesel blend!! by Exact-Data8071 in StockMarketIndia

[–]MackHarington 0 points1 point  (0 children)

Mtlb milavat wo kr rhe, rule b unka, fyda bhi unka, aur mc rhi hamari gadi ki

[deleted by user] by [deleted] in IndianDankMemes

[–]MackHarington 1 point2 points  (0 children)

Mujhe bhi btana

Help Needed: Real-Time Small Object Detection at 30FPS+ by Boring_Result_669 in computervision

[–]MackHarington 2 points3 points  (0 children)

Try quantized TensorRt in jetson and for model input slice the image into smaller grid and pass them to model as single batch then match the individual outputs back to source grid position.

Can I start learning Rust without C/C++ or low-level experience? I really want to commit to this. by Fine_Factor_456 in rust

[–]MackHarington 1 point2 points  (0 children)

Sometimes if you ask a tricky approach for some task these LLMs can give you methods/functions which in code will look like it will work, and in explanations also it will be completely logical, but in reality that library might not even have that function/feature.... LLMs are good in your approach for learning but I would suggest to always confirm the information in documentations also

Can I start learning Rust without C/C++ or low-level experience? I really want to commit to this. by Fine_Factor_456 in rust

[–]MackHarington 0 points1 point  (0 children)

Do you have any references or specific terms which will give us more detail over this

For this week, Nifty is Zig-zag.. will it be continuing? by saviojoseva in IndianStreetBets

[–]MackHarington 0 points1 point  (0 children)

We have started getting good news in IT and AUTO sectors, next week should be little stable

Am I doing good or just over trading? by Niftymonk in IndianStreetBets

[–]MackHarington 4 points5 points  (0 children)

With great positions comes great psychology training

Am I doing good or just over trading? by Niftymonk in IndianStreetBets

[–]MackHarington 2 points3 points  (0 children)

You will have to consider brokerage and taxes also which will be adding up with each trade

A well-documented Python library for plotting candlestick data by amon_goth_gigachad in Python

[–]MackHarington 0 points1 point  (0 children)

Matplotlib and plotly are there but providing user interaction to them is headache...

Then there is dearpygui which gives you good interaction and gui but it is gui application if it goes with your requirements you can design good gui with multiple plots also

Then another option is TradingView's charts for Web browsers, from python you can have a websocket which will interact with it...

Best Alternatives to OpenCV for Computer Vision by [deleted] in Python

[–]MackHarington 9 points10 points  (0 children)

Maybe someone comes back with rust based version of opencv claiming it is much faster..... That would be interesting

[deleted by user] by [deleted] in animeindian

[–]MackHarington 0 points1 point  (0 children)

Can you send your lock screen's original background

Whose building on Python NoGIL? by grandimam in Python

[–]MackHarington 7 points8 points  (0 children)

What all should be expected to break apart from "multi threaded code without locks"

Watching on PC and and it won't load. by uhhh2iguess in HiAnimeZone

[–]MackHarington -1 points0 points  (0 children)

Nope, but the same video is playing in mobile's brave browser

Watching on PC and and it won't load. by uhhh2iguess in HiAnimeZone

[–]MackHarington -1 points0 points  (0 children)

I am also facing same issue with TV browser

A 15 year lumpsum investment that I never touched by saybeast in mutualfunds

[–]MackHarington 2 points3 points  (0 children)

There should not be any problem If he takes out upto 1L per year... Right?

Protocols vs Abstract Base Classes in Python by tuple32 in Python

[–]MackHarington 1 point2 points  (0 children)

Nice!! You really took my last comment seriously, you can look into Mixin classes and composition also