Genetic algorithm: https://en.wikipedia.org/wiki/Genetic_algorithm : > Genetic algorithms are commonly used to generate high-quality solutions to optimization and search problems via biologically inspired operators such as selection, crossover, and mutation. AP®/College Biology: https://www.khanacademy.org/science/ap-biology
I should have loved biology too
41–50 of 206 posts
Re: I should have loved biology too
#42Re: I should have loved biology too
#43Earlier quoted context omitted.
Those curiculums developed by sould-dead gremiums in consensus on the minimum knowledge you goto have are a blight on western civilization. Instead of giving students the ability to discover a topic, or built something they are interested in themselves and then give them a understanding and fascination with the discoverers who have gone before them. Instead they kill the subject.. I must confess, it gives my dry old…
Yes, definitely, destroying education as we know it without any plans for what the next thing is will definitely work. Developed countries really need a come to Jesus moment, because the disdain for everything that made them great places is unbelievable. People will understand, after great suffering, that destroying stuff is much easier than building it.
But systems can rot from within too, or just decay naturally, and don't need to be destroyed. What if the core ideas that built our current civilization were ideas of the past, that we don't have any more, and we don't know what to do when The Machine Stops? Doesn't have to be a literal machine - it's a good metaphor for how democracy fell apart.
Re: I should have loved biology too
#44A while ago, I taught CS for a year in a local high school. I can very much relate to the notion of "astonishing facts were presented without astonishment": as a teacher, you don't have the freedom to teach whatever you want (of course), but you're very tightly bound to a curriculum that's developed by the state government. And for CS, this curriculum was so uninteresting and uninspiring (what a surprise: 13 year old…
Imagine if they taught the history of English to kids before they could read
imagine that!? an historically informed populace???
you'd need more expensive lies and higher quality fakes... the government would be costlier to run.
ideally, in the long term this would make the national currency's value in the international money market rise up. but why wait for that when one can directly manipulate money through trade fraud and covert military ploys?
Re: I should have loved biology too
#45My fork in the road with hard tech hard science versus biology was in high school. It seemed that students that wanted to become doctors took AP biology and students that wanted to be engineers took physics and chemistry. I had wanted to be an engineer since I was 12 years old so I felt the decision was already made. But all studying neural networks in college in the 80s I realized that there was this tremendously ri…
I would love to do something like this but simply cannot afford it. I think it is good advice but going back to school for a degree one does not plan on utilizing is not as feasible today as it was in the 80's, largely due to the sizeable increase in tuition without reciprocal increases in wages.
Work for a company that will pay for it.
Re: I should have loved biology too
#46A while ago, I taught CS for a year in a local high school. I can very much relate to the notion of "astonishing facts were presented without astonishment": as a teacher, you don't have the freedom to teach whatever you want (of course), but you're very tightly bound to a curriculum that's developed by the state government. And for CS, this curriculum was so uninteresting and uninspiring (what a surprise: 13 year old…
I think the whole teaching the history of computers is a big failure at an attempt to Segway into computer organization and architecture. Nonetheless, I get what is happening. If it’s a pure Computer programming class then the goal maybe to have them understand the “basics”…like what is the hard drive vs RAM (memory allocation) or what is a transistor (Boolean logic) and what is a punch card (mnemonics and abstractio…
You must understand these things at least conceptually if you want to really understand how to write efficient programs. Maybe not at the level of how memory can electronically "remember" a 1 or a zero, or how a hard drive can magnetically do it, but at least the relative speeds e.g. register vs. cache vs. RAM vs. disk.
Re: I should have loved biology too
#47I'm a classic INTJ but left school and built biology-online.org 25ish years ago. I think it's had a couple of thousand years of reading hours. I sold it on thinking I lack the expertise the topic deserves (it ranked well on Google for lots of biological terms)
I love the lack of agency about biology/evolution, it found a way to create ourselves as well as the huge tree of life around us purely through biological/ecological pressures. And here we are. We owe a lot to how biology has expressed things over the past 4 billion years and will likely find out a whole lot more.
Re: I should have loved biology too
#48A while ago, I taught CS for a year in a local high school. I can very much relate to the notion of "astonishing facts were presented without astonishment": as a teacher, you don't have the freedom to teach whatever you want (of course), but you're very tightly bound to a curriculum that's developed by the state government. And for CS, this curriculum was so uninteresting and uninspiring (what a surprise: 13 year old…
I think the whole teaching the history of computers is a big failure at an attempt to Segway into computer organization and architecture. Nonetheless, I get what is happening. If it’s a pure Computer programming class then the goal maybe to have them understand the “basics”…like what is the hard drive vs RAM (memory allocation) or what is a transistor (Boolean logic) and what is a punch card (mnemonics and abstractio…
Re: I should have loved biology too
#49Love biology. I appreciate purist mathematician/logicians prefer chemistry and physics and it seems to be an inside joke in the professions that biology isn't on the same level when it comes to axiomatic things. I'm a classic INTJ but left school and built biology-online.org 25ish years ago. I think it's had a couple of thousand years of reading hours. I sold it on thinking I lack the expertise the topic deserves (it…
https://en.wikipedia.org/wiki/Myers%E2%80%93Briggs_Type_Indi...
> Despite its popularity, the MBTI has been widely regarded as pseudoscience by the scientific community.[1][3][2] The validity (statistical validity and test validity) of the MBTI as a psychometric instrument has been the subject of much criticism.
> Many of the studies that endorse MBTI are methodologically weak or unscientific.[13] A 1996 review by Gardner and Martinko concluded: "It is clear that efforts to detect simplistic linkages between type preferences and managerial effectiveness have been disappointing. Indeed, given the mixed quality of research and the inconsistent findings, no definitive conclusion regarding these relationships can be drawn."[13][72]
>The test has been likened to horoscopes, as both rely on the Barnum effect, flattery, and confirmation bias, leading participants to personally identify with descriptions that are somewhat desirable, vague, and widely applicable.[10][73] MBTI is not recommended in counseling.[74]
Re: I should have loved biology too
#50Well, this is incredible: "The gene sequence had a strange repeating structure, CAGCAGCAG… continuing for 17 repeats on average (ranging between 10 to 35 normally), encoding a huge protein that’s found in neurons and testicular tissue (its exact function is still not well understood). The mutation that causes HD increases the number of repeats to more than forty – a “molecular stutter” – creating a longer huntingtin…
And on the seventh day, God ended His work which He had done and began vibe coding the remainder of the human genome.
while creatures:
c = get_random_creature()
if c.is_dead():
creatures.pop(c)
else:
creatures.add(c.mutate())