• 0 Posts
  • 32 Comments
Joined 2 years ago
cake
Cake day: September 5th, 2023

help-circle
  • Full stack is the way to go - at least to a degree such that you can understand and appreciate e2e designs, patterns, anti patterns, efficiencies, etc.

    I’d say a good way to start would be to find a project you’re interested on GitHub and check it out, play with it, and if you find something you want to change, add, or remove, just jump right in and submit a PR!

    I’ll share one of my projects I put together for a buddy’s makerspace startup that we’ve open sourced such that it can benefit from community involvement as they grow. It’s a fun little playground that’ll give you experience with a modernized Python full-stack application, designed to run on a raspberry pi, and containerized with Docker. Enjoy!

    https://github.com/MakUrSpace/mission-control




  • nate3dtoPython@programming.devVenv pandoc issue
    link
    fedilink
    arrow-up
    3
    ·
    12 days ago

    Okay perfect, just wanted to check.

    Next I’d say check your venv to verify the pandoc binary is indeed there:

    find $VIRTUAL_ENV -name pandoc
    

    If it’s not there, you should be able to install it by entering a python shell from your venv and do:

    import pypandoc
    pypandoc.download_pandoc()
    

    Hopefully that’s able to resolve it for ya. Venv should be at the front of your path so it should prefer bins from there.














  • Not sure how much I buy this as anyone who can describe a stock Glock trigger as a “hair trigger” doesn’t understand what that term actually means nor do they have a basic understanding of gun safety.

    Before ANY sort of mechanical safety is even considered - why the FUCK did this child have access to any firearm. A safety on a firearm was never designed to stop a user who is willfully trying to use the weapon nor is it a child safety device. To imply that’s how it should be used is irresponsible and I highly recommend editing your post to reflect this.

    Do you also think we should ban garbage disposals because there isn’t a safety to stop my child from sticking their hand in it? What about a safety lock for the disposal switch? Will that save the child’s arm?




  • The body is not a perfect thermal insulator so you must note that the liquid in the bladder is constantly losing heat due to dissipation into the surrounding tissues then the environment around the body. The greater the temperature differential between the body and the environment, the faster the rate of transfer. Your body won’t (or at least it’ll try its damndest) to not let that internal temp drop, which will take more and more energy to maintain as the external temp drops.