this post was submitted on 29 Mar 2024
326 points (98.8% liked)

Programming

17129 readers
381 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 !webdev@programming.dev



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Ohi@lemmy.world 34 points 6 months ago (7 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';

[–] Black616Angel@feddit.de 16 points 6 months ago (2 children)

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

[–] Ohi@lemmy.world 7 points 6 months ago

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

[–] londos@lemmy.world 7 points 6 months ago* (last edited 6 months ago) (1 children)

I'm a bit paranoid...

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

[–] savedbythezsh@sh.itjust.works 9 points 6 months ago

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

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

load more comments (4 replies)