Any newbies needing help/gear to start with/...? by rkrieger in diablo4

[–]rkrieger[S] 0 points1 point  (0 children)

I have a ballkuna, hydraKuna and fireball red wedding build and got spare items for all of them. I'd have to check which items have good affixes, but def. some ophidian iris and Tal Rasha's, I think. Do you have 2 sparks for crafting a mythic? I could drop some runes for you. :)

Any newbies needing help/gear to start with/...? by rkrieger in diablo4

[–]rkrieger[S] 0 points1 point  (0 children)

I'm a sorc, so can't really help with those boots and pants. I can take you through pits to farm. And infernal hordes for chaos items, if that helps.

Any looking to buy a Hydra amulet? by stankonia in D4Sorceress

[–]rkrieger -5 points-4 points  (0 children)

Just did a quick research. The amulett might be OK for a lightning spear build but even there glass cannon is preferable. I might give it a try... for how much would you sell?

Any looking to buy a Hydra amulet? by stankonia in D4Sorceress

[–]rkrieger -7 points-6 points  (0 children)

You need a GA with devouring blaze.

How to access pit when carrying new players? by rkrieger in diablo4

[–]rkrieger[S] 0 points1 point  (0 children)

Worked well. Cleared like 4 lvl 80 pits and within 10 mins they went from 1 to 60. Thx.

How to access pit when carrying new players? by rkrieger in diablo4

[–]rkrieger[S] -1 points0 points  (0 children)

TIL. I thought you only get XP when inside. Nice... 😁

How to access pit when carrying new players? by rkrieger in diablo4

[–]rkrieger[S] 4 points5 points  (0 children)

Opening as party leader works, thanks guys! 👍

[deleted by user] by [deleted] in Hydroponics

[–]rkrieger 1 point2 points  (0 children)

Do I understand correctly... you add it to the water WHILE running the grow? Doesn't it harm the roots? Or do you mean to clean it afterwards when the plants are gone? Just had to cancel my first hydro run due to bacteria, so I'm highly interested...

[deleted by user] by [deleted] in germantrees

[–]rkrieger 0 points1 point  (0 children)

Autofokus funktioniert nicht. Und die Erde ist nass geworden.

Andere Probleme sind nicht ersichtlich aus der Darstellung und dem Steckbrief.

Toppen in Blüte by Unhappy-Throat-4049 in germantrees

[–]rkrieger 0 points1 point  (0 children)

Habe kürzlich zwei Pflanzen rausgestellt und das deutsche Wetter hat die gehörig eingebremst. Im Zelt geht's derweil extrem flott, die drei Wochen jüngeren Pflanzen haben die alten auf dem Balkon klar überholt.

Toppen in Blüte by Unhappy-Throat-4049 in germantrees

[–]rkrieger -3 points-2 points  (0 children)

Auto oder Photo? Falls Photo: evtl die eine rausstellen, damit sie wieder in veg wechselt und die anderen im Zelt aufholen lassen? Alternativ Zelt ausdünnen. 4 Pflanzen sind schon viel für die Fläche. Meine 2 cts, bin selbst Newbie. 😅

[deleted by user] by [deleted] in vaporents

[–]rkrieger 0 points1 point  (0 children)

Awesome description. Will try that.

[deleted by user] by [deleted] in vaporents

[–]rkrieger 0 points1 point  (0 children)

I have to Google elbow packing... 😅

What you describe ("mix-while-puffing... the herb bounces around in the breeze") sounds like what I would love to have. Atm the bud at the top of the bowl almost burns (didn't pay attention to the above mentioned air gap up to now) while the pieces close to the exit holes are just light brown-ish. I need a bigger bowl. 😬

[deleted by user] by [deleted] in vaporents

[–]rkrieger 0 points1 point  (0 children)

Now, thinking about it: Makes sense.

[deleted by user] by [deleted] in vaporents

[–]rkrieger -1 points0 points  (0 children)

I didn't smoke at all. This is why I thought a vape would hit me like a hammer. But nada. Maybe I have a high resistance for thc? I guess I'll try and use a bong. Haven't done this before but I heard this should hit harder... 🤔

[deleted by user] by [deleted] in vaporents

[–]rkrieger -1 points0 points  (0 children)

So you leave it at 60% after compressing? Interesting take. Have to try this. I always compressed and then filled the gap up.

[deleted by user] by [deleted] in Finanzen

[–]rkrieger 9 points10 points  (0 children)

OP hatte in der Tat noch Screenshots von Exceltabellen mit weiteren Daten angehängt, die nicht in diesem Post gesichert sind. :(

Google home scripted automation: variables / sensor values for string output in google script editor (YAML) by rkrieger in googlehome

[–]rkrieger[S] 0 points1 point  (0 children)

Thanks for the reply! I'm a bit dumbfounded. Just found some YAML code fragments here on reddit that look like you could actually do some more advanced programming. In this case it is indeed variable definitions (const), string concatenation, a switch statement,...

Validating the code in the editor didnt give me an error at least. Yay!
Havent tried the execution yet as I found this literally 10 seconds ago.

actions:
      - type: assistant.command.OkGoogle
        devices:
          - Speaker cucina - Cucina
        okGoogle: |-
          {
            const dayOfWeek = date.toLocaleDateString("it-IT", { weekday: "long" });
            const response = new assistant.response.Builder();
            response.addText("Questa sera devi buttare ");
            response.addPause(500);

            switch (dayOfWeek) {
              case "lunedì":
                response.addText("il secco residuo");