Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
justinvh
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
justinvh
6y ago
> 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?
2.
▲
by
justinvh
12y ago
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. In the end, you really don't know without some introspec
3.
▲
by
justinvh
13y ago
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.
4.
▲
by
justinvh
13y ago
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 should be at least approximated with vimscrip
5.
▲
by
justinvh
13y ago
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 line numbering", and sent the suggestion to Bram
6.
▲
by
justinvh
14y ago
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/base64-encoded images with a small file-cache for the generate
7.
▲
by
justinvh
14y ago
Grammar reference: http://www.externsoft.ch/media/swf/cpp11-iso.html
8.
▲
by
justinvh
14y ago
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 Imagery and Mapping Agency to give some context) are very keen t
9.
▲
by
justinvh
14y ago
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/imint/niirs.htm ) resolution for surveying. The guys at the g
10.
▲
by
justinvh
14y ago
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 iteration with the most results. For example: - Distorted image:
11.
▲
by
justinvh
14y ago
"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 are (often) adverse to dramatical change--and switching from
12.
▲
by
justinvh
15y ago
Just look at the Doom 3 SDK. It is C++ -- they use their own sort-of inheritance / type-check implementation as well.