Jump to content


Galaxtone's Content

There have been 5 items by Galaxtone (Search limited from 30-March 23)


By content type

See this member's

Sort by                Order  

#278373 [CC 1.76+] Enlarged Terminal Font

Posted by Galaxtone on 14 October 2018 - 12:21 AM in Media

I am requesting for permission to use your font within in my mods for various lua-powered terminals and interfaces, I will credit.



#278372 [MC 1.12.2][CC:Tweaked Only] Romulus, an accelerated security API for CC

Posted by Galaxtone on 13 October 2018 - 11:45 PM in Peripherals and Turtle Upgrades

View PostQuartz101, on 25 June 2018 - 02:04 AM, said:

View PostGalaxtone, on 25 June 2018 - 02:01 AM, said:

I know that:
secure.hash(text, type)
which is useful without needing a huge library which is slower since it's lua in java,

but I honestly don't know why you have:
secure.random(length)

When you can easily emulate this feature in lua without any issues:
function random(length)
  local randomTable = {}
  for i = 1, length do
	randomTable[i] = math.random(0, 255)
  end
  return randomTable
end

Yes, but the normal math.random isn't secure. It uses java.util.random.

What about a secure.random(depth) that returns a secure number between 0 and 2^depth-1



#277652 [MC 1.12.2][CC:Tweaked Only] Romulus, an accelerated security API for CC

Posted by Galaxtone on 25 June 2018 - 02:01 AM in Peripherals and Turtle Upgrades

I know that:
secure.hash(text, type)
which is useful without needing a huge library which is slower since it's lua in java,

but I honestly don't know why you have:
secure.random(length)

When you can easily emulate this feature in lua without any issues:
function random(length)
    local randomTable = {}
    for i = 1, length do
        randomTable[i] = math.random(0, 255)
    end
    return randomTable
end



#277512 Hello World - ComputerCraft Anarchy Server

Posted by Galaxtone on 04 June 2018 - 12:39 AM in Servers

I'd do It for you if you want ;)



#272202 [1.7.10] CubeSpace Creative [CC 1.75] [24/7]

Posted by Galaxtone on 23 November 2017 - 11:04 PM in Servers

IGN: Galaxtone
Why I want to join this server: I haven't seen a computer host the same minecraft server for this long, This is one of the most dedicated server's I've ever seen and I want to join and meet everyone and make something incredible.