Live data from Hacker News

Viewing profile — whubr

whubr

HN member
Joined
Wed, Jan 19, 2011, 9:26 PM UTC
HN karma
18
Public activity
6 items

About whubr

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. 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 …

  4. comment
    Comment #5901379

    Salmonella is awesome but doesn't play well with multiple admin sites.

  5. 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…

  6. 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.…