Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tarnacious_
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
tarnacious_
9y ago
Significantly decreasing intergenerational mobility is very concerning. Especially for those who aren't wealthy already.
2.
▲
by
tarnacious_
9y ago
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 greater risks. If you buy some bitcoin from an exchange
3.
▲
by
tarnacious_
9y ago
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 merge commits in my local branch.
4.
▲
by
tarnacious_
9y ago
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]: https://androi
5.
▲
by
tarnacious_
9y ago
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.
6.
▲
by
tarnacious_
9y ago
It's not "better". It's a hosted alternative.
7.
▲
by
tarnacious_
9y ago
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 still need to configure a proxy with credent
8.
▲
by
tarnacious_
9y ago
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 implemented, in part, to combat the issue of peopl
9.
▲
by
tarnacious_
9y ago
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 too have doubts a proxy service like debugproxy will be ver
10.
▲
by
tarnacious_
9y ago
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 :)
11.
▲
by
tarnacious_
9y ago
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 firewall etc, allows some users who don't wa
12.
▲
by
tarnacious_
9y ago
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.
13.
▲
by
tarnacious_
9y ago
As others have suggested mitmproxy[1] is great for this. https://mitmproxy.org/
14.
▲
by
tarnacious_
9y ago
> 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 more. The main benefit is you don't need to inst
15.
▲
by
tarnacious_
9y ago
> 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 permanently deleted. > Furthermore, all the traffic from the my
16.
▲
by
tarnacious_
9y ago
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 think, for better or worse :) I'm also happ
17.
▲
Show HN: A proxy service for debugging HTTP/S traffic
(debugproxy.com)
75 points
by
tarnacious_
9y ago
|
40 comments
18.
▲
by
tarnacious_
10y ago
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 Parliament of Australia website. http://
19.
▲
by
tarnacious_
10y ago
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.
20.
▲
by
tarnacious_
11y ago
> 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 encryption doesn't protect your disk if someone
21.
▲
by
tarnacious_
11y ago
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.