Live data from Hacker News

Polypane: A browser for responsive and accessible development

polypane.app

1–10 of 63 posts

Re: Polypane: A browser for responsive and accessible development

#4

Ehhh.. seems it is closed source, and if so, I am not exactly happy to try it at all... Browser, handling so much important stuff, being closed source is a bit of... just no.

The rendering engine is Chromium so… that's the most important thing as far as I'm concerned. At least for this usage: it's a browser for web development, not for everyday use.

Re: Polypane: A browser for responsive and accessible development

#5

Should consumers start pushing back against subscription-based pricing models more actively at this point?

It's an economic model that is certainly not for everybody, nor for everything, but for dev tools that help me earn money, I can't see the problem. And if I stop paying for it tomorrow, and don't have access to it anymore, you know what? My site will still be online.

Re: Polypane: A browser for responsive and accessible development

#8

Ehhh.. seems it is closed source, and if so, I am not exactly happy to try it at all... Browser, handling so much important stuff, being closed source is a bit of... just no.

Is it you that audit the code or just having a piece of mind with the thought: "Someone MUST HAVE looked at that code and if I haven't stumbled upon any bad press, probably this is good to go!"? Maybe you are running some automated tools that identifies whether particular software accesses data it doesn't have to or makes network connections etc?

Something being open source doesn't automatically mean it is secure. On the other hand, any software running on your pc requires you to put trust in the developers. I think it would be easier to just setup monitoring (like preventing outgoing traffic or identifying DNS lookups etc) and limiting permissions on what particular software can do, be it black or white box. White box of course allows running some analyzers, but... do any non-contributors actually do it?

I remember seeing some tool here, don't remember - was it Microsoft made or what? That scanned the code and tried to identify what accesses software makes.

Post reply on HN