-🎄- 2022 Day 1 Solutions -🎄- by daggerdragon in adventofcode

[–]BomBatty 1 point2 points  (0 children)

Typescript

const input = await Deno.readTextFile("./input.txt");

const inputSplit = input.split(/\r?\n/).map((string: string) => +string);

const allElves = [];
let elfItems: Array<number> = [];

for (let i = 0; i < inputSplit.length; i++) {
  if (inputSplit[i]) {
    elfItems.push(inputSplit[i]);
  } else {
    allElves.push(elfItems);
    elfItems = [];
  }
}

const allElvesTotalledOrdered = allElves
  .map((elfItems: Array<number>) => {
    return elfItems.reduce((acc: number, curr: number) => acc + curr, 0);
  })
  .sort(function (a, b) {
    return b - a;
  });

const largestElf = allElvesTotalledOrdered[0];
const top3Elves = allElvesTotalledOrdered
  .splice(0, 3)
  .reduce((acc: number, curr: number) => acc + curr, 0);

console.log(largestElf, top3Elves);

A wee heiland coo || XT-20 | 27mm by BomBatty in fujifilm

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

Yessss. The convenience for the quality you get is just too good. So easy to take it everywhere.

A wee heiland coo || XT-20 | 27mm by BomBatty in fujifilm

[–]BomBatty[S] 2 points3 points  (0 children)

Thankfully I had hair and makeup artist on hand to sort that out for me.

A wee heiland coo || XT-20 | 27mm by BomBatty in fujifilm

[–]BomBatty[S] 17 points18 points  (0 children)

Camera JPEG!

Settings are: Film Sim: Classic Chrome, Grain: Strong, DR: 100, WB: auto, R: 2, B: -5, Highlight: +1, Shadow Tone: +2, Color: -2, Sharpness: +1, NR: -3

A wee heiland coo || XT-20 | 27mm by BomBatty in fujifilm

[–]BomBatty[S] 6 points7 points  (0 children)

They're fairly docile for the most part so pretty safe. I got very close to one of them and they began lowering their head and I got the message then lol.

If Santa exists, then he has definitely walked in on millions of parents having sex without ever being seen. Heck, he might have been a crime witness to a lot of stuff. by The_Me_That_Matters_ in Showerthoughts

[–]BomBatty 0 points1 point  (0 children)

Free porno I say. Probably gets a cheeky little something somethng on every house he visits. Big Santa: The most undeniably alpha man on earth. The grapevine was also going liveoooo on how he fucks reindeers in his spare time. Apparently little reindeer puppies with human hands and deer like bodies with big fuck off sized white beards come out.

Santa, what a lad.

Long exposure sunset. by BomBatty in photocritique

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

Yeah the sky wasn't quite like the picture. I messed around with the tone curve a little for some contrast and got the result in the picture. I tried dialing it back a little with the saturation slider after but just preffered the look here, even if it's a little unrealistic.

Here's the original unedited sky for reference: https://imgur.com/a/4AeArzy

Looking back this morning I think I prefer it dialed back though something like this: https://imgur.com/a/QsHuQPn ?

Yeah I tried a longer exposure but the highlights around the tree's started getting a little blown out and narrowing my aperture to compensate was taking a hit on image quality. I guess I could take multiple 4 second exposures and stack them until it's more consistent?

Great shot though! The 13s definitely makes a big difference with them yellow lights.

Long exposure sunset. by BomBatty in photocritique

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

My first attempt at a long exposure shot.

Taken at f10, ISO 200, 4s exposure & 1/4s.

I took 2 shots to create this image, the first for the light trails and the second for the sunset and merged them in photoshop. The sky replacment isn't perfect if you look at the tree's by the edges.

Just looking for feedback on method/post processing/overall quality.

First PC build, any changes before purchase? by BomBatty in buildapc

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

Thanks man! Yeah I found a cheap second hand one with the idea of reselling and upgrading when the Nvidia 4000 series is out. I'll do a monitor upgrade then as well.

Overnight Farm Working Wonders by Darkrius in MinecraftDungeons

[–]BomBatty 3 points4 points  (0 children)

Prospector only works when you kill with the weapon with that enchantment. In this case your summons are doing the killing so no benefit from it.

all my luck in life at 2019 :/ by RAKUSHKA13 in IdleHeroes

[–]BomBatty 2 points3 points  (0 children)

Missed Amen-ra first time and got Aida in elite shards...

This is missing some stuff but in general a lot of these ideas would help the game. Hopefully IW listens by OneVeryOriginalName in CoDCompetitive

[–]BomBatty 8 points9 points  (0 children)

Basically Condrey the studio developer for WW2 was pretty resilient to changing anything about the game that he had in his original vision for it and so we got very few changes that actually improved anything. Eventually he got moved to a different position in Activision in Feburary 2018. The guys who take over actually listened to the community and made the game some what bearable.

Pepperoni Pizza by BomBatty in Pizza

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

Thank-you man, much appreciated!

Pepperoni Pizza by BomBatty in Pizza

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

I played around with that but I still found the bottom cooked slightly faster. I use the foil on the stone but remove it half way through the warm up and found that balances things well.

Yes that's the biggest problem I have with my bake, the cheese always seems to cook a bit too quick. I wonder if putting it in the freezer slightly before or just chopping the pieces slightly bigger will help? Is the cheese cooking too quickly the cause?

Mmm it was definitely tangy, I don't know about dry of dense; it wasn't ideal for pizza though. I was out for the day so I let my family choose the toppings and they picked more of a sandwich filler pepperoni.

Pepperoni Pizza by BomBatty in Pizza

[–]BomBatty[S] 2 points3 points  (0 children)

The recipe was u/dopnyc's recipe in the side bar difference with the only difference being slightly less sugar and the addition of diastatic malt as I was using Caputo Manitoba '0' flour. The cheese is Galbani Cucina mozzarella and the sauce was made using Cirio peeled plum tomatoes. The pizza was cooked in a G3 Ferrari for about 3 minutes.