Viewing profile — mmakeev
mmakeev
HN member- Joined
- Fri, Jul 03, 2026, 8:57 AM UTC
- HN karma
- 12
- Public activity
- 33 items
- HN profile
- View on Hacker News ↗
About mmakeev
Recent public activity
- story
- comment
-
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.
-
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.
-
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…
-
comment
Comment #49141990
[dead]
-
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…
-
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…
- comment
-
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…
-
comment
Comment #48943581
Good source for algotrading based on insider selling. Depends on price of course
-
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?
-
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…
-
comment
Comment #48889884
thanks, i think make sense to add this info into popup about bot protection
-
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…
- story
-
comment
Comment #48880618
[dead]
-
comment
Comment #48873640
[dead]
-
comment
Comment #48873584
[dead]
-
comment
Comment #48861076
[flagged]
-
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…
-
comment
Comment #48845996
[dead]
-
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 …
-
comment
Comment #48830062
[dead]
-
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…