VR is a solution in search of a problem and will pass.
Ask HN: What's a strong tech opinion you have that few agree with you on?
61–70 of 100 posts
Re: Ask HN: What's a strong tech opinion you have that few agree with you on?
#62I'd almost always rather build something than use a 3rd party service. I understand it, I run it, and I don't have to deal with 3rd party's changes, performance problems, or downtime. Also, less bugs related to data consistency.
Re: Ask HN: What's a strong tech opinion you have that few agree with you on?
#63Using whitespace as scope definition is a war crime.
(same goes for YAML)
Re: Ask HN: What's a strong tech opinion you have that few agree with you on?
#64Re: Ask HN: What's a strong tech opinion you have that few agree with you on?
#65Earlier quoted context omitted.
It's easier for more people to afford broadband than a 4080 though. It only needs like 30 megabits or so.
Most gaming also doesn’t need a 4080 either though!
I have a M2 Max and struggle to play most recent games. Stutters, low details, no DLSS, etc.
Re: Ask HN: What's a strong tech opinion you have that few agree with you on?
#66Concurrency using async function type is dumb. Either make and compose futures/promises with normal language features OR support auto-yielding coroutines/goroutines/fibers (lightweight threads).
On the contrary, it's just too smart for me! With async function types, I just can't wrap my head around what's actually happening and if it's happening the way I want it to. I'd much rather deal directly with explicit coroutines.
Re: Ask HN: What's a strong tech opinion you have that few agree with you on?
#67BitGrid[1] is the most efficient general purpose compute architecture possible for Petaflops and beyond. It eliminates memory bandwidth issues. Its a nice elegant alternative architecture. I'm quite surprised nobody actually tried it earlier. [1] https://github.com/mikewarot/Bitgrid * I give 50/50 odds I'm a crackpot on this one... I'd really like to know for sure which way that coin toss comes out in the end
Re: Ask HN: What's a strong tech opinion you have that few agree with you on?
#68If a new technology threatens to eliminate hundreds of thousands of jobs, and the benefits are marginal or largely in favor of the capital class, then we should probably not pursue that technology.
Re: Ask HN: What's a strong tech opinion you have that few agree with you on?
#69The future of gaming is streaming, and home PC gaming hardware will eventually go the way of DVD players. GeForce Now is succeeding where OnLive and Stadia failed (20+ million users now, apparently). Offloading rendering to the cloud means much improved thermals, graphics, and battery life -- especially for laptop users and Mac owners. Apple Silicon is cool, but it's not going to beat a 4080 for pure graphics perform…
Re: Ask HN: What's a strong tech opinion you have that few agree with you on?
#70mandatory code reviews on every merge are a net negative. Too many people wasting time on nits and YAGNI "improvements". Actually improving the code in a structural way is too hard and most reviewers won't spend the effort. It would be better to dedicate time and resources to code audit and improvement on a regular cadence, e.g. pre-release.
A/B testing is pure cargo cult science, it has no where near the rigor to actually determine anything about human behavior (look at the replication crisis in real psychology where they use 10x as much rigor!) You might as well use a magic eight-ball.