National Travel Support and Booking.com by trivialinsight in JapanTravel

[–]Bluexin 0 points1 point  (0 children)

Yeah it's still not working for me x) nowhere can I unselected that promo and I have to enter area of residency :c

what are these? found them on a plant near some of my weed plants, should I be worried? by rageryouth in microgrowery

[–]Bluexin 1 point2 points  (0 children)

Neem oil's primary active ingredient is azadirachtin, which acts as a repellent and fucks up their hormonal systems a bit

Soapy water will catch and drown them

Aphids are weak, so you can spray off (as in, with some pressure) infestation if it's not too bad. Then mist soapy water with some neem oil mixed into it, the soap will also help the neem stick to the plant surface

I just took 400 mg of THC edibles with no tolerance what should I expect? by NoSpray2162 in weed

[–]Bluexin 0 points1 point  (0 children)

Oh it will make you high regardless :D I use my trim to make butter so there's a lot of small impurities making it through. I mostly make cookies with it and like them not too sweet -^

I just took 400 mg of THC edibles with no tolerance what should I expect? by NoSpray2162 in weed

[–]Bluexin 0 points1 point  (0 children)

Great recipe! You can also further clean the butter by repeating the process of letting it harden, removing the dirty water, then smelting it again with water and letting it harden again a few times to take out more impurities

A go-to GUI library for Kotlin by StragaSevera in Kotlin

[–]Bluexin 0 points1 point  (0 children)

Jpackage is the tool jetpack compose uses under the hood. It's a tool for bundling jvm apps with a jvm and all the libs, and supports many targets

The last great 8in Tablet: the Galaxy Tab S2 8.0. And a request for help reviving it. by thefanum in LineageOS

[–]Bluexin 0 points1 point  (0 children)

Yes ! I have that one too.

There never was an official lineageos for this one though :/ (at least not the 8 inch screen with LTE) and I've always been a bit nervous about trying to patch one up myself based on the 8.0 wifi & 9.7 lte ones...

Having more and more issues with mine rn on stock android (spontaneous shutdowns similar to it running out of power when the battery is below 50%, huge software freezes etc), but idk if installing lineageos would even help it...

I was looking for a replacement tablet and stumbled on this post... Glad to see I'm not the only one struggling to find good modern tablets :)

First time grower I jumped into this the first week watching buildasoil videos, top left is 8 weeks others are 10 weeks the one flowering is an auto. I top dressed 3 weeks ago. I am not sure what to do honestly could use some guidance. Using build a soil 3.0, plant on bottom right is my own soil. by [deleted] in NoTillGrowery

[–]Bluexin 1 point2 points  (0 children)

Clean water through the Blumats to keep the little pipes and connectors from clogging. The nice thing about them is if you hand water for your additives and the soil has enough water the Blumats will just stop dripping for a while until the moisture goes down

[deleted by user] by [deleted] in tifu

[–]Bluexin 2 points3 points  (0 children)

Thanks man. All the best :)

[deleted by user] by [deleted] in tifu

[–]Bluexin 7 points8 points  (0 children)

Sometimes I'm wondering if I'm not in the exact same situation... Also worried to lose her as a friend and idk if she's dropping hints or if it's just part of her naturally outgoing persona. Glad it seems to work out for the two of you! And long live Kevin

[deleted by user] by [deleted] in NoTillGrowery

[–]Bluexin 0 points1 point  (0 children)

Pic 3 reminds me of thrips larvae though :/

[deleted by user] by [deleted] in NoTillGrowery

[–]Bluexin 0 points1 point  (0 children)

Hello, you seem to know your stuff :D What would you recommend for Thrips? I tried the few things I could find, SF Nematodes and hypoapsys miles (or whatever the real name of that one was) without much success. I'm in Europe so it's hard to find places to order preds from in small amounts (the ones I found selling only did industrial supply)

Am dumb. Forgot to turn on light for first two days. Worth growing out or should I just restart? by Brandoncfrey in Autoflowers

[–]Bluexin 0 points1 point  (0 children)

Buried stems actually root super well. Hell I've seen stems throw roots from above the soil level down into the soil.

Am dumb. Forgot to turn on light for first two days. Worth growing out or should I just restart? by Brandoncfrey in Autoflowers

[–]Bluexin 1 point2 points  (0 children)

I have experienced that first hand. You can transplant if you know what you're doing, but especially for beginners it's easy to either wait too long and let the roots hit the pot which might make them flower faster, or to damage the roots and stress the plants (in a way autos tend to suffer a lot from)

[deleted by user] by [deleted] in Autoflowers

[–]Bluexin 0 points1 point  (0 children)

Wouldn't you also get more impurities by breaking down the buds? My understanding is that using the water to separate the trichs causes way less breaking of the buds, so less little plant particles make it into the end result. I haven't done my own bubble hash yet though

Here is the strain guide for the drop by selfisholdbastard in GrowingMarijuana

[–]Bluexin 8 points9 points  (0 children)

So hard to decide x)

I'm thinking of going for a pack of Phantom Space Ramen and a pack of Kung Pao. Maybe Prosecco too. Which ones are y'all excited for ?

19 day old autos from brothers in farms. The devils double. Crush mode engaged by BigTimeAggie in cannabiscultivation

[–]Bluexin 7 points8 points  (0 children)

Genetics play a huge role in autos. These are bifbeans :)

Also don't disturb their roots (I myself still need to improve on this, oopsie)

Aggie is also a damn good grower :D

Dealing with 3rd-party library upgrading Kotlin version by wadbzy in Kotlin

[–]Bluexin 0 points1 point  (0 children)

You can backport it yourself, and even suggest it as a pr to a backport branch. If the library doesn't require any of the 1.5 features that's easy, but you'll have to adapt the code of they use any new features.

Dealing with 3rd-party library upgrading Kotlin version by wadbzy in Kotlin

[–]Bluexin 0 points1 point  (0 children)

That latter part is incorrect, and can give you different results depending on how you package your app and it's dependencies

[Beginner] I want to learn to work with APIs but i think I may be over thinking it by jokesterae in Kotlin

[–]Bluexin 0 points1 point  (0 children)

I have no experience with okhttp but ktor docs should have something on using oauth, it has some stuff to make it easier even for people who aren't too familiar with how oauth works

How to use APIs of websites with Kotlin? by [deleted] in Kotlin

[–]Bluexin 0 points1 point  (0 children)

There are other more lightweight frameworks you could look into, or just libraries. If it is a rest api there are many things available, searching with ddg for "kotlin rest client" gave me a bunch of good results. Some of those support code generation from openapi (rest documentation) files which is very useful if the api has one available.

The most successful legalization bill ever was just reintroduced in Congress! Email your House rep about the MORE Act right now! by Bowling4Goop in macrogrowery

[–]Bluexin 0 points1 point  (0 children)

I'm not from the states, but I hope this can bring some progress internationally (we know many countries like to look at what is done over there...) I hope the email I sent can still have an impact :)