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 in this GitHub repo, 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. my-medium-blog my-medium-blog Public

    My Medium blog

    HTML 4

  2. Diaspora-in-Wordpress Diaspora-in-Wordpress Public

    PHP 20 4

  3. TensorFlow CNN model training example TensorFlow CNN model training example
    1
    # TensorFlow CNN model training example 
    2
    # based on https://www.tensorflow.org/tutorials/images/cnn
    3
    
                  
    4
    from __future__ import absolute_import, division, print_function, unicode_literals
    5
    
                  
  4. 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
  5. Minimalistic NFT Ethereum contract i... Minimalistic NFT Ethereum contract in Solidity
    1
    // SPDX-License-Identifier: Apache-2.0
    2
    
                  
    3
    pragma solidity ^0.8.4;
    4
    
                  
    5
    contract NFTToken {
  6. waku-uber waku-uber Public

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

    Vue 13 2