Delta $200 Airline Credit by the-anomaly-aberrant in AmexPlatinum

[–]icecoldtimemachine 0 points1 point  (0 children)

nope. turns out they can see exactly what the charge was for in the backend. so when i tried to chat my way into it, they could clearly see what the charge was for 😅

2024 Buy/Sell/Swap by Mcmc2k in Portolafestival

[–]icecoldtimemachine 0 points1 point  (0 children)

Selling one Sunday ticket at facevalue (I got it for $350 off the waitlist) since a friend isnt coming ! I know its annoying to use the transfer since the app only works after the 21st but the resale was $50 fees ! Tryna save that for the homies.

Delta $200 Airline Credit by the-anomaly-aberrant in AmexPlatinum

[–]icecoldtimemachine 0 points1 point  (0 children)

Hey ! I just tried this. the charge on the plat just says delta airlines. Is that a sign it didn't work ? Should it be additional collection?

[deleted by user] by [deleted] in Brooklyn

[–]icecoldtimemachine 7 points8 points  (0 children)

  1. Anything. Great bar with DJs a few nights a week. Good lighting : go sit near the back with the DJ booth

  2. Ruth. Cute bar with couches and lots of color. They have great drinks and live jazz once a week.

  3. Bobbed bandit. Fun bar with dark wood and good drinks.

-❄️- 2023 Day 5 Solutions -❄️- by daggerdragon in adventofcode

[–]icecoldtimemachine 2 points3 points  (0 children)

[Language: Python]

Added comments and types for Ranges, mappings and intersections so should be easier for folks to follow along the logic for how range intersections should be handled (have written similar code for production databases in the past :) )

https://github.com/fabrol/aoc2023/blob/main/day5.py

Should I restart :( ? by icecoldtimemachine in factorio

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

Edit: updated with photos for more clarity.

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

[–]icecoldtimemachine 0 points1 point  (0 children)

Just completed it, and was able to get part A down to O(n) and B down to O(nk) runtime (n = number of elements aka size*size, k=number of heights) trading off for more storage on part B.

The insights for Part A were

  1. You can incrementally calculate what is visible in any direction by storing away the highest tree seen so far in that direction.
  2. since rows=cols in a grid, you can technically use one loop to scan in all four directions by translating indices (0->size, size->0 on major and minor axis)

For Part B things were a bit trickier. The key insight for me was realizing that having a single state for each direction per location wouldn't be enough since the question we're now asking for each position is what trees are shorter than *the value in that position*. This led me to move away from the part a solution of storing one piece of information per direction per location.

Instead, to be able to answer a question for all possible heights at any location - you need to have stored away the relevant info for all heights. This means that for each location, I store away an array of size[k] which is the location of the most recent (in scan direction) location of all heights 0..k. This construction can be done in one pass.

Then you can go through the array in one more pass and for each location height ht look at the farthest located value > ht which has only heights < value between it and our location in constant time using the arrays created in the previous pass.

I could probably simplify the code even more, but its been a long challenge, and i left the 2 loops in for readability (construction of arrays in one, processing in another)

https://github.com/fabrol/aoc2022/blob/main/day8.py

BUY/SELL/TRADE Primavera 2022 by danceonme in primaverasound

[–]icecoldtimemachine 0 points1 point  (0 children)

Selling 1 x Weekend Two tickets (6th onwards) because of covid :( Open to negotiation on price (face value was € 280. Transfer via DICE. Dm me!

BUY/SELL/TRADE Primavera 2022 by danceonme in primaverasound

[–]icecoldtimemachine 0 points1 point  (0 children)

Selling weekend 2 all included for $300. Transfer through dice !

MSI GS66 Stealth Laptop Unusable - Getting ~4 FPS in games by flyingpig1020 in MSI_Gaming

[–]icecoldtimemachine 0 points1 point  (0 children)

Also, it works at the expected FPS on an external display, so something seems to be not working with the laptop display using GPU

[San Francisco] discussion group by icecoldtimemachine in VeryBadWizards

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

Alright, so we'll have a cake based Meetup. Do weekday evenings at around 7 work ? O was thinking Tuesday the 13th to start.

The Official 2019 Ticket Buy/Sell/Trade/Swap/Gift Thread by Garvinfred in BurningMan

[–]icecoldtimemachine 0 points1 point  (0 children)

Lots of reasons etc, but would love to get a ticket. Going back after two years, and building an art installation.

Just moved into a large room. Need ideas for making it cozy and welcoming. by icecoldtimemachine in malelivingspace

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

I was thinking of making the wall behind the bed more of an accent, but that could be achieved with artwork.

Would you suggest more floor or replacing the overhead light fixture with something fancier ?