this post was submitted on 28 Dec 2023
1478 points (99.3% liked)

Programmer Humor

19197 readers
1129 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
1478
Good luck web devs (lemmy.world)
submitted 8 months ago* (last edited 8 months ago) by [email protected] to c/[email protected]
 

Alt text:Twitter post by Daniel Feldman (@d_feldman): Linux is the only major operating system to support diagonal mode (credit [Twitter] @xssfox). Image shows an untrawide monitor rotated about 45 degrees, with a horizontal IDE window taking up a bottom triangle. A web browser and settings menu above it are organized creating a window shape almost like a stepped pyramid.

Edit: alt text

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 6 points 8 months ago* (last edited 8 months ago) (1 children)

VS code is a good app in spite of using electron, not because of it. There's no reason a simple plaintext editor needs to allocate 300MB of ram even without extensions just to launch, and there is definitely no reason a plaintext editor should require compiling chromium to build from source.

Slack is fine, but only when you exclusively use slack. Throw in an actual browser, discord, VS Code, Whatsapp, teams (?), etc. each with their own chromium instance and now your 16GB of ram are being eaten up at idle.

[โ€“] [email protected] 1 points 8 months ago

I mean yeah it's a little heavy. Same trade off everyone makes every time they load a web app of any kind.

I run a lot of those apps concurrently and I don't have issues with not having enough ram.