Profile avatar
pair-of-rooks.bsky.social
66 posts 33 followers 279 following
Getting Started
Active Commenter
comment in response to post
It's limited third? But maybe with a lot of self talk that should be in italics? The few times I did that I felt I was just enabling a character to ramble on incessantly.
comment in response to post
I've had good experience with critters.org for this
comment in response to post
#doNotSteal
comment in response to post
That's because the skills for sales can't really be taught in school, so schools don't score students on how well they would do.
comment in response to post
Yeah, that's what I've been doing for years and it's never failed me.
comment in response to post
#oddlySpecific
comment in response to post
I'd say hello but it feels like an insult if I don't also say And Welcome 🤗
comment in response to post
"He's a menace, Peter."
comment in response to post
Nice!
comment in response to post
What game is this?
comment in response to post
6K "links" into command grab naturally, though it's a 50/50 I think
comment in response to post
He's already seen the circle...
comment in response to post
Their own.
comment in response to post
No. I was a SF head forever but COVID + SFV's net code and struggles + Strive making the characters look like adults + easier execution = obvious slam dunk
comment in response to post
Nah there's gotta be a mid tier sci-fi novelist in there somewhere
comment in response to post
Yeah choicescript inkle inform7 twine they're all of a piece.
comment in response to post
Nah learn JavaScript, complete the triad. It's also a great First Programming Language besides all that.
comment in response to post
eslint has an a11y plugin that specifically catches these mistakes
comment in response to post
Recommendations? My lil drip coffee maker is.. needing a friend to help out
comment in response to post
I've heard it's better than useeffect just to call set state. What's the usual issue?
comment in response to post
What did your cs degree teach instead? Hopefully not miles of type theory! (Er, kilometers of. Sorry. 😅)
comment in response to post
Can you tell me the difference cause afaict it's just slightly different abbreviations for inline styles either way
comment in response to post
Videogames are theater + audience improv. Easy.
comment in response to post
Typescript types are pure build time. Proptypes are runtime and hence incur overhead on prod. (Also typescript ate the world and you can almost pretend you're in a real language not js but I digress.)
comment in response to post
I don't need no stinkin if statements. Compare and goto only, as God intended.
comment in response to post
Override? If it starts current and finds what it's looking for immediately, it doesn't climb at all because why would it need to?
comment in response to post
Neocities?
comment in response to post
It was me. And finally my watch ends... :dies:
comment in response to post
Morning so rough even the Sun lies back down
comment in response to post
Omg the birds starting chirping here this week and it's such a mood lift even when indoors on the wage box
comment in response to post
And one that doesn't even play with a standard deck of cards either smh smh
comment in response to post
Federal witness protection program. They put borders outside of the dimensions by default you see...
comment in response to post
Built-in to vscode iirc
comment in response to post
Idk anything but that wall art is amazing 🤩
comment in response to post
I don't know vue but probably, since react has moved towards functional style pretty hard with the Hooks revolution.
comment in response to post
I am once again wondering why I'm explaining pagination and sorting to a backend dev. How is this not mostly obvious? The FE passes basically a whole SQL query's worth of stuff that you plug and play, only watching out for injection attack vectors. Duh? Instead, they need a spike to research this
comment in response to post
A Romanian coworker and I were evaluating resumes once and he remarked on one candidate "do they actually have 15 yrs experience, or do they have 5 years exp 3 times over?" That is Bob Martin. I read his 2008 book when it was new. "Comments that compile is not code, clean or otherwise" was my find.
comment in response to post
Examples cause I'm bored today: export type PostRequestModel = Omit<GetResponseModel, 'id'>; export type PatchRequestModel = Partial<PutRequestModel>; And there's some crazy ones I'm not typing out on mobile.
comment in response to post
If they didn't it wouldn't be "type", it would be runtime assertions. Which some languages do use instead of types but call it types anyway.
comment in response to post
I don't understand why ppl find typescript difficult. Seems everyone finds everything difficult and it's always the tech's fault.
comment in response to post
Rotating concaves intersection sounds hard in any language. Eff my math, every asteroid is a spherical cow, and when 2 cows kiss we rasterize. Cause looping through a list of hitboxes 1px tall is easy.
comment in response to post
Typescript has functions that act on types to produce new types. Syntax for it is not the clearest but it's handy.