HackerTrans
TopNewTrendsCommentsPastAskShowJobs

shellfly

no profile record

Submissions

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

apps.apple.com
1 points·by shellfly·2 года назад·0 comments

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

apps.apple.com
3 points·by shellfly·3 года назад·0 comments

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

github.com
3 points·by shellfly·3 года назад·1 comments

Two AI Debate on Windows or Linux

ai-talk.app
2 points·by shellfly·3 года назад·0 comments

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

asciinema.org
4 points·by shellfly·3 года назад·0 comments

Aoi – Ghost in the Shell Powered by ChatGPT

github.com
3 points·by shellfly·3 года назад·0 comments

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

github.com
3 points·by shellfly·3 года назад·0 comments

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

github.com
26 points·by shellfly·3 года назад·11 comments

comments

shellfly
·3 года назад·discuss
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 года назад·discuss
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 года назад·discuss
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 года назад·discuss
Thanks for mention it, it should be a feature for this kind of tool, put it on my plan.