Viewing profile — fbouvier
fbouvier
HN member- Joined
- Tue, Sep 06, 2022, 9:43 AM UTC
- HN karma
- 286
- Public activity
- 42 items
- HN profile
- View on Hacker News ↗
About fbouvier
No profile information was provided.
Recent public activity
-
comment
Comment #48570754
[flagged]
- story
- story
-
comment
Comment #46591727
Keeping some kind of style information is definitely important to understand the semantics of the webpage.
-
comment
Comment #46591333
Thanks Steeve!
-
comment
Comment #46587490
Yes HTML is too heavy and too expensive for LLM. We are working on a text-based format more suitable for AI.
-
comment
Comment #46587100
Thanks for the feedback, we will try to make this clearer on the website. Lightpanda works with Playwright, and we have some docs[1] and examples[2] available. Web APIs and CDP spe…
-
comment
Comment #46586738
Hi, I am Francis, founder of Lightpanda. We wrote a full article explaining why we choose Zig over Rust or C++, if you are interested: https://lightpanda.io/blog/posts/why-we-built…
-
comment
Comment #42952732
And some lightweight alternatives like Bellard's QuickJS ( https://bellard.org/quickjs/ ) in C and Kiesel ( https://kiesel.dev/ ) in Zig.
-
comment
Comment #42952681
Yes, argentic workflows are one of our use cases for Lightpanda. We skip the graphical rendering of the web page for instant startup, fast execution and low resources usage.
-
comment
Comment #42822064
It might works if you need to handle a few websites. But this retro engineering approach is not maintainable if you want to handle hundreds or thousands of websites.
-
comment
Comment #42822006
I don't expect it to change a lot. All the main components are there, it's mainly a question of coverage now.
-
comment
Comment #42820685
Not now but we might do it in the future. It's easy to export a Zig project as a C ABI library.
-
comment
Comment #42820670
Thank you! Happy if you use it for your e2e tests in your servers, it's an open-source project! Of course it's quite easy to spin a local instance of a headless browser for occasio…
-
comment
Comment #42820583
It was my first idea. Forking Chromium has obvious advantages (compatibility). But it's not architectured for that. The renderer is everywhere. I'm not saying it's impossible, just…
-
comment
Comment #42818497
For now we just support CDP. But Selenium is definitely in our roadmap.
-
comment
Comment #42817875
Yes but WebKit is not a browser per se, it's a rendering engine. It's less resource-intensive than Chrome, but here we are talking orders of magnitude between Lightpanda and Chrome…
-
comment
Comment #42817824
There are a lot of uses cases: - LLM training (RAG, fine tuning) - AI agents - scraping - SERP - testing - any kind of web automation basically Bot protection of course might be a …
-
story
Show HN: Lightpanda, an open-source headless browser in Zig
We’re Francis and Pierre, and we're excited to share Lightpanda ( https://lightpanda.io ), an open-source headless browser we’ve been building for the past 2 years from scratch in …
-
comment
Comment #42817232
Thanks! No we haven't worked on bot detection.
-
comment
Comment #42816142
Every tool can be used in a good or bad way, Chrome, Firefox, cURL, etc. It's not the browser who doesn't play nicely, it's the user. It's the user's responsibility to behave well,…
-
comment
Comment #42815931
We did not run benchmarks with chrome-headless-shell (aka the old headless mode) but I guess that performance wise it's on the same scale as the new headless mode.
-
comment
Comment #42815905
I fully understand your concern and agree that scrapers shouldn't be hurting web servers. I don't think they are using our browser :) But in my opinion, blocking a browser as such …
-
comment
Comment #42815763
WASM support is not there yet but it's on the roadmap and we had it in our mind since the beginning of the project, and have made our dev choices accordingly. So yes it could be us…
-
comment
Comment #42815694
We had some discussions about it. It seems to us that AGPL will ensure that a company running our browser in a cloud managed offer will have to keep its modifications open for the …