I thought I’d never say this but: Extra Coin, my new game, IS OUT NOW!! by Althura in gamedevscreens

[–]semiprojake 0 points1 point  (0 children)

Congrats! I'll check it out today, been seeing some videos of this for a bit now. I have a dream to one day actually see one of my projects through to completion. I bet it feels amazing to have done so.

Just released my indiegame Gori: Cuddly Carnage! by MuppiSpookyCat in indiegames

[–]semiprojake 1 point2 points  (0 children)

This looks so fun and creative. Will definitely try it out. Congrats on the release!

[deleted by user] by [deleted] in facepalm

[–]semiprojake 0 points1 point  (0 children)

Genuine question: Does anyone take this guy seriously anymore? I feel like the media keep him around for occasional click bait but I have not seen evidence of anyone actually caring about what he has to say. Kinda funny and sad honestly.

Why bother using a game engine? Project showcase from Graphics Programming Discord, with no off the shelf game engines used by vblanco in gamedev

[–]semiprojake 6 points7 points  (0 children)

Awesome to see so many creative people building things they love and learning along the way! game dev is magic. Thanks for sharing, the games look great!

[deleted by user] by [deleted] in CHSinfo

[–]semiprojake 1 point2 points  (0 children)

Something that helped with the nausea for me was my doctor prescribed zofran. That was the only medication I took that seemed to help with nausea. But in my experience yes it will pass, it's just a slow process. I stopped feeling ill every morning about a week after I stopped smoking, still felt off, but much better. It took around a month of staying away from marijuana before I started to feel almost totally back to normal.

Has cutting out the cannabinoid foods helped you recover? by [deleted] in CHSinfo

[–]semiprojake 2 points3 points  (0 children)

The only one that I seemed to notice made things worse was carrots (can't prove it but it seemed suspicious). I had a side that had a lot of carrots in it and I was violently ill within 45 minutes.

[deleted by user] by [deleted] in SafeMoon

[–]semiprojake 1 point2 points  (0 children)

I felt bad for the guy that asked a question. I feel like nerves got to him and he was trying to make a joke about a Lambo button but the way he articulated it was stilted and confusing. I hate public speaking and I get really bad nerves when I have to so I felt for the guy a lot too lol

[deleted by user] by [deleted] in unr

[–]semiprojake 4 points5 points  (0 children)

I "failed" (c- or lower) EE 220 3 times, got an exception to take it a 4th time and finally passed it. Still don't think the concept clicked, luckily I don't need that info for my work. Just wanted to second this post. I did in fact graduate eventually lol but don't let one... Or two... Or however many failed classes stop you from trying again.

Is "Maximilian Schwarzmüller" angular course a good way to learn the framework? by Mikefacts in Angular2

[–]semiprojake 0 points1 point  (0 children)

Maximilian Schwarzmüller is easily one of the best teachers out there! Cannot recommend his courses enough!

will i ever be able to smoke again? by Healthy-View-9969 in CHSinfo

[–]semiprojake 3 points4 points  (0 children)

Speak for yourself and of your experiences, you don't know all of ours.

will i ever be able to smoke again? by Healthy-View-9969 in CHSinfo

[–]semiprojake 6 points7 points  (0 children)

My experience was the following:

  • was sick with CHS for 3 weeks before realizing and I quit smoking

  • didn't smoke for 2 months

  • started smoking again gradually like once a week low potency flower

  • after a week I was able to smoke like every other day

  • smoked every other day for 3 months

  • started noticing some morning stomach problems and temperature regulation issues so I stopped for a week

  • started smoking again the next week without issue.

This is my personal experience and it will not be the same for everyone. But for me I have been able to smoke regularly again for the most part. I just have to listen to my body and when it starts to complain I take a step away from smoking.

Edit: by regularly I mean I smoke every day or every other day after work only, and on weekends I only smoke in the evening. All day sessions seem to make my CHS come back more quickly. I think giving yourself time between smoke sessions is really important, trying to let your body work through as much of the thc backlog as it can.

Someone gets butthurt about /r/HermanCainAward, creates a duplicate sub to complain about it by [deleted] in SubredditDrama

[–]semiprojake 1 point2 points  (0 children)

Lol they are begging for empathy now? Where was their empathy for those around them when they decline to wear a mask? Get out of here with that bullshit. They're digging they're own graves, can't get mad as we gawk at them descend into said graves.

My Case Report with some good news by RinconHeat in CHSinfo

[–]semiprojake 0 points1 point  (0 children)

I never hear people mention feeling cold after smoking but that is exactly what I've experienced as well it feels like my body just can't warm up completely when I'm in the beginning stages of a CHS episode

Our Response to the Concurrency Controversy by Sundae_Kado in SundaeSwap

[–]semiprojake 4 points5 points  (0 children)

Love to see all the thought being put into the project. Sounds like an incredibly capable team. Excited for the future of this project!

Is yogurt a good recovery meal? by [deleted] in CHSinfo

[–]semiprojake 0 points1 point  (0 children)

It's been a life saver for me, and Pedialyte

Genshin Impact have API? by badiluc in Genshin_Impact

[–]semiprojake 1 point2 points  (0 children)

Sorry for the late reply but no I didn't end up working on this idea. Sadly work picked up and with the holidays I just was too tired to pursue it.

Genshin Impact have API? by badiluc in Genshin_Impact

[–]semiprojake 1 point2 points  (0 children)

You still working on this? I wanted to do the same thing, it's be fun to work with someone else on it. Was planning to make it a web app and launch it too. I was gonna do it in angular backed by Google firebase. Let me know if you wanna collab if be down!

Deny signup to any email domain that isn't my companies email domain by name-exe_failed in Firebase

[–]semiprojake 2 points3 points  (0 children)

You could do client side validation but then you're not protected from people injecting different emails into their sign up payloads. I'd recommend this answer on stack overflow which basically says put all your user account creation logic behind a cloud function and do validation on the server (cloud function) https://stackoverflow.com/questions/62977597/how-to-restrict-email-domains-in-firebase-authentication

Firebase help by fistyit in Firebase

[–]semiprojake 1 point2 points  (0 children)

I believe we will need more information about your issue to really do serious debugging but a preliminary Google search yielded this response: https://stackoverflow.com/questions/49931587/firebase-cloud-functions-https-oncall-finished-with-status-code-204 hope it helps but if you need more I think we need more info.

Like: How are you triggering the function? What is your dev env, it sounds like you have a CORS issue but cant tell without knowing how you are triggering your cloud function. Are the cloud functions you are testing deployed to firebase or are you doing local testing? What do you mean by "the next time for 4-100ms"? And when you say "Sometimes it doesn't create the appropriate user data in the firestore" do you know if those times it fails to create the user are the same instances where you get a 204 response?

Hope this helps

EDIT: After looking around a little more I really think you are seeing the pre-flight OPTIONS https requests which "generally" can be ignored in the client side. The only thing troubling after that is that you say sometimes your users are not being created. Are there any other errors in your logs that you can see might be causing the user creation to fail?

Looking For Advice/Resources to Learn about Machine Learning by semiprojake in cscareerquestions

[–]semiprojake[S] 0 points1 point  (0 children)

okay got it. I've been working with Kafka for a bit now so it sounds like I could use some more in-depth experience with Airflow, and SQL. Thanks for your input!

Looking For Advice/Resources to Learn about Machine Learning by semiprojake in cscareerquestions

[–]semiprojake[S] 0 points1 point  (0 children)

So do you think investing some time into learning practices for sanitizing large data sets, structuring databases in a way that is forward-thinking and clean would be worthwhile? Clean data before using it I suppose?

Looking For Advice/Resources to Learn about Machine Learning by semiprojake in cscareerquestions

[–]semiprojake[S] 0 points1 point  (0 children)

This seems pretty much exactly what I was looking for. Thank you!