javascript crimes
The following causes a runtime error:
function factory(callback) {
callback();
return () => console.log(
"crime performed");
}
const func = factory(() => {
func();
});
// TypeError: func is not a function
But the following works:
function factory(callback) {
callback();
return () => console.log(
"crime performed");
}
const func = factory(() => {
setTimeout(() => func(), 0);
});
// "crime performed"
Accidentally getting a 20-minute history lesson on the early meta of TCG because I asked @aescling if Surfing Pikachu was a good card
Good things about Psychonauts:
My major criticism:
Currently obsessed this clip:
https://youtube.com/clip/UgkxRo6GXzUczUamz6XE_1dPxfP5fYY3LYP-?si=rIz-JLdSQ3oFvjV7
@aescling BOO
movie/animation/anime fan. videogame enjoyer. food liker. mathematics hobbyist and recovering physicist. software engineer. professional wonk. top-ranked c++ hater. prophet of The Truth. i would not be surprised if I had autism + adhd. i like animals that wear cowboy hats.
I answer to many names, including but not limited to wallhackio, BigmouthCreator, BingusDingus, catwin, and clodboy.
header is by @vaporeon_
"i regret ever allowing him here" ~aescling
he/him