HackerTrans
トップ新着トレンドコメント過去質問紹介求人

shellfly

no profile record

投稿

Show HN: Aoi Speak – practice languages with AI native speakers

apps.apple.com
1 ポイント·投稿者 shellfly·2 年前·0 コメント

Show HN: Aoi Speak – Practice languages with AI and real people

apps.apple.com
3 ポイント·投稿者 shellfly·3 年前·0 コメント

Show HN: AI Talk – Create two AI discuss on the specific topic automatically

github.com
3 ポイント·投稿者 shellfly·3 年前·1 コメント

Two AI Debate on Windows or Linux

ai-talk.app
2 ポイント·投稿者 shellfly·3 年前·0 コメント

Show HN: Aoi – Auto-load database schema to ChatGPT and execute SQL

asciinema.org
4 ポイント·投稿者 shellfly·3 年前·0 コメント

Aoi – Ghost in the Shell Powered by ChatGPT

github.com
3 ポイント·投稿者 shellfly·3 年前·0 コメント

Show HN: Haro – A simple and synchronous web framework written in and for Rust

github.com
3 ポイント·投稿者 shellfly·3 年前·0 コメント

Show HN: Rest – Instant RESTful API on Any SQL Database

github.com
26 ポイント·投稿者 shellfly·3 年前·11 コメント

コメント

shellfly
·3 年前·議論
I made a terminal AI as well based on ChatGPT: https://github.com/shellfly/aoi . I intend to provide a way to run the shell command automatically which can reduce lots copy and paste.
shellfly
·3 年前·議論
I didn't spend much time on naming, the original idea was inspired by an interesting project PostgREST which is a similar tool bind to Postgres, so I just name it as Rest which could provide RESTFul API for any SQL database.
shellfly
·3 年前·議論
The original idea was inspired by PostgREST, the obvious difference is Rest tries to support all SQL databases, and it results in some design principle that Rest prefers to use a universal method instead of bind to PG features(e.g. use PG role for user authorization). Generally PostgREST is more mature now if you are using PG. Thanks for liking it, I also think it could be a good tool to help developers for rapid prototyping and development.
shellfly
·3 年前·議論
Thanks for mention it, it should be a feature for this kind of tool, put it on my plan.