Viewing profile — korynunn
korynunn
HN member- Joined
- Tue, Nov 20, 2012, 1:06 AM UTC
- HN karma
- 107
- Public activity
- 57 items
- HN profile
- View on Hacker News ↗
About korynunn
No profile information was provided.
Recent public activity
-
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
-
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…
- story
- story
-
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…
- story
-
comment
Comment #18382205
I forgot to add: Horrible to test.
-
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.
-
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.
-
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 …
-
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.
-
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.
-
comment
Comment #18323477
To clear this up: https://YouTube.com/korynunn
-
comment
Comment #18323356
Source is open by the way: howmuchismylifecosting.now.sh/_src
-
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…
-
comment
Comment #18323304
No, the day wasn't over when I posted that.
-
comment
Comment #18319485
My car has cost me $29 today sitting in the garage :|
- story
- story
- story
- story
-
comment
Comment #12396261
Another effective change: npm un --save lodash
- story
-
comment
Comment #12379638
Shameless plug: https://www.npmjs.com/package/crel
-
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];