Christian Neff

Results 32 comments of Christian Neff

This would be very cool.

Are you using GPT-4? Then that's pretty normal (at the moment). Besides, this is only in the hands of OpenAI.

What I'm often missing from Claude Artifacts is a Diff view to see what parts of the artifact text/code changed from revision to revision. I think such a feature would...

@triptych Thank you for your feedback! I really appreciate it. I've taken your thoughts into account and made some updates to the proposal. @jelveh What do you think about the...

> I'm fine with that. Is there any web os out there with FS/KV/AI support? I'm wondering what the API looks like. [Pluto](https://github.com/zeondev/pluto) (not the one by stretch07 :D), for...

[daedalOS](https://github.com/DustinBrett/daedalOS) uses [BrowserFS](https://github.com/jvilk/BrowserFS) as its FS API according to the README (deprecated; active fork: [ZenFS](https://github.com/zen-fs)). [anuraOS](https://github.com/MercuryWorkshop/anuraOS) uses [Filer](https://github.com/filerjs/filer) as FS API. [^1] Idea: The IDE system could be designed so...

> This is why we need something like POSIX for web operating systems. You're absolutely right! In your opinion, which services and features besides KV and AI should this Web-POSIX...

> Well, FS for sure! We're adding more drivers which would be nice if standardized but we're also learning as we go. Oh, forgot the most important one. 😀 Btw:...

Hi @ItsLap! I'd really like to know more about the specification that you and your team are working on.