a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment by Killerhurtz
Killerhurtz  ·  3159 days ago  ·  link  ·    ·  parent  ·  post: Dear Hubski, what do you want to learn?

Thanks for the offer, I'll consider it in my spare time (and thanks for the link, I'll investigate)

As for Javascript - yes, I know, but I think I remember a metaphor for it said by someone: it's like converting a treadmill into a commuting vehicle. Sure it works, but there's better ways to do it.





user-inactivated  ·  3159 days ago  ·  link  ·  

    it's like converting a treadmill into a commuting vehicle. Sure it works, but there's better ways to do it.

I'm sure this is true. Still, the possibility blew my mind at the time: using web-programming language to do desktop programming!

Killerhurtz  ·  3158 days ago  ·  link  ·  

Hell - technically, nowadays you most likely could be able to code down applications/games in HTML5 and run them as a native application with some sort of Webview wrapper or HTML parser (which would effectively be a single-website web browser)

user-inactivated  ·  3158 days ago  ·  link  ·  

I didn't know that, though I did notice some things leading to it. Do you have any material at hand that will explain how this works, by any chance?

Killerhurtz  ·  3158 days ago  ·  link  ·  

Not any material, no - only an explanation.

You've seen what HTML5 is capable of, yes? Movies, games, advanced almost-app-like websites.

Now most likely, if you were to take Chromium's webpage-rendering code, add execution code and make it point to a folder/website, most likely it would load and run that HTML5 code with no superfluous feature - if it's not in the page, it's not there.

Sorta how, in the past, you could package Shockwave Flash (SWF) files into executables, except you have to write the execution software yourself instead of relying on Adobe's code.

(And now my crazy self is thinking about making an HTML5 web browser from that tech...)

Yeah I'm def going to learn to code just to see if this is possible.

user-inactivated  ·  3158 days ago  ·  link  ·  

It's the crazy ones who push the boundries. Wayward winds if you decide to go for it.