Live data from Hacker News

Show HN: I got hacked, felt paranoid, made an app – GlassWire

glasswire.com

331–340 of 341 posts

Re: Show HN: I got hacked, felt paranoid, made an app – GlassWire

#331

Earlier quoted context omitted.

My name is Jon Hundley. Anton is my cofounder. I founded ManyCam also with Anton and it was acquired last year. We need an "About" page on our site. GlassWire is now my only project. https://twitter.com/hundley

Honestly, sorry about that Jon. I wanted to bring some transparency where there was none, and this seemed reasonable to actually share some concerns (and I don't consider this "doxxing" or whatever that other guy said, more like "googleing over coffee"). I did install your app and it is great! Coming from using the flow tool argus (part of the CALEA collection toolkit), I always thought that analyzing flow/connection…

We'll about the catch part, they're pretty open about that on the front page. They intend to implement new features just for paying customers. Over time I'm guessing the business value of the free product will decline while the paid one will rise.

Re: Show HN: I got hacked, felt paranoid, made an app – GlassWire

#333

Earlier quoted context omitted.

It's not just about screwing intentionally. Open source also helps with getting more eyes on the code. You need to be able to catch vulnerabilities before the bad guys or no amount of good reputation would survive. That is the primary reason for security software to be open source - reducing security by obfuscation and easy vulnerability check. That said, all software is written and audited by a group of individuals.…

That argument is often repeated and also that often falsified, that Open Source is better because there are more people who have an eye on it. I just want to mention: — The famous Debian-Bug, which lead to easily guessable "random" numbers. Nobody reviewed that code change for years. — SSL Heartbleed. Nobody reviewed the code change by that guy. Not even the maintainer reviewed it. So the problem with Open Source is,…

So if it wasn't open source, how would you go about discovering Heartbleed? It was discovered independently by multiple people beacause it was open source - so contrary to your naive assumption, people are looking at these things.

Here is a story how it happened and how it was patched - http://en.wikipedia.org/wiki/Heartbleed#Discovery

Are you really arguing that discovering and fixing Heartbleed would be simpler and faster in a closed source form?

Re: Show HN: I got hacked, felt paranoid, made an app – GlassWire

#334
post #23

Earlier quoted context omitted.

GitHub for Windows is another beautifully designed Windows app. They even published a blog post about it: https://github.com/blog/1151-designing-github-for-windows

Here is a library that helps to create such an interface: http://mahapps.com/ It's also mentioned in the blog post you've posted. Disclaimer: I'm one of the developers of MahApps.Metro, I hope nobody minds the shameless self-promotion

MahApps.Metro has been my go to for simple interfaces. Mix it with ReactiveUI and some saner DI, and it's just awesome. Thanks very much for your work!

Re: Show HN: I got hacked, felt paranoid, made an app – GlassWire

#335

Earlier quoted context omitted.

That argument is often repeated and also that often falsified, that Open Source is better because there are more people who have an eye on it. I just want to mention: — The famous Debian-Bug, which lead to easily guessable "random" numbers. Nobody reviewed that code change for years. — SSL Heartbleed. Nobody reviewed the code change by that guy. Not even the maintainer reviewed it. So the problem with Open Source is,…

So if it wasn't open source, how would you go about discovering Heartbleed? It was discovered independently by multiple people beacause it was open source - so contrary to your naive assumption, people are looking at these things. Here is a story how it happened and how it was patched - http://en.wikipedia.org/wiki/Heartbleed#Discovery Are you really arguing that discovering and fixing Heartbleed would be simpler and…

heartbleed wasn't discovered by browsing the source code, it was found using a fuzzer. it wouldnt have mattered if it was open or closed source.

Re: Show HN: I got hacked, felt paranoid, made an app – GlassWire

#336
post #330
post #278

Earlier quoted context omitted.

It is the best looking and best presented Windows app I can remember seeing. Can you show me a single app with similar functionality that is presented as well as this?

Why is that relevant? _diminish_ points out misleading marketing in the HN post title. It aggrevates me as well, even though the presentation on their web site is nice and all that. _edit_: I can see that your post is relevant with regards to (3) - "problem solved for the first time". They may have some features that no others have, such as alerts. There are many similar apps though. One example: Netlimiter http://ww…

You're ignoring the aesthetics of the app and the marketing. It stands apart because of it.

To give you an anecdotal idea of how compelling that can be, I booted my gaming Windows machine just to take a closer look at it.

Re: Show HN: I got hacked, felt paranoid, made an app – GlassWire

#339
post #23

Earlier quoted context omitted.

GitHub for Windows is another beautifully designed Windows app. They even published a blog post about it: https://github.com/blog/1151-designing-github-for-windows

It's a little over-simplified, I think. In migrating some technical writers to git, I thought it might be a good tool to introduce people to git. I ran into 5 problems: 1. It spit out vague error messages, requiring repeating the action in the CLI to see git's actual, specific problem. 2. There's no option to do the initial clone via ssh, which was a problem because http was failing to download the full repository. 3…

I have run into 2, 3, 4, 5 as well. And in general, I often feel like the tool is not telling me what it is doing (especially while handling large repos when operations some time take considerably longer)

I have since switched to SourceTree and it is working out well so far.

Re: Show HN: I got hacked, felt paranoid, made an app – GlassWire

#340
post #334

Earlier quoted context omitted.

Here is a library that helps to create such an interface: http://mahapps.com/ It's also mentioned in the blog post you've posted. Disclaimer: I'm one of the developers of MahApps.Metro, I hope nobody minds the shameless self-promotion

MahApps.Metro has been my go to for simple interfaces. Mix it with ReactiveUI and some saner DI, and it's just awesome. Thanks very much for your work!

Ha, yeah, ReactiveUI is awesome, I use it in all of my projects
Post reply on HN