JustinFTL

u/JustinFTL@kbin.social
1 posts · 22 comments

Recent posts

Recent comments

on meow_irl · c/meow_irl · 13 pts · 3y

I'm so confused. The plastic bag makes it look like a hurricane. Or was the photo taken under a coffee table and superimposed? Is it Spider-Cat?

Sunscreen. This is not limited to occasional outdoor activities, because the bulk of your UV exposure over a lifetime is your everyday exposure. Use an everyday SPF moisturizer on your face, neck, and arms.

on *Permanently Deleted* · c/politicus · 11 pts · 3y

What is one Christian value that this man holds? Like, if Jesus Christ was real, as portrayed in the Bible, they couldn't name one value that Trump holds in common with him. Not one.

I just use Bootstrap and don't worry about learning CSS. Probably because I suck as CSS.

But if I can use a few Bootstrap classes to make my app 'presentable' and 'professional-looking' and spend my time on what's important...functionality and security...then I'm happy to.

on Flip Flops · c/BuyItForLife · 3 pts · 3y

Havaianas last me forever. Not the fancy, multiple-material ones. Just the simple, rubber, 'Brazil' ones that are like $20. I live in Florida and wear them with shorts and jeans, in the summer and winter. They're indestructible.

on My thrift store haul · c/retrogaming · 5 pts · 3y

There is definitely something satisfying about owning retro consoles and games. But it's hard and expensive to find them sometimes, so I've been going the emulator/ROM route lately. I've found SO many amazing games. I'm playing the old Monster Hunter PSP games right now. I even installed Mario 64 for nostalgia, and I'm actually shocked how advanced that game is for its time.

@spicytuna62 my first (at 16) was a '96 Acura Integra, 5-speed, coupe. In black, so it was the temperature of lava in the Georgia heat. But god, I loved that car. It was zippy and drove like a dream. It was light enough that I could pull in my parents' driveway at 3am with the ignition (and consequently, the power steering) shut off so they wouldn't wake up. It fit 4 people, but usually only needed my seat and a seat for my CD catalog. I could drive it with my knees while eating Taco Bell on the way home from school. I traded it in for a 4-runner, and never felt the same love until I recently bought a MINI Cooper Clubman.

on meme · c/programmer_humor · 6 pts · 3y

@odama626 when my brain goes in auto-mode, mine ends up like:

`// opens dialog window
openDialogWindow(){

// set dialog config
const config = new DialogWindowConfig({...});

// open window
dialogWindow.Open(config);
}`