HackerTrans
TopNewTrendsCommentsPastAskShowJobs

4lb0

no profile record

comments

4lb0
·l’année dernière·discuss
Why do you want to selfhost it? I just use https://github.com/Exafunction/windsurf.vim in NeoVim like a super-autocomplete.
4lb0
·il y a 2 ans·discuss
I use Codeium in NeoVim and yes I find it very helpful. Of course, is not 100% error free, but even when it has errors most of the time it is easier for me to fix them than to write it from scratch.
4lb0
·il y a 2 ans·discuss
I'm doing https://bialet.dev a web framework for simple web apps with idea to get back to have a fully static HTML first, and then you code the dynamic part.

It's based on the Object-Oriented scripting language Wren, it's fully integrated with SQLite, and it has a sort of JSX for the HTML (it's actually strings and interpolations, being part of the language).