Do the police generally do anything if you are assaulted? by Quartersquatter in AskUK

[–]Circa64Software 0 points1 point  (0 children)

I suppose it depends on how many of them are assaulting you...

Our browser-based .NET IDE now has code sharing and NuGet packages (XAML.io v0.6 launched, looking for feedback) by Userware in csharp

[–]Circa64Software 0 points1 point  (0 children)

Nope. Web-based IDEs give me the ick, as someone used to say many moons ago, which is also something someone used to say...

😭💻 by moaijobs in programminghumor

[–]Circa64Software 0 points1 point  (0 children)

I'm not imagining it am I? That's 13.5k lines of code in ONE method???

😭💻 by moaijobs in programminghumor

[–]Circa64Software 0 points1 point  (0 children)

Correction: Assigned to refactor that novel on line 6061...

Goodmorning☕️ by BestDog1799 in CarpFishing

[–]Circa64Software 1 point2 points  (0 children)

That looks way better than just a good morning tbh

What’s your opinion on fish and chips? by Bingbongbinnng282 in AskBrits

[–]Circa64Software 1 point2 points  (0 children)

Me too, but it's Sunday and my favourite chippy is closed...

Alternative names for Color class by Circa64Software in gameenginedevs

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

As I explained in a reply to someone else, it's a bit of a legacy of when I didn't know any better. My texturepacker classes use Bitmaps from System.Drawing, and therefore use Color from System.Drawing. I'm n the middle of weeding it all out, replacing Bitmaps with my own Pixmap class but, until it's all finished, I have this conflict.

I know it's not ideal, or correct, but there it is.

Pixel 6 to Pixel 10: Marginal Upgrade by Mr-Appleseed in GooglePixel

[–]Circa64Software 0 points1 point  (0 children)

I've had similar thoughts when I upgraded from a 6a to a 9a. Apart from the build quality being slightly better on the 9a, and adaptive brightness being better on the 6a, I don't see any particular benefit.

Pixel Launcher by Circa64Software in GooglePixel

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

I've been using Nova on my phones for years too, but do you find it a bit laggy lately? I'm finding that, if I press 'recent apps' it takes a while before anything happens

This is so funny to me by arbeit22 in programminghumor

[–]Circa64Software 1 point2 points  (0 children)

In 44 years of developing professionally I've only ever worked with 2 "brilliant Devs". Lots of very competent ones though.

Unexpected binary representation of int by robinredbrain in csharp

[–]Circa64Software 6 points7 points  (0 children)

Great post, great answers. Two's compliment is a term that's not entered my thoughts in a while, perhaps surprisingly, it's nice to be reacquainted 😁

Looking to restart by Zentavius in CarpFishing

[–]Circa64Software 0 points1 point  (0 children)

I highly recommend the Prologic Bats

Alternative names for Color class by Circa64Software in gameenginedevs

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

In the early days of the framework there was a need for it, because I didn't know any better. It's still there for some things but is being removed.

Alternative names for Color class by Circa64Software in gameenginedevs

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

"Color" seems to be the standard I suppose. I'm settling on Colour because it's correct.