• maiweb v0.1.0
  • ★
  • Feedback

Javidx9

active · last success 2026-06-19 22:39

Visit site ↗ · Feed ↗

  • Javidx9 youtube.com channel informational programming video youtube 2026-05-04 08:25
    ↗

    Times are changing, AI is here and it's divisive. Nobody asked for them, but here are some of my thoughts about it. Patreon: https://www.patreon.com/javidx9 YouTube: https://www.youtube.com/javidx9 https://www.youtube.com/javidx9extra Discord: https://discord.gg/WhwHUMV...

    ▶ Watch on YouTube Opens in a new tab
    Times are changing, AI is here and it's divisive. Nobody asked for them, but here are some of my thoughts about it. Patreon: https://www.patreon.com/javidx9 YouTube: https://www.youtube.com/javidx9 https://www.youtube.com/javidx9extra Discord: https://discord.gg/WhwHUMV Twitter: https://www.twitter.com/javidx9 Twitch: https://www.twitch.tv/javidx9 GitHub: https://www.github.com/onelonecoder Homepage: https://www.onelonecoder.com
  • Javidx9 youtube.com channel informational programming video youtube 2026-01-24 23:51
    ↗

    A preview compilation of tech and test demos for upcoming olc::PixelGameEngine 3.0 Patreon: https://www.patreon.com/javidx9 YouTube: https://www.youtube.com/javidx9 https://www.youtube.com/javidx9extra Discord: https://discord.gg/WhwHUMV Twitter:...

    ▶ Watch on YouTube Opens in a new tab
    A preview compilation of tech and test demos for upcoming olc::PixelGameEngine 3.0 Patreon: https://www.patreon.com/javidx9 YouTube: https://www.youtube.com/javidx9 https://www.youtube.com/javidx9extra Discord: https://discord.gg/WhwHUMV Twitter: https://www.twitter.com/javidx9 Twitch: https://www.twitch.tv/javidx9 GitHub: https://www.github.com/onelonecoder Homepage: https://www.onelonecoder.com
  • Javidx9 youtube.com channel informational programming video youtube 2025-08-15 20:24
    ↗

    JAM: https://itch.io/jam/olc-codejam-2025 Patreon: https://www.patreon.com/javidx9 YouTube: https://www.youtube.com/javidx9 https://www.youtube.com/javidx9extra Discord: https://discord.gg/WhwHUMV Twitter: https://www.twitter.com/javidx9 Twitch: https://www.twitch.tv/javidx9...

    ▶ Watch on YouTube Opens in a new tab
    JAM: https://itch.io/jam/olc-codejam-2025 Patreon: https://www.patreon.com/javidx9 YouTube: https://www.youtube.com/javidx9 https://www.youtube.com/javidx9extra Discord: https://discord.gg/WhwHUMV Twitter: https://www.twitter.com/javidx9 Twitch: https://www.twitch.tv/javidx9 GitHub: https://www.github.com/onelonecoder Homepage: https://www.onelonecoder.com
  • Javidx9 youtube.com channel informational programming video youtube 2025-08-03 21:37
    ↗

    In this video I revisit Conway's Game Of Life, a cellular automata simulation with many interesting properties. I've covered this before, but this time I use sparse encoding of cell activity to make the simulation space truly massive, like 2^64 massive... Source:...

    ▶ Watch on YouTube Opens in a new tab
    In this video I revisit Conway's Game Of Life, a cellular automata simulation with many interesting properties. I've covered this before, but this time I use sparse encoding of cell activity to make the simulation space truly massive, like 2^64 massive... Source: https://github.com/OneLoneCoder/Javidx9/blob/master/PixelGameEngine/SmallerProjects/OneLoneCoder_PGE_MassiveGOL.cpp Original video: https://www.youtube.com/watch?v=E7CxMHsYzSs CodeJam: https://itch.io/jam/olc-codejam-2025 Patreon: https://www.patreon.com/javidx9 YouTube: https://www.youtube.com/javidx9 https://www.youtube.com/javidx9extra Discord: https://discord.gg/WhwHUMV Twitter: https://www.twitter.com/javidx9 Twitch: https://www.twitch.tv/javidx9 GitHub: https://www.github.com/onelonecoder Homepage: https://www.onelonecoder.com
  • Javidx9 youtube.com channel informational programming video youtube 2025-04-24 15:31
    ↗

    Frustrated by the lack of information provided by my smart meter via my energy supplier, I set about building a system where I can remotely monitor with low latency accuracy, how much power my house consumes. To do this I use an ESP32 microcontroller to interact with the...

    ▶ Watch on YouTube Opens in a new tab
    Frustrated by the lack of information provided by my smart meter via my energy supplier, I set about building a system where I can remotely monitor with low latency accuracy, how much power my house consumes. To do this I use an ESP32 microcontroller to interact with the smart meter, transmit infomation to a custom websocket server, and then relay that information to a web browser. Source: https://github.com/OneLoneCoder/Javidx9/tree/master/SimplyCode/CIY_RemoteEnergyMonitor Patreon: https://www.patreon.com/javidx9 YouTube: https://www.youtube.com/javidx9 https://www.youtube.com/javidx9extra Discord: https://discord.gg/WhwHUMV Twitter: https://www.twitter.com/javidx9 Twitch: https://www.twitch.tv/javidx9 GitHub: https://www.github.com/onelonecoder Homepage: https://www.onelonecoder.com
  • Javidx9 youtube.com channel informational programming video youtube 2025-03-23 11:44
    ↗

    Hello! In this video we continue modelling the projectile motion of a cannon in order to aim it at a target, but we take into account wind! Note this is a useful approach for implementing AI players in games where the computer has to aim at the player. Play Live:...

    ▶ Watch on YouTube Opens in a new tab
    Hello! In this video we continue modelling the projectile motion of a cannon in order to aim it at a target, but we take into account wind! Note this is a useful approach for implementing AI players in games where the computer has to aim at the player. Play Live: https://pgetinker.com/s/O4Kea-DSbqO Source: https://github.com/OneLoneCoder/Javidx9/blob/master/PixelGameEngine/SmallerProjects/OneLoneCoder_PGE_AimingProjectileMotion.cpp I also introduce a community member project called "Delta Light 2" by FlapBox Studios (Veldin & Bixxy on the discord) - details of which can be found here: https://store.steampowered.com/app/3013670/Delta_Light_2/ and https://docs.luminoveau.net/. The music in Delta Light 2 was created by RoleMusic here: https://freemusicarchive.org/search/?quicksearch=rolemusic&search-genre= Patreon: https://www.patreon.com/javidx9 YouTube: https://www.youtube.com/javidx9 https://www.youtube.com/javidx9extra Discord: https://discord.gg/WhwHUMV Twitter: https://www.twitter.com/javidx9 Twitch: https://www.twitch.tv/javidx9 GitHub: https://www.github.com/onelonecoder Homepage: https://www.onelonecoder.com
  • Javidx9 youtube.com channel informational programming video youtube 2025-01-26 21:24
    ↗

    Hello! In this video I look at how we can calculate the angle at which a cannon must be fired to hit a target. It's classic ballistics, or projectile motion. For this first part, we assume there is no wind resistance, and derive from first principles a universal solution to...

    ▶ Watch on YouTube Opens in a new tab
    Hello! In this video I look at how we can calculate the angle at which a cannon must be fired to hit a target. It's classic ballistics, or projectile motion. For this first part, we assume there is no wind resistance, and derive from first principles a universal solution to the problem in 2D. I also introduce a community project called "Fred" by starfreakclone - details of which can be found here: https://fred-dev.tech/ and https://cdacamar.github.io/data%20structures/algorithms/benchmarking/text%20editors/c++/editor-data-structures/ Source: Coming After Part 2 Patreon: https://www.patreon.com/javidx9 YouTube: https://www.youtube.com/javidx9 https://www.youtube.com/javidx9extra Discord: https://discord.gg/WhwHUMV Twitter: https://www.twitter.com/javidx9 Twitch: https://www.twitch.tv/javidx9 GitHub: https://www.github.com/onelonecoder Homepage: https://www.onelonecoder.com
  • Javidx9 youtube.com channel informational programming video youtube 2024-12-23 16:42
    ↗

    Spent some time designing a new studio - it's a little different, but opens doors for new projects! Patreon: https://www.patreon.com/javidx9 YouTube: https://www.youtube.com/javidx9 https://www.youtube.com/javidx9extra Discord: https://discord.gg/WhwHUMV Twitter:...

    ▶ Watch on YouTube Opens in a new tab
    Spent some time designing a new studio - it's a little different, but opens doors for new projects! Patreon: https://www.patreon.com/javidx9 YouTube: https://www.youtube.com/javidx9 https://www.youtube.com/javidx9extra Discord: https://discord.gg/WhwHUMV Twitter: https://www.x.com/javidx9 Twitch: https://www.twitch.tv/javidx9 GitHub: https://www.github.com/onelonecoder Homepage: https://www.onelonecoder.com
  • Javidx9 youtube.com channel informational programming video youtube 2024-08-16 19:27
    ↗

    https://itch.io/jam/olc-codejam-2024 Patreon: https://www.patreon.com/javidx9 YouTube: https://www.youtube.com/javidx9 https://www.youtube.com/javidx9extra Discord: https://discord.gg/WhwHUMV Twitter: https://www.twitter.com/javidx9 Twitch: https://www.twitch.tv/javidx9...

    ▶ Watch on YouTube Opens in a new tab
    https://itch.io/jam/olc-codejam-2024 Patreon: https://www.patreon.com/javidx9 YouTube: https://www.youtube.com/javidx9 https://www.youtube.com/javidx9extra Discord: https://discord.gg/WhwHUMV Twitter: https://www.twitter.com/javidx9 Twitch: https://www.twitch.tv/javidx9 GitHub: https://www.github.com/onelonecoder Homepage: https://www.onelonecoder.com
  • Javidx9 youtube.com channel informational programming video youtube 2024-08-07 20:08
    ↗

    It's time! Sign up! https://itch.io/jam/olc-codejam-2024

    ▶ Watch on YouTube Opens in a new tab
    It's time! Sign up! https://itch.io/jam/olc-codejam-2024
  • Javidx9 youtube.com channel informational programming video youtube 2024-06-30 15:56
    ↗

    In this video I use the fantastic https://pgetinker.com to build a simple interactive model of a favourite childhood toy - the spirograph. Play with it here: https://pgetinker.com/s/OWNuhyU8IgX Patreon: https://www.patreon.com/javidx9 YouTube: https://www.youtube.com/javidx9...

    ▶ Watch on YouTube Opens in a new tab
    In this video I use the fantastic https://pgetinker.com to build a simple interactive model of a favourite childhood toy - the spirograph. Play with it here: https://pgetinker.com/s/OWNuhyU8IgX Patreon: https://www.patreon.com/javidx9 YouTube: https://www.youtube.com/javidx9 https://www.youtube.com/javidx9extra Discord: https://discord.gg/WhwHUMV Twitter: https://www.twitter.com/javidx9 Twitch: https://www.twitch.tv/javidx9 GitHub: https://www.github.com/onelonecoder Homepage: https://www.onelonecoder.com
  • Javidx9 youtube.com channel informational programming video youtube 2024-06-09 13:15
    ↗

    In this video I use a Finite State Machine to parse complicated input into manageable tokens before feeding them to the Shunting Yard Algorithm I developed in part 1. Source: https://github.com/OneLoneCoder/Javidx9/blob/master/SimplyCode/OneLoneCoder_DIYLanguage_Tokenizer.cpp...

    ▶ Watch on YouTube Opens in a new tab
    In this video I use a Finite State Machine to parse complicated input into manageable tokens before feeding them to the Shunting Yard Algorithm I developed in part 1. Source: https://github.com/OneLoneCoder/Javidx9/blob/master/SimplyCode/OneLoneCoder_DIYLanguage_Tokenizer.cpp Patreon: https://www.patreon.com/javidx9 YouTube: https://www.youtube.com/javidx9 https://www.youtube.com/javidx9extra Discord: https://discord.gg/WhwHUMV Twitter: https://www.twitter.com/javidx9 Twitch: https://www.twitch.tv/javidx9 GitHub: https://www.github.com/onelonecoder Homepage: https://www.onelonecoder.com
  • Javidx9 youtube.com channel informational programming video youtube 2024-05-03 20:26
    ↗

    In this video I demonstrate how the Shunting Yard Algorithm works, and produce a simple implementatin to solve basic mathematical expressions like a calculator would. Source: https://github.com/OneLoneCoder/Javidx9/blob/master/SimplyCode/OneLoneCoder_ShuntingYardAlgo.cpp...

    ▶ Watch on YouTube Opens in a new tab
    In this video I demonstrate how the Shunting Yard Algorithm works, and produce a simple implementatin to solve basic mathematical expressions like a calculator would. Source: https://github.com/OneLoneCoder/Javidx9/blob/master/SimplyCode/OneLoneCoder_ShuntingYardAlgo.cpp Patreon: https://www.patreon.com/javidx9 YouTube: https://www.youtube.com/javidx9 https://www.youtube.com/javidx9extra Discord: https://discord.gg/WhwHUMV Twitter: https://www.twitter.com/javidx9 Twitch: https://www.twitch.tv/javidx9 GitHub: https://www.github.com/onelonecoder Homepage: https://www.onelonecoder.com
  • Javidx9 youtube.com channel informational programming video youtube 2024-03-29 22:26
    ↗

    In this video, I show how to use the excelent Sol library/wrapper to integrate Lua in your C++ program. This is shown in direct contrast to how i did it in Part #1 which was bare bones, from scratch. Source:...

    ▶ Watch on YouTube Opens in a new tab
    In this video, I show how to use the excelent Sol library/wrapper to integrate Lua in your C++ program. This is shown in direct contrast to how i did it in Part #1 which was bare bones, from scratch. Source: https://github.com/OneLoneCoder/Javidx9/blob/master/SimplyCode/OneLoneCoder_EmbeddingLua_Part3.cpp Patreon: https://www.patreon.com/javidx9 YouTube: https://www.youtube.com/javidx9 https://www.youtube.com/javidx9extra Discord: https://discord.gg/WhwHUMV Twitter: https://www.twitter.com/javidx9 Twitch: https://www.twitch.tv/javidx9 GitHub: https://www.github.com/onelonecoder Homepage: https://www.onelonecoder.com
  • Javidx9 youtube.com channel informational programming video youtube 2024-02-04 14:58
    ↗

    In this video, I introduce a One Lone Coder Community project called olcUTIL_Geometry2D. It's a new open source library that can perform many varied 2D primitive interactions. This video details how to use basic features of the library. Source:...

    ▶ Watch on YouTube Opens in a new tab
    In this video, I introduce a One Lone Coder Community project called olcUTIL_Geometry2D. It's a new open source library that can perform many varied 2D primitive interactions. This video details how to use basic features of the library. Source: https://github.com/OneLoneCoder/olcUTIL_Geometry2D Live Demo: https://community.onelonecoder.com/members/javidx9/Geometry2DDemo1/ Patreon: https://www.patreon.com/javidx9 YouTube: https://www.youtube.com/javidx9 https://www.youtube.com/javidx9extra Discord: https://discord.gg/WhwHUMV Twitter: https://www.twitter.com/javidx9 Twitch: https://www.twitch.tv/javidx9 GitHub: https://www.github.com/onelonecoder Homepage: https://www.onelonecoder.com
  • End of feed
Maibook — your private personalized AI community
  • rcanand.com
  • mlaillc.com
  • @rcanand (X)
  • LinkedIn
  • Feedback
  • Credits