Friday, January 12, 2024
a comprehensive collection of web components: Shoelace: A forward-thinking library of web components.
it has Split Panel, I'm also implementing a split pane component, can reference to that
it uses some nice library too:
- Floating UI - Create tooltips, popovers, dropdowns, and more
- Animate.css | A cross-browser library of CSS animations.
listening to SE Radio 596: Maxim Fateev on Durable Execution with Temporal
Temporal is another abstraction besides event and queue, called durable execution, I found it quite interesting
Friday, January 19, 2024
html to pdf: htmldocs - HTML to PDF document editor and API
I was using wkhtmltopdf but found WeasyPrint is quite simple to use too:
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install weasyprint
$ weasyprint sample.html out.pdf
and some resources about css paged media module:
another small model: Stable Code 3B: Coding on the Edge
I'm playing TheBloke/deepseek-coder-1.3b-instruct-GGUF with llamafile, but still couldn't figure out how to give good instructions
reading few books about prompt engineering:
- Prompt Engineering for Generative AI
- Prompt Engineering for LLMs
- Unlocking the Secrets of Prompt Engineering
this one is interesting: vanna-ai/vanna: Chat with your SQL database. Accurate Text-to-SQL Generation via LLMs using RAG.
browsing the source code is easier to understand the "magic", I also gathered some RAG reads:
- Retrieval augmented generation: Keeping LLMs relevant and current
- RAG Using Structured Data: Overview & Important Questions
- Building RAG-based LLM Applications for Production
- Retrieval Augmented Generation: What, Why and How?
also reading Programmer Passport: Prolog, just to get some ideas
Saturday, January 27, 2024
I like the idea of Portable EPUBs
My notebook has export as a single html file feature: converting web components to images and embedding them. I thought it was perfect for sharing, but it is not.
System treats html files as potentially dangerous and cannot be opened without bypass certain warnings. I also couldnot find an easy way to share html on internal collaboration tools (gitlab, google docs etc.) as well.
In the end, I still need to convert it to a PDF to share with colleagues.
Sunday, January 28, 2024
a MEAP from Manning: rasbt/LLMs-from-scratch: Implementing a ChatGPT-like LLM from scratch, step by step
another guide book found online: The GenAI Guide
Blog Archive
- Older Entries
- 2023 December
- 2023 November
- 2023 October
- 2023 September
- 2023 August
- 2023 July
- 2023 April
- 2023 March
- 2023 February
- 2023 January
- 2022 December
- 2022 November
- 2022 October
- 2022 September
- 2022 August
- 2022 July
- 2022 June
- 2022 May
- 2022 April
- 2022 March
- 2021 December
- 2021 September
- 2021 August
- 2021 June
- 2021 May
- 2021 April
- 2021 March
- 2021 February
- 2021 January
- 2020 December
- 2020 November
- 2020 October
- 2020 September
- 2020 August
- 2019 December
- 2019 November
- 2019 October
- 2019 July
- 2019 May
- 2019 April
- 2019 March
- 2019 February
- 2019 January
- 2018 December
- 2018 November
- 2018 October
- 2018 September
- 2018 August
- 2018 July
- 2018 June
- 2018 May
- 2018 April
- 2018 March
- 2018 February
- 2018 January
- 2017 December
- 2017 November
- 2017 October
- 2017 September
- 2017 August
- 2017 July
- 2017 June
- 2017 May
- 2017 April
- 2017 March
- 2017 February
- 2017 January
- 2016 December
- 2016 November
- 2016 October
- 2016 September
- 2016 August
- 2016 July
- 2016 June
- 2016 May
- 2016 April
- 2016 March
- 2016 February
- 2016 January
- 2015 December
- 2015 November
- 2015 October
- 2015 September
- 2015 August
- 2015 July
- 2015 June
- 2015 May
- 2015 April
- 2015 March
- 2015 February
- 2015 January
- 2014 December
- 2014 November
- 2014 October
- 2014 September
- 2014 August
- 2014 March
- 2014 February
- 2014 January
- 2013 December
- 2013 October
- 2013 July
- 2013 June
- 2013 May
- 2013 March
- 2013 February
- 2013 January
- 2012 December
- 2012 November
- 2012 October
- 2012 September
- 2012 August