If you feel extreme AI anxiety related to your programming job security, I’ve found it helpful to remind myself that, even with the help of agents, it’s an *immense* amount of work to build, tweak, test, and deploy a new app.
Paid advertising sucks in general. Genuine authentic content distributed organically is the way to go. It’s harder to get started but if you can pull it off, it’s more self sustaining and you own what you’ve built as opposed to Facebook or whoever being able to just shut off your business at any moment.
@vinbarnes I’m convinced folks who hate on it are just miserable people in general and they hate anything good or popular by default because they are emotionally damaged people.
@Mayanne05451 I have a 2018 Tesla Model 3 with over 100k miles and the battery hasn’t degraded much that I can even tell a practical difference. You are making stuff up 😆
Claude and Cursor both work really well for me.
I wonder when people say AI coding tools don't work for them, is it because their codebase is messy? No conventions, no abstractions, no consistency?
IMO if it's confusing for humans, it's gonna be confusing for AI too.
@shrederickson We see many customers @TradersPostInc running a basket of non correlated strategies so when some aren’t in favor, others are. Similar to modern portfolio theory. Diversification across non correlated strategies helps to smooth returns and reduce dependencies to one approach.
Yesterday we started getting some weird traffic to URLs with /undefined appended to URLs that our app would never generate.
Turns out it was from people using Claude to browse the app. Not sure if it is a bug in Claude or what but it was very confusing at first.
A few new capabilities added to @TradersPostInc
Added support for overriding marketPriceType directly in signals, allowing you to choose which quote value to use when planning a trade.
{
"ticker": "SPY",
"action": "buy",
"orderType": "limit",
"marketPriceType": "ask_bid"
}
marketPriceType supports ask_bid, mark, ask, bid, and last
Added support for setting bidAskSpreadFilter directly in signals, in addition to strategy settings, so you can control spread filters per signal.
{
"ticker": "SPY",
"action": "buy",
"bidAskSpreadFilter": 0.02
}