Semi-Open-Source OS Development

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).

Does this idea seem interesting/worth it?

Yes
10
34%
No
13
45%
Lets talk more
5
17%
See my comment
1
3%
 
Total votes: 29

CoryG
Posts: 8
Joined: Sat Mar 07, 2009 8:14 am
Location: California
Contact:

Re: Semi-Open-Source OS Development

Post by CoryG »

That sounds like Windows' BitLocker and encrypted filesystems. And it has a lot of vulnerabilities, such as inserting malicous code in the decryptor (which can't be encrypted) or pulling the decryption key from memory during reboot. In any case its already been implemented on multiple operating systems.
This should be covered by the open source release of a boot loader patch I will make once completed.
But in some cases, like if you're on the go and you want to access your desktop at home, this won't be enough. It also means that programmers have to implement remote access in their application themselves if they want it to work. This is the exact opposite of your idea of spending less time coding repetivive things. Its much easier to just allow encrypted remote desktop, which will work just fine.

It seems that most of the things you are suggesting are a) already implemented or b) not implemented because they're not particulary useful.
It doesn't mean users have to implement remote access past defining the core inputs and outputs of the GUI and letting the OS patches handle the networking interface, past that someone with the same OS and application on a remote computer could use the same software in a remote fashion (using a console window as a basis for this example, theres no need to forward an image of a console window if you have the same program on the other end and let the two operating systems forward the in/out/error of the console to the GUI - this exists to a marginal degree in X when you consider remote sessions).
JohnnyTheDon
Member
Member
Posts: 524
Joined: Sun Nov 09, 2008 2:55 am
Location: Pennsylvania, USA

Re: Semi-Open-Source OS Development

Post by JohnnyTheDon »

I just stumbled upon a method for doing exactly this on an X system. You can run ssh with X forwarding enabled, and run programs normally over the ssh connection.
User avatar
Steve the Pirate
Member
Member
Posts: 152
Joined: Fri Dec 15, 2006 7:01 am
Location: Brisbane, Australia
Contact:

Re: Semi-Open-Source OS Development

Post by Steve the Pirate »

JohnnyTheDon wrote:I just stumbled upon a method for doing exactly this on an X system. You can run ssh with X forwarding enabled, and run programs normally over the ssh connection.
I do this all the time - it's a little slow over the internet though.
My Site | My Blog
Symmetry - My operating system.
Post Reply