Live data from Hacker News

LinkedIn uses 2.4 GB RAM across two tabs

news.ycombinator.com

191–200 of 481 posts

Re: LinkedIn uses 2.4 GB RAM across two tabs

#191
post #86

As much as you all dislike LinkedIn and the cringy posts, keep in mind that for certain parts of the market it is >the< main professional forum. It is where your investors live, and their capital providers live. So, play nice, yeah?

I sell my labor. I don't sell my respect.

Re: LinkedIn uses 2.4 GB RAM across two tabs

#192

Let'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…

Im pretty sure that is the current sentiment amongst the judicial body at the moment, Meta and Google have been taking blows left and right. They are also not allowing else to take shape that might make their business model obsolete. With all that we have more and more laws that are redistricting the use of social media by their own bad doing. So if another company wants to offer something innovative, now they have an unfair playing ground due to the enormous amount of regulation that are NOW being implemented. Another words the longer these large tech companies are able to keep their business the harder it is for innovation in this sector from other players. The spill over to polotics is dangerous and counter-productive to innovating technology.

Re: LinkedIn uses 2.4 GB RAM across two tabs

#193
post #189

I don't understand who uses that network anymore. Everytime I login it's all ai generated stories next to ai generated flavor images of people sounding like a parody of themselves ("what taking my kids to school taught me about business scaling"). Out of all places to doomscroll, why choose the one that feels like an episode of Severance?

I doubt many people go to LinkedIn for the cringey and obnoxious feed. It's more write-only than anything. Almost everything about LinkedIn is miserable, not just the feed, and we need a much better competitor that people actually use. One of the challenges to making it much better will be the same problem that most 'social media' apps/sites have: some of the awful is institutionalized and automated, and will go wher…

And be careful with AI elsewhere in the hiring process.

Recently, a good human recruiter found me an interesting AI startup opportunity. But they were "we're AI-first!" using an AI call scheduling thing instead of Calendly, and it seemed to mess up, so I emailed a quick heads-up about that.

Spent 2 days prepping on their market niche before the call with CTO, and then he no-showed. I got an AI-sounding email from the CTO, after I waited 10 minutes in the call, saying I no-showed, and California-nice offering to reschedule. I replied immediately that I'd been waiting in the call, referenced my earlier heads-up about the AI scheduling, and would continue waiting there in case now was still good. No response...

I wondered whether the CTO wasn't seeing my email due to broken AI managing his inbox, or if he had just blown me off and ghosted after a mess-up on their end that he didn't want to deal with. So I asked the recruiter to make sure employer knew what happened with the AI, and that rescheduling wouldn't just repeat the no-show and ghosting.

No joy after a few days, so I bowed out.

Don't use bad AI; or if you accidentally do, fix the situation when it messes up.

Re: LinkedIn uses 2.4 GB RAM across two tabs

#195

Let'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…

Social media being bad is partly because of shady business practices, and partly because a lot of people suck (in different ways, at different times, including us). Having said that all of that, have you tried mastodon?

Mastodon, Bluesky, etc are neat - both in what they're trying to be and their technology. But ultimately these days I reject them in favor of more local socialization (again, not geographically). What this looks like is a constellation of private (or pseudo private) discord communities. If I make friends in one, I often get invited to another. I recognize the merit in broader social forums like Mastodon, but it is not worth the drawbacks to me.

As an aside, I'm not happy with Discord as a platform so I'm working on my own clone with some common identity stuff but with community servers run independently. That is, there are some "federated" identity providers so community servers can agree on identity across servers, then each community server runs its own thing. The trust model is based on the community server - private channels in a community server are not E2E encrypted, you must trust the server. But DMs and DM groups are E2E encrypted and use mutual community servers as relays (with a special class of relay server for people who want to DM but don't have an actual mutual server). I'm having fun with it. Now if only I could figure out why my video has such high latency (even locally!).

Re: LinkedIn uses 2.4 GB RAM across two tabs

#196

Back in the ancient days of the web, browsers allowed you to set resource limits (ram, cache, etc) to prevent websites from hogging the limited resources of your desktop system. It's really a shame that all major browsers have since decided that you as a user should have almost no control over how much ram and storage any arbitrary website can consume now.

[deleted]

Re: LinkedIn uses 2.4 GB RAM across two tabs

#197

The fact that they hijack scrolling to artificially limit scroll speed is insane to me. Feels like I'm trying to navigate through molasses

Scroll down through jobs, hit next page. Page reloads at bottom of list on next page. Have to scroll up then scroll down, every page.

Baffles me ui like this exists in 2026.

Re: LinkedIn uses 2.4 GB RAM across two tabs

#199

Always thought people should be organizing cross industry unions and planning strikes on the platform. Why not?

Most of the heavies in my industry don’t even bother with linkedin. They get plenty of applications on their career pages already I guess. Only really startups (which aren’t really hiring at all) and the occasional blast from a middle weight company. There are more jobs for ai trainer than real jobs on linkedin right now.

Re: LinkedIn uses 2.4 GB RAM across two tabs

#200
post #125

Web developers of HN: how is this possible? What can use 1.2GB RAM for a website? Preloaded all videos?

Honestly, while I'm sure Linked is bloated, HN in Chrome is taking 204meg for the front page on my MBP. That's with no images, no videos, a minimal amount of css. `document.body.textContent.length` says 4278

Checking again it went down to 78meg. Still 78MEG!!! Thats over 1200 Apple IIs, Commodore 64s. I use to run Windows 3.1 for Workgroups, and in it run Microsoft Word, Excel, etc, on machines with 4meg. Now, a simple page of text is taking 78

I get why to some degree. It's highres 32bit display, multi-layered. The screen itself requires 36meg (40bit RGBA, 40bit because it's an HDR display). Each window itself is a texture. If the window is the same size as the screen then that's 36meg. Font Glpyhs are high-res antialias.

Compare that to my Windows 3.1 machine. OSes didn't use textures then and didn't anti-alias. GPUs didn't exist and the screen was 1024x768 or something small like that. Software rendering from fonts that were 1 bit per pixel.

I'm not saying that excuses browsers nor LinkedIn. Rather, if you go add up the basic pieces you'll find that part of the reason these things take lots of memory is because these things take lots of memory.

Post reply on HN