Viewing profile — tarnacious_
tarnacious_
HN member- Joined
- Mon, Dec 21, 2015, 6:07 PM UTC
- HN karma
- 57
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About tarnacious_
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #15954225
Significantly decreasing intergenerational mobility is very concerning. Especially for those who aren't wealthy already.
-
comment
Comment #15926403
I understand bitcoin are traded like this but it doesn't address this issue the parent raises. Also if you are trading through an exchange like this you are likely exposed to even …
-
comment
Comment #15906636
I often rebase my local commits on a remote branch to keep my branch up to date with changes in the remote branch. I find this simpler and cleaner than introducing a series of merg…
-
comment
Comment #15888333
If you have root access, you can [1]. You can also build your own apps to trust the "user" certificates [2]. [1]: https://blog.jeroenhd.nl/article/android-7-nougat-and-certif... [2…
-
comment
Comment #15887557
WrapAPI looks neat. Thanks for posting the link, I couldn't find any similar services when we started building debugProxy, although I assumed some must exist.
-
comment
Comment #15887277
It's not "better". It's a hosted alternative.
-
comment
Comment #15887267
Thanks! I figured (most) people were pretty fast and loose with their security these days, so that wasn't my concern. I've found the problem is that it still isn't easy to use, you…
-
comment
Comment #15887058
This is a good comment and touches a lot of concerns I have with the service. On debugProxy, username and password "sessions" are disabled after 20 minutes of inactivity. This was …
-
comment
Comment #15886877
Hi John, thanks for the offer. I might take you up on that and email you in coming days. I learned of Runscope some time after I started building this, it looks very interesting. I…
-
comment
Comment #15886474
Thanks for the link. I couldn't find any services offering this when we started building debugProxy. It's good to see there might be a viable business model here :)
-
comment
Comment #15886166
This is my thoughts too. I wouldn't think it is very useful to most mitmproxy/fiddler/charles power users. But not having to install something, find your IP address, open your fire…
-
comment
Comment #15886130
This will prevent decryption. In cases where you are debugging your own modern SSL pinned apps, you can add the debugproxy root certificate in development / testing builds.
-
comment
Comment #15886079
As others have suggested mitmproxy[1] is great for this. https://mitmproxy.org/
-
comment
Comment #15886067
> Interface looks cool Thanks, glad you think so :) > what benefits are there over using mitmproxy? With mitmproxy you can do almost everything you can do with debugProxy and a lot…
-
comment
Comment #15886047
> So, when I use your proxy you can see and store my http and https traffic (assuming I install the certificate in my device). Yes. Requests more than 20 minutes old are permanentl…
-
comment
Comment #15886032
Hi HN, This is side project I have been working on with a friend. It's a pretty niche service, so it isn't easy finding people to try it. I'm really interested to hear what you thi…
- story
-
comment
Comment #12436718
With regard to Australia; in 2013 there was a parliamentary inquiry into IT pricing entitled "At what cost? IT pricing and the Australia tax". The report can be found here, on the …
-
comment
Comment #12365841
I don't think # or // for comments is a very good idea as it would also make newline characters significant. I find it useful to be able store a JSON object per-line.
-
comment
Comment #10940159
> It is very irresponsible to make statements like that. I don't think so. It is irresponsible to suggest that you can secure a server you don't physically control. Full disk encry…
-
comment
Comment #10772452
Encrypting data on a VPS, for example using LUKS encrypted volumes, does not provide any meaningful security if the host can take a memory dump of the running machine.