Posts
-
Improving Web Scraping with Readability and Table Support in Markdown
Switching from DOM Distiller to Readability for better content extraction and adding table support in Markdown using turndown.
-
Enhancing Personal Knowledge Management with Pocket and Obsidian Integration
Streamline your knowledge management with Pocket and Obsidian integration. Learn about a custom solution using dom-distiller API and PocketMD scripts to automate article transfers, enhance productivity, and create an interconnected knowledge base, making research and note-taking more efficient.
-
Optimizing Model Load Times on EC2 with Pre-loaded AMIs
How I reduced initial model load times on EC2 instances by creating AMIs with pre-loaded models, identifying bottlenecks, and implementing a solution using the fio command to optimize disk I/O performance.
-
Accelerating Company Culture And Value Assimilation Among Employees Through Generative AI
Discusses methods using Zapier and OpenAI to support the awareness and maintenance of company culture and values among employees.
-
Using the Web Crypto API for Secure Encryption and Decryption
Learn how to use the Web Crypto API for secure encryption and decryption of sensitive data like API keys, especially in environments like Cloudflare Workers.
-
Revisiting: Generating OpenAI API Client with Kiota from OpenAPI Spec
Exploring the generation of an OpenAI API client using Microsoft Kiota from the OpenAPI specification.
-
Deep Dive into maybe-finance/maybe
Explore the architecture, libraries, and design of the open-source project maybe-finance/maybe, revealing insights into modern app development.
-
Where is Dropout Configured in SimCSE?
Dropout is incorporated within the Transformer
-
Improving Blog-Writing Workflow with VSCode's DevContainer and Astro
Use devcontainer to streamline the hassle of starting a local development server while writing a blog.
-
Using OpenAI's Assistant API with Function Calling in Chatbots
A common pattern in chatbot conversations involving function calling within the backend during interactions with an OpenAI Assistant API.