@amy nya
@wallhackio @vaporeon_ lmao
@wallhackio @vaporeon_ you would purrobably like go if you think like that
@vaporeon_ @wallhackio if you purrogram enough with pass-by-refurence languages you just get used to it
@vaporeon_ @wallhackio oh lol
@wallhackio @vaporeon_ yeah you don’t have pointer arithmetic at all in js. basically all implementations are using pointers under the hood and just not allowing the purrogrammer to manipulate the address they point to
const o = { k: 1 };
function changeObj(o) {
o.k = 2
};
changeObj(o);
console.log(o); // { k: 2 }
@vaporeon_ @wallhackio yeah basically
@wallhackio @vaporeon_ what gets deleted is the refurence
@wallhackio @vaporeon_ not a copy but a refurence
javascript wonkery
@wallhackio @vaporeon_ fur the record, the following alternative implementation is subtly but meaningfully diffurent:
const deleteThis = function() {
const temp = { _this: this };
delete temp._this;
};
arrow functions and functions defined with the function
keyword have intentionally diffurent rules about resolving this
@vaporeon_ @wallhackio @monorail makes her sound like a very tall elementary school teacher
@vaporeon_ @wallhackio @monorail “Ms. Glaceon”
@vaporeon_ in sonic x they kinda just do characterize him like an aloof sort of cat
@vaporeon_ it's a bit southeast of new york and a bit northeast of virginia—see the attached
i realize what i said was confusing. what i mean is that maryland is a small state, so even if there isn’t a major airport in maryland, it is likely a reasonable drive from there to the nearest major airport, even if you have to cross a state boundary
@vaporeon_ not sure. maryland is relatively small so i’m pretty sure there is a major airport nearby, if maybe out of state
it’s pronounced “ashling”. canonically a black housecat or any of the grass cat pokémon, but currently experiencing daily TFs. Commewnist. she/it. i automatically change my pfp on the furst post of the day
GlitchCat syscatmin and meowstodev; @ me about techincal problems with the instance, or fur feature requests. i got a job due to some extent to my work on this instance
i have very strong opinions about the sonic furanchise. pokémon has me in a chokehold when it comes to merchandise
available via email with the same username and domain. DM/email for other purrotocols
workplace policy is to clarify that all of my opinions expressed here are my own, and not those of my employer
“all this shit is still incomprehensible but im glad u accomplished something” ―@wallhackio
“i feel mildly relieved that the obscure and esoteric code that i use to build the site will always be definitely outclassed by the obscure and esoteric code that you use to serve it” ―@Lady