Live data from Hacker News

“Superfish is currently transitioning our focus”

home.superfish.com

11–20 of 24 posts

Re: “Superfish is currently transitioning our focus”

#11
post #5

Earlier quoted context omitted.

So?

You'd think that since Superfish was a web malware company, that intercepted web pages and added content to them, they would be competent enough to write a ten-line site without using a heavy, bloated website builder that makes 28 requests, most of them JavaScript. IIRC Wix was, until very recently, a Flash website builder.

Web 3.0 is pretty much that. Load 10MB of JavaScript libraries sequentially, then every element on the page needs a new loader, 30 HTTP requests, and a web socket.

Re: “Superfish is currently transitioning our focus”

#13
post #6

Earlier quoted context omitted.

Yeah, Wix has been transitioning all their Angular code to React. You're blaming superfish for using a website builder for a trivial page rather than actually care about hosting + coding + etc?

What happened to a plain HTTP page? (with all js you want, of course)

HTML page you mean? HTTP is a protocol.

Re: “Superfish is currently transitioning our focus”

#15
post #11

Earlier quoted context omitted.

You'd think that since Superfish was a web malware company, that intercepted web pages and added content to them, they would be competent enough to write a ten-line site without using a heavy, bloated website builder that makes 28 requests, most of them JavaScript. IIRC Wix was, until very recently, a Flash website builder.

Web 3.0 is pretty much that. Load 10MB of JavaScript libraries sequentially, then every element on the page needs a new loader, 30 HTTP requests, and a web socket.

And that's after a 10-minute build process using some node-thing, which, just to minimize and spit out static assets, needs to pull in 14,000 files of dependencies.

Re: “Superfish is currently transitioning our focus”

#16

I can't help but think it's funny that they're using React for a page like this, with scripts like 'wixAppsBuilder.min.js', 'wixAppsClassics.min.js' and 14 requests to frog.wix.com (whatever that is). So apparently they built this (extremely simple!) page with... Wix Website Builder?

Turn off Javascript and you literally get an empty page.

Impressively shit!

Re: “Superfish is currently transitioning our focus”

#17
post #11

Earlier quoted context omitted.

Web 3.0 is pretty much that. Load 10MB of JavaScript libraries sequentially, then every element on the page needs a new loader, 30 HTTP requests, and a web socket.

And that's after a 10-minute build process using some node-thing, which, just to minimize and spit out static assets, needs to pull in 14,000 files of dependencies.

Is modern web really that bad, and are those the reasons that just visiting some of the popular websites overwhelms my brand new cpu?

Re: “Superfish is currently transitioning our focus”

#18
post #17

Earlier quoted context omitted.

And that's after a 10-minute build process using some node-thing, which, just to minimize and spit out static assets, needs to pull in 14,000 files of dependencies.

Is modern web really that bad, and are those the reasons that just visiting some of the popular websites overwhelms my brand new cpu?

Slightly exaggerated, but that sort of thing absolutely happens.

Re: “Superfish is currently transitioning our focus”

#19
post #18
post #17

Earlier quoted context omitted.

Is modern web really that bad, and are those the reasons that just visiting some of the popular websites overwhelms my brand new cpu?

Slightly exaggerated, but that sort of thing absolutely happens.

The 14,000 files is an actual measurement of the node_modules folder for the build of a static site I've seen. npm is inane.

Re: “Superfish is currently transitioning our focus”

#20
post #11

Earlier quoted context omitted.

You'd think that since Superfish was a web malware company, that intercepted web pages and added content to them, they would be competent enough to write a ten-line site without using a heavy, bloated website builder that makes 28 requests, most of them JavaScript. IIRC Wix was, until very recently, a Flash website builder.

Web 3.0 is pretty much that. Load 10MB of JavaScript libraries sequentially, then every element on the page needs a new loader, 30 HTTP requests, and a web socket.

How else are you going to create the "side effect" of allowing the page owner, the hosting company, several CDNs, 10 social media "partners", an ad-network or three, and google[1] to each log page views?

[1] gotta feed the crack^Wanalytics addiction

Post reply on HN