Viewing profile — gvkhna
gvkhna
HN member- Joined
- Fri, Aug 23, 2019, 6:55 PM UTC
- HN karma
- 188
- Public activity
- 120 items
- HN profile
- View on Hacker News ↗
About gvkhna
Socials: - x.com/gvkhna
---
Recent public activity
-
comment
Comment #48767696
Incidentally the fact that you could read and write from essentially thousands of harddrives at once for even a tiny file makes you wonder what novel use cases you could get out of…
-
comment
Comment #48767633
Nice @OP i put together something similar as well. Incidentally I found for motion design specifically llm is not able to infer specific animations as well as it just being describ…
-
comment
Comment #48520805
Go is my go to for simple coding projects now, if i have an agent work grind on it. It’s lightweight fast and resource minimal, while being quick to code. Go tooling is kind of sur…
-
comment
Comment #48461293
Use the real browser: clawchrome.com. You can evaluate code on the page, do network capture, screenshot. But it’s the real browser, no fork, no cdp. For lower RTT you’ll need an in…
-
comment
Comment #48435662
UUIDv7 as pk is inherently the best option besides just a bigint where you really don’t need a public id. But a Url62 as a url safe public id from the pk is simple and straightforw…
-
comment
Comment #48435640
I agree technically but in most use cases the timestamp from uuidv7 is not a security leak. Especially where you’re already sharing that data in some way or another. A default guid…
-
comment
Comment #48434854
Clawchrome uses a mitm proxy like this for network capture of a browser. I had my agent test using network capture with playwright, then again with simple HAR style reconstruction …
-
comment
Comment #48386621
That’s at the request of a user they aren’t operating autonomously.
-
comment
Comment #48368532
There are many usecases for agents having access to a real browser and many usecases for humans where work wise it's useful or for agent success in completing the task. Including a…
-
comment
Comment #48366827
You can trace almost anything back to incentives, renewables are more profitable now in one way or another.
-
comment
Comment #48366798
Interesting that no one is talking about identity verification likely coming anyway. I’m working on clawchrome.com, a real browser for agents. It can access any website because it’…
-
comment
Comment #47989825
Unfortunately AT-SPI support is very hit or miss, mostly miss. To get it useable for this required a huge amount of modification. See my other comment for context.
-
comment
Comment #47989809
Built this but not open source because it’s more designed for the bot evasion/stealth market. But it’s designed to let ai control the real browser without cdp. So no chromium forks…
-
comment
Comment #46333845
In this case with the, I believe it’s called quantum tunneling by mullvad, it’s actually a good thing. Because the encapsulation protocol is just UDP/IP, a well established existin…
-
comment
Comment #46333802
No I haven’t but I think the lack of liquidity as a chicken and egg is a huge barrier to entry in these markets specifically. They are small right now but there are climate derivat…
-
comment
Comment #46333595
Working on AI driven weather predictions to make money on prediction markets. The accuracy of WeatherNext 2 is astounding. It may be a fools errand but makes for an extremely inter…
-
comment
Comment #46157851
I think it’s going to be targeting mostly stationary HA redundant uplinks. Backup for primary uplink or low usage primary link. In those scenarios pointing at your nearest antenna …
-
comment
Comment #45651071
Working on this problem but a combo of a skill and an mcp better suited to playwright is the solution IMO. The issue is for many things playwright is really verbose, by better tail…
-
comment
Comment #45408859
Nice my project also uses Deno for sandbox and bun runtime because it just works. http://github.com/gvkhna/vibescraper I told Jared if bun had a sandbox i’m pretty sure everyone wo…
-
comment
Comment #45390459
Ah interesting, Yes i see what you’re saying regarding eslint and didn’t consider that. I’m a big of newer linters with better perf but none match the depth currently with eslint. …
-
comment
Comment #45390445
Yup, github.com/gvkhna/vibescraper in the sandbox package. Def needs a cleanup but it’s heavily tested and works great at aivibescraper.com
-
comment
Comment #45369156
Github actions buildx also going down is a really unintended consequence. It would be great if we could mirror away from docker entirely at this point but I digress.
-
comment
Comment #45369148
Wow, this is the key. If it just had python that’s not as useful but the major frameworks is the real value. Definitely going to keep an eye on this. I built a sandbox with deno fo…
-
comment
Comment #45361068
It was sophisticated by using github notifications. But shitty because it said W25 is a 100m cohort.
-
comment
Comment #45360973
yet They could have also contributed to the effort. You can also add types to monaco typescript. I don’t see a need for a Deno specific LSP, am I missing something?