Live data from Hacker News

Viewing profile — korynunn

korynunn

HN member
Joined
Tue, Nov 20, 2012, 1:06 AM UTC
HN karma
107
Public activity
57 items

About korynunn

No profile information was provided.

Recent public activity

  1. comment
    Comment #24659553

    There's heaps I want to add to it, including view distance, landmarks in views, etc. It's Australia only for now, which has no crime :P

  2. comment
    Comment #24658755

    This is something I made for myself, I've been on the lookout for a house or land to build on in Brisbane with specific orientation and grade (land angle both parallel and perpendi…

  3. story
  4. story
  5. comment
    Comment #18441739

    Made another little calculator, this time for deciding the best way to pay for a new phone. Here's what I got to for my own usage: https://howshouldyoupayforyournextphone.now.sh/#e…

  6. story
  7. comment
    Comment #18382205

    I forgot to add: Horrible to test.

  8. comment
    Comment #18382190

    Have used it for a bit over a year now. Hate it. Horrible for productivity, horrible to debug, horrible performance, horrible bundle sizes.

  9. comment
    Comment #18382178

    No this is my module that I've used to build enterprise apps with. I've used both for years, feel free to critique fastn when you've tried it for a week.

  10. comment
    Comment #18381904

    I associate with this so much it hurts. I have wasted thousands of my employers dollars just waiting for this pile of shit to compile or run. If you like light, fast, opinion free …

  11. comment
    Comment #18323570

    This is a great bit of insight that most don't get. I'll be making a total cost of ownership site soon to show how all of these details affect true cost of a car.

  12. comment
    Comment #18323513

    This site isn't, but everything it's built on is MIT, have a look, there's not a lot to or.

  13. comment
    Comment #18323477

    To clear this up: https://YouTube.com/korynunn

  14. comment
    Comment #18323356

    Source is open by the way: howmuchismylifecosting.now.sh/_src

  15. comment
    Comment #18323332

    You already know what your life costs (per year). What your life is costing in real time is the interesting bit. PS: I'm the most Anglo-Saxon Aussie you've seen, I just wanted to m…

  16. comment
    Comment #18323304

    No, the day wasn't over when I posted that.

  17. comment
    Comment #18319485

    My car has cost me $29 today sitting in the garage :|

  18. story
  19. story
  20. story
  21. story
  22. comment
    Comment #12396261

    Another effective change: npm un --save lodash

  23. story
  24. comment
    Comment #12379638

    Shameless plug: https://www.npmjs.com/package/crel

  25. comment
    Comment #12379630

    Using crel as a comparison: var input = crel('input', {type:'email'}); vs: var wrapper = document.createElement('div'); wrapper.innerHTML = ' '; var input = wrapper.children[0];