Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mmakeev
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Show HN: Stock charts, insider filings and earnings in one terminal window
(github.com)
1 points
by
mmakeev
7d ago
|
0 comments
2.
▲
Show HN: Terminal stock dashboard in Rust with SEC Form 4 insider trades
(github.com)
3 points
by
mmakeev
1mo ago
|
0 comments
3.
▲
by
mmakeev
1mo ago
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.
▲
by
mmakeev
2mo ago
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.
▲
by
mmakeev
2mo ago
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 whole time.
6.
▲
Show HN: We killed our AI stock analysis and kept the news feed (API and MCP)
(alphai.io)
1 points
by
mmakeev
2mo ago
|
0 comments
7.
▲
by
mmakeev
2mo ago
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 cloudflare js challenge, but it wedge on memory time to time, so i
8.
▲
by
mmakeev
2mo ago
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 context. Each has own purpose: query explain and analize, db m
9.
▲
by
mmakeev
2mo ago
Good source for algotrading based on insider selling. Depends on price of course
10.
▲
Ask HN: Is rapid API still worth efforts in 2026?
2 points
by
mmakeev
2mo ago
|
0 comments
11.
▲
by
mmakeev
2mo ago
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 should keep you allow to use listen/notify and set was un
12.
▲
by
mmakeev
2mo ago
thanks, i think make sense to add this info into popup about bot protection
13.
▲
by
mmakeev
2mo ago
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 exceptions? could you provide a list of ip publicly maybe, ju
14.
▲
Show HN: Another terminal UI for stock, but with news sentiments
(github.com)
2 points
by
mmakeev
2mo ago
|
0 comments
15.
▲
by
mmakeev
2mo ago
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-urlencode handles the escaping if youd rather not do it by han
16.
▲
by
mmakeev
2mo ago
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 from digitalocean to tencent within a day once we started bl
17.
▲
by
mmakeev
2mo ago
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 big export doesn't materialize in me
18.
▲
by
mmakeev
2mo ago
we moved our django app behind pgbouncer transaction pooling a few days ago and the surprise wasn't SET so much as queryset.iterator(). it relies on server side cursors, which don't survive being pooled, so we had to disable it ev
19.
▲
by
mmakeev
2mo ago
haha...not bad. Nice try
20.
▲
by
mmakeev
2mo ago
a bit overpriced imho
21.
▲
by
mmakeev
3mo ago
thanks! all clear
22.
▲
by
mmakeev
3mo ago
One question about http mode, you carry authorization headers. Do you redact bearer tokens before captures hit the logs?
23.
▲
by
mmakeev
3mo ago
Any plans to feed the signal itself (frequency band, entropy) into the gate?