Why don't we see more of these, given that canvas and webgl and fullscreen are a thing now? Shouldn't this have put Citrix et al out of business?
Orb is a free and open source web desktop
51–60 of 146 posts
Re: Orb is a free and open source web desktop
#52Earlier quoted context omitted.
We are, indeed, in a world where Jquery is now the preferable choice. Frontend development is going through what video games went through in the 80s, so much new shovelware every day that people are eventually going to get tired of it.
jQuery is completely unnecessary now, you can use the built in element selectors to do all the same stuff without pulling a huge lib in. The value in jQuery was acting as a shim to smooth over IE's deficiencies back in the day. Now, its a waste of bandwidth.
Re: Orb is a free and open source web desktop
#53Earlier quoted context omitted.
We are, indeed, in a world where Jquery is now the preferable choice. Frontend development is going through what video games went through in the 80s, so much new shovelware every day that people are eventually going to get tired of it.
jQuery is completely unnecessary now, you can use the built in element selectors to do all the same stuff without pulling a huge lib in. The value in jQuery was acting as a shim to smooth over IE's deficiencies back in the day. Now, its a waste of bandwidth.
Re: Orb is a free and open source web desktop
#54Re: Orb is a free and open source web desktop
#55Earlier quoted context omitted.
I agree. There is no bandwidth wasted when using a popular CDN just drop it in and enjoy the simplicity it still ads to the already nice as well JavaScript methods.
It's fine if you don't want to call it a waste of bandwidth, but bandwidth is definitely still used because browsers don't share caches between domains https://www.stefanjudis.com/notes/say-goodbye-to-resource-ca... .
Re: Orb is a free and open source web desktop
#56Earlier quoted context omitted.
I hear PHP is a pretty good language nowdays. Now, if we could just optionally drop the $ sign from the beginning of every variable and use them only for string templating ;).
What is so special about string templates that they should be have a different naming scheme? And $ really won't ease your life to search with regexp. Would it only depends on my own preferences, I would use only letters and dash for any identifier in code bases I work with.
The fact that you have to distinguish between literal strings and interpolated values
Re: Orb is a free and open source web desktop
#57Re: Orb is a free and open source web desktop
#58I took a peek at the "Explorer" app code base. PHP + JS + jQuery, but surprisingly readable (but a lot of practices in there that are not exactly considered "best" today). Perhaps we have sunk too deep into the SPA/API rabbit hole that we can no longer appreciate simplicity. https://gitlab.com/hsleisink/orb/-/blob/master/public/apps/e... https://gitlab.com/hsleisink/orb/-/blob/master/public/apps/e...
You mean fashionable?
> Perhaps we have sunk too deep into the SPA/API rabbit hole that we can no longer appreciate simplicity
I’m certain of it.
Re: Orb is a free and open source web desktop
#59Earlier quoted context omitted.
It's fine if you don't want to call it a waste of bandwidth, but bandwidth is definitely still used because browsers don't share caches between domains https://www.stefanjudis.com/notes/say-goodbye-to-resource-ca... .
Silly point as jQuery is a few kilobytes meanwhile your custom font is a few megs.
Re: Orb is a free and open source web desktop
#60Note to developer: you may want to add an `onbeforeunload` handler