Jump to content
The Corroboree

CβL

Members2
  • Content count

    1,772
  • Joined

  • Last visited

  • Days Won

    13

Posts posted by CβL


  1. I just watered my cacti, as I haven't been watering them enough. A couple of new pups here and there, and not much new growth. Basically I think they're playing it safe, as the amount of water they get (not heaps), isn't enough to turn into full-on veg mode. I hope that I can get them to go nuts, and finish my garden before winter hits. :)


  2. Was driving to work this morning, and spotted a big ol' Pachanoi bush growing in a yard. Seems to be the day to find big plants. I'm betting that there must be a garden somewhere, just maybe one - that has a ginormous Trichocereus Terscheckii, or just a beautiful golden-spined dragon of a plant, and then I ask them "what about the plant?", and they say "Oh, that thing? I hate it - you can have it". And then i wake up, and there's drool all over the pillow :wink:

    • Like 5

  3. My advice:

    **Always break the problem into stages, or chunks - and keep breaking the chunks into smaller chunks. Maybe something like (this is just a general example - not R code):

    A] Data input (read from file)

    B] Data sorting (place into a data structure)

    C] Data analysis (run the various statistics)

    D] Display results

    then

    A1] Check if the file is there

    A2] Attempt to open the file

    A3] Read the file into a vector of strings

    A4] Close the file

    So the idea is to break everything up - as the first thing you always do. This is arguably the most basic and fundamental job of a programmer - breaking a problem into discrete chunks.

    **Google your questions to find out how other people did it (on good coding days, I might read anywhere from 30-100 webpages - not cover-to-cover, but to find what I need). Often people have encountered and solved your exact problem before. Now the only way this works, is if you ask google something specific, i.e. "How do I reverse a vector?", as opposed to "How do I programme a mars rover?"
    It's actually a skill to be able to find help. More often than not, if you don't find anything - it's because you're not wording your question probably, than it not being encountered. This ties in with the first tip - if you don't chunk things down, you won't be able to ask for help (as the less specific your problem, the less help you will find).

    **Work out your code flow on paper, hand-working trivial examples, searching for counter-examples and difficult cases are brilliant techniques that will help you in the long run. It's easy to make code that works most of the time - but much more difficult to make code that works all the time, and isn't a mess.

    **When you're programming - keep regular backups of working scripts, and make and test changes incrementally. You're going to find huge trouble if you code big sections without testing them piece-by-piece.

    **Most important of all.... PRACTICE, and don't be afraid of repeated failures - the more you fail, the less ways there are to fail next time (assuming you learn from your mistakes).

    :)

    • Like 2

  4. Okay - I did it in excel instead. Steps:

    1) Import the text document into excel
    2) Make a new column next to the websites (each website should fit into a single cell)
    3) Insert this formula into the first cell of the new column you made

    =RIGHT(A2,LEN(A2)-FIND(CHAR(1),SUBSTITUTE(A2,".",CHAR(1),LEN(A2) -LEN(SUBSTITUTE(A2,".","")))))


    4) Replace A2 with the address of the first website cell (should be just next to the cell with this formula)
    5) Highlight this cell with the formula, and drag it down through all the cells (this will copy the formula to the cells you drag to)
    6) Highlight both columns (the website and the one with the formula, which you should hopefully see will catch just the TLD of each website)
    7) Go to Data > Filter > Autofilter (a dropbox above the column with the formula will appear)
    8) Select only the TLDs you wish to see, and only the websites with that TLD will be shown.


    Edit: fixed

    • Like 1

  5. Which OS are you running EG? It would be easy to write a program to do it:

    1) Read file into vector of strings
    2) Sort strings based on TLD extension into a dictionary (key = TLD) of vectors (of websites)

    3) Save into a new text file, with rudimentary formatting

    I could probably write one for you (would be good practice for me). :)

    • Like 1

  6. One thing I noticed, was that my seedlings initially have no spiders on them, and then sooner or later - the baby spiders come and select a plant, and as the plant grows bigger, so do the spiders. :)

    ...but when I repot my seedlings, I usually dunk their roots in water, and the spider can get freaked out and fall in the water (and then I feel guilty for evicting the spider - because he's a good tenant, pays his rent on-time, not far off having his first few thousand children, poor guy/girl) :/

    • Like 4

  7. I watched it a few weeks ago (I was intrigued by the YT thumbnail :P ). It was pretty fuckin' nuts - but I must say, that never before have I seen an example of so much entheogen usage resulting in so much self-delusion. I think the self-delusion is actually rather common - that entheogen usage does not preclude it by any means.

    • Like 1

  8. Good ideas mutant... except that I am the poorer but better fit friend of all my other friends, hahaha. :P


    I think I have heard that now that you mention it. But I still would have to dig it up, to have an even layer of pumice and compost everywhere. I think I'll just have to keep digging, and eating lots of protein so that I'm fully healed each day.

    Alternatively I could borrow my brother's meat grinder and grind the clay up that way :devil:

    • Like 2

  9. I'm so sick of digging (for now, perhaps forever). I've been digging my garden so that it's a not just good soil in the bottom corner - but good soil to a depth of about half a metre everywhere - and it's just going painfully slow, digging out lumps of clay, bashing them full-force with the back of the spade, and digging it back into the pile of loose soil.

    I've been digging so much that it's started entering my dreams. I'll be imagining something else while drifting to sleep (like playing guitar), and all of a sudden - I'll feel the jolt of the spade meeting hard ground - running up my arm - I'll actually jerk in real-life, and be awake again. Now that I don't have any more days off - it's going to mean a lot more digging at odd hours too. :|

    • Like 3

  10. If it was bacteria or fungi, they would have to be getting that chemical compound into the cactus - as the smell is extremely faint. I have to use my strongest sense of smell less than an inch from the tip. It's not directly from the soil, or in the air.

    Now that I think about it, the smell reminds me a lot of citronella. I can't rule out that it's not present in the commercial mix, and somehow it's now coming out of the cactus.

×