Slava Matyukhin
Slava Matyukhin
> I'm worried that it might not be worth it at this point, i.e. the costs of notifying the mailing list about every change would be higher than the benefit...
Ok, a few various thoughts first. - on UI & user-facing features - on the data layer - on infra & internals UI: Adding a separate page for each question...
@MatthewShaddick, thanks! I was able to retrieve the missing contracts with `include_hidden=true` param.
> So this is a bit tricky; we could maybe also save the un-normalized values in the history as a matter of general policy? As a matter of general policy,...
On normalizing: I'm still unsure about the best approach, since I'm not sure I completely understand smarkets price-setting logic. Contracts don't have to cover the entire set of possibilities, right?...
Ok, a few cases. 1) https://metaforecast.org/questions/smarkets-12496911, https://smarkets.com/event/42048965/politics/us/2022-house-and-senate-elections/2022-house-and-senate-control Total on smarkets is above 100%; seems like a common situation since the market is not large enough for arbitrage, I assume, but...
Also, this is a better approach if we ever get more platforms with realtime capabilities (e.g., with webhooks for every event that happens on the platform), or if we implement...
> One more thing: I'd like to change the platform field values in the DB and other related code (e.g. stars.ts) to the short platform name/id, e.g. "goodjudgment" instead of...
Yep, I'd like to try mermaid for this, which github markdown supports.
Ok, first draft... ```mermaid flowchart TD U>User] -- Request website page --> N[Next.js] subgraph DigitalOcean DB[(PostgresQL database)] end subgraph Vercel N --> G[GraphQL API] end subgraph Algolia A[(Algolia index)] end...