- Sky
- Blueberry
- Slate
- Blackcurrant
- Watermelon
- Strawberry
- Orange
- Banana
- Apple
- Emerald
- Chocolate
- Charcoal
skyem123
Members-
Content Count
22 -
Joined
-
Last visited
-
Days Won
3
skyem123 last won the day on February 28 2017
skyem123 had the most liked content!
About skyem123
-
Rank
Junior Member
Profile Information
-
Gender
Male
-
Interests
Computers, Minecraft, old computers, computers in Minecraft, openTTD (I once crashed their website, oops!).
Contact Methods
-
Minecraft
skyem123
-
GitHub
skyem123
Recent Profile Visitors
-
OETF #11 - OC Network Packet Serialisation
skyem123 replied to skyem123's topic in OpenEngineering Task Force
Well someone else can make a standard using CBOR. I won't steal their thunder, though I recommend to whoever does it, use a structure similar to this. ^^; -
OETF #11 - OC Network Packet Serialisation
skyem123 replied to skyem123's topic in OpenEngineering Task Force
I chose MessagePack because I didn't think about or see the other thing. Maybe another thing would be "better", but there's a point where you just have to pick something, and theoretically you could use a similar method on other ways to encode / store tables. For example, this could be done with the OpenOS table serialise function for extra inefficiency, however this specific standard uses MessagePack. -
It's very hard to convert Markdown into what this forum uses, so the specification and example implementation is in a gist: https://gist.github.com/skyem123/f5aa955699da26a5b8b9a6390552232a I may change the wording or fix bugs, but the actual specification will not / should not change.
-
oetf OETF #8 - Allocated Network Card Port Numbers
skyem123 replied to MajGenRelativity's topic in OpenEngineering Task Force
That's good to know, I'd say one port is better, especially if the users want to change it / remap it. -
oetf OETF #8 - Allocated Network Card Port Numbers
skyem123 replied to MajGenRelativity's topic in OpenEngineering Task Force
Why does GERT need 172 ports? That seems a bit too many. Theoretically you can stuff it all into one port, and have your own system for "sub" ports? I dunno, but it would probably be better/nicer if it only needed one port? -
OETF #7 - ON2 - Simple L2 protocol for network stacks
skyem123 replied to Magik6k's topic in OpenEngineering Task Force
I see... it would make automatic configuration systems harder in general though. -
Files representing disks stored on server rather than locally?
skyem123 replied to macrah's question in Miscellaneous
For issues such as using up the server's processing power and security, don't worry about that. OC has a lot of strict limits that prevent that. Making OC execute on clients would not really work and could actually cause more harm as now clients have to send a lot of data to the server, and the server would have to execute OC itself for each client's response to verify the client isn't cheating somehow. The key thing that is useful for OC is robots and drones that do things with out any player intervention... they HAVE to be able to run without clients doing things for them. I unde -
Files representing disks stored on server rather than locally?
skyem123 replied to macrah's question in Miscellaneous
The two potential issues with storing files on your server are You having to deal with potentially sensitive information being stored Storage space on your server being used up. (1) can be solved by warning people that storing stuff on a computer is like saying it publicly in chat or writing it on a an in game sign (2) is not any real worry because OC has size limitations AND it'll be easier to just generate new terrain to use up disk by running a long way than it is to write files. -
OETF #7 - ON2 - Simple L2 protocol for network stacks
skyem123 replied to Magik6k's topic in OpenEngineering Task Force
I'm reading this, and while it does seem like a good idea, using the port number as some sort of VLAN seems to conflict with other services and you using port 1. Also, I am a bit worried about using port 1, as while it's a good number, someone earlier could have used it? -
MajGenRelativity reacted to a post in a topic: OETF #6 - Globally Engineered Routing Technology
-
First off, this formatting is terrible. While I'm being nitpicky, this is standard thing rather than an advertising thing, so maybe don't describe why you think it's awesome, instead, focus on explanations of the protocol with neat graphics. Anyway, it is good that you have explained how your protocol works in a step by step way.
-
I have the same issue using Google Chrome on Windows 10, middle click opens the new tab, and it also goes to the link like I wasn't middle clicking.
-
Well, I have made miniOS (the FS system needs to be fixed, but you don't need that part) that is small, you could use it a base and modify it to suit your needs. You would need to write the code for the LUA interpriter. This sounds like an idea for the "OS" of computers like the ZX Spectrum. The autocompletion thing may not work as the CPU in opencomputers is slowed down to make it not overload multiplayer servers / your computer, If you implemented it efficiently, maybe?
-
I need more motivation to finish this... The current major bug is the fs.resolve() function. If / when I fix that, I can make another "milestone" release. If anyone wants to help, https://github.com/OpenPrograms/skye-Programs/blob/WIP/miniOS/minios.lua#L750 is the fs.resolve function. It seems to resolve "." as "/".
- 6 replies
-
- Mini
- Operating System
-
(and 3 more)
Tagged with: