kit
kit
PDProgram Dream
Created by kit on 4/11/2025 in #🔨┃dev-logs
Hashgate - simple PoW/Hashcash-like spam protection algorithm for centralised systems
it's more lightweight than PoW, so that makes it more suitable for centralised systems. Stuff like APIs, email Also: 1) It is deterministic 2) It is customizable 3) It is very simple
4 replies
PDProgram Dream
Created by kit on 4/11/2025 in #🔨┃dev-logs
Hashgate - simple PoW/Hashcash-like spam protection algorithm for centralised systems
anyways it's not complicated
4 replies
PDProgram Dream
Created by kit on 4/11/2025 in #🔨┃dev-logs
Hashgate - simple PoW/Hashcash-like spam protection algorithm for centralised systems
did i just reinvent some wheel? i really wanted to find such algo, but there was none!
4 replies
PDProgram Dream
Created by kit on 11/21/2024 in #🔨┃dev-logs
New data serialization format. Curious what you think
The language must support the usage of whitespaces, so i'll add this:
<spaces> ::= <space>*
<space> ::= " "
<spaces> ::= <space>*
<space> ::= " "
44 replies
PDProgram Dream
Created by kit on 11/21/2024 in #🔨┃dev-logs
New data serialization format. Curious what you think
So arrays will be defined like this:
some_array = [
[1 2 3]
[1 2 [1 2]]
]
some_array = [
[1 2 3]
[1 2 [1 2]]
]
44 replies
PDProgram Dream
Created by kit on 11/21/2024 in #🔨┃dev-logs
New data serialization format. Curious what you think
<statements> ::= <statement> | <statements> <statement>
<statement> ::= <pair> | <dict> | <array>
<statements> ::= <statement> | <statements> <statement>
<statement> ::= <pair> | <dict> | <array>
44 replies
PDProgram Dream
Created by kit on 11/21/2024 in #🔨┃dev-logs
New data serialization format. Curious what you think
So this is how it should be used:
config:
this = "that"
plugins = ["plugin1", "plugin2"]
config:
this = "that"
plugins = ["plugin1", "plugin2"]
44 replies
PDProgram Dream
Created by Niklas on 12/24/2024 in #📦┃project-showcase
OGL - Open Guard License
if my software doesn't generate income to anyone, then i'm okay with it
33 replies
PDProgram Dream
Created by Niklas on 12/24/2024 in #📦┃project-showcase
OGL - Open Guard License
i think writing the software should be rewarded
33 replies
PDProgram Dream
Created by Niklas on 12/24/2024 in #📦┃project-showcase
OGL - Open Guard License
it's okay, but i also wanted to restrict for-profit usage like this: 1. if you use the software as a tool for generating profit, then you must acquire a license (for corporate usage or using as a library) 2. if you base your own software on this software - you must share the profits
33 replies
PDProgram Dream
Created by Niklas on 12/24/2024 in #📦┃project-showcase
OGL - Open Guard License
i think i'll write a sketch and you can give feedback
33 replies
PDProgram Dream
Created by Niklas on 12/24/2024 in #📦┃project-showcase
OGL - Open Guard License
you are free to use the code, if you use the exactly same license
33 replies