There are some cases where any
must be used instead of unknown
but they usually involve generic constraints and seem more like a bug than intended behavior
There are some cases where any
must be used instead of unknown
but they usually involve generic constraints and seem more like a bug than intended behavior
It’s actually “most”
Just curious, why extremely low latency? If it’s for playing music, you might want to look into things designed specifically for that. Something like Jamulus
Space distortions
No no, 10 base 512 lines of code
I don’t recall it ever having been used to bring people back after they’ve been killed; usually it’s only relevant in weird circumstances like when Scotty showed up in TNG
But what’s the difference really
It makes sense if you just think of everything as a function.
JSX can exist without React; it’s essentially just an alternative syntax for function calls.
(That is, annoyingly, handicapped in the Typescript checker)
This is what Tom Riker did after leaving Starfleet.
Chinese chess is round chess. Shogi is pointy chess. Chess is icon chess.
The non-pointy sides are also sloped. https://en.m.wikipedia.org/wiki/Shogi#/media/File%3AShogi_Koma_Ryoko.jpg
I’m in the process of doing so now
Personal example: I once asked on the linguistics subreddit why desceiptivist linguistics were preferred to prescriptivist and was downvoted to hell and back. The only replies were to call me a racist. I never got an answer, and I still don’t know. So voting is not the end-all be-all of forum mechanics.
I’mma have to call bullshit here, unless there just so happened to be a different person using the name quindraco on Reddit who asked this very question.
Star Wars movies are actually from the far future, set in their past (but still our future). And they sent them back in time.
I thought someone had just used a spherize filter or something on a picture of McConnell
The article itself makes the connection:
As the 2024 presidential campaign ramps up, concern is quickly rising that such images might be used to spread false information.
Though, I guess shame on us for expecting better journalism these days.
The solution is … Embed a watermark when the image is generated? How will that help stop deliberate disinformation created with other tools
But generic type syntax is a feature exclusive to Typescript while
typeof
is a JavaScript thing. You’d never getPie[Pie[T]]
as a result from atypeof
check. (Please excuse the square brackets; seems like the markdown parser here isn’t quite right and it keeps messing up the angle brackets)Also, it’s
typeof foo
nottypeof(foo)
in js