@makerbymistake

737 Followers
43 Following
405 Posts
Maker of marginally useful things. Creator of @rpilocator
Websitehttps://dphacks.com
YouTubehttps://youtube.com/@makerbymistake

Can the Raspberry Pi 5 and the Rock 5C running an AI coding assistant make you more productive?

An honest look at what's actually possible on limited hardware.

https://youtu.be/Nqsp4Vo8RyA

Can the Pi 5 Replace Github Copilot?

YouTube

New video just dropped comparing the three main "Pi 5" SBCs in the market.

https://youtu.be/2OQ5ascBuCw

Pi 5 Battle: Raspberry Pi vs Orange Pi vs Radxa

YouTube

I have a simple little Python library to calculate Air Quality index (US EPA).

I use it with MicroPython scripts but you can use with desktop Python also.

https://github.com/DPHacks/picow-air/blob/main/lib/dphacks_usaqi.py

picow-air/lib/dphacks_usaqi.py at main ยท DPHacks/picow-air

Pico W Air Quality Monitoring w/ PM 2.5 Sensor. Contribute to DPHacks/picow-air development by creating an account on GitHub.

GitHub
BTW, what's the best practice for error messages in Python? I'm just using a bunch of print()s within the code. Looks ugly ๐Ÿ˜•
A lot of the questions I get about the Pico W Air is due to firmware settings misconfigurations. I've been adding more error handling and user friendly messages.
https://github.com/DPHacks/picow-air
GitHub - DPHacks/picow-air: Pico W Air Quality Monitoring w/ PM 2.5 Sensor

Pico W Air Quality Monitoring w/ PM 2.5 Sensor. Contribute to DPHacks/picow-air development by creating an account on GitHub.

GitHub

On the topic why YouTubers should add accurate subtitles to their videos.

Subtitle Edit is a free open source software that lets you use AI to write the transcript for you and creates a file to be uploaded to YouTube.

It's miles ahead of YouTube's automatic captions.

https://nikse.dk/subtitleedit

Nikse.dk

๐Ÿ‡ง๐Ÿ‡ท vs Xitter:
>Company does something wrong.
>Country punishes the customers of said company.
>WTF

Small beginnings!

Why are we attracted to round numbers?

Consider subscribing ;) https://youtube.com/@makerbymistake

Before you continue to YouTube

Radxa X4: The SBC everyone has been asking for, but does it deliver?

Everything you want to know:
https://youtu.be/b--l3yU4f00

- YouTube

Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.

Will have to give it a try. Run LLMs locally with PyTortch. I don't see Linux Arm as supported though
https://github.com/pytorch/torchchat
GitHub - pytorch/torchchat: Run PyTorch LLMs locally on servers, desktop and mobile

Run PyTorch LLMs locally on servers, desktop and mobile - pytorch/torchchat

GitHub