Earlier quoted context omitted.
> cough-Lex Friedman-cough Oh please elaborate!
listen to any episode and it's evident
Show HN: An API that takes a URL and returns a file with browser screenshots
101–107 of 107 posts
Re: Show HN: An API that takes a URL and returns a file with browser screenshots
#102Re: Show HN: An API that takes a URL and returns a file with browser screenshots
#103Re: Show HN: An API that takes a URL and returns a file with browser screenshots
#104Being a bit frustrated with Linkwarden’s resource usage, I’ve thought about making my own self hosted bookmarking service. This could be a low effort way of loading screenshots for these links, very cool! It‘ll be interesting how many concurrent requests this can process.
Have you looked into Wallabag?
Re: Show HN: An API that takes a URL and returns a file with browser screenshots
#105For anyone who might not be aware, Chrome also has the ability to save screenshots from the command line using: chrome --headless --screenshot="path/to/save/screenshot.png" --disable-gpu --window-size=1280,720 " https://www.example.com "
Too bad that no browser is able to print a web page.
Re: Show HN: An API that takes a URL and returns a file with browser screenshots
#106For anyone who might not be aware, Chrome also has the ability to save screenshots from the command line using: chrome --headless --screenshot="path/to/save/screenshot.png" --disable-gpu --window-size=1280,720 " https://www.example.com "
Re: Show HN: An API that takes a URL and returns a file with browser screenshots
#107I thought it was a scale of code that could have been included in Abbe. https://github.com/US-Artificial-Intelligence/abbey Was the motivation for separating it based on security considerations, as stated in the "Security Considerations"? https://github.com/US-Artificial-Intelligence/ScrapeServ?tab...
Yes, sort of - that and scaling reasons. It's actually in that same repo now but in a different service. I'd like to remove it from the Abbey repo entirely eventually.