Skip to content
View TheBojda's full-sized avatar

Block or report TheBojda

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
TheBojda/README.md

Laszlo Fazekas (TheBojda)

Medium Badge Twitter Badge Linkedin Badge

My name is László Fazekas, a computer systems engineer, applied mathematician, and compulsive writer. I typically pen articles on topics such as blockchain, artificial intelligence, and brain-computer interfaces, but I also have a few hard sci-fi short stories to my name. I believe that humanity is a vast, densely interconnected network where everyone influences everyone else. The notion that history is written by a few impactful individuals is merely an illusion. Even the smallest action we take can have profound effects on the lives of others. A well-written article, a thought-provoking book, or simply a small act of kindness can have a tremendous impact on the world. Just do it! Do something cool today. This is my philosophy of life...

Some words about me:

  • 💻 Currently working as the CTO of Pressenger Ltd.
  • 📖 As a tech writer, most of my articles are published on Medium
  • 🤖 I am also a contributing writer of Hacker Noon
  • 🤓 Most of my articles are about blockchain and decentralization, deep learning and AI, technology and programming.

My ars poetica: "Every single small thing can have a huge impact. Just do it! Do something cool today…" (read my full article here)

You can also find all of my Medium articles on my GitHub page, and a backup of my older Hungarian blogs here and here.

For more info, read my articles on Medium or HackerNoon, or check my repos.

If you want to send me an email, my e-mail address is {my GitHub user name} at gmail.com.

Pinned Loading

  1. waku-uber waku-uber Public

    Uber like minimalistic car sharing app using js-waku and Vue.js

    Vue 13 2

  2. zk-merkle-tree zk-merkle-tree Public

    JavaScript library for anonymous voting on Ethereum blockchain using zero-knowledge proof

    Solidity 61 13

  3. mini-zk-rollup mini-zk-rollup Public

    Minimalistic zk rollup implementation with Sparse Merkle Tree and EdDSA signatures

    TypeScript 6 3

  4. zkdemocracy zkdemocracy Public

    A ready-to-use anonymous voting system based on Semaphore zero-knowledge group management library

    TypeScript 3 1

  5. karma_money karma_money Public

    Karma: an ERC20 compatible alternative money on the Ethereum blockchain

    Solidity 1 1

  6. Reinforcement learning with genetic ... Reinforcement learning with genetic algorithm (PyGAD and OpenAI Gym - CartPole-v1)
    1
    import gym
    2
    import numpy as np
    3
    from tensorflow.keras.models import Sequential
    4
    from tensorflow.keras.layers import Dense
    5
    import pygad.kerasga