[-] [email protected] 1 points 2 years ago

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.

[-] [email protected] 1 points 2 years ago
  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!
[-] [email protected] 1 points 2 years ago

What is it from?

[-] [email protected] 1 points 2 years ago

Sure, but they can still try. You ultimately have to make it happen though.

[-] [email protected] 1 points 2 years ago

Ah, good ol' C-x M-c M-w3m...

[-] [email protected] 1 points 2 years ago
[-] [email protected] 1 points 2 years ago* (last edited 2 years ago)

Starfleet and nepotism – name a more iconic duo

[-] [email protected] 1 points 2 years ago

Funny, but not helpful.

[-] [email protected] 1 points 2 years ago

And glacier, because... glacier.

[-] [email protected] 1 points 2 years ago

Go to Feeds. You can even pin it directly to the navigation bar.

view more: ‹ prev next ›

JWBananas

0 post score
0 comment score
joined 2 years ago