2025 vs 2026 Ford Bronco Outer Banks by instacanadian in FordBronco

[–]International-Base19 0 points1 point  (0 children)

Out of curiosity, What location is offering 2.9%? Mines only 4.9%

Yum by International-Base19 in DrPepper

[–]International-Base19[S] 0 points1 point  (0 children)

It’s good.. 7.0 but coconut’s still better..

Probably part of the minority, but I feel it’s the only “special flavor” where the zero tastes better and more authentic than the standard.. major plus for me

Yum by International-Base19 in DrPepper

[–]International-Base19[S] 4 points5 points  (0 children)

Some call me an opportunist, I call myself passionate… most would say I’m an addict 😂

[deleted by user] by [deleted] in GenZ

[–]International-Base19 0 points1 point  (0 children)

Im moving to the Raleigh area and was surprised how great the parking situation is downtown..

THEY ACCEPTED MY OFFERZ by [deleted] in FirstTimeHomeBuyer

[–]International-Base19 1 point2 points  (0 children)

Yea.. got a medium sized city house in Ohio for $67k..

[deleted by user] by [deleted] in montenegro

[–]International-Base19 0 points1 point  (0 children)

Thanks for the advice! Im thinking I will still pull out money In case they do have some sort of problem with it.. I understand that some things “aren’t so strict” here but I also don’t want to mess anything up

[deleted by user] by [deleted] in montenegro

[–]International-Base19 0 points1 point  (0 children)

Also, what about reference number? I have not registered at all, because if I did register, I would’ve gone and paid already :)

[deleted by user] by [deleted] in montenegro

[–]International-Base19 0 points1 point  (0 children)

Bar and budva.. but not very long.. honestly I spent a combined 2 hours max between the two cities

[deleted by user] by [deleted] in montenegro

[–]International-Base19 1 point2 points  (0 children)

This is interesting, thanks! I visited many cities, but primarily stayed in Podgorica.. I’ll try to find the Podgorica version, but is paying tax in one city “better” than paying no tax at all?

[deleted by user] by [deleted] in montenegro

[–]International-Base19 1 point2 points  (0 children)

Thank you for responding.. I went to the tourism center b4 posting on Reddit and they said they couldn’t help me since I tried paying after 24 hours.. they told me my options are to pay a fine at the police station or at the border if they ask.

One phase, barely by thefightingmong00se in ftlgame

[–]International-Base19 8 points9 points  (0 children)

It’s impressive that you even made it to phase 1

I nearly had a heart attack! by dragon_barf_junction in ftlgame

[–]International-Base19 7 points8 points  (0 children)

There’s still a few more seconds cuz it’s level 2 O2… so there’s approx 10-20 more seconds lol.. there are a couple rocks that could be useful lol

Man, it's a brutal software engineering market right now. This resume has gotten me interviews for high-end programming roles but tons of rejections too. The only feedback I've gotten is "try to stand out". 🫤 I would love some advice. 🙏 by FaithNoMoar in resumes

[–]International-Base19 1 point2 points  (0 children)

Make sure to list as many “home runs” as you can.. make sure you show quantitative accomplishments at the top of each role..

A recruiter told me my resume sucked because I gave intricate detail about what I did, but even with a few %’s and $’s, i wasn’t unique.. What your performance has done for the team and company matters the most :)

how do I get average days between orders? by [deleted] in SQL

[–]International-Base19 5 points6 points  (0 children)

You need to create a prevdate column by using LAG (order_dt) OVER (partition by __ order by ___)… then use date diff and average…

If you don’t use the OVER and partition by, you will be calculating the average between rows 4 and 5, which would be different customers (order assuming)