HackerTrans
TopNewTrendsCommentsPastAskShowJobs

FraserGreenlee

no profile record

Submissions

Show HN: Pyxel Playground, a retro game editor for the browser

frasgreen.com
3 points·by FraserGreenlee·작년·0 comments

Convergence: ChatGPT for Browsing the Web

convergence.ai
3 points·by FraserGreenlee·2년 전·0 comments

comments

FraserGreenlee
·11개월 전·discuss
I see this is using GPT4o, any plans for something more sustainable? Would be interesting to see an https://openfreemap.org for LLMs.

Perhaps via an RNN like in https://huggingface.co/spaces/BlinkDL/RWKV-Gradio-2

Or even just leverage huggingface gradio spaces? (most are Gradio apps that expose APIs https://www.gradio.app/guides/view-api-page)
FraserGreenlee
·6년 전·discuss
I don’t see how this is different from using the pdb Python module? You can catch exceptions and use to write functions.