8 ms·
“Once-in-a-Hundred Year” Sightings of Bamboo Blossoms Reported in Japan
- radarsat1 7y ago> Perhaps even more surprising than the long intervals at which they flower is the fact that all plants of the same stock of bamboo will bloom at the same time, and then die, no matter where they are in the world. > Although the mechanism has yet to be explained by science, many believe there is some kind of natural “alarm clock” in the plant’s cells causing the behavior. That is amazing. I'm having a hard time imagining how that could even be possible, for DNA to have an "absolute" sense of time. Some kind of day/night/time of year "counting" mechanism?
- dessant 7y agoWhat does "same stock" mean in this case?
- cmrdporcupine 7y agoSame clone.
- deleted 7y ago[deleted]
- foxhop 7y agoSame stock typically means same root stock, which is how people propagate and bamboo naturally clones itself.
- jacobush 7y agoI wonder if they could adapt to a longer or shorter year cycle. Expose seeds to conditions simulating say 20 year cycles or "summer" "spring" "fall" and "winter", only slightly compressed so they are passing by over 15 calendar years. Perhaps you will have a batch of bamboo flowering 5 years earlier than their kin in the wild?
- deepzn 7y agoIs it also for bamboos of different ages, like if I planted a bamboo yesterday, and today was when they all bloomed, would that bloom? The article mentioned an owner planting one in 2008 and it blooming now? So, that would mean the natural clock isn't about how old they get, but for a certain date-time or period or some weather conditions perhaps?
- nkrisc 7y agoBut is that bamboo you're planting really a different age? Bamboo reproduces clonally, right? So isn't that bamboo you're planting really part of an older stock? So its clock started ticking when its ancestor clone first began growing.
- pvaldes 7y ago> if I planted a bamboo yesterday, and today was when they all bloomed, would that bloom? In principle Yes but is an extreme example. Is possible also that the plant just will die before if roots are damaged in the process and their reserves are depleted.
- puzzlingcaptcha 7y agoThere are some other examples like that in biology, my favourite being 13- and 17-year periodic cicadas [1] with one theory being that a prime number was selected for during evolution to make it more difficult to synchronize with predator life cycles. Counters in biology are also a thing, for example Hayflick limit [2] which is a number of times a single cell can divide before it dies (partially explained by telomere shortening due to particularities of replication of the lagging DNA strand 3). What is interesting here is that plants from the same clone grown in different climates likely grow at different rates so the counter must be decoupled from cell division. Perhaps accumulation of some metabolite that adds up every season triggers it at some threshold? [1] https://en.wikipedia.org/wiki/Periodical_cicadas https://en.wikipedia.org/wiki/Periodical_cicadas [2] https://en.wikipedia.org/wiki/Hayflick_limit https://en.wikipedia.org/wiki/Hayflick_limit [3] https://en.wikipedia.org/wiki/Telomere#Shortening https://en.wikipedia.org/wiki/Telomere#Shortening
- jansan 7y agoI thought that circadas thing was made up for the series Silicon Valley: https://www.youtube.com/watch?v=kxh2X6NjuhY https://www.youtube.com/watch?v=kxh2X6NjuhY
- cmrdporcupine 7y agoI don't know the exact mechanism (it sounds like nobody does) but remember these are clonally propagated (until they flower, which I presume creates seeds). So most of the entire population is actually one genetic "individual". So the 'alarm clock' must be tied to the original genetic signature.
- Ma8ee 7y agoNo, there's no reason to believe they are only one genetic individual. Just because many are clones, there's no reason to believe they all are clones from the same original plant.
- jonknee 7y ago"all plants of the same stock of bamboo" makes it sound like this would indeed be from the same original plant.
- _underfl0w_ 7y agoI'm no expert here, but that does seem to be a logical interpretation of what was written. OTOH, the author seems distinctly... less scientifically inclined than the bulk of commenters here. They may have simply meant "of the same genus".
- wccrawford 7y agoIt could be that they all bloom when they receive a certain signal from another plant of the same species, and that they will set off that signal after storing up for 130 years after the last bloom. So even new plants will receive the signal and bloom, but the trigger takes 130 years to re-arm.
- tabs_masterrace 7y agoThat sounds most plausible. After they bloom and all die, the first generation of new plants to grow will then start the 130 year clock again (by counting days or seasons) and be the first to release the signal again.
- taneq 7y agoTelomeres?
- ComodoHacker 7y agoMaybe they're not sensing absolute time, but sensing bloom events from other plants? Some mechanism akin to quantum entanglement perhaps?
- crygin 7y agoI recently learned about beech masting in NZ, which has a similar (but much more frequent) blooming cycle based on the difference between successive summer temperatures: https://www.landcareresearch.co.nz/publications/newsletters/kararehe-kino/kararehe-kino-issue-25/mega-masts https://www.landcareresearch.co.nz/publications/newsletters/... "According to their ‘delta T’ (ΔT) model, the likelihood of masts by several species, including beech and tussocks, is positively correlated with the difference between average summer temperatures in successive years: a high positive value of ΔT (i.e. last summer warmer than the preceding summer) corresponds to a high likelihood of a mast in the coming year." I'd always imagined that these types of events involved pheromone-type signaling, but this is kind of a cool way to do distributed consensus based on external signaling.
- pontifier 7y agoI saw an interesting Ted talk a few years ago about quorum sensing in bacteria. Here's my recollection: Essentially a single bacteria can't make you sick, and if it tried, it's so small that it would have no effect. Triggering a collective effect becomes critical for them to cause disease. Disrupting quorum sensing might be a way to fight otherwise resistant bacteria.
- deleted 7y ago[deleted]
- tdaltonc 7y agoIn undergrad I made models of oscillator genes. They allow for digital cycle counting. They can also be chained to give base-2 counting systems. For example, cycle of gene A turns on gene B be turns off itself, one cycle of gene B turns on gene C, turns on gene A and turns off itself, etc. This would give you a binary counter. Assuming they all oscillate the same frequency, you would get something like: +-------+---+---+---+---+ | Cycle | A | B | C | D | +-------+---+---+---+---+ | 1 | 1 | 0 | 0 | 0 | +-------+---+---+---+---+ | 2 | 0 | 1 | 0 | 0 | +-------+---+---+---+---+ | 3 | 1 | 0 | 1 | 0 | +-------+---+---+---+---+ | 4 | 1 | 1 | 1 | 0 | +-------+---+---+---+---+ | 5 | 0 | 0 | 0 | 1 | +-------+---+---+---+---+ And then if gene D triggers flowering: Tada! you would get one flowering every 5 cycles. In practice things are never this simple. The gene expression rules are not that straightforward, the genes do not all express in the same cycles, you need some mechanism to keep things in sync between cells and plants etc. But the simplified model shows how powerful oscillator genes with expression switches can be. https://www.wikiwand.com/en/Oscillating_gene https://www.wikiwand.com/en/Oscillating_gene
- radarsat1 7y agoSuper interesting, thanks for that. I guess a synchronization mechanism could just be the cycle of sunlight.. I'm amazed though.
- tdaltonc 7y agoThe sun is a great sync signal for diurnal cycles. And something about temp could be used for annual cycles. I would be very interested to know if you cloned a cicada (for example) and put it out in the wild, would it be able to get in sync with the wild ones or wound the clones clock stay out of phase?
- yorwba 7y agoIs there any particular reason you link to Wikiwand instead of https://en.wikipedia.org/wiki/Oscillating_gene https://en.wikipedia.org/wiki/Oscillating_gene ? The content appears to be the same.
- hammock 7y agoDoesn't have to be counting up. Counting down would be much easier.
- blahedo 7y agoCounting up and counting down are the same thing, if 0 and 1 are arbitrarily assigned.
- hammock 7y agoHelp me understand. Here is what I am thinking: If I have a cell with 5 "beans" (hypothetical counting organelle) in it. And the cell will die if it does not have at least one bean. These beans stack on top of each other like Legos, and "float" inside the cell so that the top bean is at the surface of the cell, exposed to the weather. Every winter the exposed bean dies, so that each year there is one less bean - and the next highest bean is now "floating" at the top. After 5 years there will be no beans left and the cell will die. Now try to do that by counting up. How does it work?
- blahedo 7y agoOoh, I thought your post was a response to the binary-counting one but it's a sibling to yours—my comment was referencing that. In a binary-based arithmetic system of fixed number of bits, counting up from 000 to 111 is isomorphic with counting from 111 down to 000 if you flip all the bits.
- bluejellybean 7y agoAs another user mentioned, oscillating loops can achieve these phenomenon and they're extremely abundant in biology. The circadian rhythm is an excellent example of this behavior. https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4758938/ https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4758938/ https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4073891/ https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4073891/
- avip 7y agoIt's interesting the article says: ... even if there are no exogenous cues present, periodical patterns are still shown (1) indicating that these rhythms result from an internal time-keeping system. ... For humans, the most prominent circadian rhythm is the 24 h rhythm in the sleep-wake cycle. I thought it's a well-studied fact that humans settle on a 30 hours sleep-wake cycle in constant light conditions?
- Obi_Juan_Kenobi 7y agoNo, it's somewhat longer, but much less dramatic at around 25 hours: https://journals.sagepub.com/doi/pdf/10.1177/0748730403018003008 https://journals.sagepub.com/doi/pdf/10.1177/074873040301800... However, your confusion is understandable. Nathaniel Kleitman spent a month in a cave in 1938 studying sleep/wake cycles, and found that he could maintain a 28 hour cycle. He did this deliberately, however, and this does not reflect the circadian rhythm. Rather, this wake/sleep cycle depends on C (the circadian rhythm) and S, homeostatic effects that reflect the previous period of wakefullness. It's also entirely possible to sleep at any point in the circadian rhythm (as anyone who has napped will know), so the circadian rhythm can simply decouple in extreme wake/sleep cycles (e.g. 20h or 28h). http://www.chronobiology.ch/wp-content/uploads/publications/2007_02.pdf http://www.chronobiology.ch/wp-content/uploads/publications/... Also, even with the circadian rhythm not being preciesly 24 hours, it's still 24 hours with entertainment. That's the standard physiological condition; it really is a 24-hour cycle. Free-running is like removing a component of the clock, seeing that it doesn't keep 24-hour time, and calling it broken. That's not the case; entrainment is part of the process and how the body keeps coordinated with its environment. https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2717723/ https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2717723/
- hinkley 7y agoThere are a few videos out there claiming that the decline in use of Bamboo in construction/'woodworking' in Japan was not only about availability of other materials like steel and later plastic. There was/were some species of bamboo used by craftsman that bloomed and then failed to reproduce due to weather changes. You've been working with a species of bamboo for five generations and it's just completely gone in under a year.
- Obi_Juan_Kenobi 7y agoPlants depend crucially on timekeeping. The Circadian Clock is essential for coordinating metabolism, growth, and reproduction, vernalization, etc. Most plants can be considered either short-day or long-day flowering, where highly-sensitive response to the delta in day-length is tracked to coordinate flowering. Nearly all plants anticipate events like sun-rise and sun-set with precision to coordinate (expensive!) photosynthetic expression, open/close stomata, alter xylem and phloem, etc. Applying this to longer time-scales should not be terribly surprising for such sophisticated time-keepers. Here's some information about in-vitro induction of flowering, induced with the sorts of chemicals you might expect (e.g. cytokinin promoting, auxin repressing): https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5603696/ https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5603696/ As for the particular regulatory network that accomplishes this, it's very difficult to study an event that occurs so seldom. Even annual breeding cycles can make detailed genetic investigations take decades. What we can infer from homology is that there's likely some kind of feedback and balance of hormones that 'count' the time. There is nothing "in the DNA" that tracks time, but the genes that DNA encodes can provide this clock function.
- squeezingswirls 7y ago> The rest of the article can be viewed on our partner’s website, grape Japan at ”Once-In-A-Hundred Year” Sightings of Bamboo Blossoms Reported In Japan“ (https://grapee.jp/en/114838 https://grapee.jp/en/114838) Why don't link the complete article instead of the japan-forward one?
- pas 7y ago> Perhaps even more surprising than the long intervals at which they flower is the fact that all plants of the same stock of bamboo will bloom at the same time, and then die, [...] What? I thought bamboo is a fast growing thing, and it's easy to grow bamboo. Just stick it into the soil in the right conditions and it'll sprout roots and grow. (It can even be grown from seeds.)
- wodenokoto 7y agoGrowing and flowering are two different things. As the article mentions, some types of bamboo will flower only once every 100 odd years. When they do, they pollenate each-other and grow fruits and die. In some parts of the world rats will feasts on these fruits, and rodent populations will explode, contributing to the "Bad Omen". > Just stick it into the soil in the right conditions When all the bamboo decides to flower and die at the same time, what exactly are you planning to stick in the ground?
- Qwertystop 7y ago> When all the bamboo decides to flower and die at the same time, what exactly are you planning to stick in the ground? Presumably, the seeds from the fruits from the last generation. Though they would certainly take a bit of time.
- nostalgk 7y agoFrom what I can gather, it appears that a large amount of industry in Japan relies (or did at some time) on the long flowering cycle causing continual growth of the bamboo stalks, only further complicated by the cloning process that likely cuts from the same plants.
- lmm 7y ago> When all the bamboo decides to flower and die at the same time, what exactly are you planning to stick in the ground? The seeds from the flowers?
- pas 7y ago
- wodenokoto 7y agoBamboo blossom is a super interesting botanical fact, and a regular front-pager on Reddits "Today I learned" > For example, devastating consequences occur when the Melocanna bambusoides population flowers and fruits once every 30–35 years[6] around the Bay of Bengal. The death of the bamboo plants following their fruiting means the local people lose their building material, and the large increase in bamboo fruit leads to a rapid increase in rodent populations. As the number of rodents increases, they consume all available food, including grain fields and stored food, sometimes leading to famine.[7] These rats can also carry dangerous diseases, such as typhus, typhoid, and bubonic plague, which can reach epidemic proportions as the rodents increase in number. https://en.wikipedia.org/wiki/Bamboo_blossom#Impact https://en.wikipedia.org/wiki/Bamboo_blossom#Impact
- nwhatt 7y agoPossibly one of the best Nova titles ever - "Rat Attack" follows this phenomenon: https://www.pbs.org/video/nova-rat-attack/ https://www.pbs.org/video/nova-rat-attack/
- magic_beans 7y agoVideo not available in my area! But why!? Have the rights expired for US viewers??
- borumpilot 7y agoIt is right under the video: Aired: 02/24/09 - Expired: 12/15/15
- js2 7y agoThis appears to be a mirror image version (literally) of it: https://www.dailymotion.com/video/x6uvx3k https://www.dailymotion.com/video/x6uvx3k
- undersuit 7y agoVery interesting, loaded it up through my Toronto VPN and was rejected too.
- Jedd 7y agoBamboo species are amazing. I grow Bambusa oldhamii - useful for food (shoots) and timber. It's a clumping variety, so quite easy to control, and tolerant (if not particularly happy) of dry, wet, heat, and cold. But my clones are taken from a variety that flowered in the 90's, IIRC, so there's some confidence they won't all flower (and immediately die) for another ~70 years. The variety they're talking about here is a mild running type (most runners are very rampant, and not recommended unless you've got containment systems in place). Thailand famously had a big flowering event in the late 1980's that killed off vast tracts of plantations.
- checker 7y agoI wish my bamboo (inherited from a previous owner) would flower instead of battling me for control of my yard. I really need to read up on the best way to control it - sounds like my variety might be a "runner".
- dbcurtis 7y agoI think the way to control running bamboo is with a deep solid fence/wall dug into a trench. I am led to understand that there is a depth that a particular specie will not run below. I may be wrong. The previous owner of my neighbor's house had a bamboo garden... the current owner was not aware of how to maintain it. The previous owner of my house had a rose garden. I am not a particularly clever gardener, and having grown up in Minnesota, was not familiar with the habits of bamboo. The bamboo ran under the fence, and attacked the roses in our yard before I noticed it. The bamboo identified rose bush root clumps, attacked, surrounded, and choked them. So in the aftermath, I ripped out dead roses and built a play structure for my offspring, my neighbor ripped out the bamboo jungle and created a nice patio, so we both netted out OK. Our research led us to determine that a trenched solid barrier should have been put in place originally, but we weren't going to test the theory.
- trashcan 7y agoCheck out: http://www.bamboogarden.com/barrier%20installation.htm http://www.bamboogarden.com/barrier%20installation.htm
- mangatmodi 7y agoLong back I read that Bamboo blossoms are often accompanied by famines due to rise in rat population.
- foxhop 7y agoInteresting, it seems we are in the midst of famine conditions if it doesn't stop raining on the USA and droughting in Australia. It seems every part of the planet right now is having trouble with it's food supply. One theory I was researching was the grand solar minimum.
- pvaldes 7y agoIn the past maybe. Now cats, dogs and foxes population just would explode. In the 21 century finding some glass jars or metallic recipients with a solid cover lid shouldn't be a great problem. If you can find a beer or a cocacola in your village you have yet a rat-proof recipient for safely storing seeds. Rodents are edible also if not other food is available Is also interesting to notice that this bamboo ecology fact, seen as a symbol of bad luck, gave us an unexpected and priceless gift: chicken eggs. Domestic hens are able to lay 12 months a year because red jungle fowl and bamboo forests are linked and evolved to get advantage of years of bamboo flowering
- jandrese 7y agoIIRC the rodent populations can reproduce much faster than their predators and completely overwhelm them. Worse, once the fruits are gone the rodents start to eat everything in sight until they starve en-masse and leave the ground covered in dead rats. Unless you are highly adept at making rat jerky you are going to be in trouble when winter comes.
- thaumasiotes 7y ago> In the past maybe. Now cats, dogs and foxes population just would explode. Why would the response of cats, dogs, and foxes be different now than in the past?
- 7y ago
- kaybe 7y ago> And if you feel discouraged by the notion that they are bad omens, why not consider the silver lining: While it's true that the flowers signal the death of the plant, they also symbolize new beginnings, since those who rely on supercentenarian species like madake can eventually expect a fresh, healthy and abundant supply of new shoots which will last for a very long time. This would fit very well with the notion that starting a new era also means a new start. (It might make people a little eager to overreport I suspect.) (Before Meiji era, Japanese emperors used to routinely proclaim new eras when some notable event happened or they just felt change was needed. Common reasons are big earthquakes and other natural desasters, for example, but there also eras that were started over the sighting of a white or red bird or the find of a gold mining spot (it actually turned out not to be). (The mean era length is something like 5 years.))
- luckydata 7y agoNow we have HBO doing that job for us. We just ended the Game of Thrones era, to be replaced by the Westworld era soon.
- _ph_ 7y agoAt the end of the 90ies, most specimen of Fargesia blossomed and died in Europe. One big contributor was, that basically they were descendant of very few, if not a single plant brought to Europe around the year 1900. With a more "natural" population, the blossoms shouldn't be that much of a big hit. I am also surprised that Phyllostachys is said to die - all literature I knew claimed that the death after blossom is limited to Fargesia.
- superqwert 7y agoI wonder how long the seeds will take to germinate. I have some seeds of a hardier and more common bamboo Chusquea culeou, which have been stratified in a variety of ways and put in moist soil for over half a year now - none have germinated yet. After getting worried, I've done some research and it turns out that many types of bamboo can spend years dormant in the ground, before suddenly shooting up and growing at incredible speeds.
- brensmith 7y agoI've germinated a few seeds (P. edulis 'Moso' & Fargesia Jiuzhaigou IV 'Black Cherry') purchased on AliExpress (very inexpensive). I planted about 200 seeds in July of last year and achieved a germination rate of about 5%. My understanding is that bamboo seeds are not viable for very long, but it could also be that I didn't get my seeds from a very reputable dealer.
- xtf 7y agoNew Reiwa era, bad bamboo omen. OK
- PuffinBlue 7y agoWow, today I am one of the lucky ten thousand. This is a beautiful bit of the natural world I had no idea about. It's wonderful to learn of something so 'purely' interesting, and (now I've dived a little down the rabbit hole) shared amongst other species like Cicada.
- arkades 7y agoThat site benefited enormously from reader mode.
- isolli 7y agoIt reminds me of cicadas, an insect with long life cycles: https://en.wikipedia.org/wiki/Cicada#Life_cycle https://en.wikipedia.org/wiki/Cicada#Life_cycle > Some cicada species have much longer life cycles, such as the North American genus, Magicicada, which has a number of distinct "broods" that go through either a 17-year or, in some parts of the region, a 13-year life cycle. The long life cycles may have developed as a response to predators, such as the cicada killer wasp and praying mantis. A specialist predator with a shorter life cycle of at least two years could not reliably prey upon the cicadas. There's also an evolutionary theory behind why these are prime numbers: https://www.newyorker.com/tech/annals-of-technology/the-cicadas-love-affair-with-prime-numbers https://www.newyorker.com/tech/annals-of-technology/the-cica...
- franciscojgo 7y agoGlitch in the matrix. Someone left original CSS href in all copies of bamboos.
- driverShutUp 7y agoYou’re an idiot
- _underfl0w_ 7y agoIs this really helpful or intellectually stimulating? I urge you to check the rules before catching a shadow ban, my friend.