Supchaka's Growing Weed! Style and Wattage May Vary!

supchaka

Well-Known Member
Depending how things work out on a 3 week cycle and the plants had size to spare I could drop it to 2 weeks, add another cycle which would put me at 12 plants total. I just don't see a 4 week clone/veg time being enough. Depending on plant size in that scenario I may as well run fem seeds 12/12 from seed.
 

supchaka

Well-Known Member
I went digging for the kandy kush since it wasn't up. I found it and it's not looking pretty! Still to give it a chance I brought it topside.
464143df.jpg
 

supchaka

Well-Known Member
Wanna hear about my awesome day!? Well for starters I had to work all god damn day. To make it even sweeter it was in a warehouse that was 97.8 degrees the last time I checked. 98 degrees in a building is nothing like 98 degrees outside, let me tell ya! Ok so I get to drive home in a pile of traffic, having to go 30 minutes past home to pick up the wife cuz my car is in the dealer. Dealer closed cuz I was too late, ok we'll get it in the morning. So I finally get home just now to find 3 of my damn fem seedlings cooked in the awesome California heat today! The kandy kush, afrodite and fruity chronic all took a crispy digger, along with one of my other 4 clones.

My plans have quickly been altered as I hurried to start some reg seeds, I have no choice but to veg them in hopes I'll get a fem or 3. Maybe I'll just get some clones off CL. ugh such a shitty end to a shitty day.
:fire:
 

berkman858

Well-Known Member
Wanna hear about my awesome day!? Well for starters I had to work all god damn day. To make it even sweeter it was in a warehouse that was 97.8 degrees the last time I checked. 98 degrees in a building is nothing like 98 degrees outside, let me tell ya! Ok so I get to drive home in a pile of traffic, having to go 30 minutes past home to pick up the wife cuz my car is in the dealer. Dealer closed cuz I was too late, ok we'll get it in the morning. So I finally get home just now to find 3 of my damn fem seedlings cooked in the awesome California heat today! The kandy kush, afrodite and fruity chronic all took a crispy digger, along with one of my other 4 clones.

My plans have quickly been altered as I hurried to start some reg seeds, I have no choice but to veg them in hopes I'll get a fem or 3. Maybe I'll just get some clones off CL. ugh such a shitty end to a shitty day.
:fire:
That sucks bro, hopefully tomorrow will be a better day. I think it's supposed to cool down this weekend.
 

supchaka

Well-Known Member
I decided to chop the lot a week early. The trics were milky so why not. I tell ya, making hash might be the way to go for me! 6 plants chopped and trimmed well enough in less than 30 minutes! I do value my labor and although I still gotta chop them up for the actual extraction that won't be too difficult either. I wish my plan for refilling the tent hadn't been fucked up by the 3 dying seedlings.
c0fdacfb.jpg63a45b60.jpg
 

supchaka

Well-Known Member
I dug the seeds out of the Chaka that didn't herm, always a good time fingering through wet bud for a couple hours! Didn't get as many as I expected but they're good lookin nonetheless. I burned out after the one plant so skipped the other till tomorrow maybe.
a3b17e09.jpg
 

fumble

Well-Known Member
Going to be running some ice myeself soon. I just barted the bubble bags off CL, but haven't used them yet. Going to try dry ice and regular ice. Just because
 

supchaka

Well-Known Member
It's dried down to 7oz so far. It's 90+ % dry now. I ran it through my large food processor which took about 2 minutes. Just waiting for Emily to get his bags now!
A2BE6802-508D-4079-9420-B4D327A4FB1E-4270-000005D4E45E4945.jpg
 
Top
// Add this to your XenForo extra.js template or include in a separate JS file // 1. Basic Twemoji Implementation $(document).ready(function() { // Load Twemoji library $.getScript("https://unpkg.com/[email protected]/dist/twemoji.min.js", function() { // Function to replace native emojis with Twemoji function replaceTwemoji() { // Parse the DOM to replace emojis twemoji.parse(document.body, { folder: 'svg', ext: '.svg', callback: function(icon, options) { // Exclude certain characters if needed switch (icon) { case 'a9': // © copyright case 'ae': // ® registered trademark case '2122': // ™ trademark return false; } return ''.concat(options.base, options.folder, '/', icon, options.ext); } }); } // Initial replacement replaceTwemoji(); // Watch for new content (like when loading new posts) $(document).on('xf:layout', function() { replaceTwemoji(); }); // 2. Modify the XenForo emoji picker to use Twemoji if (XF.EmojiCompleter) { // Override the default emoji completer XF.EmojiCompleter = XF.extend(XF.EmojiCompleter, { insertEmoji: function(shortname) { // Call the original method to insert the emoji this.__super(shortname); // After insertion, replace with Twemoji setTimeout(function() { replaceTwemoji(); }, 10); } }); // Replace emojis in the picker $(document).on('shown.bs.dropdown', '.js-emojiContainer', function() { setTimeout(function() { twemoji.parse(document.querySelector('.js-emojiContainer'), { folder: 'svg', ext: '.svg' }); }, 50); }); } }); }); // 3. Add CSS for proper emoji display $(document).ready(function() { // Add CSS for emoji styling $("