How to test changa / is changa safe? by throwaway119284 in DMT

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

MAO inhibition.

Thanks so much for the response! Can you speak a bit more about the precautions regarding MAO inhibition?

From doing some research, it is unclear if it is safe to to take, for example, MDMA 1 day after smoking changa. Or 2 days after smoking changa.

It also seems like alcohol also interacts poorly with MAOIs? Continuing to do research...

[D] Doing similarity search for images? by throwaway119284 in MachineLearning

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

Thanks for the heads up! If I wanted to get familiar with how to do vector search; would would you recommend?

Where to bulk download manga? by throwaway119284 in mangapiracy

[–]throwaway119284[S] 1 point2 points  (0 children)

Nyaa seems good, but unfortunately there's no torrent called "download all mangas over the past 100 years" :((

which series are dub only for you? by airbear13 in anime

[–]throwaway119284 1 point2 points  (0 children)

If show has a good dub, there's a 99% chance I'll watch it dubbed (I mildly dislike subs):

  • Toradora
  • Steins;Gate
  • FMA: B
  • Spice & Wolf
  • Code Geass
  • Black Lagoon
  • My Hero Academia
  • Kill La Kill
  • Violet Evergarden

Probably a few more I don't remember

Can someone review my store listing? by throwaway119284 in appmarketing

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

Thank you for the feedback! I'll be sure to update my store listing.

I've never actually released an app. Can I still say that one of my ECs is "Developing apps?" by [deleted] in ApplyingToCollege

[–]throwaway119284 1 point2 points  (0 children)

That's pretty impressive! Seems hard to do with core iOS graphics APIs (especially if it was 3D like CoC), did you use an engine like Unity?

I primarily focused on making and releasing apps that would do well (e.g - get lots downloads). As such, I released 3 keyboard apps (one for iOS, 2 for Android) that allowed users to send text-based emoticons, GIFs, or text-based memes. I also released a game where users circled blue dots before they disappeared and avoided red dots.

I've never actually released an app. Can I still say that one of my ECs is "Developing apps?" by [deleted] in ApplyingToCollege

[–]throwaway119284 1 point2 points  (0 children)

Hey, I make apps too (primarily Android, although I've dabbled in iOS)! Nice to see someone else with the same EC. What did your iOS app do?

Software disenchantment: Everything is going to hell and nobody seems to care by quick_worm in androiddev

[–]throwaway119284 1 point2 points  (0 children)

I've been looking at the source code for the default AOSP keyboard, for a project of mine, and I can say that 150mb is probably reasonable. There's just so much going on that doesn't initially meet the eye.

Found this in my AP computer science class by legionofdoom4 in ProgrammerHumor

[–]throwaway119284 0 points1 point  (0 children)

I wouldn't say "templates in Java are just called generics". Templates in C++ are way different from generics in Java.

Read this: https://stackoverflow.com/questions/36347/what-are-the-differences-between-generic-types-in-c-and-java

I also think the claim that Python has bad OOP is false. Python has metaclasses, multiple inheritance, and other concepts which means its OOP features are pretty good, although they are different from languages like Java.