Hosting Project Demo's on OSDev.org
Hosting Project Demo's on OSDev.org
Topic split from -> here <-.
- Love4Boobies
- Member
- Posts: 2111
- Joined: Fri Mar 07, 2008 5:36 pm
- Location: Bucharest, Romania
Re: New way to demo your OS project
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 ]
[ Project UDI ]
Re: New way to demo your OS project
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 OSLove4Boobies wrote:Maybe it'd be cool to implement this applet on OSDev.org ?
- NickJohnson
- Member
- Posts: 1249
- Joined: Tue Mar 24, 2009 8:11 pm
- Location: Sunnyvale, California
Re: New way to demo your OS project
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.
Re: New way to demo your OS project
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.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.
- AndrewAPrice
- Member
- Posts: 2300
- Joined: Mon Jun 05, 2006 11:00 pm
- Location: USA (and Australia)
Re: New way to demo your OS project
You could add a live demo icon to the Wiki template, but you'll be responsible for hosting it yourself.
My OS is Perception.
- Combuster
- 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
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.
Re: Hosting Project Demo's on OSDev.org
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).
Re: Hosting Project Demo's on OSDev.org
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
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
- Combuster
- 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
Bots!AJ wrote:Is there a way of getting MediaWiki to hide broken links automagically?
- NickJohnson
- Member
- Posts: 1249
- Joined: Tue Mar 24, 2009 8:11 pm
- Location: Sunnyvale, California
Re: Hosting Project Demo's on OSDev.org
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.AJ wrote:... legal reasons (who is responsible if someone uploads an image conataining proprietary software?).
-
- Member
- Posts: 25
- Joined: Fri Dec 04, 2009 10:08 am
Re: Hosting Project Demo's on OSDev.org
IANAL but if I'm not mistaken the owner of the server wouldn't be held liable if they took appropriate action when notified.
- Combuster
- 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
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?NickJohnson wrote: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.AJ wrote:... legal reasons (who is responsible if someone uploads an image conataining proprietary software?).
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.