- Sky
- Blueberry
- Slate
- Blackcurrant
- Watermelon
- Strawberry
- Orange
- Banana
- Apple
- Emerald
- Chocolate
- Charcoal
-
Content Count
68 -
Joined
-
Last visited
-
Days Won
11
Zen1th last won the day on December 3 2020
Zen1th had the most liked content!
About Zen1th
-
Rank
Junior Member
- Birthday August 20
Profile Information
-
Gender
Not Telling
-
Location
Earth, Solar System, Milky Way, Human Universe
-
Interests
Pro*g*r*aming*
Contact Methods
-
Minecraft
_Zen1th_
-
GitHub
https://github.com/zenith391/
Recent Profile Visitors
2047 profile views
-
Zen1th reacted to a post in a topic: Occult practices for finding ore
-
hohserg reacted to a post in a topic: Fuchas - An OS with focus on security
-
There is already Lukyt and if you plan to make a OC architecture (which is better than modifying the mod itself), beware that you MUST sandbox and limit the Java code, or else you might end up with malicious programs that will shutdown the server or even corrupt it.
-
Unable to get server to boot "bad argument #1 (string expected, got nil)
Zen1th replied to Piipperi's question in Miscellaneous
It looks like the problem come from the EEPROM, try crafting a new EEPROM (Lua BIOS) and put it inside, it's important to have the "(Lua BIOS)" in the item's name or else it won't work. -
Just released Fuchas 0.7.0! Since the last changelog i posted was about 0.6.0, i'll also post the 0.6.1 changelog! (important changes are in bold) 0.7.0: Core OS: + Security improvements + Fixed Concert + Fushell boot screen is now lighter + New in-OS documentation using OHML + Working shell command history + Working Stardust project: you can run OpenOS binaries on Fuchas + Detachable file handles + Horizontal tab is now an actual tab (not just converted to 4 spaces) + The scheduler is now
-
hohserg reacted to a post in a topic: Minecraft server on OC
-
Is there a way to get YouTube installed on open computers
Zen1th replied to ReynaChloeCat's question in Requests
Technically, with the newly-added GPU buffers, MP4 decompression and custom OC video format compression, combined with huge dedication, this could be possible, but with 2fps videos (i should maybe try that programming challenge) -
Fingercomp reacted to a post in a topic: Minecraft server on OC
-
Nexarius reacted to a post in a topic: Minecraft server on OC
-
Last demo video: No, it does not currently run modded minecraft (albeit it runs plugins made for this server), but one experiment i want to do for later is recreating a bit of OC mod in Lua, to make it run in this server, so that you can run Minecraft server in Minecraft server in Minecraft server in Minecraft server in ... until it crashes your PC lol.
-
And it now even saves your buildings!
-
Not a Minecraft server about OC, but a Minecraft server running on OC. More specifically an 1.15.2 Minecraft server. (btw sorry for low video quality, but 2 Minecraft instances with one modded is CPU-intensive, so..) Installing Just look at the github: https://github.com/zenith391/OCMCS
-
Ctrl+Alt+C is made so that, in case of error or bug that cause the program to stop responding, you can still close it. So i wouldn't accept removing it (even for temporary). What you could do however is setup a service which restart the program whenever it isn't alive anymore.
-
hohserg reacted to a post in a topic: Lukyt - Java on OpenComputers (without mod)
-
hohserg reacted to a post in a topic: Lukyt - Java on OpenComputers (without mod)
-
what's shown on the video is a Linux running on opencomputers emulator, so if you wish to have same, just have any Linux installation and run a terminal emulator like OCVM on it.
-
BIOSes already exists in OpenComputers, in fact you can customize them using the "flash" command on OpenOS. However you cannot overclock, undervolt or overvolt OpenComputers CPUs because they don't work that way.
-
There has been many changes ranging from security to services without forgetting Fuchas now can read and write (it's the first software and OS to do so on OC) CPIO and VELX. All of it is in the github changelog.
-
Yea if other computers need a service to run on the Fuchas computer in order to do routing, then a service is appropriate for that feature, however the rest would be more appropriate as a network driver.
-
I didn't really thought about that, i think i'll make a quick way to autorun processes on start they should already be implemented by the time you see this. However, network drivers (like Minitel) are ported using "network" library, it provides a common library for programs to easily interact with any network stack. However again if it really needs a service (like some sort of heartbeat signals or periodic events that really require it), you can use the newly made services feature.
-
I added a program: "Project Stardust", it allows using OpenOS software on Fuchas ! you just have to "sudo stardust <path of openos program>"
-
Fingercomp reacted to a post in a topic: Lukyt - Java on OpenComputers (without mod)
-
Zen1th reacted to a post in a topic: Scientific approach to Geolyzer
-
A while ago i made a JVM in Lua with the first goal of running Java on OC, just because i like Java and we all know it's a good programming language. So here's the JVM running a program that fills GPU: Oops, made a typo. Ok at first this might not seem impressive at all, but now you can interact with components using Java! That's an awesome thing for Java-ers like me! Race to first Java OS in OC? Anyone? Here's the (simple) code i used above import lukyt.oc.Component; public class ComponentTest { public static void main(String[] args) { String gpu =