Skip to content

Commit

Permalink
nlp
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitavoloboev committed May 19, 2023
1 parent 8fd10b6 commit 27a54a1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/databases/databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -812,3 +812,4 @@ Also trying out [Cozo Graph DB](https://github.com/cozodb/cozo), has [many sleek
- [ReefDB](https://github.com/sachaarbonel/reefdb) - Minimalistic, in-memory and on-disk database management system written in Rust, implementing basic SQL query capabilities and full-text search. ([Reddit](https://www.reddit.com/r/rust/comments/139p5ig/toydb_a_rust_learning_adventure_fun_opensource/))
- [Merklizing the key/value store for fun and profit (2023)](https://joelgustafson.com/posts/2023-05-04/merklizing-the-key-value-store-for-fun-and-profit)
- [Ask HN: It's 2023, how do you choose between MySQL and Postgres? (2023)](https://news.ycombinator.com/item?id=35906604)
- [Product Quantization for Vector Search (2023)](https://zilliz.com/blog/scalar-quantization-and-product-quantization) ([HN](https://news.ycombinator.com/item?id=36004401))
1 change: 1 addition & 0 deletions docs/databases/postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -702,3 +702,4 @@ Interested in using [Malloy](https://github.com/malloydata/malloy) to query my P
- [Understanding database Indexes in PostgreSQL (2023)](https://blog.mastermind.dev/indexes-in-postgresql)
- [Postgres query lock explainer](https://github.com/AdmTal/PostgreSQL-Query-Lock-Explainer) ([HN](https://news.ycombinator.com/item?id=35981238))
- [Postgres AI Playground](https://postgres-ai-playground.vercel.app/) ([Code](https://github.com/neondatabase/postgres-ai-playground))
- [Migrating from Supabase (2023)](https://blog.val.town/blog/migrating-from-supabase) ([HN](https://news.ycombinator.com/item?id=36004925))
1 change: 1 addition & 0 deletions docs/design/fonts.md
Original file line number Diff line number Diff line change
Expand Up @@ -482,3 +482,4 @@ I use [Fira Code](https://github.com/tonsky/FiraCode) for Sublime Text. And I lo
- [Arcade Game Typography](https://readonlymemory.vg/shop/book/arcade-game-typography/)
- [Typography Manual by Mike Mai](https://mikemai.net/typography-manual/)
- [After Apple, Jony Ive’s LoveFrom is doubling down on craft in typeface (2023)](https://www.fastcompany.com/90888571/jony-ive-spent-the-last-4-years-perfecting-his-typeface-heres-why-hell-never-be-done)
- [Type Scale](https://typescale.com/) - Tool for Easy CSS Typography. ([HN](https://news.ycombinator.com/item?id=36000260))
1 change: 1 addition & 0 deletions docs/machine-learning/artificial-intelligence.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,3 +225,4 @@ I want to be able to have a voice assistant that 'knows me' and I can asks quest
- [Google “We Have No Moat, and Neither Does OpenAI” (2023)](https://www.semianalysis.com/p/google-we-have-no-moat-and-neither) ([HN](https://news.ycombinator.com/item?id=35813322))
- [A Generalist Agent (2022](https://arxiv.org/abs/2205.06175) ([Code](https://github.com/OrigamiDream/gato))
- [Interactive AI training simuation](https://github.com/sparshg/asteroids-genetic)
- [Ask HN: Will AI result in mass silo-ing of new knowledge? (2023)](https://news.ycombinator.com/item?id=36003507)
Original file line number Diff line number Diff line change
Expand Up @@ -240,3 +240,4 @@ title: Generative adversarial networks
- [StyleGAN-T: Unlocking the Power of GANs for Fast Large-Scale Text-to-Image Synthesis (2023)](https://arxiv.org/abs/2301.09515) ([Code](https://github.com/autonomousvision/stylegan-t))
- [FICE: Text-Conditioned Fashion Image Editing With Guided GAN Inversion (2023)](https://arxiv.org/abs/2301.02110) ([Code](https://github.com/MartinPernus/FICE))
- [GigaGAN: Scaling up GANs for Text-to-Image Synthesis (2023)](https://mingukkang.github.io/GigaGAN/) ([HN](https://news.ycombinator.com/item?id=35089661))
- [Drag Your GAN: Interactive Point-based Manipulation on the Generative Image Manifold (2023)](https://arxiv.org/abs/2305.10973) ([HN](https://news.ycombinator.com/item?id=36004762))
1 change: 1 addition & 0 deletions docs/networking/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,3 +322,4 @@ Use [oidc-client-ts](https://github.com/authts/oidc-client-ts) for [auth on web
- [gotrue-js](https://github.com/supabase/gotrue-js) - Isomorphic JavaScript library for GoTrue.
- [Cedar](https://github.com/cedar-policy/cedar) - Language for writing and enforcing authorization policies in your applications.
- [oauth Go library](https://github.com/cli/oauth) - Library for performing OAuth Device flow and Web application flow in Go client apps.
- [Understanding Passkeys (2023)](https://michal.sapka.me/2023/passkeys/) ([HN](https://news.ycombinator.com/item?id=35973591))
1 change: 1 addition & 0 deletions docs/nlp/nlp.md
Original file line number Diff line number Diff line change
Expand Up @@ -1187,3 +1187,4 @@ Want to explore [fine tuning FLAN-T5 model](https://www.philschmid.de/fine-tune-
- [ChatALL](https://github.com/sunner/ChatALL) - Chat with ALL AI Bots Concurrently, Discover the Best.
- [Zeno Build](https://github.com/zeno-ml/zeno-build) - Build, evaluate, analyze, and understand LLM-based apps.
- [TinyStories: How Small Can Language Models Be and Still Speak Coherent English? (2023)](https://arxiv.org/abs/2305.07759)
- [LangChain: The Missing Manual (2023)](https://www.pinecone.io/learn/langchain/) ([HN](https://news.ycombinator.com/item?id=36001465))

0 comments on commit 27a54a1

Please sign in to comment.