Viewing profile — justinvh
justinvh
HN member- Joined
- Wed, Nov 02, 2011, 4:33 PM UTC
- HN karma
- 28
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About justinvh
No profile information was provided.
Recent public activity
-
comment
Comment #23361894
> Its geospatial capabilities put it as the most advanced geospatial database, only ESRI software really stands to beat it here Where does PostGIS stand in comparison?
-
comment
Comment #7954591
Tom Forsyth listed one of the reasons--when a storage is explicitly expressed. The other two that I can think of are for external linkage and non-constant expressions on the rhs. I…
-
comment
Comment #6039614
Indeed it does! However, that didn't come around until vim 7.3.787 was introduced. That was on 30-Jan-2013. I wrote this patch back in 2011.
-
comment
Comment #6039576
I would love to take feature requests, but it's honestly not maintained. Don't get me wrong, it wouldn't be hard to reintegrate it with the current release, but I believe the idea …
-
comment
Comment #6039471
I was at one point very interested in the same idea. I wanted relative line numbers and absolute line numbers integrated together. So, I created a patch, called it `dnu` for "dual …
- comment
-
comment
Comment #5156145
I wrote a LaTeX Markdown plugin as well, but it served a different purpose. It was geared for offline documents. https://github.com/justinvh/Markdown-LaTeX It generates inline/base…
-
comment
Comment #5150806
Grammar reference: http://www.externsoft.ch/media/swf/cpp11-iso.html
-
comment
Comment #5130359
Of course! There are multiple birds/sensors with SAR, IR, and multispectral capabilities always surveying various parts of the world. Organizations like NGA (formerly National Imag…
-
comment
Comment #5130329
I thought I would chime in on my own experience with related imagery. It's not uncommon to use a drone similiar to ARGUS that is capable of NIIRS 5-7 (see http://www.fas.org/irp/im…
-
comment
Comment #4932586
Hm, I think an easy way to circumvent this style of captcha with a small amount of work would be to just send every iteration to Google as a reverse image search and pick the itera…
-
comment
Comment #4736491
"I don't know why more people don't just use tiling window managers. It's a bit confusing at first [...]" That pretty much sums it up. I believe it's fair to say that casual users …
-
comment
Comment #3187581
Just look at the Doom 3 SDK. It is C++ -- they use their own sort-of inheritance / type-check implementation as well.