Live data from Hacker News

Ask HN: What are weird and/or novel ways to do web UIs?

news.ycombinator.com

11–20 of 364 posts

Re: Ask HN: What are weird and/or novel ways to do web UIs?

#15

I've heard that some people build UIs with thousands of dependencies, in JavaScript that hits the server for text that is then parsed to object that are then passed through all sorts of classes that each spit out HTML. They also do some weird stuff with events like key-ups in order to re-render input fields based on objects rather than letting the browser manage those kinds of things. Sounds pretty weird to me.

Sounds weird if you phrase it in a weird way, yes.

Just like communicating with strangers via on-demand electric currents is weird as well, if you phrase it like that.

Re: Ask HN: What are weird and/or novel ways to do web UIs?

#16

I've heard that some people build UIs with thousands of dependencies, in JavaScript that hits the server for text that is then parsed to object that are then passed through all sorts of classes that each spit out HTML. They also do some weird stuff with events like key-ups in order to re-render input fields based on objects rather than letting the browser manage those kinds of things. Sounds pretty weird to me.

That's indeed weird. How would they not lose track of their dependencies? How do they keep their code lean and load times fast?

Re: Ask HN: What are weird and/or novel ways to do web UIs?

#17
post #7

Go spend 5 minutes here on pc desktop. http://cyberspaceandtime.com/Gaano9Y6KAU.video+related I came across this site a few weeks ago. And it's quite unlike anything I've seen. And try to inspect the site using browser inspector. It's a very different ui than I've ever seen before.

What the hell is this?! TempleOS gone social network?!

Re: Ask HN: What are weird and/or novel ways to do web UIs?

#18

I've heard that some people build UIs with thousands of dependencies, in JavaScript that hits the server for text that is then parsed to object that are then passed through all sorts of classes that each spit out HTML. They also do some weird stuff with events like key-ups in order to re-render input fields based on objects rather than letting the browser manage those kinds of things. Sounds pretty weird to me.

That's indeed weird. How would they not lose track of their dependencies? How do they keep their code lean and load times fast?

They just hope that Google will keep pouring infinite money into making their JavaScript engine faster.

And they never kept track of their dependencies in the first place. That's the job of some build tool. Whatever it pulls in is fine.

Re: Ask HN: What are weird and/or novel ways to do web UIs?

#20

Earlier quoted context omitted.

That's indeed weird. How would they not lose track of their dependencies? How do they keep their code lean and load times fast?

They just hope that Google will keep pouring infinite money into making their JavaScript engine faster. And they never kept track of their dependencies in the first place. That's the job of some build tool. Whatever it pulls in is fine.

What Google giveth, NPM taketh away.
Post reply on HN