Ask HN: Has anyone else been unemployed for over two years?
459 pointsby ncarlson565 comments
The headphone jack was putting the additional risk on your device to be crushed.
Can you expand on this? I'm assuming the force required to collapse the 3.5mm cavity would be incredibly high. Jacks themselves were good spots to break due to mechanical stress, especially the cheap ones.
The same can be said about the lightning connector. It was literally stopping any innovation. Without the jack, new alternatives will pop up at an incredible pace.
This is forced obsolescence. Suppose the jack remained in iPhone 7. Apple would have a much harder time selling wireless earbuds. Ask HN: When did the terms Front-End, Back-End, and Full-Stack become prevalent?
1 point by ncarlson 2 hours ago | past | web | discuss
Ask HN: How can I self-publish talks like InfoQ? (Software question)
1 point by ncarlson 1531 days ago | past | web
Ask HN: How do I prevent repetitive strain injury (RSI)?
1 point by ncarlson 1832 days ago | past | web
Ask HN: Is it just me, or are HN comments becoming more and more negative?
74 points by ncarlson 2497 days ago | past | web | 157 comments > JS: { x : 2 + 3, y : 9 }["x"] * (11 + 23)
> Lua: ({ x = 2 + 3, y = 9 })["x"] * (11 + 23)
> Lua: ({ x = 2 + 3, y = 9 }).x * (11 + 23)
[email protected]