Viewing profile — laiso
laiso
HN member- Joined
- Wed, Feb 04, 2015, 6:53 AM UTC
- HN karma
- 3
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About laiso
No profile information was provided.
Recent public activity
- story
-
story
Show HN: Xpaper – A Chrome extension to turn your X feed into a newsletter
Hi HN, I built Xpaper ( https://github.com/laiso/xpaper ), an open-source Chrome extension that curates and summarizes your X (Twitter) timeline into a clean, readable newsletter f…
-
comment
Comment #45179684
>Surprised that Qwen didn’t do the same, It can be used with the following endpoint, but it's not particularly good export ANTHROPIC_BASE_URL= https://dashscope-intl.aliyuncs.com/a…
-
story
Show HN: Askrepo – AI-Powered Code Understanding Tool
askrepo is a tool that helps developers understand complex codebases using AI. It leverages Gemini's API with a 2M token context window to provide accurate code explanations and in…
-
comment
Comment #41002030
I have conducted further investigations following this post. https://github.com/laiso/site2pdf/issues/6 The merge process using only KV has been successful. The real issue lies in …
-
comment
Comment #40982875
Currently, site2pdf does not support feeding it a list of known URLs directly. However, I believe detecting sub-pages from a sitemap.xml file could work well. Thank you for the que…
-
comment
Comment #40974432
Exploring local solutions like GPT4All and AnythingLLM sounds promising. I'll also look into RecurseChat on macOS. Thanks again for the suggestions and for sharing the insights! An…
-
comment
Comment #40974247
I particularly like using Google NotebookLM, as it allows me to consolidate books and documents in one place for knowledge search. https://github.com/user-attachments/assets/3c6829…
-
story
Show HN: Site2pdf
Hello everyone, I created a tool called "site2pdf" over the weekend. This tool converts the main page and sub-pages of a website that match a specified URL pattern into a PDF file.…