Live data from Hacker News

Ask HN: What's the next big thing in computing / programming?

news.ycombinator.com

131–140 of 171 posts

Re: Ask HN: What's the next big thing in computing / programming?

#131

Hyper IOTization. I'm coining the term. - pots that tell you when they are hot. - bikes that say their tires are flat. - weights that track how many reps you did. - shoes that tell you: stop landing on your heels so hard. - pillboxes that shove pills down your throat. - pillboxes that shove politics down your throat. - chargers that tell you their pronouns are he/him. - coffee mugs that tell you weather. - pants that…

The tire pressure monitoring system (TPMS) in cars is so simple ubiquitous and invaluable. No reason we can’t put more non privacy invasive or rent seeking iot devices out there.

Re: Ask HN: What's the next big thing in computing / programming?

#132
post #70

I am possibly alone in thinking the biggest thing to happen in computing in the 80s/90s was the spreadsheet. Having an immeasurable affect on the productivity of organizations large and small, to this day. So what does the 21st century version of the spreadsheet look like?

Deep neural networks are being tried everywhere, i.e. for things I didn't imagine they could be useful, others did.

Re: Ask HN: What's the next big thing in computing / programming?

#133

VR and 3D development. It's much bigger than games. There are some frameworks that are just now hitting their stride that make it 10x easier to build virtual worlds. Unreal Engine 5 in particular has been interesting to me. Even today we are seeing people who work full time in VR now. (mostly lower wage employees in low cost of living countries). But I've also met people who are self employed in VR making avatars for…

Agreed. I have been going to those VR demos at SIGGRAPH and film festivals for years, generally ending up with eyestrain or nausea. This year, after a covid hiatus, I notice much more attractive results.

(1) The hardware is better: higher resolution, faster fps, cable-less.

(2) Authors are starting to figure out how to tell a good story in a VR/AR environment.

(3) Artists have figured out what works in a 3D immersive environment. I have seen some really clever renderings.

Re: Ask HN: What's the next big thing in computing / programming?

#134

Earlier quoted context omitted.

Already exists. I managed a project for a well-known company in the sneaker industry that sends gait & foot pressure data from the shoe to an app and they have been working on this for probably close to a decade at this point. I can only assume that they've decided that commercialization outside the niche of Olympic athletes isn't worthwhile. And they are definitely not the only player since I recall writing some sim…

I remember when I played football (like 5 years ago) there were ads in the stores for cleats with chips in it for a lot of tracking, we didn't buy them because we didn't know how to use them so I don't know how they actually worked but the marketing was there (and I suspect the actual product too)

I spent the last half-decade or so in the electronics & software end of the fitness industry and I think there are a lot of niches like this. On the one hand you have the massive market for wrist & chest strap Heart Rate Monitors, and the speed/power meters in stationary bikes. On the other there are many much smaller markets that need a particular type of fitness data that doesn't get a whole lot of external exposure.

Getting the data isn't the hard part; knowing how to make it useful is.

Re: Ask HN: What's the next big thing in computing / programming?

#135
post #92

I don't know, but i'm pretty sure its going to be nothing that's listed here. Everything listed here is stuff at the high end of the hype cycle. Everyone is already looking at it. The next big thing is going to be something nobody is looking at. If people are already looking, it would have already happened.

There's multiple cycles. Hype usually predates the technology by several years. Drones are common now. But the last drone hype I saw was 20 years ago. AI has been around longer than I was born. Stuff like DDD and functional programming are ancient but they've become more popular in recent years.

I think it takes a long time. Often the tech is a puzzle piece when we don't have the rest of the puzzle yet.

Re: Ask HN: What's the next big thing in computing / programming?

#136

Real personal computing, that benefits end-users on their terms. In the Future of Coding community, we often use the analogy of "home cooking". As in, we have restaurants & professional chefs but not enough home cooks in computing. Tools & processes are super different when you're cooking for yourself / family vs for a restaurant! There are a few trends that are tiptoeing on the edges here: - tools for thought / crea…

I adore the banner idea here. The various trends are interesting, but I still don't see anything that really sings deeply to me. They all have hints of the real, of a coming harmony & bridging of the gulf between development & user, but they fall short too.

End-user programming comes close, but I don't think it's the real notion. It makes primary the programmability, which is, imo, an unncessary ego-centrism. Software simply making what it does visible, making it observable, and inviting in the potential for interaction, for manipulation, change, alteration: that, to me, is where we must go. I'm delighted and quite surprised to see this comment having risen mightily in the rankings, to the #2 spot, but permit me to cite the #1 comment in reflection here:

> "We’ve known for a long time that software will eat the world — the comings and going’s of everyday life, once they are expressed as code, become infinitely easier to patch and improve using only a keyboard and display."

To me, it's less about home-cooked & home-grown & indie, and more about software that has a basic fair shake. Software is either societal in nature: it participates in, shapes/can be shaped, discusses itself, engages in the democratic processes of the world. Or it is a closed, dark entity. I see little ways to regard most software as anything other than alien and hostile, as invasive & anti-communicative: a blackbox, with us trapped inside.

The way through though is incremental. Finding new ways to let the software we have expose itself, to make itself visible & explicit & introspectable & orchestrateable & controllable & malleable. I believe software high & low will better serve the world, be better able to do it's job, when there is a general systems fabric & when it can keep us in the loop.

Re: Ask HN: What's the next big thing in computing / programming?

#137
post #51

Deno is the thing I think I can realistically hope for as a technological breakthrough in 2022. If it does it can become huge. Not because of TypeScript as a native language. Not because it can create binaries. Not because it has an audited standard library or any other good reason. But because it includes a simple but flexible way to prevent itself from doing things the author didn't want it to. If we are extremely…

What do you mean?

Re: Ask HN: What's the next big thing in computing / programming?

#138
Someone already mentioned Unity as ahead of the curve.

I was impressed by it being a “Framework IDE.” It contains hundreds of visual tools and workflows where actual source code files are a small component which you drag and drop into widgets. Each widget is a visual representation of a class, and it’s source code is irrelevant.

Some of these tools are visual state machines, reactions to events, version control, collaboration. Most of us won’t like that change, as we’d lose a lot of control to opinionated rigid tools.

Maybe XCode and Android Studio will evolve to that for the next generation of developers.

Re: Ask HN: What's the next big thing in computing / programming?

#139
post #2

VR/AR will be big one day.

I know this was intended with /s but XR, as in spatial computing embodied experience and the ability to overlay digital information onto your field of vision, is about to become a whole new sector of capability. The number of previous false dawn projections is not relevant at this point.

So many PC type interactions we do in 2D today will be both more functional and more lovely to use when mapped into 3D space.

Post reply on HN