HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sapo

no profile record

Submissions

[untitled]

1 points·by sapo·hace 3 años·0 comments

The next open source editor is here

star-history.com
3 points·by sapo·hace 3 años·2 comments

A repo template to help researchers make their Python code easily reproducible

github.com
1 points·by sapo·hace 4 años·0 comments

A browser extension for computer science conferences on WikiCFP

github.com
1 points·by sapo·hace 5 años·0 comments

Test for lists in Cython

github.com
124 points·by sapo·hace 5 años·136 comments

People, it's time to get back and switch to Firefox again

3 points·by sapo·hace 6 años·1 comments

comments

sapo
·hace 3 años·discuss
What is the best container when it comes to every-day usage in a scientific computing environment?
sapo
·hace 3 años·discuss
I started using vim 9 years ago. I started using neovim 4 years ago. I have a complex neovim setup based on lunarvim that I was used to maintain. Then, I discovered Helix. One file, 50 lines. Stop. LSP, fuzzy finder, debugger, tree-sitter, custom commands, modal editing, external scripts. Everything.

It only lacks snippets (support planned in a while) and a plugin system. It doesn't have copilot/codeium for now, but I use GPT models via shell command (e.g. shell_gpt).

Look at the release page to understand how fast they are developing it. In one year it became something completely different, from being barely usable to be a complete, fast, and easy to configure editor. Raedy to go with 50 lines of toml configuration.

Helix has the second most growing community among open source editors on GitHub. Just look at this image. Impressive.
sapo
·hace 5 años·discuss
When considering python standard types and ease of use, such as lists and dicts