Earlier quoted context omitted.
Personally I can see myself using this to access my homelab from work without having to open extra ports. Since I can't install a personal VPN client on my work machine, a web-based desktop behind a login would give me most of what I want.
Why not guacamole or smth
Orb is a free and open source web desktop
101–110 of 146 posts
Re: Orb is a free and open source web desktop
#102I really like the idea of a web based desktop, but I would like to see innovation in the user interfaces of computers. One idea I am playing with is the idea of "thunking" behaviours on a graphical user interface by chaining together operations, like a typed runqueue. You can interact immediately with what is on the screen but you are presented with options as if the operation was successful and then you can queue up…
Re: Orb is a free and open source web desktop
#103Re: Orb is a free and open source web desktop
#104General question: Is there an actual use for this kinds of projects, beyond showing what can be done? I have seen many different "web desktop" projects and while most of them were impressive in their own (technical) ways, I could never see the an actual use case for them.
My Synology NAS uses something like this for its navigation and even if it's initially strange, you instantly miss it when you access it from your phone, when the UI turns into this nested list which is not intuitive at all
Re: Orb is a free and open source web desktop
#105Their demo[0] session is actually shared among all visitors, with all expected consequences like spam, dickpics etc. 0. https://desktop.leisink.net/
That would explain why the demo login appears to have been disabled. The button is still there, but it tells me the auto-filled demo PW is incorrect.
Re: Orb is a free and open source web desktop
#106Earlier quoted context omitted.
SPAs are here due to organisational, not technical reasons. For large organisations it's easier to manage a team of workers with narrow specialisations than a single, but almost equally productive developer like here. It's particularly visible in banking applications, where modules are almost completely independent and built by non-overlapping teams, so they take forever to load due to the limitation on concurrent re…
I've been evaluating some self-hosted/open source company management systems this weekend. Most of them are classic multi-page PHP apps. It's terrible. I can't stand how it always reloads each time I click on something. I remember it didn't bother me much in the past when everything was like that, but today we have much better options. I went for a SaaS built as a SPA. When I click on something, for example to create…
Re: Orb is a free and open source web desktop
#107Earlier quoted context omitted.
So? The jQuery code still works regardless of when the browser decided to catch up. I picked up jQuery because JS in browsers weren't cross-compatible for ages. I don't see a need to stop unless jQuery stops being cross-compatible.
> So? The jQuery code still works regardless of when the browser decided to catch up. So, it's not needed anymore. I also started using jQuery in order to get cross-browser support for handy stuff, but since that stuff is now cross-browser without using any 3rd party libraries at all, there is no need to use extra bandwidth and CPU cycles from your users to download something that basically already exists.
Re: Orb is a free and open source web desktop
#108Went to the demo, instinctively used `cmd-w` to close one of the "desktop" windows, and was quickly reminded of one of the limitations of building an application like this inside a browser. Note to developer: you may want to add an `onbeforeunload` handler
Re: Orb is a free and open source web desktop
#109Re: Orb is a free and open source web desktop
#110Earlier quoted context omitted.
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.
It's at 87KB these days for the minified production version. There are corporate logo PNGs that are bigger in size.
You're not wrong about logos, but I find that webp will often squish that sort of thing down to 10-15k.