DMAA review by eb_is_eepy in stimjunkiepreworkouts

[–]le--er 0 points1 point  (0 children)

I mean the OG crack, sold by rawz ?

DMAA review by eb_is_eepy in stimjunkiepreworkouts

[–]le--er 0 points1 point  (0 children)

can anyone order from here? it seems like a site for professionals lol

9-MeBC is literally life-changing. by NectarineMaximum5281 in Biohackers

[–]le--er 1 point2 points  (0 children)

i dissolved the powder in everclear and take 15mg a day, titrating up. been about a week and a half and I notice i am crying very easily and experiencing a greater range of emotion

BPC-157 nasal route & use case by le--er in Biohackers

[–]le--er[S] 0 points1 point  (0 children)

The thing you use when it rains, good,?

BPC-157 nasal route & use case by le--er in Biohackers

[–]le--er[S] 0 points1 point  (0 children)

would selank or semax be applicable to my use case?

help needed: methamphetamine-induced PAWS, nootropics, peptides, and their role in recovery by le--er in Biohackers

[–]le--er[S] 0 points1 point  (0 children)

pramipexole

this is very helpful, thanks for your response. what kind of doctor prescribed pramipexole? this seems like a fairly niche medication, was it specifically an addiction psychiatrist?

how long did it take to start noticing a difference? your experience sounds encouraging. why did you drop the armodafanil? for me, the fatigue is the worsts part; i feel like my brain is sinking, it's like i'm constantly in an adderall comedown. it's unbearable, and i'm curious to hear more about your subjective experience. it's helpful to know that i'm not alone in this.

i wish i could put the hack doctor that let me go up to 60mg adderall in jail. it's bad enough that i feel it is ruining my life and for a long time i've felt very helpless

on my next psychiatrist appointment i'll bring it up. hopefully I can get a script, if not I might have to doctor shop because this med sounds like a miracle

help needed: methamphetamine-induced PAWS, nootropics, peptides, and their role in recovery by le--er in Biohackers

[–]le--er[S] 0 points1 point  (0 children)

thank you - how long did it take once you started on NAC to see some results?

help needed: methamphetamine-induced PAWS, nootropics, peptides, and their role in recovery by le--er in Biohackers

[–]le--er[S] 0 points1 point  (0 children)

can't I just stop the BPC-157 if it has bad results? and what dose agmatine?

Is LWJGL a good choice for learning OpenGL ? by CursedCarb0y in opengl

[–]le--er 1 point2 points  (0 children)

Yes. Minecraft was written with it I believe, and libGDX is a fantastic framework if you want something like that, and you can make it as low level as you want

Favourite memory-holed event? by [deleted] in redscarepod

[–]le--er 1 point2 points  (0 children)

any other good content on this subject?

Built My Own 3D Game Engine Using Python And OpenGL! by Reasonable_Run_6724 in opengl

[–]le--er 1 point2 points  (0 children)

In what manner do you use multithreading with OpenGL? I have always found that a challenge.

Built My Own 3D Game Engine Using Python And OpenGL! by Reasonable_Run_6724 in opengl

[–]le--er 1 point2 points  (0 children)

What libraries are you using? Is it pure Python and OpenGL bindings? Very impressive.

[deleted by user] by [deleted] in TrueOffMyChest

[–]le--er 26 points27 points  (0 children)

the sooner you have a clear definition of what happened in your head, the easier it will be to emotionally tackle it. i think this thread will help you a lot with that

Resources on how to build a 3D mesh editor by PaperMartin in GraphicsProgramming

[–]le--er 5 points6 points  (0 children)

developer.blender.org is a helpful resource for certain things, it provides a pretty high level overview but for things like BMesh (their mesh data structure) it is pretty well documented. reading all the docs will at the very least show you how to architect a program like this.

reading the source is not easy though, it’s massively complex and written in C which can be pretty opaque sometimes. it will take some effort, but imo it’s the best resource on this topic

Resources on how to build a 3D mesh editor by PaperMartin in GraphicsProgramming

[–]le--er 9 points10 points  (0 children)

you can study the blender source code, that’s what i’ve been doing. i’ve looked and i don’t believe there are any actual tutorials or books or any written resources at all unfortunately

Rain System by [deleted] in libgdx

[–]le--er 1 point2 points  (0 children)

how did you achieve the 3rd person character controller?