Viewing profile — irrationalidiom
irrationalidiom
HN member- Joined
- Wed, Nov 16, 2011, 10:32 PM UTC
- HN karma
- 37
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About irrationalidiom
Recent public activity
-
comment
Comment #5854282
I didn't mean to say most companies sell user data, but rather of the companies that sell user data, most are not straight forward about it. Example: Onavo, Dolphin Browser, Opera …
-
comment
Comment #5838258
This advice is dangerous, because the author fails to mention other precautions the user can and should take, such as: * Use a Linux live CD on the "burner laptop" -- don't trust t…
-
comment
Comment #5829950
> I don't think this is an invasion of privacy at all. I vehemently disagree. Most companies will just hide the fact they are collecting (and often selling) user data within slimy …
-
comment
Comment #5824129
I can't speak for their dictionary, but KingSoft has an antivirus/internet security program which is nigh on impossible to uninstall, including extremely misleading messages on the…
-
comment
Comment #5729553
After reading some of the insightful comments above, I'd like to add that it would be good to round out your skill set beyond web development. Learn C, it will teach you great thin…
-
comment
Comment #5728840
> I consider myself pretty good; I honestly have no baseline... This is your only blocker to success. I also had a lack of self confidence -- I put this up to the pedestal we put u…
-
comment
Comment #5728821
I second this. Take the first professional job you can get (and you can start freelancing and putting stuff on github to help you get that job), you can use that to bounce into a h…
-
comment
Comment #5728791
Government funding for student places has increased slightly over 10 years, and full fee income (private places) has increased massively. See page 124: http://www.unimelb.edu.au/pu…
-
comment
Comment #5728709
Australia is similar in the regard, except the Federal government covers part of the full course cost, the rest being covered by a CPI indexed loan (HECS) which needs to be paid ba…
-
comment
Comment #5180853
There is also a Python based "gpglib"[1] which currently is able to parse and decrypt GPG messages. All heavy lifting is done via PyCrypto so its quite fast. [1] https://github.com…
-
comment
Comment #4454230
awesome david! it's great to see this after hearing you talk passionately about it at work almost 1 year ago :-) are you using flask for this? we've got 2 things using it atm, and …
-
comment
Comment #4396152
Arch Linux. It's fast like Slackware (which I liked when I tried it), very customisable by using PKGBUILD/AUR (similar to Gentoo portage, which is amazing for absolute control) and…
-
comment
Comment #4208449
I want to thank the flask team for this. we are using flask + gevent in production and it has been highly performant (1200 requests a second for our app) and stable :-)
-
comment
Comment #3908750
Cheers, it has been added. :-)
-
comment
Comment #3908417
I have noticed some older versions of WebKit do not support WebGL or are less stable, so please ensure your libwebkit is up to date for maximum enjoyment :-)
- story
-
comment
Comment #3905788
having a controlled state for foreign repos is absolutely essential. having worked with all-in-one repos, where external stuff is thown in... then rots... submodules are a better w…
-
comment
Comment #3722900
With regards to scalability, I second this. We are developing a web service with it, and as our project has grown we have had no problems moving from decorated functions to class b…
- story