BleepingComputer.com: what coding language would be needed?

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

what coding language would be needed? me and a friend have a concept - not sure what codes to use.

#1 User is offline   fallendream 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 83
  • Joined: 18-January 10

Posted 01 February 2010 - 01:31 PM

hey.

me and a friend have thought up a new way of web OS.

basically we need to make a client to access the OS via the internet. - what code language for this?

we need the OS - would modding linux work?

and finally we need a way for a user to log in to the server via the client and acces their own personal web os. - what coding language for this?

im thinking that PHP+MYSQL would work for the log in screen and maybe python for the client program?


if you do know what kind of language to use where please post any tutorials you have that could be of help.
thanks,
Joe.

#2 User is offline   groovicus 

  • Hail Groovicus!
  • PipPipPipPipPipPip
  • Find Topics
  • Group: Moderator
  • Posts: 9,605
  • Joined: 05-June 04
  • Gender:Male
  • Location:Centerville, SD

Posted 01 February 2010 - 01:46 PM

What sort of access are you talking about? From what I can understand, you are describing a thin client.
"Take the risk of thinking for yourself, much more happiness, truth, beauty, and wisdom will come to you that way" - Christopher Hitchens

#3 User is offline   fallendream 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 83
  • Joined: 18-January 10

Posted 01 February 2010 - 01:51 PM

View Postgroovicus, on Feb 1 2010, 06:46 PM, said:

What sort of access are you talking about? From what I can understand, you are describing a thin client.

acces on tiers.

tier 1 - normal people - acces their 'os' and the files they upload.
tier 2 - admins - access everyones files (for virus scanning) and everyones 'os' including their own.

thats all. if that answers your question?
sorry if it doesnt.

Joe.

#4 User is offline   groovicus 

  • Hail Groovicus!
  • PipPipPipPipPipPip
  • Find Topics
  • Group: Moderator
  • Posts: 9,605
  • Joined: 05-June 04
  • Gender:Male
  • Location:Centerville, SD

Posted 01 February 2010 - 02:16 PM

That is sort of what a server does, so I guess I still must not understand. Are you talking about multiple instances of an operating system?

At any rate, the operating system is irrelevant because one would use a network protocol layer to translate data into something the OS can understand, and vice versa. That is why Windows systems can talk with Unix systems, or a Sun based system can talk to other systems.
"Take the risk of thinking for yourself, much more happiness, truth, beauty, and wisdom will come to you that way" - Christopher Hitchens

#5 User is offline   gtaviper 

  • New Member
  • Pip
  • Find Topics
  • Group: Members
  • Posts: 3
  • Joined: 01-February 10

Posted 01 February 2010 - 02:34 PM

hello i am the friend that fallen talks about here to help the basic idea is for an operating system to be completely in the cloud (internet) this is a home project and we dont know too much about this so run down.

a internet os like ghost http://g.ho.st/ this is an operating system in a browser we are talking about setting one up on a server like this but having things like a web browser built in. to combat some massive problems we came up with having a completely blank os that has one link to the login page to our cloud os.

|computer|
|
|blank os|
| |
|cloud os| |off|

This post has been edited by gtaviper: 01 February 2010 - 02:35 PM


#6 User is offline   fallendream 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 83
  • Joined: 18-January 10

Posted 01 February 2010 - 02:37 PM

the client i mentioned (probably the wrong word) would be a program on the desktop.
open it up to reveal a login screen.
login and access the OS.

simple in theory so far but no doubt itll get suddenly complicated.

Joe.

#7 User is offline   groovicus 

  • Hail Groovicus!
  • PipPipPipPipPipPip
  • Find Topics
  • Group: Moderator
  • Posts: 9,605
  • Joined: 05-June 04
  • Gender:Male
  • Location:Centerville, SD

Posted 01 February 2010 - 03:07 PM

I understand now. That is sort of what Google is trying to accomplish. gOS

Perhaps that will get you started?
"Take the risk of thinking for yourself, much more happiness, truth, beauty, and wisdom will come to you that way" - Christopher Hitchens

#8 User is offline   fallendream 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 83
  • Joined: 18-January 10

Posted 01 February 2010 - 03:32 PM

View Postgroovicus, on Feb 1 2010, 08:07 PM, said:

I understand now. That is sort of what Google is trying to accomplish. gOS

Perhaps that will get you started?


thanks for the link.
ive spoken with gtaviper and from a glance Gos seems similar. hopefully we can beat google to it (though they no doubt have people knowing what to do and like, money :thumbsup:)


python seems a good language to code it all in. what do you guys think?

#9 User is offline   Romeo29 

  • Learning To Bleep
  • PipPipPipPipPipPip
  • Find Topics
  • Group: BC Advisor
  • Posts: 2,834
  • Joined: 06-July 08
  • Gender:Not Telling
  • Location:127.0.0.1

Posted 01 February 2010 - 04:04 PM

I do not think there would be a complete cloud OS ever. You would need basic OS installed on local hard disk for accessing internet. Then you can provide all other features and applications through cloud computing. So my suggestion would be to start by making cloud applications like Google Docs, with experience you can expand your project.

#10 User is offline   groovicus 

  • Hail Groovicus!
  • PipPipPipPipPipPip
  • Find Topics
  • Group: Moderator
  • Posts: 9,605
  • Joined: 05-June 04
  • Gender:Male
  • Location:Centerville, SD

Posted 01 February 2010 - 04:14 PM

I had sort of thought that also Romeo, but then again, a thin client uses an OS on a network server, so there is a usable model. In this case, the system would have to boot up enough to enable a connection to the remote OS, as well as handle all of the local hardware, so I can't see that this is much different. I think that the concept (a cloud os) is going to have a hard time taking off though.I have clients that do not really even want to use cloud based apps.
"Take the risk of thinking for yourself, much more happiness, truth, beauty, and wisdom will come to you that way" - Christopher Hitchens

#11 User is offline   Romeo29 

  • Learning To Bleep
  • PipPipPipPipPipPip
  • Find Topics
  • Group: BC Advisor
  • Posts: 2,834
  • Joined: 06-July 08
  • Gender:Not Telling
  • Location:127.0.0.1

Posted 02 February 2010 - 10:46 AM

Nobody wants to use cloud based apps because they heavily rely on the internet. In case of internet failure, malfunction, speed problem or unavailability etc, you are left no where, yet you have to pay for the services. Not to mention the regularly added cost of the internet. You cannot take your laptop in an area where there is no internet.

#12 User is offline   gtaviper 

  • New Member
  • Pip
  • Find Topics
  • Group: Members
  • Posts: 3
  • Joined: 01-February 10

Posted 02 February 2010 - 11:56 AM

i think that the future of computing will end up with cloud computing, however the only way that this would become a possabiliy is if most of the internet connections in places like london, paris and berlin are upgraded to at least a 50gb connection at the very least. this is possibly the way forward not for home computing but as google says with buinesses that hand out netbooks. in the lager picture this wont be around for a very long time however this is one of the most antisapated computing leaps people are looking forward to alongside with light procesers and nano technology it will be a reality however this will not be around for a good 20-30 years.

#13 User is offline   Romeo29 

  • Learning To Bleep
  • PipPipPipPipPipPip
  • Find Topics
  • Group: BC Advisor
  • Posts: 2,834
  • Joined: 06-July 08
  • Gender:Not Telling
  • Location:127.0.0.1

Posted 02 February 2010 - 08:47 PM

I see cloud computing as waste of internet bandwidth and which in other words means waste of energy. If I can install office apps on my hard disk why connect internet every time i want to use it? The only thing that cloud computing would be good at is preventing piracy. Nobody would be cracking or sharing anything and everyone will have to pay. So for corporations its big money, but for planet environment its more trees down and rise in global temperature.

As such, in small amounts its okay but if you want whole OS, controlling my computer, to be on a server 3000 miles away, then its simply not logical.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users