YouTube doesn't have anything special
YouTube literally has data centers full of custom silicon which is 20-33x more efficient compared to general-purpose hardware.
p.*
FROM
Products p
WHERE
p.Price < 50
GROUP BY
p.Category_Id```
Meanwhile the ORM is probably generating something stupid and unnecessarily slow like this:
```SELECT
p.*, c.*
FROM
Products p
JOIN
Category c
USING (Category_Id)
WHERE
p.Price < 50
GROUP BY
c.Category_Id```
Now stop using goddamn capital letters in your table and field names. And get off my lawn!
What is it from?
Sure, but they can still try. You ultimately have to make it happen though.
Ah, good ol' C-x M-c M-w3m...
Hold my rubber ducky, you're the one
Starfleet and nepotism – name a more iconic duo
Funny, but not helpful.
And glacier, because... glacier.
Go to Feeds. You can even pin it directly to the navigation bar.
JWBananas
0 post score0 comment score
joined 2 years ago