Hobbyist developer, Linux enthusiast, and Arch Linux user.

“The only things constant in this world are death and taxes, I’ve got both!”Skeleton Merchant, Terraria

  • 4 Posts
  • 9 Comments
Joined 3 years ago
cake
Cake day: June 29th, 2023

help-circle





  • I don’t have spooky, but I’ve almost ‘died’ a few times (At least felt like I was dying):

    • Getting very light-headed and my vision becoming bright, and almost passing out due to dehydration and hunger multiple times in my life (A few when I was young, at work, and I think a few times at home)
    • Getting very dizzy, light-headed, and nauseous. Was my 1st time in an ambulance. Was fucked up on drugs they gave me that made my so exhausted, I couldn’t sleep at all.
    • More light-headedness due to drastic dietary changes
    • A pain that fucked my stomach up so bad, I though I was giving birth (I imagined it hurt as bad as birth, but through the stomach). After 30 agonizing minutes of it, a weird pressure feeling came over it (like a relieving feeling), and it started going away.

    I’ve not had a great time.




  • I’ve been working on my first Python package to upload to PyPI to be used in more of my projects.

    It’s a lot of work compared to some of my hobbyist projects as I’m trying to be (somewhat) professional about it.

    It’s also my first time writing actual documentation designed for others to read. It’s a lot harder than I though to write good documentation. Thankfully, sphinx helps with pulling docstrings from my code. I just wrote a Quick-Start Guide to get people started using the package.

    It’s fun though as I’m learning a new stack for Python package development (hatch/hatchling, ReadTheDocs, sphinx, PyPI). I’m almost done with the initial release too!