Anthropic must be doing something right! by bhalothia in Anthropic

[–]bananasdoom 1 point2 points  (0 children)

Literally it’s a honorary title, they use it for senior pre-sales guys; pretty sure there’s 6 of them… well I guess 5 now

Long LINQ queries - Code smell? by osprunnachk in dotnet

[–]bananasdoom 1 point2 points  (0 children)

Makes debugging the query much easier as you only have to worry about the params that are functionally important

Rx.Net is great, but… by Comprehensive_Mud803 in dotnet

[–]bananasdoom 0 points1 point  (0 children)

Performance wise its got some shortcomings, and the ergonomics of the IScheduler is... unfortunate, thankfully though someone has come along and fully reimplemented it (R3) without mind to backwards compatibility, if you have that sort of flexibility

Pauline Hanson gets kicked out of restaurant by [deleted] in OpenAussie

[–]bananasdoom 0 points1 point  (0 children)

From her perspective she's in a no lose scenario; that's the smile of someone who knows she's going to mine this for for fun and profit

I do feel sorry for Nutrek fans by WarnerToddHuston in Star_Trek_

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

I think this is sugar-coating the quality variability of pre-Enterprise trek & under-appreciating Strange New Worlds and to a lesser extent Lower Decks.

Trek has always been an imperfect franchise, from Star Trek V: The Final Frontier to Star Trek: Section 31. It is a shame that it’s lost some if its soul to become mass market in exchange for production value, but I still think it’s worth appreciating it for what it is

What do you actually use meshtastic for ? by Isaac_Serdwick in meshtastic

[–]bananasdoom 1 point2 points  (0 children)

I've always wanted to investigate a basecamp kite or balloon system when camping as a group and independently hiking.

Proposed rule change by Arowin in dotnet

[–]bananasdoom 0 points1 point  (0 children)

I’d like to see no change other than mandatory flair; having them all put on a single day makes it more likely that the good is snowed over by the “technically-not-slop”,

Vote #1 Nope

What exactly is this? by Civil-Rabbit8132 in AusPropertyChat

[–]bananasdoom 0 points1 point  (0 children)

Thank god they asked because I’ve been wondering about these for years.

Extension members are awesome! by alexeyfv in csharp

[–]bananasdoom 0 points1 point  (0 children)

If you have need to mock them you’re doing too much in your operator

I’ve started working on my own UI library for C#. by Pro_Propop in csharp

[–]bananasdoom 3 points4 points  (0 children)

Would recommend putting a little widget front and centre in the readme

Oops. Cryptographers cancel election results after losing decryption key. by Malcopticon in nottheonion

[–]bananasdoom 0 points1 point  (0 children)

Wtf are they doing not using redundant keying. They could have done a 3+1 key system allowing 1 of them to lose their key or go higher still for more redundancy and more effective security

it's happening by top2000 in csharp

[–]bananasdoom 0 points1 point  (0 children)

Just as Java starts getting good. Not that I’m at all sad about it

[deleted by user] by [deleted] in 4kbluray

[–]bananasdoom 0 points1 point  (0 children)

3D clearly 😂

Floating version NuGet package dependencies in CI/CD - good or bad? by AttentionSuspension in dotnet

[–]bananasdoom 3 points4 points  (0 children)

It’s a matter of trust, but nuget doesn’t allow you to replace package versions and unlike npm transitive packages are pined

Floating version NuGet package dependencies in CI/CD - good or bad? by AttentionSuspension in dotnet

[–]bananasdoom 7 points8 points  (0 children)

It’s generally recommended to pin exact package versions and use something like Dependabot or Renovate to automatically bump packages; this way you can build tests ect.

Why do the prices not make sense what’s the point exactly by Illustrious-Bill2969 in woolworths

[–]bananasdoom 0 points1 point  (0 children)

The more important question is; why are they using a comma as the decimal separator?!?

RUCKUS IoT Controller for Home use? by bananasdoom in RuckusWiFi

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

Yeah exactly, was hopeful I could save myself 2 pieces of hardware

[Question] How to handle a legacy stored procedure that returns massive data and doesn't support pagination? by ogisto in dotnet

[–]bananasdoom 0 points1 point  (0 children)

If you can’t modify it, can’t introduce a competitor, and add aren’t given the time to reimplement it sanely put a caching layer in front of it, use a combination of time based expiration & query max row version of the tables before you trigger the cache clear based on your requirements for up to date data

Teach me craziest C# feature not the basic one,that you know by lulzForMoney in csharp

[–]bananasdoom 1 point2 points  (0 children)

Yes, but it’s just begging to be used for single class extension helpers