Cool Projects / Repos
Welcome to Papertube! 🎥➡️📖
Turn any YouTube podcast, TED Talk, or chat into easy-to-read text with real speaker names. Read it here or send it to your Kindle!
Turn any YouTube podcast, TED Talk, or chat into easy-to-read text with real speaker names. Read it here or send it to your Kindle!
PaperTube
fastlite
A bit of extra usability for sqlite
fastlite provides some little quality-of-life improvements for interactive use of the wonderful sqlite-utils library. It’s likely to be particularly of interest to folks using Jupyter.
Install
pip install fastlite
Overview
from sqlite_utils import Database
from fastlite import *
from fastcore.utils import *
... See more
A bit of extra usability for sqlite
fastlite provides some little quality-of-life improvements for interactive use of the wonderful sqlite-utils library. It’s likely to be particularly of interest to folks using Jupyter.
Install
pip install fastlite
Overview
from sqlite_utils import Database
from fastlite import *
from fastcore.utils import *
... See more
fastlite
Inspiration
Watch the explainer video
Open your ~/Downloads directory. Or your Desktop. It's probably a mess...
What it does
LlamaFS is a self-organizing file manager. It automatically renames and organizes your files based on their contents and well-known conve... See more
Watch the explainer video
Open your ~/Downloads directory. Or your Desktop. It's probably a mess...
There are only two hard things in Computer Science: cache invalidation and naming things .
What it does
LlamaFS is a self-organizing file manager. It automatically renames and organizes your files based on their contents and well-known conve... See more
GitHub - iyaja/llama-fs: A self-organizing file system with llama 3
Welcome to Quartz 4
Jun 13, 20242 min read
Quartz is a fast, batteries-included static-site generator that transforms Markdown content into fully functional websites. Thousands of students, developers, and teachers are already using Quartz to publish personal notes, websites, and digital gardens to the web.
🪴 Get Started
Quartz requires at least Nod... See more
Jun 13, 20242 min read
Quartz is a fast, batteries-included static-site generator that transforms Markdown content into fully functional websites. Thousands of students, developers, and teachers are already using Quartz to publish personal notes, websites, and digital gardens to the web.
🪴 Get Started
Quartz requires at least Nod... See more
quartz.jzhao.xyz • Welcome to Quartz 4
Turn questions into data insights.
Make your team more informed and save time, by using AI for Data Analysis on your SQL Database.
Use it now
No-code version →
Let AI do your work
No more bottlenecks
All you have to do is tell the chatbot what you need. Blaze learns about your Database, writes your SQL code, runs the code to get the data, and visuali... See more
Make your team more informed and save time, by using AI for Data Analysis on your SQL Database.
Use it now
No-code version →
Let AI do your work
No more bottlenecks
All you have to do is tell the chatbot what you need. Blaze learns about your Database, writes your SQL code, runs the code to get the data, and visuali... See more
Blaze SQL AI: your AI Data Analytics chatbot, and AI SQL generator
Serverless Postgres (experimental)
Serverless Postgres using Oriole, Fly Machines, and Tigris for S3 Storage.
Overview
This is a MVP for Serverless Postgres.
1/ It uses Fly.io, which can automatically pause your database after all connections are released (and start it again when new connections join).
2/ It uses Oriole, a Postgres extension with expe... See more
Serverless Postgres using Oriole, Fly Machines, and Tigris for S3 Storage.
Overview
This is a MVP for Serverless Postgres.
1/ It uses Fly.io, which can automatically pause your database after all connections are released (and start it again when new connections join).
2/ It uses Oriole, a Postgres extension with expe... See more
GitHub - kiwicopple/serverless-postgres
TurboSeek
An open source AI search engine. Powered by Together.ai.
Tech stack
How it works
An open source AI search engine. Powered by Together.ai.
Tech stack
- Next.js app router with Tailwind
- Together AI for LLM inference
- Mixtral 8x7B & Llama-3 for the LLMs
- Bing for the search API
- Helicone for observability
- Plausible for website analytics
How it works
- Take in a user's question
- Make a request to the bing search API to look up the t
GitHub - Nutlope/turboseek: An AI search engine inspired by Perplexity
slipshow
Slipshow is a tool specifically designed for technical presentations where traditional slides are not enough.
In a slipshow presentation, the equivalent of a slide is called a slip . Each slip is like a slide, but with no bottom limit. That is, the content can be arbitrarily long! During the presentation, the camera will "scroll" down to r... See more
Slipshow is a tool specifically designed for technical presentations where traditional slides are not enough.
In a slipshow presentation, the equivalent of a slide is called a slip . Each slip is like a slide, but with no bottom limit. That is, the content can be arbitrarily long! During the presentation, the camera will "scroll" down to r... See more
GitHub - panglesd/slipshow: An engine for displaying slips, the next-gen version of slides
libsearch 🔎
Simple, index-free text search for JavaScript, used across my personal projects like YC Vibe Check, linus.zone/entr, and my personal productivity software. Read the annotated source to understand how it works under the hood.
The API
Let's begin with some quick examples:
Simple, index-free text search for JavaScript, used across my personal projects like YC Vibe Check, linus.zone/entr, and my personal productivity software. Read the annotated source to understand how it works under the hood.
The API
Let's begin with some quick examples: