Viewing profile — whubr
whubr
HN member- Joined
- Wed, Jan 19, 2011, 9:26 PM UTC
- HN karma
- 18
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About whubr
No profile information was provided.
Recent public activity
-
comment
Comment #11206975
This is true for regular income tax etc but you can still get stung on capital gains. See, e.g http://m.taxesforexpats.com/articles/expat-tax-rules/capital... I'm not an ex pat, bu…
-
comment
Comment #8853671
We do exactly this on one of our products where I work. Geographic projection with our tiles up to zoom level 12 or so then switching to Mapbox mercator tiles beyond that. Assuming…
-
comment
Comment #6368568
A few years ago I worked on a digital library system and we would sweat over including proper metadata about articles in meta tags (derived from the Dublin Core attributes entered …
-
comment
Comment #5901379
Salmonella is awesome but doesn't play well with multiple admin sites.
-
comment
Comment #5901275
1. You can use custom admin templates (just override the necessary blocks) 2. Not sure what you mean :) 3. Yes, this is a little awkward 4. You need filter_horizontal or filter_ver…
-
comment
Comment #5451431
Blank is purely for validation and has nothing to do with the database constraints. If you want to prevent empty input just remove 'blank=True', surely? https://docs.djangoproject.…