Hosting Project Demo's on OSDev.org

Questions, comments, and suggestions about this site should go here.
Post Reply
User avatar
AJ
Member
Member
Posts: 2646
Joined: Sun Oct 22, 2006 7:01 am
Location: Devon, UK
Contact:

Hosting Project Demo's on OSDev.org

Post by AJ »

Topic split from -> here <-.
User avatar
Love4Boobies
Member
Member
Posts: 2111
Joined: Fri Mar 07, 2008 5:36 pm
Location: Bucharest, Romania

Re: New way to demo your OS project

Post by Love4Boobies »

Maybe it'd be cool to implement this applet on OSDev.org ?
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
earlz
Member
Member
Posts: 1546
Joined: Thu Jul 07, 2005 11:00 pm
Contact:

Re: New way to demo your OS project

Post by earlz »

Love4Boobies wrote:Maybe it'd be cool to implement this applet on OSDev.org ?
Maybe if it was put in the OS Project List on the Wiki as part of the template. like a "Click here to run OS in Java Emulator" which would of course be an opt-in thing per OS
User avatar
NickJohnson
Member
Member
Posts: 1249
Joined: Tue Mar 24, 2009 8:11 pm
Location: Sunnyvale, California

Re: New way to demo your OS project

Post by NickJohnson »

Yeah, but really, how easy do you think it would be to reliably have all of those projects available to test? Either you would store them all on the site (impossible due to size) or keep the links updated (impossible due to laziness). We could, however, put it up in a way that it could read boot disks from anywhere on the web, and have the user type in the URL by hand; maybe some people would put their own links up.
earlz
Member
Member
Posts: 1546
Joined: Thu Jul 07, 2005 11:00 pm
Contact:

Re: New way to demo your OS project

Post by earlz »

NickJohnson wrote:Yeah, but really, how easy do you think it would be to reliably have all of those projects available to test? Either you would store them all on the site (impossible due to size) or keep the links updated (impossible due to laziness). We could, however, put it up in a way that it could read boot disks from anywhere on the web, and have the user type in the URL by hand; maybe some people would put their own links up.
Yes that's what I was intending.. I think hosting of all that on the OSDev website wouldn't be good and is out of the scope of the website. Just rather having it an option in the wiki template to where you can add one in a standardized place.
User avatar
AndrewAPrice
Member
Member
Posts: 2300
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

Re: New way to demo your OS project

Post by AndrewAPrice »

You could add a live demo icon to the Wiki template, but you'll be responsible for hosting it yourself.
My OS is Perception.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: New way to demo your OS project

Post by Combuster »

I don't really see that much problems with public hosting - if you'd limit the on-site submissions to 1.4M floppy images, and you compress them on storage, you don't need that much for the average user. We could limit it further to one floppy image per account that has at least one star. Which would with an average compression of 70% (most disk space is wasted anyway) result in 483 * 1.4 * 0.3 = 184MB. Which is something we could bother Chase with.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
Kevin
Member
Member
Posts: 1071
Joined: Sun Feb 01, 2009 6:11 am
Location: Germany
Contact:

Re: Hosting Project Demo's on OSDev.org

Post by Kevin »

I don't think I could present many exciting things on a floppy image. It's just too small for some OSes (probably some of the more interesting ones).
Developer of tyndur - community OS of Lowlevel (German)
User avatar
AJ
Member
Member
Posts: 2646
Joined: Sun Oct 22, 2006 7:01 am
Location: Devon, UK
Contact:

Re: Hosting Project Demo's on OSDev.org

Post by AJ »

Hi,

Combuster's point taken on board, but I would rather see people hosting their own images for flexibility and possibly legal reasons (who is responsible if someone uploads an image conataining proprietary software?).

Is there a way of getting MediaWiki to hide broken links automagically? If so, that could get around the problem of removing stale OS's.

Cheers,
Adam
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: Hosting Project Demo's on OSDev.org

Post by Combuster »

AJ wrote:Is there a way of getting MediaWiki to hide broken links automagically?
Bots! :D
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
NickJohnson
Member
Member
Posts: 1249
Joined: Tue Mar 24, 2009 8:11 pm
Location: Sunnyvale, California

Re: Hosting Project Demo's on OSDev.org

Post by NickJohnson »

AJ wrote:... legal reasons (who is responsible if someone uploads an image conataining proprietary software?).
Could we have some sort of waiver that transfers liability to the uploader if they upload images with proprietary software? I don't know any lawyers though.
monkeykoder
Member
Member
Posts: 25
Joined: Fri Dec 04, 2009 10:08 am

Re: Hosting Project Demo's on OSDev.org

Post by monkeykoder »

IANAL but if I'm not mistaken the owner of the server wouldn't be held liable if they took appropriate action when notified.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: Hosting Project Demo's on OSDev.org

Post by Combuster »

NickJohnson wrote:
AJ wrote:... legal reasons (who is responsible if someone uploads an image conataining proprietary software?).
Could we have some sort of waiver that transfers liability to the uploader if they upload images with proprietary software? I don't know any lawyers though.
Considering that the same people can upload illegal content to the forum or wiki, and we don't close down the forum nor wiki because someone might post objectionable content and get the staff sued, wouldn't that be a bit hypocritical?
In essence, both the forum and wiki already impose an agreement on its users. I think the more essential problem is how to check for and control rogue users.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
Post Reply