Show newer

@vaporeon_ i once had bug spray in my bag and they made me throw it away

@vaporeon_ it wouldn't surprise me if it counts as "liquid"

@vaporeon_ i doubt you could bring yogurt onto an airplane

@vaporeon_ it depends on whether the food is liquid and, if so, the size/volume

@vaporeon_ expect fucking goddamn Spirit Airlines who charge you for snacks but only tell you afterwards

@vaporeon_ i mean, free is kinda deceptive since the price of the ticket is accounting for various amenities on the flight, but that is very standard for the flights i've been on

@vaporeon_ there were free pretzels on the flight so i think we're good

@vaporeon_ but can you protect it from a hungry, flying clodsire?

🎈
:clodboy_cowdsire:

@vaporeon_ come to think of it, i could eat some pasta myself 🍝 :clodboy_cowdsire:

@vaporeon_ A more practical example I ran into occurred when I implemented an HTTP/HTTPS request library. Internally I used a recursive IIFE to automatically redirect response with 3xx status codes

@coriander this just seems reasonable i was hoping your hatred would be funny in some way :(

@vaporeon_ it's a functional programming thing and it only seems to be common in JavaScript

Here is an example:

const fib_20 = (function fibonacci(n) {
if (n === 0) return 1;
if (n === 1) return 1;
return fibonacci(n - 1) + fibonacci(n - 2);
})(20);

@vaporeon_ Immediately-Invoked Function Execution! (some people pronounce it as "iffy", I just say "eye eye eff ee")

It's a function that you declare and execute simultaneously :D

Show older
📟🐱 GlitchCat

A small, community‐oriented Mastodon‐compatible Fediverse (GlitchSoc) instance managed as a joint venture between the cat and KIBI families.