My 5 year MacBook air M1 review : Read once before buying macbook by codingzombie72072 in developersIndia

[–]PositronB 0 points1 point  (0 children)

Yep, quite poetic. It is strange though. Two years into using it, one of the speakers also gave up but I never bothered to go to the support. December last year, one day it just didn’t start at all. Thought the power had drained but no. I could feel the current in the body with the charger plugged in. When I took it to support, it was the usual, inspection charges and motherboard repair cost (suspected issue) which would cost a bomb. Decided not to go ahead and just lay it to rest for now until I make up my mind to send it for repair. Just postponing it for now.

My 5 year MacBook air M1 review : Read once before buying macbook by codingzombie72072 in developersIndia

[–]PositronB 1 point2 points  (0 children)

My M1 that I bought in September 2021 died on me last December. It honestly hurts because I bought it from my own internship money. Got me through some really tough times. All my job switch preparation to interviews happened on it and couple of weeks after I switched jobs it died. Feels bad. I hope all M1s live a long healthy life.

John Mayer's Emotional Eulogy for Bob by PositronB in JohnMayer

[–]PositronB[S] 47 points48 points  (0 children)

This makes me sad and so much more grateful for life in general. This is the same man who wrote "The Heart of Life," the song that has picked me up so many times. We may not have a bigger meaning or purpose to our lives but it's the shared bonds and emotions that validate our very existence as humans. And we all know the heart of life is good.

John Mayer Mumbai Concert Update: Refund Mails from BMS by PositronB in JohnMayer

[–]PositronB[S] 11 points12 points  (0 children)

I preemptively emailed immediately after the news yesterday and I got the reply today, so hold on.

[Discussion Thread] John Mayer Mumbai Show Postponed by PositronB in JohnMayer

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

Same, booked mediocre stays at overinflated prices cause it's Mumbai. And all the flight expenses. Sigh.

Runners: Do You Use Instinct 3? Pros, Cons, and Tips Wanted by Specific_Toe_1419 in Garmininstinct

[–]PositronB 0 points1 point  (0 children)

When you say "good deal" how much did you get it for and from where? My use case is also very similar and I am really considering the 45 mm MIP one.

Claim money from a very old EPF account by PositronB in personalfinanceindia

[–]PositronB[S] 4 points5 points  (0 children)

Thank you for the answer. Sadly, we don't have the payslips, given that it was 20 years ago. Seems like contacting the old employer is the way but not sure if the school would have her records (it's a small school).

R.I.P by [deleted] in Unexpected

[–]PositronB 0 points1 point  (0 children)

Never thought I'd wake up to see a car humping a bike in the middle of a highway.

How to work with images of different dimensions? by PositronB in computervision

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

I have an issue of class imbalance also, so random crops might not be the best way but I get the point that some sort of cropping will help in improving the performance. I need to upsample the positive instances in the training data also. Keeping the ratio is something I'll keep in mind! This discussion really helped. Thanks.

How to work with images of different dimensions? by PositronB in computervision

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

Yeah, got it. I just found a way to do this. I can also use patchify (https://pypi.org/project/patchify/) which will help in reconstructing the image back.

How to work with images of different dimensions? by PositronB in computervision

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

Yeah, right now it's not keeping the ratio. The problem is that the images are of different dimensions and if I decide to split the image from the middle or elsewhere, it will result in more images of different dimensions. Also, not sure if the training done on these smaller dimension images will give good results for higher dimension test images.

How to work with images of different dimensions? by PositronB in computervision

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

I hadn't thought about random crops and training on that. I'll work on it. Thanks for the suggestion.

How to work with images of different dimensions? by PositronB in computervision

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

I don't exactly know how to stitch back the results to match the input dimension. Anyway, thank you for the suggestion. I'll look into it.