HackerTrans
TopNewTrendsCommentsPastAskShowJobs

shellfly

no profile record

Submissions

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

apps.apple.com
1 points·by shellfly·hace 2 años·0 comments

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

apps.apple.com
3 points·by shellfly·hace 3 años·0 comments

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

github.com
3 points·by shellfly·hace 3 años·1 comments

Two AI Debate on Windows or Linux

ai-talk.app
2 points·by shellfly·hace 3 años·0 comments

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

asciinema.org
4 points·by shellfly·hace 3 años·0 comments

Aoi – Ghost in the Shell Powered by ChatGPT

github.com
3 points·by shellfly·hace 3 años·0 comments

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

github.com
3 points·by shellfly·hace 3 años·0 comments

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

github.com
26 points·by shellfly·hace 3 años·11 comments

comments

shellfly
·hace 3 años·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
·hace 3 años·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
·hace 3 años·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
·hace 3 años·discuss
Thanks for mention it, it should be a feature for this kind of tool, put it on my plan.