normalexit

joined 2 years ago
[–] normalexit@lemmy.world 4 points 23 hours ago

I'm not dead yet and have a Blu-ray burner and some blanks.

[–] normalexit@lemmy.world 12 points 1 day ago

Some dogs that have severe separation anxiety will tear through doors like that. I've even heard of them going through drywall.

[–] normalexit@lemmy.world 9 points 1 day ago

Haven't tried that dish, but looking at it online it seems delightful. The sauces are always so flavorful.

[–] normalexit@lemmy.world 18 points 4 days ago

Maybe go on a site like meetup or find local events you are interested in. Go out and do something with strangers: help a charity, go on an organized hike, take a language class, do some volunteering.

Just hanging at the park putting out the vibe likely won't get you where you want to be.

[–] normalexit@lemmy.world 17 points 4 days ago

If I want at AI I have a multitude of options. It's baked into my editors and easily available on the web. I just paste some crap into a text box and we're off to the races.

I don't want it in my OS. I don't want it embedded in my phone. I'll keep disabling it as long as that is an option.

[–] normalexit@lemmy.world 2 points 4 days ago

Like off the ground? In this gravity?

[–] normalexit@lemmy.world 2 points 4 days ago (1 children)

Jesus allegedly came back, they aren't taking those kinds of risks these days

[–] normalexit@lemmy.world 11 points 5 days ago

My mom isn't the Director of National Intelligence. These are the basics.

[–] normalexit@lemmy.world 5 points 5 days ago

That's kind of his thing.

[–] normalexit@lemmy.world 1 points 6 days ago* (last edited 6 days ago)

"They simply go through the whole table".. that's the problem. A full table scan should be avoided at all costs.

Learn: how to run and read an explain plan, indexes, keys, constraints, and query optimization (broadly you want to locate individual records as quickly as possible by using the most selective criteria).

You also need to learn basic schema design and to familiarize yourself with normalization.

Avoid processing huge result sets in your application. The database is good at answering questions about data it contains. It isn't just a big bucket to throw data into to retrieve later.

view more: next ›