Live data from Hacker News

Viewing profile — stephan83

stephan83

HN member
Joined
Mon, Nov 28, 2011, 9:35 AM UTC
HN karma
14
Public activity
13 items

About stephan83

No profile information was provided.

Recent public activity

  1. comment
    Comment #19716009

    Thank you for the input. Maybe I will never get to the point where I can comfortably make a web app, but learning the language has been a fun experience so far. I've heard good thi…

  2. comment
    Comment #19715585

    Elixir and OTP are really nice, but I'm frustrated by the type system, even with typespecs. I finally gave in and started learning Haskell. I would still choose Elixir/Phoenix for …

  3. comment
    Comment #5537655

    Total coincidence: I registered zeroco.in last week. I was planning to use it for a lightweight bitcoin client I'm developing. What should I do?

  4. comment
    Comment #4378473

    I had to build a couple of Samsung TV apps, and that indeed looks like their IDE. It's Javascript (you can use HTML or Flash). Not much of a threat to Apple though, it is the worst…

  5. comment
    Comment #3915561

    That looks cool, will look into it. Does it support the http node core module, like browserify?

  6. comment
    Comment #3915180

    I do keep my code in separate files. But my servers deliver them in a single file using browserify ( https://github.com/substack/node-browserify ). It's great thing that you use Re…

  7. comment
    Comment #3914733

    Yes but as I said I don't need async loading of scripts, since all my code is packed in usually a single file. Therefore I don't need the RequireJS syntax, and I'd rather stick wit…

  8. comment
    Comment #3914580

    If you use node, I'd stick with browserify. RequireJS is nice if you want to load scripts asynchronously, but in reality your code is usually packed to one or two files so there is…

  9. comment
    Comment #3809211

    It took me more than four months after college to find my first job as an intern. Six months later, I got offered a better job so I quit. However during the transition I was offere…

  10. comment
    Comment #3755620

    I read most from the second list, but only two from the first... hipster coder.

  11. comment
    Comment #3580549

    One of these tricks is that you should fix 'the root of the problem' while a lot of the other tricks are hacks to ship the game on time. I'm a bit confused.

  12. comment
    Comment #3388885

    I'm glad that I see this now because I was going to launch a similar service in a month or two here in France. The wireframes are really, really similar.

  13. comment
    Comment #3285256

    I use redis a lot to store non critical data. For instance I store signup confirmation tokens in redis. The web app sends a message to RabbitMQ when a user signs up, then a backgro…