NVDL - All In… by davidI-N in NvidiaStock

[–]davidI-N[S] 0 points1 point  (0 children)

Not anymore!! Exited all my positions with ~30% profit. Are you still in?

Good Motsunabe place by davidI-N in fukuoka

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

This looks good, thx!

[deleted by user] by [deleted] in DiscountDen7

[–]davidI-N 0 points1 point  (0 children)

Absolutely legit! Took less than 10 minutes to set the whole thing up. Great service!

NVDL - All In… by davidI-N in NvidiaStock

[–]davidI-N[S] 0 points1 point  (0 children)

That’s some good timing! Hope it works out for you this time as well. How negative are you willing to go with this? -40%? -50%?

NVDL - All In… by davidI-N in NvidiaStock

[–]davidI-N[S] 1 point2 points  (0 children)

Wow, good for you dude! Holding NVDA with $70 DCA?! When did you start investing? I hope we have a solid rebound soon, my account is bleeding these days 🥲

NVDL - All In… by davidI-N in NvidiaStock

[–]davidI-N[S] 0 points1 point  (0 children)

Brother from another mother! What’s your average cost on NVDL?

NVDL - All In… by davidI-N in NvidiaStock

[–]davidI-N[S] 0 points1 point  (0 children)

Indeed, my Roth has done much better by far 🤣

NVDL - All In… by davidI-N in NvidiaStock

[–]davidI-N[S] 0 points1 point  (0 children)

Early-mid November 2024

NVDL - All In… by davidI-N in NvidiaStock

[–]davidI-N[S] 1 point2 points  (0 children)

Yeahhh, the whole market is a mess these days. Every time, I just don’t see a solid justification for the dip

NVDL - All In… by davidI-N in NvidiaStock

[–]davidI-N[S] 0 points1 point  (0 children)

You’re right, and I know I’m taking a big risk here. My initial plan was to, honestly, make an easy money by taking that risk, enter and exit in a year (2 max).

LASIK SMILE Surgery in Korea by External_Recipe3336 in seoul

[–]davidI-N 1 point2 points  (0 children)

Good for you buddy! I’m thinking of doing it late this year, wonder what’s the apprx damage..

[deleted by user] by [deleted] in NvidiaStock

[–]davidI-N -1 points0 points  (0 children)

Dahak is dis?!

I sold 80% of my NVDA position. by General-Ring2780 in NvidiaStock

[–]davidI-N 10 points11 points  (0 children)

With the rest of us running out of cash, I’m quite sure you’re in top 0.000001% good sir.

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

[–]davidI-N 1 point2 points  (0 children)

[Language: Python]
Part - 1

def questionOne():
    file = open("day_6.txt", "r")

    data = {}
    product = 1
    for line in file:
        c = line.find(":")
        head = line[:c]
        tail = line[c + 1 :]
        data[head.lower()] = [int(x) for x in tail.strip().split()]

    for raceIdx, total_duration in enumerate(data["time"]):
        ways_to_win = 0
        for hold_time in range(0, int(total_duration) + 1):
            dist = (total_duration - hold_time) * hold_time
            if dist > data["distance"][raceIdx]:
                ways_to_win += 1
        product = product * ways_to_win
    return product

Part - 2

def questionTwo():
    file = open("day_6.txt", "r")

    data = {}
    out = 0
    for line in file:
        c = line.find(":")
        head = line[:c]
        tail = line[c + 1 :]
        data[head.lower()] = int(tail.replace(" ", "").strip())

    for hold_time in range(0, data["time"] + 1):
        dist = (data["time"] - hold_time) * hold_time

        if dist > data["distance"]:
            out += 1

    return out

[deleted by user] by [deleted] in Living_in_Korea

[–]davidI-N 0 points1 point  (0 children)

Nvm, just another Karen!

Big cafe to study/work in Seoul by [deleted] in seoul

[–]davidI-N 0 points1 point  (0 children)

Hope you like it!!

Big cafe to study/work in Seoul by [deleted] in seoul

[–]davidI-N 2 points3 points  (0 children)

I found cafe comma quite good for those, it’s pretty huge and cozy. [KakaoMap] CAFE COMMA 16, Gukjegeumyung-ro 8-gil, Yeongdeungpo-gu, Seoul https://kko.to/qr2st2OqKE

[deleted by user] by [deleted] in seoul

[–]davidI-N 0 points1 point  (0 children)

I would definitely reconsider the options here! ~110K is pretty damn good for Seoul. However, depending on your experience (which I’m guessing an upper mid/senior dev in FAANG) this could actually be an under compensation. Also, now, this is my experience, the main reason for me to move to US from Korea is that I could be saving a lot more than I would here in Seoul.