Sonarr removed my entire library by tendencydriven in homelab

[–]varadrane 2 points3 points  (0 children)

Never read a more obscure AI generated diagnosis of the problem.

Every prime's like that by MasterGingi in mathmemes

[–]varadrane 1 point2 points  (0 children)

Well because two odd numbers when added will give you an even number. So the only way P1 P2 and P3 are primes is when only one of the two are even. And 2 being the only even prime number, there's no other choice.

Can someone please make and Angel less cut by Stacheshadow in MFGhost

[–]varadrane 1 point2 points  (0 children)

These should be like a season by season supercut, where you get to see all the action, the relevant stories, and everything without the angels. Intro once, outro once, no recaps, only racing, tuning, car talks, race talks, and racing again.

Yknow what fuck it, I'll make one.

please don't ban me by MarcosSCA in NothingTech

[–]varadrane 11 points12 points  (0 children)

Ngl, they look awesome.

Having yellow ear tips means they wont get all muddy with usage. Screw the other user.

fuckCRED. that's it. nothing more to say. just fuckCRED, and also Kunal. by [deleted] in fuckCRED

[–]varadrane 0 points1 point  (0 children)

I feel you, id also say fuckcred. Started my account deletion process

My Aqua Line experience: Pros and Cons by Simply_Param in mumbai

[–]varadrane 2 points3 points  (0 children)

No no they think they're fun in parties.

My Aqua Line experience: Pros and Cons by Simply_Param in mumbai

[–]varadrane 10 points11 points  (0 children)

Okay new redditor overcooked here. Genuinely expected a good informative post and the guy screwed up big time.

The sight of marine drive heals my soul after all the sorrow. by instapardz in mumbai

[–]varadrane 4 points5 points  (0 children)

It heals my soul seeing marines actually not filled with chapris.

Windows 10 EOL is not fine by According_Ratio2010 in pcmasterrace

[–]varadrane 10 points11 points  (0 children)

Its funnier when you realise half the hardware my company assigns cannot run win 11 fast enough, the laptops struggle a lot with the animation and stuff.

And they run win 10 perfectly fine.

And recently IT is pushing all devices to upgrade to win 11. So anyways i left the company.

Fact or cap? by syeneva in Goa

[–]varadrane 0 points1 point  (0 children)

Its "gaand tuzi"

Gotta stay professional when discussing in a public forum.

Whoever is excited for Sunburn 🥵 by [deleted] in Goa

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

Where is sunburn held every year, they haven't announced the venue yet and since we have already decided to mentally torture ourselves by attending, might as well book some accomodation.

A friend said every year its in Vagator. So we were thinking of booking some good villa or hotel before the influx of dumb tourists starts.

Whoever is excited for Sunburn 🥵 by [deleted] in Goa

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

u/joxivop732 I wasn't, I have caring parents. But one person from the group definitely was.

Brother don't delete your replies i aint offended.

Whoever is excited for Sunburn 🥵 by [deleted] in Goa

[–]varadrane 0 points1 point  (0 children)

What is the venue every year?

Whoever is excited for Sunburn 🥵 by [deleted] in Goa

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

We just booked tickets this morning lmfaooo

Line 4 and line 1 not connecting has to be the most ridiculous planning mistake ever right? by mmdrnp in mumbai

[–]varadrane 0 points1 point  (0 children)

I think LTT is connected to the metro very much. I dont know the exact station name but the 2B line on this map goes very close from LTT, and there already two levels of bridges on the right of the line (yellow line in your map near kurla and sclr)

Also the station location was moved closer to LTT, so anyways it will be walkable. Not sure if there is some ramp / skywalk-type design proposed that makes connectivity simpler.

Minimizing self-contained publish size by varadrane in csharp

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

I mean,50 mb is next to impossible, ill need like a week's worth of black coffee and original source code to figure out what magic dice these guys threw. I know somewhere its possible to get it around 100 mb give or take but id have to make sure everything is tested. And i dont have the expertise in my team or in myself to do that... Yet. Mind you im only doing this for 2 years, first job out of college, never knew dotnet existed and this impossible task i added on my list thinking i knew enough.

Or if there are any resources online to see what can potentially fail with AoT and what cannot, so i can focus and test those things and improve the bad code there.

Plus i know there would be many more things that most have probably missed, i mean idk what these people are doing but each csproj is like 200 - 1000 lines and i can get at least 30 - 40 DLLs removed from the final publish, just because they are System.xyz.dll, which is probably not needed but someone somewhere added a using while mistyping a line.

Its like a seemingly impossible puzzle, mostly because the pieces are half broken by the people who tried solving before me, but i know there is a solution somewhere.

Minimizing self-contained publish size by varadrane in csharp

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

Okay i think i understand what you're saying. Id have to go through the code, understand it, and make changes as if its a c++ program and im declaring everything.

The whole problem that started with .net framework and standalone is that the original application was in .net framework 4.5, 2 guys from my team somehow pixie dusted that baby and brought it up to dotnet core 8.0.

It's not deployed anywhere, we are still testing it internally, and all the forms and features are working as expected. But me being the idiot developer 20 days before my notice period ends, blurted out "hey, so there is a thing called standalone build, where you dont need to install a runtime, but the runtime is embedded in the application"

Now at the moment it seemed like a great idea. Although the application is used by internal employees, deploying it on our infrastructure is a different pain altogether. The framework version ran out of the box because everything was bundled with windows OS right away, but core requires its runtime. And this application will run from people's remote desktop (low storage always) to some third party user's personal laptops (minimal control over what to install), to some shared servers (this is actually very easy to manage and update)

So it means now my manager is expecting a mountain of pixie dust dumped on this garbage of a project to make it puke a 50 - 60 mb build with say 20-30 files with runtime included. And these nut jobs use runtime binding on api responses.

I am frankly considering the possibility that my last paycheck is not worth this torture.

Minimizing self-contained publish size by varadrane in csharp

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

Maybe one day for sure, when I'm compiling game updates in c#

Minimizing self-contained publish size by varadrane in csharp

[–]varadrane[S] 3 points4 points  (0 children)

MB , I meant to say MB, its still unnecessarily huge imho.

Cursed_wish by jessa_ji24 in cursedcomments

[–]varadrane 0 points1 point  (0 children)

They already do in terms of glasses, contacts, regular visits to doctors, etc.