RonSijm

joined 1 year ago
[–] [email protected] 10 points 2 months ago (1 children)

No, not some internal company, just Microsoft being Microsoft. So all Windows pipelines. They also have Linux based pipelines so not completely all pipelines.

But given that a lot of people build dotnet stuff on Azure, the 'windows-latest' image is usually the default. So a lot of pipelines

[–] [email protected] 15 points 2 months ago* (last edited 2 months ago)

That's not a Discord bot, it's a Slack RSS App / RSS subscription.

Event Source: https://status.dev.azure.com/_event/543117809

It's pretty useful 'for work' because occasionally you'll get notifications when parts of infra might be down (like your build server)

 

Oh no, not just my build server, Microsofts build server... Everyones' Azure build server - (if you're building on windows)

[–] [email protected] 5 points 2 months ago* (last edited 2 months ago)

It’s more the fault of the implementation and documentation.

Yea sure. Though it's slightly XMLs fault for allowing that kinda implementations. Every random thing is in it's own obscure namespace with 20 levels of nested objects in different namespaces, and if you get anything wrong it barely explains what's wrong, and just refuses to work.

It's mostly WCFs fault. I just automatically associate XML with nightmare flashbacks of implementing WCF stuff

[–] [email protected] 12 points 2 months ago (2 children)

Uh-huh... ever tried to integrate with a poorly implement WCF service? Like communication from a Java service to a dotnet service through a WSDL?

I'll take a json API over XML any day

[–] [email protected] 21 points 2 months ago

At some I added logging to a thread pool, when it gave up on child-threads, it would be logging things like

"Child 123 is being aborted"

Not the best of phrasing for people that didn't know what that was about...

[–] [email protected] 31 points 2 months ago

That laser at the end should have been Java Technology™ ;

You point it at anything, and end up with a huge dumpster fire... Sounds like Java to me

[–] [email protected] 24 points 2 months ago

Whatever you do, don’t use G2A and other similar CD key reseller websites

For indie games, sure, I always just buy those legit.

But some EA / Ubisoft game; I rather pay $5 on G2A than risk accidentally downloading a malware infected crack

[–] [email protected] 7 points 2 months ago (1 children)

Where does it end though? It's a bit like infinite craft - but instead of combining resources you'd have to find an inverse for every emoji

[–] [email protected] 9 points 2 months ago (2 children)

It's a bit weird how that actually works though...

"Which of these pictures are traffic lights?"

I'd hope with all the self-driving-(ish) cars coming out, any AI like that should be able to identify a traffic light, right?

[–] [email protected] -1 points 3 months ago

I've started to prefer option A to be honest.

In C# I'm using Verify - So I prefer to just use Verify(state); and compare the entire state against a json saved state, instead of manually verifying every individual property

 
[–] [email protected] 11 points 3 months ago

Me: building a fluent interface framework...
I already support a WrapperOf<T, T, T, T>
User: Can I have a WrapperOf<T, T, T, T, T> because I'm doing something weird?
Me: *sigh* god-damnit. You're right but I still hate it.

[–] [email protected] 38 points 3 months ago

O(n)? More Like Oh(No)

view more: next ›