53 posts
Location
Yes. (Location does mean wanted in 12 countries, right?)
Posted 20 July 2015 - 09:04 AM
Discontinued, because it's really bad :P/>.
Some of the input people had were very valuable, and I learned more about what people want to see in an OS. I might make a new OS someday, but only if I feel it is good enough to make people not hate it.
DumbOS
Current Version: v1.2
Disclaimer: I know this "OS" sucks. Please don't point that out. I'm aware of that. This wasn't even supposed to be public in the first place. It was made for me only, and I put it on the forums, because someone else might be able to use it. Obviously people don't like it, so if you want me to take it down, just say the word. If not, please try to give me advice about how to make it better, rather than telling me why it sucks. That helps nobody. Note that i am not very good at programming, so don't try to make me feel bad for things I might not be able to do, or get wrong. Thank you for listening to this.
DumbOS is a simple text based operating system that I made in an attempt to make creating, running, and managing programs in general easier. I know there are better OS's, and I know this one can't do as much as you might want it to. All you can really do with it so far is create, edit, run, and delete programs.
Ill accept suggestions, but please avoid suggesting the following:
- The ability to have multiple accounts.
- Adding an installer.
These are all either planned, or I just don't want to add them.
I made DumbOS using ComputerCraft 1.6. I'm not certain it will work with older versions. It will most likely work with newer versions, but don't complain to me it if it doesn't.
Installation:
You can install the latest version with this command:
pastebin get wnXCY2v5 startup
Make sure to save it as 'startup'
Changelog:
Spoiler
v1.2
~ Completely redone, and less messy (but still kind of messy) code!
+ Added a list of programs to programs menu.
+ Added a system restore option on startup.
- Removed send to pastebin wait time setting.
+ Added a theme setting.
+ Added an exit to console option on main menu.
~ All programs now have a '.exe' extension.
~ All programs are now stored in 'dumbos/programs'
~ Any programs that are not made in DumbOS will not work in DumbOS now
~ Any programs that were made in older versions of DumbOS will no longer work in this version.
v1.1
+ Added get from pastebin option in programs.
+ Added send to pastebin option in programs.
+ Added option to change how long it shows you the pastebin id when you send a program to pastebin.
Please report any bugs or errors that you find to me please, and I will try my best to fix them :)/>/>
Edited on 23 July 2015 - 11:04 PM
673 posts
Posted 21 July 2015 - 02:54 PM
I don't know, this "OS" seems more like a 300-line startup file with some program support.
Pros:
1. Simple
Cons:
1. Fake loading screen
2. Not much to do with it
3. No GUI
4. Password not hashed
53 posts
Location
Yes. (Location does mean wanted in 12 countries, right?)
Posted 21 July 2015 - 07:30 PM
If by fake loading screen you mean the wait time between the files being created, then the fake loading screen is gone now.
It intended to handle programs only. I could make it do more, but for now thats all. please note that im not very good at programming in computercraft, so this is pretty impressive for me. I also added an exit to console option on the menu, so you could use it, and do things you couldn't do with it without getting rid of it.
Thanks for your input anyway ill work on some of these things in later versions :)/>
Edited on 21 July 2015 - 05:41 PM
53 posts
Location
Yes. (Location does mean wanted in 12 countries, right?)
Posted 21 July 2015 - 08:13 PM
Btw if you would like more to do with it, please tell me what i should add.
673 posts
Posted 21 July 2015 - 10:25 PM
If by fake loading screen you mean the wait time between the files being created
No, I mean the one when you boot.
53 posts
Location
Yes. (Location does mean wanted in 12 countries, right?)
Posted 22 July 2015 - 03:48 AM
that wasn't intended to be a loading screen that was just to show that it was starting up. I could see how that could be easily seen as a loading screen, so I'll change that in the next version.
818 posts
Location
Wherever you want me to be
Posted 22 July 2015 - 06:29 AM
If by fake loading screen you mean the wait time between the files being created, then the fake loading screen is gone now.
and by 'waiting for files to be created' you mean sleep(3) actually does something apart from waiting a bit?
i mean, really.
53 posts
Location
Yes. (Location does mean wanted in 12 countries, right?)
Posted 22 July 2015 - 07:42 AM
If by fake loading screen you mean the wait time between the files being created, then the fake loading screen is gone now.
and by 'waiting for files to be created' you mean sleep(3) actually does something apart from waiting a bit?
i mean, really.
no i meant in an older version, it showed the files it was creating, and there was a small delay in between creating them.
673 posts
Posted 22 July 2015 - 02:28 PM
that wasn't intended to be a loading screen that was just to show that it was starting up. I could see how that could be easily seen as a loading screen, so I'll change that in the next version.
…
"Fake loading screen" means you use sleeps when they aren't really needed.
53 posts
Location
Yes. (Location does mean wanted in 12 countries, right?)
Posted 22 July 2015 - 08:24 PM
like to use sleeps to make it so transitions between two screens aren't as abrupt. But ill try my best to remove that where its not needed in the next version. Thanks for the input! :)/>