This is the part about the "wasm won't replace JavaScript" argument I see being slept on and why I am so disheartened about how practically no progress has been made on it. Most trivial apps don't need to be optimized, and for them, JavaScript is fine. But for complex interactive web applications - it really fuggin matters. Think; - vscode - facebook - jira - linkedin - reddit There's no reason these applications sho…
LinkedIn uses 2.4 GB RAM across two tabs
391–400 of 481 posts
Re: LinkedIn uses 2.4 GB RAM across two tabs
#392Re: LinkedIn uses 2.4 GB RAM across two tabs
#393I don't understand why people get so hung up on Chrome using so much memory. A lot of this memory is "discardable" so will get dropped when the system is under memory pressure and the amount of memory allocated for this type of usage will depend on how much memory your system has available. If Chrome is using lots of memory then it's almost always because your system has lots of available memory. It allows the browse…
Re: LinkedIn uses 2.4 GB RAM across two tabs
#394The juxtaposition between this and "Voyager 1 runs on 69 KB of memory and an 8-track tape recorder" is probably the best one I've seen in a long time
Re: LinkedIn uses 2.4 GB RAM across two tabs
#395Earlier quoted context omitted.
Sorry for my ignorance, but what exactly is the distinction between hn and social media? Is it the personalization that distinguishes the two? Does "social" mean "feed depends on graph neighborhood"? So collaborative filtering + ranking algorithms + moderation is not social media until you add graph neighborhoods?
In social media the algorithm determines what you see. On forum boards, everyone sees the same set of posts. I do think it is an important distinction but I understand if others don't. At least we are all in the same reality on a forum board when we post. On a social media site, we see different sets of posts.
Isn't there an algorithm on HN to boost and downvote? It might be a different algo but there is one.
Re: LinkedIn uses 2.4 GB RAM across two tabs
#396Re: LinkedIn uses 2.4 GB RAM across two tabs
#397Let's be real, LinkedIn is full of LinkedIn Lunatics but pretty much all mainstream social media is pretty shit. They're just different flavors of shit. LinkedIn: bad. Facebook: bad. Twitter: I literally think it contributed to the collapse of discourse and rise of shallow thought / rejection of expertise. I'm not going to list more because the theme is, you guessed it, they're bad. Google+ had promise in that the ma…
Re: LinkedIn uses 2.4 GB RAM across two tabs
#398Earlier quoted context omitted.
Aka poor resources management. If you have significantly more images loaded in RAM than what fits on your screen, something wrong is going on. (Not counting the filesystem cache here, because it works in a best effort way).
The alternative is that for every glyph you render the entire glyph to the screen using the Bezier curves from the font, and you end up with dogshit performance - like the new windows terminal (not sure if they've fixed it yet). Caching glyphs is good resource management and with modern screen resolutions, color displays and subpixel-antialiasing you just simply need more than 70KB of RAM.
No, because you have no reason to have much more glyphs in your font cache than what fits your screen either (for people using a language with an alphabet based on the latin one at least, which is the majority of people on this website).
> you just simply need more than 70KB of RAM.
I didn't set the bar to 70kB. You also need more than 70kB of RAM yo store a full screen worth of image (which was the bar I set above).
But that doesn't mean you need 1GB either.
Re: LinkedIn uses 2.4 GB RAM across two tabs
#399Earlier quoted context omitted.
now a lot of job applications require that you give them a LinkedIn URL. What types of jobs? I find that very hard to believe.
Software jobs for sure, but I've been applying for jobs with employers that have other types of jobs too (nursing, accounting, industrial engineering, etc.) and the requirement is not solely for their software jobs. Some have fields that pattern match (for these I put something like " https://linkedin.com/I_DO_NOT_USE_LINKEDIN ") while others use an integration that actually require you to sign in to Linkedin (some o…
Re: LinkedIn uses 2.4 GB RAM across two tabs
#400This is the part about the "wasm won't replace JavaScript" argument I see being slept on and why I am so disheartened about how practically no progress has been made on it. Most trivial apps don't need to be optimized, and for them, JavaScript is fine. But for complex interactive web applications - it really fuggin matters. Think; - vscode - facebook - jira - linkedin - reddit There's no reason these applications sho…
Geez. if you need Wasm to solve this then I just don't know...
2) It's not just me, all of the apps listed have the same issues. I know that in addition to Atlassian, Meta and Canva have sunk millions of dollars into writing custom bundlers.