-
There’s also code-server by Coder, which you can just run on your own server and open in browser directly. It’s also open source (most tunneling features in VSCode aren’t). https://github.com/coder/code-server
There’s a one-click setup for it in Lunni, a Docker dashboard I’ve been working on (shameless plug): https://lunni.dev/
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Nice to see another Elm enthusiast!
You must know about Ellie, right?
https://ellie-app.com
It does not have git integration like your project though.
Anyway, nice project!!
-
It’s a VM you need. Not a compiler. The Pharo Project’s VM [0] is in C, and not that extensive. Most of the good stuff is written in smalltalk.
[0]: https://github.com/pharo-project/pharo-vm
-
https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev
Download and search !Compiler in:
./Cuis7-0-main/CuisImage/Cuis7.0.sources
-
I love pico.sh! Some of their service can be reimplemented as smallweb apps.
Ex: prose.sh is similar to https://jsr.io/@tayzendev/smallblog, an app created by a member of the smallweb community (we have a server at https://discord.smallweb.run). You can see it running from smallweb at https://blog.tayzen.dev
I even use the underlying lib ssh implementation of pico.sh in smallweb, and I plan to introduce a cloud service similar to https://pico.sh (you can subscribe to the waitlist at https://cloud.smallweb.run)
https://github.com/picosh/pobj
-
I love pico.sh! Some of their service can be reimplemented as smallweb apps.
Ex: prose.sh is similar to https://jsr.io/@tayzendev/smallblog, an app created by a member of the smallweb community (we have a server at https://discord.smallweb.run). You can see it running from smallweb at https://blog.tayzen.dev
I even use the underlying lib ssh implementation of pico.sh in smallweb, and I plan to introduce a cloud service similar to https://pico.sh (you can subscribe to the waitlist at https://cloud.smallweb.run)
https://github.com/picosh/pobj
-
I love pico.sh! Some of their service can be reimplemented as smallweb apps.
Ex: prose.sh is similar to https://jsr.io/@tayzendev/smallblog, an app created by a member of the smallweb community (we have a server at https://discord.smallweb.run). You can see it running from smallweb at https://blog.tayzen.dev
I even use the underlying lib ssh implementation of pico.sh in smallweb, and I plan to introduce a cloud service similar to https://pico.sh (you can subscribe to the waitlist at https://cloud.smallweb.run)
https://github.com/picosh/pobj
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
Related posts
-
New to web development but want the chess quotes title to be above the quotes not off to the side does anyone know how to fix this?
-
JavaScript memory management 101: Strong and Weak refs, FinalizationRegistry
-
7 javascript/typescript playground
-
Planning to learn Javascript at 45, any suggestions?
-
Solution for executing TS in the browser for library demonstration purposes?