Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mtigas
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
New Tor apps for iOS 9 headed to iPhone, iPad
(dailydot.com)
1 points
by
mtigas
11y ago
|
0 comments
2.
▲
Verizon revives "zombie cookie" device tracking on AOL's ad network
(propublica.org)
208 points
by
mtigas
11y ago
|
94 comments
3.
▲
Verizon’s Zombie Cookie Gets New Life
(propublica.org)
2 points
by
mtigas
11y ago
|
0 comments
4.
▲
New Snowden Docs Reveal Secret Memos Expanding Spying on Foreign Hackers
(propublica.org)
11 points
by
mtigas
11y ago
|
0 comments
5.
▲
Protecting and Promoting the Open Internet NPRM | Condensed with Squishify
(fcc.squishify.com)
2 points
by
mtigas
12y ago
|
0 comments
6.
▲
by
mtigas
13y ago
1) We’re not actually using Python for OpenCV, just ruby-opencv and possibly some bindings in Java/JRuby. (I think Python’s in the build instructions due to a numpy dependency in OpenCV. Though that might be specific to using Homebrew on
7.
▲
by
mtigas
13y ago
In fact, we’re working on an auto-detection feature at this very moment! :D
8.
▲
Introducing Tabula, a human-friendly PDF-to-CSV data extractor
(source.mozillaopennews.org)
137 points
by
mtigas
13y ago
|
18 comments
9.
▲
ISC Diary: a first-person sysadmin account of the June 29 storms
(isc.sans.edu)
1 points
by
mtigas
14y ago
|
0 comments
10.
▲
by
mtigas
14y ago
I'm actually coming up on ten years of having the same blog: waaaayyyyy back when I started, I was editing all my pages manually. (Though blog posts didn’t have permalinks, it was just a growing massive "list page" that I’d break off and pa
11.
▲
by
mtigas
14y ago
For my blog, static files (anything stored in an app's "static" directory, basically[1]) the like are handled transparently through django-storages' S3 support [2]. (The STATICFILES_STORAGE option in settings.) If you’ve used Django's stati
12.
▲
by
mtigas
14y ago
What if you don’t have control over your hosting environment? (Or don’t have an application hosting environment to work with? Or don’t want to provision one?) What if you don’t want to use your own infrastructure? (See Ars Technica’s WWDC l
13.
▲
by
mtigas
14y ago
It was an itch I wanted to scratch. I’d been tempted to convert my entire (Django-based) blog over to something like Hyde[1], but wanted a bit more flexibility than the framework provided. In most applications I work on, I lovingly use and
14.
▲
by
mtigas
14y ago
It’s very wget-like, due to the use of the Django HTTP test client — just slightly more elegant due to the programatic definition of what gets scraped/rendered and the addition of the "direct to S3" backend, which allows arbitrary mimetyp
15.
▲
Django-medusa: Rendering Django sites as static HTML
(v3.mike.tig.as)
45 points
by
mtigas
14y ago
|
22 comments
16.
▲
by
mtigas
14y ago
It's still a regular linearly-scaled chart, so I don't think it's too confusing. Funny enough, I plugged this into Google Docs to see if I could re-scale to give you a comparison of the given chart vs a 0-based, 5-unit-interval chart and
17.
▲
by
mtigas
14y ago
Note : The AT&T patent in question is actually 775 rather than 755 : http://www.google.com/patents?id=UOMZAAAAEBAJ&dq=4555775 This was posted a few years ago and that also resulted in a fairly interesting HN thread: https:/
18.
▲
by
mtigas
14y ago
Haven't looked at the SPDY spec[1] too closely, but I think each side of the SPDY (or underlying TCP) connection would be able to idle-disconnect after a timeout or during a high-load situation. (i.e. to prevent idle connections from consum
19.
▲
by
mtigas
14y ago
This is the biggest glaring bug on the app right now.[1] Doesn’t seem to always affect the app (~30% of the time) when backgrounding to another app or if the phone is manually locked, but more regularly (>75%) happens when the phone idl
20.
▲
by
mtigas
14y ago
Ah crap, hadn’t tested video player too. Will note that, thanks.
21.
▲
by
mtigas
14y ago
Onion Browser developer here. Covert Browser’s been around since November, but apparently doesn’t support cookies or POST requests. (Easy way to test POST by itself: try a search with https://duckduckgo.com/lite/ or the regular DDG with t
22.
▲
by
mtigas
14y ago
Hm, tried to fix the ccache requirement[1][2], but might have botched it. Was using ccache while I was originally developing to speed up the dependency compilation but didn’t intend for it to be a requirement, just an optional speed-up. Wil
23.
▲
by
mtigas
14y ago
I’ll make it a priority to allow using bridges. Unfortunately, since Iran is known to block pretty much all Tor access (even regular, unlisted bridges), it may still not work. Getting around this entirely would require obfsproxy[1] which wo
24.
▲
by
mtigas
14y ago
From what I understand, it’s only GPL that doesn’t work since GPL has some hefty restrictions on even binary redistribution (basically you have to open source ALL of the related bits, not just yours — which you can’t do since every iOS app
25.
▲
by
mtigas
14y ago
Thanks for the heads up — deploying a new version of the product page that has a version of the icon in the header.
26.
▲
by
mtigas
14y ago
No need to be sorry — a good reminder that I should mention that somewhere since it’s a strange quirk of legality that affects literally one App Store country. Thanks!
27.
▲
by
mtigas
14y ago
What OS X and iOS SDK are you running with? You mind filing a bug if you have a GitHub account? https://github.com/mtigas/iOS-OnionBrowser/issues I might have some dependencies that I’ve neglected to mention (since I use homebrew a ton) a
28.
▲
by
mtigas
14y ago
There’s another one (Covert Browser) that’s been in the store since November that’s got a few issues (lack of cookie support, lack of POST support) that render a lot of websites useless. Generally I don’t think this is (on the face) any wor
29.
▲
by
mtigas
14y ago
Actually: should be available everywhere except France right now. (Selling encryption apps to France apparently requires an "export compliance approval" from the French government, and I haven’t gone through that process yet — primarily bec
30.
▲
Onion Browser (iOS Tor web browser, open source) now available in the App Store
(v3.mike.tig.as)
123 points
by
mtigas
14y ago
|
49 comments
More ›