Casualy sliding this out of my pocket like, no way bro, i always keep that thang on me!
Casualy sliding this out of my pocket like, no way bro, i always keep that thang on me!
What if I told you that there are roughly 4 million steamdecks in existence. Ref
And that this is about 1\3 of the Steam Linux market. Ref and about half of the entire handheld PC market. Ref
Of course, we dont know how many MAU GOG has so maybe 4 million new customers is baby numbers, but Steam seems enamored enough of that market segment to commit huge new UI and store features (deck verification, “Runs on Deck” filters, other deck specific stuff) including the game controller mappings which do help with non-deck also but were clearly a necessary element for handhelds. Maybe deck users, it being a committed gaming platform, spend more on games?
Anyway, trying to get subscribers (always a teeny fraction of your free users) ahead of converting new non-customers into customers, seems like bad econ to me.
If GOG is so hot for game preservation why not see if they can score an emulation deal to bring lost handheld titles to PC\deck? Sega might be down, NeoGeo is owned by the Saudi’s, I’m sure they’d love some free money for their back catalog. That’s in line with Lutris’ mission of being the one game launcher for your entire library. A few strategic investments and partnerships could open up GOG as the gateway to classic gaming across devices, but that would require some vision to carry through.
Props for #2 being a #2, but of these I usually go for 6. My personal favorite though is Pentel twist erase.
Though all the kuru toga enthusiasts here have convinced me to give them a try.
I also buy 5s in bulk, those shitty bic pencils are the “little brother” option when my D&D players forget their own writing instruments.
Folks seem awfully confident in their ability to encode other things with only a single letter, but who said you get spaces or other seperators?
I’ll take A, so I can express how i feel everyday now:
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
YOU’LL HAVE TO SPEAK UP ME HEARTY! THE MATES AND I ARE RAIDING 7\11 AT DAWN FOR CANDY AND SODA! ARRRRRRRRRRRR(oooooooooo)!
I’ve been hoping to save this one next time I saw it. So… thanks!
Oh don’t worry, I get myself involved in plenty. I prefer to make problems at the architectural or “leadership” level though.
To paraphrase a common joke, it’s called the Fediverse because it’s full of feds.
This was probably a rare Babylonbee hit and OP was rightfully ashamed of the source.
Wildly, in C# you can do either and it has different results. I believe a bare throw
doesn’t append to the stack trace, it keeps the original trace intact, while throw e
updates the stack trace (stored on the exception object) with the catch and rethrow.
In C#, you can only throw objects whose class derives from Exception.
This is incorrect. The C# is valid. Throw in a catch statement simply rethrows the caught exception. Source: I’ve been writing C# for 20 years, also the docs.
I won’t act like MS absolutely didn’t steal core concepts and syntax from Java, but I’ve always thought C# was much more thoughtfully designed. Anders Hejlsberg is a good language designer, TypeScript is also a really excellent language.
PETA isn’t going to like all those für
loops
At least the names are extremely self-documenting. Some of those German variable names are long enough they might even be self-aware!
People say this, but I’ve been on Lemmy and Mastodon for about 1.5 years and Lemmy feels a lot more engaging than Masto. My posts there get one or two likes and boosts, while posts and comments here regularly get dozens if not hundreds of upvotes. I think Blue Sky is eating their lunch right now.
If you’re on Mastodon I highly recommend giving Mekka Okereke a follow. His longer posts on racism in the USA were very eye opening. I’ve lived through most of what he discusses and some of it even surprised me.
If you have any issue or complaint about the USA, racism is almost certainly at the root of it. No public transit? Because it disproportionately hurts Black people. Bad public schools? Hurting Black people. No social safety nets, rampant health industry abuse, pollution, crumbling infrastructure, and on and on it will astound you how many bad things in America are bad just to spite Black people and regardless of the universal harm they do.
There’s a break-up song on Chvrch’s debut album called Tether. One line, frequently repeated, goes “I’m feeling capable of… seeing the end.” A fine lyric, very breakup, much hopeful.
Except, I can’t tell when listening that she isn’t saying “I feel incapable of…” I don’t know if it’s intentional but I think the ambiguity really elevates the song from semi-empowering breakup song to powerfully-relatable song about the chaos of seeing a relationship end; simultaneously believing you can get through it while also having no idea how you’ll ever get through it.
It’s just fun wordplay too: feeling capable/feel incapable. Makes me want to use that structure more in my own writing.
I’m being sarcastic but not by much. Nordic countries do have much better digital id systems and the EU overall looks to be following their model.
He’s complaining that a number isn’t unique and is being poorly used, but the number isn’t supposed to be unique and he’s complaining that it’s not being used in a way that experts are specifically warned not to use it in.
But on a second, stupider layer, this is the system those numbers originate from. So however they use them is how they’re supposed to be used.
But then, back above that first stupid layer, on an even more basic and surface level degree of stupid, the government definitely uses SQL databases. It uses just… so many of them.
import birthday; let myAge1 = 4; let sisterAge1 = 2; let myAge2 = 44; let sisterAge2 = birthday.deriveAge(myAge1, sisterAge1, myAge2); print(sisterAge2);
Any bugs should be reported upstream. Please open a tracking issue to sync changes with eventual upstream fixes.