Live data from Hacker News

Viewing profile — intranation

intranation

HN member
Joined
Sun, Mar 22, 2009, 9:28 PM UTC
HN karma
727
Public activity
177 items

About intranation

Web developer, accessibility nit-picker, and Python coder.

Web development director at smarkets.com, a peer-to-peer betting exchange start up based in London, UK.

Can be found at: http://intranation.com/ , or brad@intranation.com .

Recent public activity

  1. comment
    Comment #6874001

    Openresty and Lua are great, but Go is a more generally applicable language for building web services. So when taken in that context Go makes more sense if we look at it as a learn…

  2. comment
    Comment #6873944

    We did have some configuration - it was stored in Varnish and Nginx. The time cost of shipping new redirects when content is moved or new routing configuration for new tools coming…

  3. comment
    Comment #6584868

    Not sure what that has to do with semantics. Are you saying that NAV etc. aren't valid semantics on applications?

  4. comment
    Comment #6326533

    PATH, exec-path etc. are mangled because of the way OSX loads environment variables. Here's an Emacs package that fixes that: https://github.com/purcell/exec-path-from-shell

  5. comment
    Comment #6285301

    This is a great move for me, and I hope ultimately for Ben. This way I'm empowered to fix my own issues, and pay someone else to run it for me.

  6. comment
    Comment #4665884

    It didn't test well: http://digital.cabinetoffice.gov.uk/2012/10/03/why-weve-chan...

  7. story
  8. story
  9. comment
    Comment #4091136

    It's opt-in, otherwise most packages would break. To enable it per-file use a file-local variable: ;;; -*- lexical-binding: t -*-

  10. comment
    Comment #4072640

    Not sure about radio, but black and white TVs are cheaper (£49 vs £145.50). http://www.tvlicensing.co.uk/about/media-centre/news/black-a...

  11. story
  12. comment
    Comment #3854364

    I think the learning programming thing falls under "personal creative projects", and I am with you 100%.

  13. comment
    Comment #3694318

    Dashes map more cleanly to existing CSS syntax, eg nth-child, background-color, etc. Much like camelCase looks more like Javascript than my_variable.

  14. comment
    Comment #3642372

    It might force the developers to commit more in the granular Git way, but it doesn't force bug reporters and discussions to be more mindful. Looking at my timeline, and following B…

  15. comment
    Comment #3638434

    WebSockets don't have much startup time at all really. If you're using Socket.io or another Flash-based abstraction you can expect long lead/start up times due to the Flash policy …

  16. comment
    Comment #3612294

    Emacs gets a new release frequently. 24.0 is about to come out (it's in pretest), and 23.4 was just released. Also, since it's a Lisp machine, it doesn't necessarily need to have I…

  17. comment
    Comment #3611951

    Multi-threading is asked for because when you run a complex thing in a single buffer (i.e editing something over Tramp mode, compilation, magit doing Git operations etc.) it can bl…

  18. comment
    Comment #3558089

    I was specifically addressing the notion that gambling is risky or "low profile" (which I assume to be a synonym for shady) with regards to the "appetite for risk" reason stated by…

  19. comment
    Comment #3557616

    Disclaimer: I'm a Smarkets employee. Well it's not entirely clear that it's just related to gambling - Betfair, the UK's largest betting exchange, do all their merchant transaction…

  20. comment
    Comment #3537107

    `i` is for "italic", and that quote means that you should be using `font-style` instead of an HTML element to make your text italic.

  21. comment
    Comment #3494540

    Because it's not an app in the regular sense, it's an email filtering and tagging web service. You'd be paying for their servers crunching your emails over the time you were subscr…

  22. comment
    Comment #3446375

    We use Erlang to run our (several million messages a day) WebSockets implementation. It's been fine, way more stable and less resource intensive than the equivalent Tornado server.…

  23. comment
    Comment #3387068

    Not sure about having an editor in a browser, but if you want a (mostly) decent IRC client in the browser you could try: https://irccloud.com/ I have 3 invites if anyone wants to e…

  24. comment
    Comment #3382463

    If they're using Node (and I assume they are, based on the fact that it's a Node.js podcast), I don't really understand why they wouldn't render the HTML server side (I may be show…

  25. comment
    Comment #3382117

    It's not another JS template engine - it's a pure JS implementation of Mustache that's apparently significantly faster than Mustache.js. They also support compiling of templates fo…