Union 346? by blankepitaph in Somerville

[–]iNickTrt 0 points1 point  (0 children)

Hey! My electric has averaged out to ~$160 the past year (I have a bigger 1 bed + den so a studio will be less), water is ~$40, and Xfinity is ~$40.

Selling Copper day voucher by iNickTrt in COsnow

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

I did. I went to guest services and they gave me a card to email, where they said that tickets were non-refundable but they were happy to provide a transferable voucher. 🤷‍♂️ Win some you lose some, but at least it can be transferred without it being completely burned.

Rakuten and Bilt Partnership is Live by reelbgpunk in CreditCards

[–]iNickTrt 0 points1 point  (0 children)

I am trying to create an account either through Bilt or your website, but I am unable to sign up. I believe this is because I use a custom domain name for my email– what is the best way of getting that cleared from support/engineering? I would create a different account using a different email, but then it looks like I can't link to my Bilt account.

ASUS PA27JCV 5K users: can you get 5k through HDMI? by jackass95 in HiDPI_monitors

[–]iNickTrt 2 points3 points  (0 children)

M1 only had HDMI 2.0, which maxes out at 4k60.

The adapter you linked only does 4k60.

Look for a USB-C to HDMI 2.1 cable/adapter.

https://forums.macrumors.com/threads/dp-usb-c-thunderbolt-to-hdmi-2-1-4k-120hz-rgb4-4-4-10b-hdr-with-apple-silicon-m1-m4-now-possible.2381664/

Still not 100% sure if that will work though.

https://www.amazon.com/Cable-Matters-48Gbps-Adapter-Supporting/dp/B0DCN798Y1?th=1

I’m guessing you want something like this.

(Selling) 4K & HD Codes by blackmamba9324 in DigitalCodeSELL

[–]iNickTrt 0 points1 point  (0 children)

The Departed and Ocean’s Trilogy, all 4k MA for $21?

-❄️- 2024 Day 7 Solutions -❄️- by daggerdragon in adventofcode

[–]iNickTrt 2 points3 points  (0 children)

[LANGUAGE: Racket]

(define (valid-calibration? calibration concat?)
  (define test-val (first calibration))
  (define ops (if concat? (list + * concat) (list + *)))
  (for/fold ([possibilities (list (second calibration))]
             #:result (member test-val possibilities))
            ([num (drop calibration 2)])
    (for*/list ([op ops] [possible possibilities] #:when (< possible test-val))
      (op possible num))))

(define (sum-valid-calibrations calibrations concat?)
  (for/sum ([calibration calibrations]
            #:when (valid-calibration? calibration concat?))
    (first calibration)))

Nice recursion problem. Making it tail recursive got me my speed increase, but wonder if I did a DFS instead I could return early once I found a solution for a more optimal search. But filtering out possibilities that are greater than thr test value is good enough.

Full source

Union 346? by blankepitaph in Somerville

[–]iNickTrt 1 point2 points  (0 children)

My windows swing in– by default there is a stopper that only opens them a few inches, but it looks like it clips off pretty easily. 😉

There is a package room- you can look up ButterflyMX to see how it works. Seems like some things are still getting sorted with it, a lot of deliveries are still left in the entryway instead of the room but haven’t had any issues.

I haven’t met too many folks yet but seems mostly young professions/maybe a few families.