Viewing profile — sukaka
sukaka
HN member- Joined
- Thu, Aug 08, 2013, 11:01 PM UTC
- HN karma
- 29
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About sukaka
No profile information was provided.
Recent public activity
-
comment
Comment #10273529
I see what Obama's saying. In my experience, research on bypass methods may become the source of a new terrorist attack. Then a terrorist attack would be our making.
-
comment
Comment #10245787
I should start a lumber company so the actual # trees become the estimated # trees. Studies citing the previous estimate will also be correct.
-
comment
Comment #7389984
Learning some 2% of water is fresh and the need to conserve water or it will run out by 2050 was a lie. There will always be fresh water and oil. The price will not soar when suppl…
-
comment
Comment #7218385
it's even simpler and effective to be buying only at ema crossovers!
-
comment
Comment #7144150
A recent comparison was made with scala and java collections. Lots of interesting tidbits. http://www.takipioncode.com/2014/01/23/java-scala-guava-and-...
-
comment
Comment #7085538
Apparently the password has been reused. Search of password cfr41qa turned up results from almost a year ago https://www.google.com/search?q=cfr41qa
-
comment
Comment #6988469
no problem. The command "dd if=/dev/vda bs=1M | strings -n 100 > out.txt" in find.sh, which is the same as the one first mentioned today morning https://github.com/fog/fog/issues/2…
-
comment
Comment #6988352
how long does dd take? Could use an estimate. Ran dd for around 10 minutes this morning and got 500,000 lines, and it was still running. update: finished in around 12 minutes. out.…
- comment
-
comment
Comment #6947705
Account activity should also be a must for your users. Session id will not be as useful when users can monitor their accounts. It's a work in progress, but I'm writing a page on go…
- story
- story
- story
-
comment
Comment #6848568
Awesome. Looking forward to fixes and improvements. I'm already satisfied with using IntelliJ.
- story
-
comment
Comment #6846395
red error lines appears all the time in the template, despite being correct and compiling without error. A few recent encounters are text after @function are highlighted as unexpec…
-
comment
Comment #6845005
Good to know it's improved for Scala! Playframework templates give me the most trouble while working in IntelliJ.
-
story
Account activity the way it should be
account activity is a missing, poorly developed feature of many modern web apps
-
comment
Comment #6722245
if in 10 years the price fluctuated from say $50 to $1000 and then rested at $500, you gained a huge opportunity cost. You could have shorted $500, played the market, sold early an…
-
comment
Comment #6631158
you should post this on stackoverflow. i find this page useful: http://docs.mongodb.org/manual/reference/sql-comparison/
-
comment
Comment #6628481
everyone should do what they enjoy, then money will follow. there are niche business areas. i.e. creating apps useful to you, creating an algorithmic trading bot to work the market…
-
comment
Comment #6546953
seeing at least 1 collision the tests makes me wonder why the chance of a bitcoin address collision is almost nil. https://en.bitcoin.it/wiki/Weaknesses#Generating_tons_of_add...
-
comment
Comment #6496618
I've been lurking on Quantopian for a few months. The algotrading community is secretive. Currently, you code in python which is then saved and run on their servers. I fear Quantop…
-
comment
Comment #6420171
and play 2.1+ can serve https as well http://www.playframework.com/documentation/2.2.x/Configuring... . In practice, play instances are behind a front end server such as nginx for …
-
comment
Comment #6390946
nice work. how did you know? For anyone wondering the difference, 0>cos on line 8 is now 0<cos.