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!
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)!
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!
I think you can tag the community like a person in a Mastodon post and it shows on the community? Like @[email protected] but from Masto.
Nope! Doesn’t seem to work. Could be that my mastodon instance doesn’t federate to Lemmy.world though. If you search that “user” in masto you can follow them to see posts in this community, but seemingly not make them.
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.
It’s wild too. I’ve been in the hospital a lot lately and in addition to a bar-code wristband, every healthcare worker, before doing anything with me (the patient) will ask my full name and either birthday or address and then double-check it against the wrist band. This is to make sure, at every step, that they didn’t accidentally swap in some other patient with the same name. (Not so uncommon, lots of men have their father’s name.)
Meanwhile in like Iceland, everyone gets assigned a personal GPG key at birth so you can just present you public cert as identification, not to mention send private messages and secure your state-assigned crypto-wallet. Not saying such a system is without flaw but it seems a lot better than what we’re doing!
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.