this post was submitted on 29 Mar 2024
345 points (98.9% liked)

Programming

17419 readers
48 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 36 points 7 months ago (8 children)

A huge yet underappreciated impact on the modern world. People don't realize how much work goes on behind the scenes to bring those apps/websites to life.

Thank you for all your contributions Simon. Rest in peace sir.

SELECT * FROM real_influencers WHERE name = 'Simon Riggs';

[–] [email protected] 18 points 7 months ago (2 children)

Shouldn't that be:
DELETE FROM real_influencers WHERE name = 'Simon Riggs';

[–] [email protected] 8 points 7 months ago* (last edited 7 months ago) (1 children)

I'm a bit paranoid...

UPDATE real_influencers SET is_active = 0 WHERE name = 'Simon Riggs';

[–] [email protected] 9 points 7 months ago (1 children)

Please, let's get a little better data in here...

UPDATE real_influencers SET inactive_date=2024-03-29 WHERE name = 'Simon Riggs';

[–] [email protected] 4 points 7 months ago

5621 rows updated

[–] [email protected] 7 points 7 months ago

You can tell I'm more of a front-end guy 😄

load more comments (5 replies)