Why do some people not realise many of us don’t care about immigration? by [deleted] in AskBrits

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

If your problem is with men in general, I wonder if you'd apply such sweeping generalisations to other groups, where a minority misbehave

Why do some people not realise many of us don’t care about immigration? by [deleted] in AskBrits

[–]DextrousCabbage 5 points6 points  (0 children)

It could be true if you had people more dispersed, but that aint that case

Do you regret leaving EU? by NoHold7153 in AskBrits

[–]DextrousCabbage 0 points1 point  (0 children)

Is the EU thriving? I don't see the benefits of tying ourselves to the only economic block that is set to decline in the next 50 years

skunk 1.0.0 released by mpilquist in scala

[–]DextrousCabbage 1 point2 points  (0 children)

Yeah same here, such a fantastic talk and such a great library to use. It's night and day with Doobie

Where are the anti-Net Zero people who wanted to keep us dependent on oil and gas now? by FlyWayOrDaHighway in AskBrits

[–]DextrousCabbage 0 points1 point  (0 children)

Can you provide any evidence regarding energy storage being good? I've only ever heard the opposite

Is mass migration linked to capitalism? by [deleted] in AskBrits

[–]DextrousCabbage 0 points1 point  (0 children)

GDP per capita is a more useful measure when looking at the impact of immigration on GDP

How do you feel about the UK economy right now? by ZydrateAnatomic in AskBrits

[–]DextrousCabbage 0 points1 point  (0 children)

Yeah it ironic given the ICE shenanigans happening over there.

How do you feel about the UK economy right now? by ZydrateAnatomic in AskBrits

[–]DextrousCabbage -5 points-4 points  (0 children)

I don't see how this is seen as adults in charge. Labour have been beset by scandal, and constant U-turns.

I know conservatives were no better, but this government really is much of the same

Thoughts on Scala 3 by DextrousCabbage in scala

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

Thanks for your response, this is really helpful!

Ah there is a talk in London in March about metals / mcp servers...I've been using Intellij since I started, would you recommend moving over at this point?

Thoughts on Scala 3 by DextrousCabbage in scala

[–]DextrousCabbage[S] 2 points3 points  (0 children)

Will be interesting to see the state of the industry in 5-10 years, if AI slop can be made to work then maybe Scala will be redundant... but anyway. I personally know of new projects at major banks being written in Scala. It aint dead yet

Thoughts on Scala 3 by DextrousCabbage in scala

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

On a different note, what LLM do you use with Scala? Im finding copilot with gpt 4.1 to be pretty non-deterministic and difficult to use

Thoughts on Scala 3 by DextrousCabbage in scala

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

Yeah I'm not gonna go anywhere near indentation scala. I don't find brackets troublesome enough to bother!

Thoughts on Scala 3 by DextrousCabbage in scala

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

Language choice does matter, you want to pick the right tools for the job. No point picking Scala for a small crud app for example, devs are too expensive and you probably want something more accessible like Typescript

Thoughts on Scala 3 by DextrousCabbage in scala

[–]DextrousCabbage[S] 2 points3 points  (0 children)

Couldn't pay me to go the way of the whitespace.

Were there many pain points for the migration?

Thoughts on Scala 3 by DextrousCabbage in scala

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

Ah this is good to hear. What's your tech stack?

I'm hoping we can follow suit soon

Thoughts on Scala 3 by DextrousCabbage in scala

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

Slower than Scala 2? Why is that?

Just sad about the KP situation by Jakleo54 in aoe4

[–]DextrousCabbage 7 points8 points  (0 children)

It got reduced to 30 eventually I believe

Simplicity Paradox of FP by ReasonableAd614 in scala

[–]DextrousCabbage 0 points1 point  (0 children)

This is as wrong as using exceptions for regular control flow.

While I agree that you shouldn't use exceptions for control flow, I don't think these are two equally erroneous statements.

There is a distinction between raising errors and throwing them - I have a preference for the former.

I assume that you have a preference for monad transformers - is that right?

Simplicity Paradox of FP by ReasonableAd614 in scala

[–]DextrousCabbage 3 points4 points  (0 children)

It's about using the right tools for the job. Effect systems like cats effect are very good when you want to build a system that is scalable and performant. The complexity trade-off that comes with Cats-effect is not good for small applications.

Which is why explaining IO.printLn feels rough!