Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gresrun
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
91.
▲
by
gresrun
15y ago
The excellent I/O library, Netty, deals with this by allocating a slab of direct memory, slicing it up and pooling the use of the memory. It's the Java equivalent of writing your own alloc().
92.
▲
by
gresrun
15y ago
The most enterprisy usage I can think of is that DirectBuffers are used by Ehcache/Hibernate's BigMemory product to cache off-heap. DirectBuffers are also used in I/O libraries like Netty.
93.
▲
by
gresrun
15y ago
We actually do this exact thing to send dynamic parameters to a chart-generating backend server. It works great; you get a surprising amount of compression using gzip (2-4x space savings) and the URLs are naturally cached by proxies without
94.
▲
by
gresrun
15y ago
Statistical analysis can give you a lot more than just what I like to read. The power of statistics never ceases to amaze: http://en.wikipedia.org/wiki/German_tank_problem
95.
▲
by
gresrun
15y ago
We're encountered this issue when dealing with ETF tickers. We use Linux but a 3rd-party redistributor was on Windows; the reports we created had file names in the form <TICKER>.pdf and, what would you know, PRN.pdf caused all sorts
96.
▲
by
gresrun
15y ago
You could fit many QR codes on screen at a time. Or, better yet, you could just send raw pixels as bits, white = 0, black = 1. With 1024x768 HD video, that's a possible 768K/Frame => 22.5M/s @ 30 FPS!
97.
▲
Show HN: Facebook iOS UI Clone
(github.com)
1 points
by
gresrun
15y ago
|
0 comments
98.
▲
by
gresrun
15y ago
We had a version of our app be approved by Apple with a critical login bug for anyone how had never installed the app before. Apple didn't even bother to launch the app or else they would have received the error! Now, obviously, this was ou
99.
▲
by
gresrun
15y ago
Being Right or Making Money http://www.amazon.com/Being-Right-Making-Money-Davis/dp/0970...
100.
▲
by
gresrun
15y ago
The Triumph of Contrarian Investing : Crowds, Manias, and Beating the Market by Going Against the Grain http://www.amazon.com/Triumph-Contrarian-Investing-Beating-A...
101.
▲
by
gresrun
15y ago
It looks like he ran Sam Soffes' json-benchmark: https://github.com/samsoffes/json-benchmarks That being said here are the results I got on my iPhone 4 (compiled with -Os) Reading: http://yfrog.com/khul0wsj Writing: http://yfrog.com/h0
102.
▲
by
gresrun
15y ago
Axure ( http://www.axure.com/ )
103.
▲
by
gresrun
15y ago
There is also a Java version that I wrote a few months ago if that's more your cup of tea: https://github.com/gresrun/jesque https://github.com/gresrun/jesque-web
104.
▲
by
gresrun
15y ago
Try this: ARCHFLAGS="-arch i386 -arch x86_64" perl -MCPAN -e 'install Crypt::OpenSSL::RSA'
105.
▲
by
gresrun
15y ago
Sun didn't fail; it was acquired and the right to the logo are Oracle's.
106.
▲
Old-School Silicon Valley Company Logos ON T-SHIRTS
(abandonwear.biz)
12 points
by
gresrun
15y ago
|
14 comments
107.
▲
Jesque: A Resque client in Java
(github.com)
3 points
by
gresrun
16y ago
|
0 comments