Having the suit one corner and the rank in the other is going to make these a bastard to play games with. How would you hold them in your hand so's that you can see both?
If it's a Robin Hood story, then presumably it's full of gold coins rather than dollar bills. Bag's about the size of his head, call it four litres. Gold has a density about 20 kg / litre and is worth about $100 / gram, so ignoring the fact that you'd struggle to lift that bag, especially in one hand, it would be worth about $8M.
Still works out to about 0% of their wealth. Time to start taxing the rich.
Finish the transition from X to Wayland?
Impressive, since "network effects" are what keeps people on a platform. Why move off Xitter or FB when everyone's on there, and not on the new place? Keep moving a significant fraction of a million people every week, and pretty soon, it'll be where everyone is.
My partner, who is very non-technical, signed up for a BlueSky as well this week: "all the teacher blogs have declared that they are moving over". Looks like everyone has had enough.
Well; you could use that engine to produce something well-written, deep and interesting like New Vegas, but that still got dinged for being an absurdly bug-ridden release with serious performance issues. It was great despite the engine, not because.
There's some slightly-shonky open world engines that support some really impressive RPGs (eg. Baldur's Gate 3 on the Divinity engine - looks great but performance is arseholes) and some very impressive open-world engines that support some lightweight RPGs (eg. Horizon Forbidden West on the Decima engine - looks great and smooth as butter). And then you've got the Creation engine, which looks terrible and has terrible performance, and which runs bugs and glitches in a way that combines into (usually) very shallow RPGs.
Dang. It's going to take a dedicated regime to fill up a one gallon jar with, eh, fluids.
Wife's birthday tomorrow, and she wants rid of the Tories as a present. Fortunately, that's what I was going to get her anyway.
That's because Arch is the best, so any additional comparisons are just wasting everyone's time ;-)
As a programmer, Vulkan is like OpenGL has decided to stop holding your hand and let you spread your wings. Learning curve is utterly brutal, but no more assumptions - you've complete control and everything is open to you.
As a user? Install Wine and DXVK, or just Proton that brings everything with it, enjoy everything just working better. Not really a tough decision.
Deep frying a battery - likely to make your whole kitchen turn crispy.
Yeah; if I was picking the aspects of Ubuntu where they were making a mistake, 'minimal default install but easy to download more' would not be what I'd have selected - that actually sounds a good thing. Having too much out-of-date crud was starting to be a problem. 'Everything is a snap, which runs like a three-legged dog even on a powerful machine, and causes me disk space issues on less powerful ones too' - that's a problem. 'Keeping on messing with Firefox, and replacing my ppa version with an out of date snap, which means I've changed my works machine over to Mint to avoid their nonsense?' - that's a problem.
addie
0 post score0 comment score
I feel that Python is a bit of a 'Microsoft Word' of languages. Your own scripts are obviously completely fine, using a sensible and pragmatic selection of the language features in a robust fashion, but everyone else's are absurd collections of hacks that fall to pieces at the first modification.
To an extent, 'other people's C++ / Bash scripts' have the same problem. I'm usually okay with 'other people's Java', which to me is one of the big selling points of the language - the slight wordiness and lack of 'really stupid shit' makes collaboration easier.
Now, a Python script that's more than about two pages long? That makes me question its utility. The 'duck typing' everywhere makes any code that you can't 'keep in your head' very difficult to reason about.