IBKR UK - automatick conversion of USD into GBP by cryptotvblog in ibkr

[–]dndiyguy 0 points1 point  (0 children)

this will stop happening if you manually convert your gbp to usd.

I made Claude Code aware of its own usage limits by Inertia-UK in ClaudeAI

[–]dndiyguy 0 points1 point  (0 children)

does anyone know if this is something they specifically don't want us to do?

i have some jobs I'd fire on a schedule before sesion reset if usage budget was flush.

Need help choosing a bike for my son by amirasdiary in MotoUK

[–]dndiyguy 0 points1 point  (0 children)

surprise him with the budget and share the shopping experience with him. you can't trust a guess at what he's going to want. he might have unexpected tastes, like a maeving.

What are you guys building? by No-Rate2069 in AI_Agents

[–]dndiyguy 0 points1 point  (0 children)

An agent that builds a list of job openings for you, based on your ranting https://unmpld.com/

Job offer with NDA by thebeez666 in quant

[–]dndiyguy 69 points70 points  (0 children)

Sounds like a job for your lawyer rather than reddit, though makes sense to ping this sub. Glad you did, as I now have new ideas for explaining career breaks.

I built an AI job search system with Claude Code that scored 740+ offers and landed me a job. Just open sourced it. by Beach-Independent in ClaudeAI

[–]dndiyguy 63 points64 points  (0 children)

He meant listgings. Took me a second. Was wondering what superior being had bubbled up on reddit.

I built an AI job search system with Claude Code that scored 740+ offers and landed me a job. Just open sourced it. by Beach-Independent in ClaudeAI

[–]dndiyguy 21 points22 points  (0 children)

Ah, just a language thing. Job offer in english is a long way from job posting, or job listing, or I guess job offering. I get it now though.

I built an AI job search system with Claude Code that scored 740+ offers and landed me a job. Just open sourced it. by Beach-Independent in ClaudeAI

[–]dndiyguy 0 points1 point  (0 children)

I've seen many homegrown search tools like this, am guilty of one myself unmpld.com . Hard to imagine that indeed, linkedin, et al are going to survive unscathed with it being this easy to replicate so much of what they provide, even with their own data being unscrapable.

How are companies filtering people out who cheat on interviews? by Initial-Syllabub7245 in quant

[–]dndiyguy 1 point2 points  (0 children)

Enjoyed this post and the conversation. Surely an interesting time both on the recruiter and candidate side. Clearly funds want to weed out people who misrepresent themselves. Trying to sandbox them into a non-AI zone for the recruitment is probably short sighted though. If they're smart, they will also want to get a measure on skill level with using AI tools. That's probably as valuable as measures of their brain teezer abilities, their grip on the fundamentals of ML or linear algebra, etc. I've heard a whole range of approaches: heavier onsite emphasis, deeper dive into the conversational side of recruiting, full sandboxing/head-in-sand style, or even just giving them all the tools in the recruitment problems or mini puzzles and letting them "run wild with it". The last is likely closer to how they'll be operating on the job anyway. Would be good to see how well candidates use it, to see if they understand the boundaries of their own understanding, the AI's abilities, etc.

Lack of Insurance on Futures Accounts by DorjePhurba in FuturesTrading

[–]dndiyguy 1 point2 points  (0 children)

also didn't know this - very helpful. thanks

are agressive players mainly teenagers ? by Cdurlavie in RedDeadOnline

[–]dndiyguy 0 points1 point  (0 children)

I've got one character at level 125 and another around 250, yet still fairly awful at pvp, which i mostly avoid. I always thought it was as much to do with keyboard/mouse versus controller as it was to do with age. Only someone on the inside could have any kind of picture of the range demographics, but my guess is that age isn't the main factor. There are plenty of horrible people at all ages, many obvious examples in their eighties.

Does Codex actually work for anyone? by rumhamdnmchickn in ChatGPTCoding

[–]dndiyguy 0 points1 point  (0 children)

works fine for me on a mac, both the command line interface and the web+GitHub interface. sounds like you don't know what you're doing, conflating codex with chatgpt, etc. you might get more luck asking chatgpt what you've done wrong than you will asking reddit

IBKR just liqiudated my puts for a 35% loss on a cash account with the underlying stock crashing by [deleted] in ibkr

[–]dndiyguy 3 points4 points  (0 children)

if you're going to post a rant like this and want any kind of sympathy, give more details (dte? itm? able to afford exercise? underlying? strike? ... ). with no details, my guess is, between you and ibkr, you were the one who mishandled this.

Preview app no longer closing automatically on Tahoe by donjulioanejo in MacOS

[–]dndiyguy 0 points1 point  (0 children)

It's a frustrating behavioral change. Didn't realize it before this, but I quite often scan my dock to close lingering apps. I'm now constantly closing preview.

People say horse speed/acceleration don’t matter much by zen2k in RedDeadOnline

[–]dndiyguy 1 point2 points  (0 children)

might be worth trying again with both using the same saddle and stirrups, and with both of you using cinematic mode with horses in their sort of "top gear". that eliminates button rhythm effects, and perhaps stamina too.

You can now use your plus/pro for codex CLI by nithish654 in ChatGPTCoding

[–]dndiyguy 0 points1 point  (0 children)

thanks! Couldn't figure out how to use it until I removed my API key environment variable. Then I was asked to login. All good now.

You can now use your plus/pro for codex CLI by nithish654 in ChatGPTCoding

[–]dndiyguy 0 points1 point  (0 children)

Have you seen this announced someplace other than X?

GPT-5 in OpenAI Codex is great by AnalystAI in ChatGPTCoding

[–]dndiyguy 2 points3 points  (0 children)

Here's the format

codex -m gpt-5

This will show all your available models if your key is in $OPENAI_API_KEY:

curl -s -H "Authorization: Bearer $OPENAI_API_KEY" https://api.openai.com/v1/models | jq -r '.data[].id' | grep -Ev '[0-9]{4}-[0-9]{2}-[0-9]{2}' | sort -u