Nice. Software developer, gamer, occasionally 3d printing, coffee lover.

  • 0 Posts
  • 77 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle
  • Every time I recall those episodes, and the pain, it gets easier to do, emotionally.

    And theoretically I could just get it operated on - there have been improvements in the field. But the prospect of going under the knife is scary, especially in an area where one fuckup or miscalculation could lead to partial paralysis for life. Throw in a mix of abusive American healthcare and… Weekly therapy is more preferable.



  • In my spine my L5-S1 and L4-L5 are herniated (as of 2017, haven’t checked if any more are). Full on herniated, not bulging. It started when I was 20, and my doctor said surgery should be avoided since it could impact my quality of life significantly at my age (not that my QoL wasn’t already severely impacted). Epidurals and physical therapy didn’t help.

    Back then it wasn’t miserable 24/7 but it had it’s moments. Eventually I had an “episode” where I was bedridden in immense amounts of pain for a solid week. During that desperation I found the IDD option and started that. It was rough back then at the start. But within weeks the constant pain died down and I recovered mobility as well as my sciatica improved.

    Through… Losing a job I discovered the effects wear off after 2ish months and I start being susceptible to the episodes and random function loss again, so now I just go weekly to keep things peachy. It isn’t full recovery obviously, I still wind up in pain if I do too much with my back, even stuff as little as bending over slightly to do the dishes (because I’m tall), but it beats being disabled in constant pain… Those few episodes I’ve had haunt me. Being so helpless I couldn’t even.




  • Zikeji@programming.devtoLemmy Shitpost@lemmy.worldHamster
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 months ago

    Considering the little girl brought it in, it’s definitely more plausible she wouldn’t notice the magnet. And considering the amount of parents who give hamsters as pets and never take any responsibility over it themselves, even more so.

    But I’d also assume, with no real insight into the behavior of hamsters, that one in this situation would wind up either tearing it’s cheek off (depending on the strength of the magnet) or figuring out it can dislodge / move enough to free it.




  • I hate Comcast/Xfinity with such a passion I tell myself if I had the same hatred for a person I’d be in jail for murder.

    Not only did they impose their “trial data caps” in my area and charge me out the ass for going over 2TB a month, I acceded once to being upsold and was told it was completely reversible within a month. After realizing the sales shithead lied to me about the features, I called to revert. Guess what? They couldn’t. It wasn’t something they could do. Fortunately I recorded all my calls, but even with that it took me more than 30 hours of phone and chat time to get it fixed, and the agent who finally helped me had to setup a recurring account credit to fix it. Absolutely horrid. She basically clarified, without saying it outright, that the sales shithead lied to my face because they’re practically encouraged to.

    Long story short my home purchase decision was influenced greatly by those shitheads not being in the area, and just seeing an ad makes me want to vandalize it. It’s the only thing I hate with this much passion.





  • Zikeji@programming.devtoADHD memes@lemmy.dbzer0.comA pipeline
    link
    fedilink
    English
    arrow-up
    11
    ·
    4 months ago

    I will point out that, in the US at least, an official diagnosis isn’t required to get those meds. It’s just a lot easier to be prescribed them with it. I’m not officially diagnosed but I do see a psychiatrist who was willing to try them with no prompting from me.

    Ultimately though they didn’t work out because of the impact on my blood pressure, I’m on non-scheduled ADHD meds now that have made a huge difference.


  • Because there are alot of ignorant people in the world afraid of what they perceive as different.

    In your first two examples, regardless of not being politicians it’s clear that by helping put politicians in power they benefit, so whether they genuinely care or not, it’s just about money and lack of compassion to them. And continuing to drive class warfare continues to benefit them.

    In your last example, I think that person is just in the ignorant and afraid of change category with an unfortunate amount of exposure.


  • I work an odd schedule - two jobs, one WFH Sat-Tue from 8PM to 3AM, then a hybrid (2 days WFH) dayjob (Mo-Fr) from 10AM to 6PM. It’s been this way on and off but so far I’m at over a year with this particular schedule, but I’ve had similar schedules in the past.

    I would say I have a life, but my hobbies are more introverted anyway. Am I healthy? No, bit I wouldn’t say that’s entirely related to the schedule, I have other conditions.

    It can be taxing at times but most of the time it’s just life.





  • So far I’ve helped my team of 5 get on them. Some other teams are starting as well. We’ve got Windows, Linux, and Mac OSX that developers are running on their work machine (for now), and the only container specific issue we ever encounter is port conflicts, which are well documented with easy to change environment variables to control.

    The only real caveat right now is we have a bunch of micro services, and so their supporting services (redis, mariadb, etc.) end up running multiple times, so their is some performance loss from that. But they’re all designed to be independent, only talking to each other via their API, so the approach works.


  • Zikeji@programming.devtoProgrammer Humor@programming.devWorks on my machine
    link
    fedilink
    English
    arrow-up
    52
    arrow-down
    4
    ·
    5 months ago

    If this is your take your exposure has been pretty limited. While I agree some devs take it to the extreme, Docker is not a cop out. It (and similar containerization platforms) are invaluable tools.

    Using devcontainers (Docker containers in the IDE, basically) I’m able to get my team developing in a consistent environment in mere minutes, without needing to bother IT.

    Using Docker orchestration I’m able to do a lot in prod, such as automatic scaling, continuous deployment with automated testing, and in worst case near instantaneous reverts to a previously good state.

    And that’s just how I use it as a dev.

    As self hosting enthusiast I can deploy new OSS projects without stepping through a lengthy install guide listing various obscure requirements, and if I did want to skip the container (which I’ve only done a few things) I can simply read the Dockerfile to figure out what I need to do instead of hoping the install guide covers all the bases.

    And if I need to migrate to a new host? A few DNS updates and SCP/rsync later and I’m done.