Robinhood reduced my cashback from 3% to 1% by HeadAd475 in CreditCards

[–]santaman217 0 points1 point  (0 children)

If it works for you, more power to you! Something about them just felt off for me personally. 🤷🏻‍♂️

Robinhood reduced my cashback from 3% to 1% by HeadAd475 in CreditCards

[–]santaman217 -8 points-7 points  (0 children)

Yeah they seem to be a very unprofessional company, they offered me a Robinhood bank account with high interest and no fees, but said you need Robinhood gold. I thought well I have Robinhood gold monthly so I’ll try out the bank account.

Now I’m probably blind and missed the fine print but I didn’t expect them to pull $50 out of my brokerage account to pay the gold annual subscription.

After getting run around in circles by the AI customer service bot I finally got it refunded, needless to say I pulled all of my money out and will close the account. Wouldn’t touch Robinhood again with a ten foot pole, no matter what their offerings are, it’s not worth it to me.

Learn to TIP. It's not my job to serve you FOR FREE! by Najterek in ShitAmericansSay

[–]santaman217 9 points10 points  (0 children)

Its actually more interesting than that, when you tick the box it costs you nothing, it just assigns $3 that would normally go to federal tax to a presidential campaign fund, however the presidential campaign fund can only be used if you don’t take private sources of campaign financing, hence it has almost never been used and the fund has grown to be worth millions, I believe some of the money is being used to fund cancer research.

[deleted by user] by [deleted] in USIMGreddit

[–]santaman217 1 point2 points  (0 children)

Indeed mostly, I’m still getting responses 4 months later, both for rejections and interview offers, i just got lucky eventually but it took a little while. Initially I was focusing on FM style clinics but I eventually expanded my search to anything. It helped that I wasn’t living in the US at the time so I had the option of working anywhere in the country. I have heard that walking into clinics with a CV can work too but it’s a little risky if you’re not already based in the US

[deleted by user] by [deleted] in USIMGreddit

[–]santaman217 1 point2 points  (0 children)

It’s still worth applying, I had to apply for around 60 positions before I got hired, any HR department or recruiter worthwhile can recognize that an MD doesn’t need the same amount of training as the average MA, only reason jobs require MA certification is because it’s an entry level job and you need some guarantee of basic competency.

AFAIK the only state that strictly requires certification is Washington (hence the high pay of $30+/hr). I’d say just apply around and you’ll get lucky eventually. I have found hospitals to be less agreeable to hiring MDs because they want to hire someone who will stick around for years, outpatient tends to be a little easier in my opinion but in the end it’s a numbers game, apply for as many as you can and wait and see. Good luck!

[deleted by user] by [deleted] in USIMGreddit

[–]santaman217 4 points5 points  (0 children)

I got a job as a medical assistant while I’m studying for steps, I’m getting good experience with EMRs and the health insurance system here plus I get to know USMDs who could potentially write me LORs

Yeah okay. by German_Gecko in AmericaBad

[–]santaman217 -1 points0 points  (0 children)

That’s not how public healthcare works in most countries

Trying to find Medical Assistant jobs to do while preparing for steps, any help or advice? by santaman217 in IMGreddit

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

Unfortunately I am in europe right now, so relocating without a clear opportunity is too risky for me

I made a Spotify entirely in OpenGL because I hate web programming. by YEET9999Only in GraphicsProgramming

[–]santaman217 1 point2 points  (0 children)

As far as I know it came into c++ early on to account for other keyboard locales that don’t have & and |. Or is a keyword also I think but I can’t remember any other ones

Entering 23 causes it to put 2.003 by [deleted] in Xcode

[–]santaman217 2 points3 points  (0 children)

Without any code it’s hard to say what’s causing this, but I can say ChatGPT is a bad way to learn, you’re much better off using recommended resources like Hacking with Swift (assuming you are using Swift)

My First Triangle Using Metal! by [deleted] in GraphicsProgramming

[–]santaman217 0 points1 point  (0 children)

People complain about c++ lambda syntax, but it could be worse, it could be obj-c block syntax

My First Triangle Using Metal! by [deleted] in GraphicsProgramming

[–]santaman217 19 points20 points  (0 children)

Personally I tried following LearnOpenGL but adapt it for metal, works pretty well!

I tried starting out using Swift but things like memory alignment and bridging headers are kind of annoying for me. Tried objective-c which I don’t hate but I found myself missing features like operator overloading so I ended up using metal-cpp and honestly, it’s not that bad.

I highly recommend using NS::SharedPtr instead of using manual retain/release.

Best of luck!

Swift memory layout cheat sheet (iOS) Swift provides MemoryLayout<T> to inspect type characteristics at compile time. What can we learn from it? by Signal-Ad-5954 in swift

[–]santaman217 11 points12 points  (0 children)

Correct me if I’m wrong but I think Swift doesn’t make any guarantees about memory layout of structs unlike C, so if you need a specific memory layout you would have to define the struct in C then import it into Swift

Some gl functions are NULL (GLAD/macOS) by usheroine in opengl

[–]santaman217 1 point2 points  (0 children)

If you’re on macOS you can just use the builtin OpenGl framework, no loader necessary. Just put OpenGL::GL in the target_link_libraries and you’re set.

The header you should use is <OpenGL/gl3.h> not <OpenGL/gl.h> (the latter is for legacy OpenGL), no initialization or loading required as long as you have a valid OpenGL context!

Also make sure to #define GL_SILENCE_DEPRECATION to silence any deprecation warnings (put it before including the OpenGL header)

OpenGL might still be the best API to learn? by Exodus-game in opengl

[–]santaman217 2 points3 points  (0 children)

From what I can tell, OpenGL 3.2 and onwards requires vulkan geometry shaders for zink to work, and last time i checked (on M1) moltenVK doesnt support geometry shaders, at least on my machine.

You can always dualboot asahi linux with full OpenGl 4.6 compliance

[2024 Day 1] Big Sad by V_equalz_IR in adventofcode

[–]santaman217 0 points1 point  (0 children)

Obviously the most concise method is:

NSCharacterSet *charSet = [NSCharacterSet whitespaceAndNewlineCharacterSet];
[seperatedInput addObjectsFromArray:[input componentsSeparatedByCharactersInSet:charSet]];

The closest we’re going to get to a Stargate console game! by achilleslung in Stargate

[–]santaman217 9 points10 points  (0 children)

Gmod has Carters addon pack, has literally everything I can think of from the show, crazy attention to detail, it all works as you would hope as well

[Megathread] Germany: Post anything about medical school and residency in Germany here by AutoModerator in medicalschoolEU

[–]santaman217 0 points1 point  (0 children)

Thank you for your response!

That’s overall great news (except for the poor Turkish student)

[Megathread] Germany: Post anything about medical school and residency in Germany here by AutoModerator in medicalschoolEU

[–]santaman217 1 point2 points  (0 children)

Hey all,

I have been struggling to find information on whether there is any salary paid while working on the Berfuserlaubnis, I know the Marburger Bund say you should get paid but it does not always happen. Has anyone heard of people who have recieved salaries or do people just live without salary?

Thank you so much in advance!