Manfred Touron

zôÖma

10 pages about "zôÖma"

Let’s start the Cryptography Workshop at 42

Today, the Stelau team and I will organise a cryptography workshop at 42

We will progressively go from the basics of cryptography to dumping, analyzing and cloning our passports; and creating fake ones

  • 28 katas
  • 4 speakers
  • 80 students
  • 5 hours

Jury @ hackathon noc42 - pimp my school

noc.42.fr will be the new buildings around the 42 school in Paris that will complete the offer from the school with beds and other living services to make 42 more like a campus.

As opposite to most school campuses, this one will be located in multiple areas of the same block; some services will be available to neighbors (non-students); NOC is for « not a campus »

The theme of the hackathon was to hack this project while it’s still a project on paper and while it’s still possible to challenge and adapt some architectural choices.

The rule was to propose a project that preserve or enforce the culture of 42 (encourage collaboration between students and neighbors, improve the ecology score, provide new services to students, help local NGOs, using the technology)


Some of the projects:

  • a local coin that allows to gain coins by helping partners (help partner NGO, help the school) — very nice project, sadly not using a blockchain
  • an IOT platform to automate every part of the new buildings, and available to all students
  • an app that help people to find teammates to share a lunch, a.k.a. « Peer-Cooking », this project allows students to eat healthy for a lower price, to meet new students for a nice moment; this project is also a solution to allow more people to cook with less kitchen area, less energy consuming, etc
  • a wiki, some rules to constitute a community, and a system of flight cases with theme-specific tools inside. This modular system allows to create workshops on-the-fly for students, neighbors, NGOs, and other schools; with an optimized storing system and cost optimizations by increasing the sharing rate
  • and a lot of other IOTs or apps projects that were focused on addressing a specific topic

QOTD: « I’m convinced that a lot of new paradigms, new ecosystems, and new technologies will be bring to the public thanks to the artists and to the art in general », @zooma, speaking about the blockchain

13 Ideas of blockchain proofs (POS, POW, DPOS, POA, ...)

⚠️ This post is based on proof-of-noob protocol. do not try this at home!⚠️

One of the mandatory components that take part in a blockchain is its “proof system”. On most famous blockchains, this proof system will protect the network, regulate the creation and rewarding of tokens.

In a hypothetical (and very unsafe blockchain), the “proof system” may be simplified to the rule that distributes the generated tokens.

There are no hardcoded rules about how should or should not be a proof system, but in general, the system tries to make requires the same amount of sacrifice (a work, a bet, a risk) to generate the same amount of tokens.

  • PoW: The most famous proof system is Proof-of-Work.

    It consists of computing operations that are considered as difficult to solve, and that requires an investment in term of hardware (GPUs) and electricity.

    The more money you invest, the more tokens you can generate.

  • PoS: A more eco-friendly alternative that does not require a significant amount of investment is the Proof-of-Stake, which consists of taking a risk by blocking a certain amount of coins (that protects the network).

    The more you invest (the more risks you take), the more tokens you can generate.

  • DPoS: Similar to PoS, the Delegate Proof-of-Stake approach allows you to delegate your tokens to a validator by voting for them, then they will generate tokens thanks to your vote, and distribute a part of these revenues to their voters.

    The more the validator you voted for is compelling, the more it generates token; but also, the more voters there are on a validator, the less you will receive because the earned revenue is split between voters.

  • PoA: Less known, the Proof-of-Authority is also a working “proof system.”

    It consists of having a system (in general centralized) that takes the responsibility of allowing people to forge tokens.

    The more the authority likes you, the more tokens you can generate.


In general, the PoA systems are centralized, opaque, and riskier than other systems.

You can think about the PoA as if a king or a dictator or an organization defines who can have money.

What I like about the PoA system, is that as soon as you manage to create a “good dictator,” a system that rewards good actions, PoA can become the engine of an autonomous system that encourages being good within a community.

Note: as soon as a model works with PoA, it’s still possible to imagine creating a decentralized system that will collectively apply the same verification rule, but it’s sometimes complicated to protect the network against attackers that would have a significant amount of nodes and simulate an invalid consensus


Let’s be clear, even if the following list may be developed, the ideas are more fun than useful, and most of them suffer from being vulnerable to attacks.

The ideas

  • Proof-of-Turn-by-turn: each minute, a new token is generated by the first node on the list which then goes return back automatically to the end of the list. If a new node arrives in the community, it’s automatically added at the end of the list.
  • Proof-of-Luck (game edition): Take a game like Rock-paper-scissors, each round, everyone can play, at the end of the round, the winner(s) gains a coin.
  • Proof-of-Luck (random edition): Each minute, a random node receives a coin.
  • Proof-of-Unluck (weather edition): Each node is geo-located based on its IP address. Each minute, a new token is provided to the node with the worst weather.
  • Proof-of-Luck (gambling edition): I’m not an expert here, but I know that some gambling games allow voting for something and the more the probability is risky, the more you can win.
  • Proof-of-(real)-Work) (git edition): Each minute, a system check if there were merged commits on a project, if yes, the author of the commits generates new coins. A similar system already exists on blockchain in the form of bug bounty, but this is not a proof of work, because, coins are delivered by a third-party wallet, not by the system itself.
  • Proof-of-Anarchy: Anyone can request coins; the system gives them without any question.
  • Proof-of-Love: ❤️ (sorry, no idea here, but we need a Proof-of-Love based blockchain.)
  • Proof-of-Skill (e-sport edition): Winner(s) of a counter-strike competition generates coins. Can also be done, on a frag level.
  • Proof-of-(real)-Work (forgery edition): the idea is not clear in my head for this one, but I would dream having an IRL metal chain that is the blockchain itself, each forger generates the next block by appending new metal circles to the chain.
  • Proof-of-Pay-Your-Taxes: Government authorizes you to generate a coin if you pay your taxes.
  • (Guest idea) Proof-of-Woof by zôÖma: you are rewarded each time your dog 🐶 makes a woof (an IoT device records and submits each woof automatically).
  • Proof-of-Reading: an eye-tracking system based on your webcam rewards you because you read this post entirely (thank you!)
Note: this article is the output of a routine, the content of this list won't change over time. It's, however, possible that I create a whole new list on the same subject as a dedicated new post.