Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
snehesht
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
snehesht
6d ago
This looks neat, congrats. For anyone looking for a more general renderer, https://github.com/charmbracelet/glow .
2.
▲
by
snehesht
6d ago
Thank you.
3.
▲
by
snehesht
7d ago
What's the name of the keyboard in the picture ?
4.
▲
by
snehesht
1mo ago
Nice idea. Good luck.
5.
▲
by
snehesht
2mo ago
Oh my Pi - batteries included pi harness
6.
▲
by
snehesht
5mo ago
To be precise, "git.addAICoAuthor": "off"
7.
▲
by
snehesht
5mo ago
Interesting idea, why not run this custom agent as part of PR Review process ? Good clean PRs accepted based on score from your customer agent, rest are closed with comments. If this is for AI agents to push code, I’d recommend introducing
8.
▲
by
snehesht
6mo ago
True, most of the blacklists systems today aren’t realtime like Amazon WAF or Cloudflare. We need a Crawler blacklist that can in realtime stream list deltas to centralized list and local dbs can pull changes. Verified domains can push susp
9.
▲
by
snehesht
6mo ago
You wouldn’t permanently block them, it’s more like a rolling window. You can use security challenges as a mechanism to identify false positives. Sure bots can get tons of proxies for cheap, doesn’t mean you can’t block them similar to how
10.
▲
by
snehesht
6mo ago
Kokuyo Stapleless Stapler In US, you can find it on Amazon for 15-20 bucks.
11.
▲
by
snehesht
6mo ago
Why not simply blacklist or rate limit those bot IP’s ?
12.
▲
by
snehesht
8mo ago
50/200 Gb free plus $0.5 / Gb out egress data seems expensive when scaling out.
13.
▲
by
snehesht
9mo ago
Wow, the whole thing (website, github repo) is down.
14.
▲
by
snehesht
10mo ago
Make sense, but doesn't necessarily have to be an llm, just a regular dom parser will be able to tell whether an element is visible or hidden.
15.
▲
by
snehesht
10mo ago
After the first five minutes of using it on Ubuntu, it crashed with error saying I don't have enough free memory, quick look into system stats proved that wasn't the case. Anyway, not a great first impression. I guess I'll tr
16.
▲
by
snehesht
10mo ago
Isn’t this easy for LLMs to avoid by passing an instruction to ignore any hidden links ?
17.
▲
Cloudflare Has Partial Outage
(cloudflarestatus.com)
7 points
by
snehesht
1y ago
|
1 comments
18.
▲
Go Concurrency Explorer
(concurrency.rocks)
2 points
by
snehesht
1y ago
|
0 comments
19.
▲
Nvidia's CUDA checkpoint and restore in userspace
(github.com)
3 points
by
snehesht
2y ago
|
0 comments
20.
▲
by
snehesht
2y ago
Thanks for pointing it out.
21.
▲
Ubuntu 24.04 LTS
(ubuntu.com)
48 points
by
snehesht
2y ago
|
2 comments
22.
▲
by
snehesht
3y ago
Spreadsheet link https://github.com/ianand/spreadsheets-are-all-you-need/rele...
23.
▲
by
snehesht
4y ago
Link to Github: https://github.com/sqrl-lang/sqrl
24.
▲
by
snehesht
4y ago
Code: https://github.com/TeaPearce/Counter-Strike_Behavioural_Clon...
25.
▲
by
snehesht
4y ago
Noticed a small bug, I can't paste into the URL bar.
26.
▲
by
snehesht
4y ago
Playwright integrates with lot of different browsers compared to puppeteer which just uses chrome.
27.
▲
by
snehesht
4y ago
If you're interested in running the puppeteer in containers, take a look at chrome-aws-lambda[1] and browserless docker container[2] Not affiliated with browserless, but they do have a free/paid cloud service. https://w
28.
▲
by
snehesht
4y ago
In the world of SPA (single page applications), headless browser API is super helpful, playwright[1] and puppeteer[2] are very good choices. [1] https://github.com/microsoft/playwright [2] https://github.com
29.
▲
by
snehesht
4y ago
I suggest to take a look at tauri[1], lorca[2](requires chrome to be installed) or webview[3](uses system webkit). If you're interested I made a small poc that can be shipped as a single binary file with webview and react - https:
30.
▲
by
snehesht
4y ago
https://github.com/coqui-ai/TTS
More ›