[-] pyr0ball@lemmy.dbzer0.com 2 points 6 days ago

You read the commits before pushing, and test before committing. I also find it helpful to have a reference for any dev tickets you have in your git tracker

[-] pyr0ball@lemmy.dbzer0.com 6 points 1 week ago* (last edited 1 week ago)

That joke was dangerously cheesy.... +1

[-] pyr0ball@lemmy.dbzer0.com 5 points 1 week ago

My partner and I refer to them as Caws and Gronks respectively based on the usual noise

[-] pyr0ball@lemmy.dbzer0.com 5 points 2 weeks ago

I always read it as "et-c" to get that pronunciation

[-] pyr0ball@lemmy.dbzer0.com 4 points 2 weeks ago

Have a look at the Pinout guides, and you should get in the habit of reading datasheets. They usually will have reference designs for the power delivery (pins like vcc, vsys, etc). Also most gpio pins will have multiple functions depending on the use case, and some pins may have more or different features. Sounds like with your particular setup, you'll just need basic digital pins, but if you wanted to add features like RGB backlights or an analog input of some kind like for volume control, you may need to take advantage of either a high speed data pin (for the LEDs) or an ADC pin for the analog sensing.

https://datasheets.raspberrypi.com/pico/Pico-R3-A4-Pinout.pdf

https://datasheets.raspberrypi.com/pico/pico-datasheet.pdf

[-] pyr0ball@lemmy.dbzer0.com 4 points 3 weeks ago

Alright so just go talk to my local brewer supply for what I need ๐Ÿ‘๐Ÿผ

14

I've never tried my own home brew before and I've been sitting on two kits for years now (got them sitting the pandemic but never found the time) and I wanted to try to start something

The original juice and hops are probably toast by now so I'll have to purchase some new, but I've got two of those jugs and the other bits that come with them.

I also have a small orchard in my back yard and wanted to try to use the thousands of plums in get every year to make some kind of lambic ale.

Any advice is appreciated!

[-] pyr0ball@lemmy.dbzer0.com 11 points 1 month ago

Ok so that leaves it up for some artistic license like

  • dickcheese
  • dickbrain
  • dickgobbler

... I could keep going

[-] pyr0ball@lemmy.dbzer0.com 7 points 4 months ago

Home automation using geofencing, and my partner likes to get a notification when I'm heading home from the office

[-] pyr0ball@lemmy.dbzer0.com 5 points 5 months ago

Hello Anxiety, my old friend...

[-] pyr0ball@lemmy.dbzer0.com 22 points 6 months ago

Anyone who uses Oracle DB or virtualbox in a corporate environment

[-] pyr0ball@lemmy.dbzer0.com 9 points 6 months ago

It allows users to run the script on any installation of Python no matter where it's located, as well as allowing a user to set up specific Python package versions separate from the system-native ones.

Basically for flexibility and easy setup

[-] pyr0ball@lemmy.dbzer0.com 11 points 6 months ago* (last edited 6 months ago)

Try a venv or miniconda and use the universal shebang:

#!/usr/bin/env python

Edit: you've activated my brain shrimp, so I'll be back with an interactive setup script in a bit

Edit2:

Sorry I know it's GitHub but codeberg doesn't support gists yet and I can't fully test this by myself. Seems to work fine on Linux mint. I'll do some testing on Windows later

https://gist.github.com/pyr0ball/c6a608fbdd401903f1ff6faf14a065ce

view more: next โ€บ

pyr0ball

joined 9 months ago