Live data from Hacker News

Viewing profile — mmakeev

mmakeev

HN member
Joined
Fri, Jul 03, 2026, 8:57 AM UTC
HN karma
12
Public activity
33 items

About mmakeev

Building AlphaAI (https://alphai.io) — financial news API + MCP server for AI agents

Recent public activity

  1. story
  2. comment
  3. comment
    Comment #49165416

    labels here too, about 100 articles with the band they should get. what i still cannot see is a move with no change to blame.

  4. comment
    Comment #49153128

    same setup here for news pages. tier 3 is where my money went, 320 solves a day and 10gb of proxy gone in two days.

  5. comment
    Comment #49152642

    how do you define quality broke? for me it broke when nothing broke. score from llm moved, >= 4 filter after it meant something else. gating on exit code would have passed the whol…

  6. comment
  7. story
    Show HN: We killed our AI stock analysis and kept the news feed (API and MCP)

    I run AlphaAI, it is a news feed for trading agents, REST plus MCP. Before it was "AI stock analysis" site. That version demoed great and made no money. i was paying for market dat…

  8. comment
    Comment #49003689

    Do you really need residential ip for this? for my news scraping i have choose static datacenter proxy first, rotating only as fallback, direct as last. flaresolverr covered cloudf…

  9. comment
  10. comment
    Comment #48955195

    Do you really need to provide AI full access for postgres? I rather created a small set of fixed tools, rather then raw sql. Each tool has bunch of predefined params and limited co…

  11. comment
    Comment #48943581

    Good source for algotrading based on insider selling. Depends on price of course

  12. story
    Ask HN: Is rapid API still worth efforts in 2026?

    I run a small api and goint add it to the rapid api listings to reach more devs. Buty im not sure if this makes sense, if anyone is still using it?

  13. comment
    Comment #48897581

    I have choose pgbouncer for my small db, because it does one thing and does it good - transaction pooling, other solutions seemed too complicated for me. All that features which sh…

  14. comment
    Comment #48889884

    thanks, i think make sense to add this info into popup about bot protection

  15. comment
    Comment #48889427

    i see blocked status for my website, which is expected, because aws waf meet any suspicious(datacenter or non regular ua) with a captcha challenge. How to properly add you bot to e…

  16. story
  17. comment
  18. comment
  19. comment
  20. comment
    Comment #48861076

    [flagged]

  21. comment
    Comment #48857165

    i hit the same 400 querying the algolia, a raw > in the query string is what does it, encode it as %3E and points>100 comes back fine for me right now. curl -G with --data-urlencod…

  22. comment
  23. comment
    Comment #48845066

    never got a name, best we managed was network attribution. ours came mostly from tencent cloud plus a second hetzner asn, all spoofed chrome on windows user agents, and it rotated …

  24. comment
  25. comment
    Comment #48827997

    two different things are getting called "cursor" here. queryset.iterator() isn't server-side row-by-row processing, it's one set-based query streamed to the client in chunks so a b…