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.