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…
Show HN: I got hacked, felt paranoid, made an app – GlassWire
331–340 of 341 posts
Re: Show HN: I got hacked, felt paranoid, made an app – GlassWire
#332Re: Show HN: I got hacked, felt paranoid, made an app – GlassWire
#333Earlier 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,…
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
#334Earlier 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
Re: Show HN: I got hacked, felt paranoid, made an app – GlassWire
#335Earlier 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…
Re: Show HN: I got hacked, felt paranoid, made an app – GlassWire
#336Earlier 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…
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
#337Re: Show HN: I got hacked, felt paranoid, made an app – GlassWire
#338Getting hacked? Make an app! Feeling paranoid? Make an app! House getting repossessed? Make an app! Hangover? Make an app!
Re: Show HN: I got hacked, felt paranoid, made an app – GlassWire
#339Earlier 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 since switched to SourceTree and it is working out well so far.
Re: Show HN: I got hacked, felt paranoid, made an app – GlassWire
#340Earlier 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!