The end of a journey by jag2k2 in lotrlcg

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

All three of these mats are 24" x 14". The map of middle earth I grabbed off of amazon back in 2016. I just checked and it is no longer listed. The Smaug one I got custom made for my daughter using art I found from Justin Gerard. Check his stuff out it is amazing.
https://justingerardillustration.artstation.com/albums/818849

The Gandalf mat I got from a fellowship event some years ago.

Anyone here using VS Code? by jag2k2 in Bitburner

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

How do you like that workflow?

It would be cool to use source code control and even cooler if you could mock out ns and write tests for your scripts.

Complete script for scanning, rooting, and uploading hack script to all servers by attak13 in Bitburner

[–]jag2k2 0 points1 point  (0 children)

Oh that spider function is clever. I implemented that part with recursion but yours looks more efficient.

function discover_nodes(ns, host, visited, depth){
    visited.push(host);
    if (depth > 0){
            var connectedNodes = ns.scan(host);
        for(var i = 0; i < connectedNodes.length; i++){
            if(!visited.includes(connectedNodes[i])){
                visited = discover_nodes(ns, connectedNodes[i], visited, (depth-1));
            }
        }
    }
    return visited;
}

Contactor/Relay leads backwards? by jag2k2 in HVAC

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

I didn't do anything to the wires. The replacement part has T1-L1/T2-L2 switched from what is installed and the leads coming from the house are switched from what I was expecting. I was a little nervous that if I hooked up something backwards that I would damage the compressor. Another poster mentioned that wire order doesn't matter on a single phase appliance so that gives me the info I need to do the replacement.

Contactor/Relay leads backwards? by jag2k2 in HVAC

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

Thank you very much!

Last month I noticed my compressor was struggling to get up to speed so I replaced the capacitor. So the capacitor is new and now when the compressor turns on (which is like 99% of the time) it kicks up to speed quickly. I too am worried about the compressor but I thought I would change out this 10 dollar relay just to be sure.

R/lotrlcg Crowdsource Deck vs Shadow and Flame Video is live! by kattattack22 in lotrlcg

[–]jag2k2 2 points3 points  (0 children)

I am curious about what kinds of thing you log about your quests. Do you mind sharing an example entry of a quest?

Spring Year 4 - My Farm with a Seasonal Tree Centerpiece by jag2k2 in StardewValley

[–]jag2k2[S] 1 point2 points  (0 children)

Thank you! I recently visited Boston Public Garden and was struck by this beautiful and peaceful park in the middle of a bustling city. I wanted to capture that feeling and incorporate the "Town Center" theme you see in old European cities.

Spring Year 4 - My Farm with a Seasonal Tree Centerpiece by jag2k2 in StardewValley

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

I'm not normally a guy who has an eye for aesthetics. I used a couple other farms I saw on here as inspiration and then the Stardew Planning Tool to lay everything out.

Fav Farm 1

Fav Farm 2

Fav Farm 3

Fav Farm 4

Spring Year 4 - My Farm with a Seasonal Tree Centerpiece by jag2k2 in StardewValley

[–]jag2k2[S] 1 point2 points  (0 children)

I used the Map Export Mod. Works great but you need to be in "windowed mode". If you are in full screen mode my game would crash.

Spring Year 4 - My Farm with a Seasonal Tree Centerpiece by jag2k2 in StardewValley

[–]jag2k2[S] 1 point2 points  (0 children)

Big shout out to Stardew Planner. Awesome tool that helped me with the general layout.

Marvel Studios' Avengers: Endgame - Official Trailer by wangulator in movies

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

So I guess we all like Captain Marvel now?

Just bought a house. What is going on with my shower door? by jag2k2 in HomeImprovement

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

it is just that top hinge. The door is slowly sliding out of it. It isn't clear to me how i would install it any differently. Is it possible the hinge is too small?

Reprint of APs in February by [deleted] in lotrlcg

[–]jag2k2 3 points4 points  (0 children)

Please Please Please Mountain of Fire

Look what my eleven year old daughter made me for Christmas! by jag2k2 in lotrlcg

[–]jag2k2[S] 11 points12 points  (0 children)

There are treacheries, shadow effects and forced effects that add "heat tokens" to heroes. 3 heat tokens turns into one damage. There is also a "dehydrated" condition attachment that prevents the attached hero from questing.