this post was submitted on 20 Nov 2025
95 points (95.2% liked)

Programming

23557 readers
105 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 2 years ago
MODERATORS
 

I am baffled any time I'm on facebook how horrid it is. Loads insanely slowly, won't accept picture uploads at random, randomly doesn't let you share to people in your friends group (it will just hide people for no reason). Such a terrible website. Sadly I have to stay on it for friends and music reasons (there is nothing else anyone I know uses) but man, it's crazy how badly they want you to install their spyware app so you don't use the browser version.

you are viewing a single comment's thread
view the rest of the comments
[–] pHr34kY@lemmy.world 22 points 3 days ago* (last edited 3 days ago) (7 children)

There's so many dark patterns to it. You'll notice that it's impossible to bookmark your "friends" feed. At every opportunity you get directed back to your wall, which is 95% shit you're not subscribed to.

And yes, uploads fail. You can't upload webp. Uploads randomly orient 90° off.

When responding to posts, the page will jump on every keystroke. It will then close the keyboard unexpectedly and reveal a button that subscribes to 4 random groups in one misclick.

If you move away to another tab or app for 30 seconds, the whole page reloads and you lose your place.

You'd think that with a trillion dollars you could get a shitty PHP feed to work smoothly.

Zuck has us cucked.

[–] SleeplessCityLights@programming.dev 4 points 3 days ago (1 children)

I am pretty sure the whole thing uses React. You know, the framework created by Facebook.

[–] pHr34kY@lemmy.world 2 points 2 days ago* (last edited 2 days ago) (1 children)

I love react. It's so straightforward until it collapses onto a tangled mess of hooks, refs, callbacks and dependencies.

I just finished updating an app to 0.82.1 today and JFC it was a mess.

[–] SleeplessCityLights@programming.dev 1 points 2 days ago (2 children)

Seriously speaking, what is option B? Start new projects in Svelte? Go back to angular or vue?

[–] Xylight@feddit.online 1 points 2 days ago

If you want to do web dev, svelte is a really good choice, I really enjoy development with it.

Sveltekit is also quite good at HTML-only sites (you can disable all client side JavaScript) which I make frequently

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

Start a new life on a farm.

But seriously, it was mostly because my coworkers don't realise when the linter underlines broken stuff in red. You upgrade it, and and your project has 180 errors and you have no idea which ones are new.

load more comments (5 replies)