Jacob Strong
Jacob Strong
  • Видео 9
  • Просмотров 2 530
Deploy code on a Raspberry Pi with Dokku
Thanks so much for watching! Please let me know if there's anything else you'd like me to talk about or go into more depth on.
Here are some links to things I talk about in the video:
TelAIphone website: telaiphone.com
Dokku: dokku.com/
Whislist TelAIphone on Steam: store.steampowered.com/app/2754640/telAIphone/
Digital Ocean - m.do.co/c/b2751003260d - Affiliate link to get $200 free credit.
Chapters
--------------
00:00 So you got a new Pi
00:28 What is Dokku
00:48 Plugins
01:09 Benefits of Dokku
01:43 Who is Dokku for?
02:20 Conclusion
Просмотров: 327

Видео

Using a Raspberry Pi In A Hybrid Cloud Multiplayer Game Server
Просмотров 6493 месяца назад
Thanks so much for watching! Please let me know if there's anything else you'd like me to talk about or go into more depth on. Here are some links to things I talk about in the video: TelAIphone website: telaiphone.com Whislist TelAIphone on Steam: store.steampowered.com/app/2754640/telAIphone/ TelAIphone Discord - discord.gg/FTADvqmw - I mostly use this for feedback on the game, feel free to s...
Raspberry PI vs The Cloud
Просмотров 1,4 тыс.3 месяца назад
Here I'm comparing running the TelAIphone micro-services on a Raspberry Pi 5 8gb and on Digital Ocean. I'd love to hear your thoughts. Cheers! Check out TelAIphone: https:telAIphone.com Check out Digital Ocean and get $200 free: m.do.co/c/b2751003260d
Offline LLM Use Case Discussion
Просмотров 503 месяца назад
A few years ago I wrote a blog post about coding with no internet. This year when we were at the lake it was a totally different experience mainly because of LLMs. LLMs and other generative AI have opened up a whole new world of possibilities for applications in a low or no connection environment. I talk about use cases for offline AI to assist in emergency medical, motor repair, and mental hea...
Fixing AI generated descriptions & making my game play itself | Dev Log 2
Просмотров 265 месяцев назад
Try Tel-AI-phone today! telaiphone.com I'd love to know what you'd like me to talk about in the next dev log, please drop your questions in the comments or on Discord. discord.gg/S9kc9xtc8F In this Dev Log I talk about trying to solve some of the issues I've been having with my AI image description pipeline. I also got the auto play and timer features working. This is huge for the game experien...
Tel-AI-phone Dev Log 1
Просмотров 206 месяцев назад
I've been working on Tel-AI-phone for 5 months now and I'm super excited to announce that today I launched early access. If you're interested it is available to play at telaiphone.com. Please forgive the audio quality.
Hacker Rank how to
Просмотров 26 лет назад
Simple how to intro for hackerrank.com
Python Basics
Просмотров 36 лет назад
Review of basic python programming
Linux and C++ tutorial
Просмотров 237 лет назад
Basic Linux tutorial. We'll use Cloud9 (c9.io) instead of a native Linux. We'll also make a basic Hello World c program.

Комментарии

  • @armstrongskyview2810
    @armstrongskyview2810 3 месяца назад

    In the uk that game is also called Chinese whispers

  • @serbansenciuc
    @serbansenciuc 3 месяца назад

    Nice presentation! If you are interested in experimenting with a Raspberry Pi 4 (4GB RAM) in Europe (as a node in your network) I'm willing to donate this computing power. Let me know.

    • @jacstrong
      @jacstrong 3 месяца назад

      Thanks for the offer, I’ll let you know if I’m interested in experimenting with that.

  • @Shreyash.guptaa
    @Shreyash.guptaa 3 месяца назад

    Loved the video. Really valuable. I would love to see the videos go a little faster and less of that background music.

    • @jacstrong
      @jacstrong 3 месяца назад

      Great feedback, thanks!🙏

  • @MRPtech
    @MRPtech 3 месяца назад

    Took me a while to understand why your t-shirt logo is SADIDA :)

    • @jacstrong
      @jacstrong 3 месяца назад

      I didn’t notice either until I was nearly done editing, so I just decided to ignore it 😂

  • @toftul
    @toftul 3 месяца назад

    Have you been thinking about AI kit for RPi5? It could potentially boost the workflow with neural networks. I guess it would be MUCH cheaper then renting GPU on the cloud

    • @jacstrong
      @jacstrong 3 месяца назад

      I have. Time to get myself one :)

  • @samadams557
    @samadams557 3 месяца назад

    I like this video. Totally more than w 12 subscriber channel. Guess the counter hasn't updated yet.

  • @Shreyash.guptaa
    @Shreyash.guptaa 3 месяца назад

    Totally a more than 11 subscriber channel.

  • @N.A._
    @N.A._ 3 месяца назад

    Did you consider the Raspberry Pi AI Kit, which adds 13 TOPS for $70 ? It could reduce those AI tasks to milliseconds

  • @serbansenciuc
    @serbansenciuc 3 месяца назад

    I was thinking about this as well. An interesting finding was MiniPCs, they are more expensive but more powerful. As a side note, if you want to use a Raspberry Pi in a production environment, you should upgrade the storage from an SD card to an M.2 SSD because the SD card has limited write cycles.

    • @jacstrong
      @jacstrong 3 месяца назад

      I agree that an SSD would be the way to go. I just wanted to compare stock R Pi to a cloud instance. I think however in this use case I would probably use the PCI slot for some type of TPU or accelerator. The entire model and the images it captioned stay in memory so it’s not very disk IO intensive.

  • @Kaze919
    @Kaze919 3 месяца назад

    Interesting, do you have the server management experience to know how to set up the fallback server? It’s really intriguing idea and I never thought something like this could be at least comparable in a self hosting scenario.

    • @jacstrong
      @jacstrong 3 месяца назад

      Most of my experience is in software development not hardware management. To answer your question no I currently know how to setup a fallback server. However, my experience being in software, I built the application to not rely on any one server. The AI jobs are managed by a queuing system, so if any one server goes down then the others will pick up the slack. I currently have 3 servers in two separate locations running these jobs, so chances are one of them will always be online.

  • @arthurpizza
    @arthurpizza 3 месяца назад

    I'm cheap and keep finding free Raspberry Pis. That's a combo that keeps me off the cloud.

  • @dustsucker4704
    @dustsucker4704 3 месяца назад

    I think it comes down to how you structured your Services and how much latency is tolarated i mean for one of the 16gb 8 core Servers you could buy yourself like 8 raspberry pis and Cluster them up and with a message que you could just make the work a little more distributed. And another tip look at some of the Intel nucs or the zima Board they are cheap to and run x86. Im currently facing a similar Probleme where i have 3 Servers from a cheap hoster and they are great but I spend about 35€ every month for them and that's Kind a expensive for a little side project.

    • @jacstrong
      @jacstrong 3 месяца назад

      I totally agree and that’s why I did the experiment. Right now the job runs and the user has to wait for it to finish just because that was the easier way to program it. The job actually has about 6 minutes before it’s actually used again in the game. A little bit of rework and a single Pi could support probably 15 concurrent games. Hopefully that’s a problem I have :) I also want to try the Pi with an accelerator, adding a little TPU would be interesting. Zima board would be interesting too.

  • @steve0steel
    @steve0steel 3 месяца назад

    Great video, great topic!