Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
korynunn
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
korynunn
6y ago
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.
▲
by
korynunn
6y ago
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 perpendicular to the road) It was useful to me so I figured I&#
3.
▲
Show HN: Plotgrade – Algorithmically estimating land orientation and grade
(plotgrade.com)
2 points
by
korynunn
6y ago
|
3 comments
4.
▲
Show HN: Debug Some JavaScript, Weep
(debug-async.korynunn.com)
2 points
by
korynunn
7y ago
|
1 comments
5.
▲
by
korynunn
8y ago
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/#eyJlcnJvcnMi...
6.
▲
Show HN: How should I buy my next phone
(howshouldyoupayforyournextphone.now.sh)
1 points
by
korynunn
8y ago
|
1 comments
7.
▲
by
korynunn
8y ago
I forgot to add: Horrible to test.
8.
▲
by
korynunn
8y ago
Have used it for a bit over a year now. Hate it. Horrible for productivity, horrible to debug, horrible performance, horrible bundle sizes.
9.
▲
by
korynunn
8y ago
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.
▲
by
korynunn
8y ago
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 UI tools, maybe give my module fastn a go: https:/
11.
▲
by
korynunn
8y ago
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.
▲
by
korynunn
8y ago
This site isn't, but everything it's built on is MIT, have a look, there's not a lot to or.
13.
▲
by
korynunn
8y ago
To clear this up: https://YouTube.com/korynunn
14.
▲
by
korynunn
8y ago
Source is open by the way: howmuchismylifecosting.now.sh/_src
15.
▲
by
korynunn
8y ago
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 make use of the 'now.sh' domain.
16.
▲
by
korynunn
8y ago
No, the day wasn't over when I posted that.
17.
▲
by
korynunn
8y ago
My car has cost me $29 today sitting in the garage :|
18.
▲
Show HN: How much is my life costing now
(howmuchismylifecosting.now.sh)
82 points
by
korynunn
8y ago
|
28 comments
19.
▲
Show HN: Evolutionary Neural net. Surprising complexity from simple neurons
(korynunn.github.io)
4 points
by
korynunn
9y ago
|
0 comments
20.
▲
I Promise this was a bad idea
(korynunn.wordpress.com)
3 points
by
korynunn
10y ago
|
0 comments
21.
▲
by
korynunn
10y ago
Another effective change: npm un --save lodash
22.
▲
Potatoscript – How JavaScript works, explained with potatoes
(github.com)
2 points
by
korynunn
10y ago
|
0 comments
23.
▲
by
korynunn
10y ago
Shameless plug: https://www.npmjs.com/package/crel
24.
▲
by
korynunn
10y ago
Using crel as a comparison: var input = crel('input', {type:'email'}); vs: var wrapper = document.createElement('div'); wrapper.innerHTML = '<input type="email">'; var input = wrapper.
25.
▲
by
korynunn
10y ago
Modules used: righto crel cpjax sea-lion dion keysdown badwords
26.
▲
Show HN: Vanilla JavaScript game with a bare-essentials node server
(game.korynunn.com)
3 points
by
korynunn
10y ago
|
1 comments
27.
▲
Show HN: ES-6/next/whatever. Whats in it, whats good, and whats shit
(github.com)
6 points
by
korynunn
10y ago
|
0 comments
28.
▲
by
korynunn
11y ago
- Most screen readers handle DOM updates just fine. - I'm defining a web-app as something that feels like an application, not a website. If you are making a news site, fastn probably isn't the way to render everything. You can ho
29.
▲
by
korynunn
11y ago
Also, the next issue people usually have is SEO. Here is the google result for the fastn homepage, which has absolutely no HTML in the body: http://imgur.com/tZBSau8
30.
▲
by
korynunn
11y ago
Accessibility: Screen readers read DOM, not HTML. As long as you produce good DOM, screen readers will work fine. Privacy (JS off): You can't make a complex web-app without JavaScript, and statistically speaking, everyone has it on alw
More ›