Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ramzeus
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
ramzeus
6y ago
The GitHub page has lots of fairly recent updates: https://github.com/perkeep/perkeep
2.
▲
by
ramzeus
6y ago
Wikipedia is a quite good repository of all sorts of information. You can always clone that at put it on your computer for offline viewing.
3.
▲
by
ramzeus
6y ago
I think the problem with this approach becomes apparent when the database model changes, suddenly the API doesn't match the model anymore or the API needs to change. Both can be difficult problems leading to braking changes in the clie
4.
▲
by
ramzeus
7y ago
My experience with Go have been very positive. Once you get over the initial irritation of the error handling, I think it works perfectly fine. I have never been so productive as I can be when programming in Go. I’m sure there are technical
5.
▲
by
ramzeus
7y ago
I was living in Chengdu for a year and I remember that I was surprised by the almost total lack of birds. In Hong Kong, where I am at the moment, there are more birds, but seems less than what we have back home in Northern Europe.
6.
▲
by
ramzeus
7y ago
Yeah, I feel your pain, I’m Swedish living in Hong Kong, I don’t want my webpages or programs translated in either Swedish or Chinese, give me English please! And as for the float parsing part, I have had to fix many bugs through the years
7.
▲
by
ramzeus
7y ago
To me the most complicated thing about formatting and parsing floating point numbers is usually if it uses decimal comma or decimal dot. It never seems to be what you expect if using a mix of different language operating systems.