5 results for "037dfc74e62a98db755184e7b9eb50f4"
>>18114813
>This is rather insightful.
Thank you. It took a long time to realize and the realization of this truth can be extremely calming and promotes peace within you. This is because you can realize that your very body, your thoughts and feelings and emotions, everything about you, has a direct line of succession to the very first proto-cell that managed to replicate its structure using RNA code, somewhere deep under the ocean near a hydrothermal vent 4.2 billion years ago. You can finally understand exactly how you came to be, how many years your ancestors had to work hard to survive and pass on their knowledge and genetics. You can simultaneously thank them for their work and inheritance they gave you even all these years later, and also forgive them for their part in being instrumental in creating you at all.
It also reveals the fact that, because humans have a common ancestor only 155,000 years ago, that means that every single human is descendant from a single line that goes back from that one mother 155k years ago (somewhere in east africa) and goes backwards in a single line all the way to that first RNA proto-cell. Furthermore that includes far flung australian aboriginals, whose MRCA with an average european is probably closer to that one mother 155k years ago than not. Chances are likely that most of the people you know are more closely related to you than you might have realized. To put it as an example, there may be a mother who lived in Gaul in 300 BCE who is the grandmother for every single french person alive today. Imagine having 10 million great-grandchildren!
>I think existence is either a trap of some kind which we can't really comprehend.
We can comprehend it perfectly in fact and for that I will recommend you look into the teaching of Buddha specifically the 4 noble truths. As much as I've been arguing in this thread about genetics and inheritance, the truth is that everything comes from within, not without.
>>41418583
you have an ai girlfriend and prompt lewd pictures of women
Player Archetypes
What player archetypes have you noticed in the traditional games setting community?
For me, I constantly run into different varieties of fat, loud, chinese players who are constantly not paying attention, and are either asking stupid questions about the rules, or butting in to conversations going "WAIT WHAT ARE YOU GUYS TALKING ABOUT?"
It's very annoying, and made even worse by the fact that there are multiple people like this in the board game community I frequent.
What about you, /tg/? Any archetypes you've identified that you'd like to share
I see no problems here. That is a lazy meal, but it looks hearty and delicious.
Beats the plain arepas and vienna sausages I had for dinner as a kid
>>2948293
Learn C anon, it's really not that bad. Pick up the K&R book and have fun, won't be more than a weeks' study.
>>2948303
>You can do C by learning on the go
The hard part for most is writing good C

>Self documenting code?
>Best I can do is pass unsigned ints in arbitrary order to my function
>I explain in detail what the args "flag1" "flag2", and "flagb" do in the docstring, you see
>Oh woops, forgot to add a docstring actually
>Error handling?
>I'm just opening a file, what the fuck are you talking about?
>Null checks?
>But this pointer is always instantiated wherever I use it. When could it possibly be null?