avery, 20, pfp source, pronouns she/her. this blog is general-purpose and maintained for my own amusement. zero escape sideblog is @i-love-klim, but since there are many zero escape posts in the archive, and since I still post about other uchikoshi works (infinity/AI somnium) on here: information on spoiler policy (+ general tagging schemas) below
I try to keep this blog spoiler-free. sometimes I post spoilers anyway, and tag my posts as such. most spoilers on here are mild, so these are mostly for the benefit of anyone going through XYZ uchikoshi game for the first time
INFINITY: #ever17 spoilers, #remember11 spoilers
ZERO ESCAPE: #999 spoilers, #vlr spoilers, #ztd spoilers, #zero escape spoilers (I don't consistently tag that last one: blacklist the tags for individual games)
AI THE SOMNIUM FILES: [for AI1 only ->]#aitsf spoilers, #aini spoilers
and as for non-spoiler media tags...
INFINITY: #ever17, #remember11
ZERO ESCAPE: #zero escape, #9 hours 9 persons 9 doors, #virtue's last reward
AI THE SOMNIUM FILES: #aitsf, #aini
MISC: #omori, #off game, #deltarune
&& as for non-media tags... I tag posts that trip an automatic readmore on my dash as #long post, that's about it. I sometimes tag posts covering potentially triggering subject matters as #[x] mention, but I'm not consistent about it. if you need anything tagged lmk
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
✓ Live Streaming✓ Interactive Chat✓ Private Shows✓ HD Quality
Anya is LIVE right now
FREE
Free to watch • No registration required • HD streaming
Given the following declaration and initialization:
auto x = 'a';
what is the type of x?
x is a char
x is a short
x is an int
x is a long
x is something else
this won't compile because auto isn't a C keyword
this won't compile for some other reason
(see results)
Remaining time: 5 days 10 minutes
There are two correct answers here:
Under C99, C11, and C17 (GCC/Clang flags "-std=c99", "-std=c11", or "-std=c17"), the answer is "this won't compile for some other reason".
Under C89, C95, and C23 (GCC/Clang flags "-std=c89", "-std=iso9899:199409", and "-std=c23"), the answer is int.
Why? A few reasons:
auto is, in fact, a keyword. It has been since C89, and since K&R before that, and since B before that. It is a storage-class specifier (like static or thread_local or constexpr) and means "automatic storage duration"; AKA "this variable is freed at the end of the enclosing scope", AKA "this is a stack variable". Automatic storage is the default storage class for local variables (of course), and also only valid for local variables, so prior to C23 specifying it was always redundant.
Prior to C99, variable declarations without a type were implicitly given the type int.¹ Thus, in C89 and C95, this declaration is equivalent to auto int x = 'a';
From C99 until C23, this won't compile, but only because variable declarations without a type are illegal. auto is still a legal storage specifier. The relevant GCC/Clang diagnostic is -Wimplicit-int.
In C23 this declaration becomes legal once again, because a variable declared with the auto storage specifier and without a type (a so-called "direct declarator") now performs type inference. This is equivalent to writing auto typeof('a') x = 'a';
"But wait," you might ask, "why is x an int, if its type is inferred from its initializer? Isn't 'a' a char?" Nope! That's the case in C++, but confusingly, character literals in C have the type int, and thus so does x. We would have to write auto x = (char)'a'; to declare x to be a char.
¹A remnant of this behavior persists: writing unsigned, signed, short, long, or long long is equivalent to writing unsigned int, signed int, short int, long int, or long long int.
One the one hand, I basically agree with a lot of the negative reviews that the Kickstarter campaign for Mina the Hollower was not as forthcoming as it could have been about exactly what kind of game they were making, and the end product does feel like a bit of a bait and switch.
On the other hand, as much as I was expecting a retro Zelda-like, the concept of a full-featured soulslike that adheres to the graphical and technical limitations of the Game Boy Color is objectively hilarious, so even if I'm not particular into soulslikes as a genre I feel like I have to give them a pass, because what the fuck.
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
✓ Live Streaming✓ Interactive Chat✓ Private Shows✓ HD Quality
Anya is LIVE right now
FREE
Free to watch • No registration required • HD streaming
pick whatever option the person you're following who reblogged this post didn't pick. if they didn't say in the tags what they picked or if you're seeing the original post and not a reblog, pick at random instead.
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
✓ Live Streaming✓ Interactive Chat✓ Private Shows✓ HD Quality
Anya is LIVE right now
FREE
Free to watch • No registration required • HD streaming
For the purposes of statements like "You shouldn't base your understanding of queer politics purely on what you've experienced online," Seattle counts as online.
after starting to use letterboxd i take back everything bad about vndb. id rather a million stupid reviews of subahibi than have to read one more persons quippy one line twitter post 'review' that clogs up the page of every single movie
When people make posts going to bat for the feminist value of umamusume you can find-replace umamusume with “apple parfait onee-loli yuri anthology” and the resulting argument holds about as much water
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
✓ Live Streaming✓ Interactive Chat✓ Private Shows✓ HD Quality
Anya is LIVE right now
FREE
Free to watch • No registration required • HD streaming
Since I hate having to do my own searches to verify stuff, here’s a Science Daily link and the journal article it cites for any similarly lazy-but-conscientious people after me. (And the University of Michigan press release, for what it’s worth.)
Wood Carbuncle @veryinferno - Tumblr Blog | Tumlook