favicon here hometagsblog

I decided to move back to helix

#editor #workflow

Soc Virnyl Estela | 2023-09-30 | reading time: ~2min

Emacs is good but it's not for me.

I feel more productive with helix. And I decided that using helix is the best way to do things.

So why helix?§

To be honest, helix's keymappings make more sense to me. It feels more intuitive to use unlike Emacs' C-x C-c and C-x C-s. I kind of understand now what the "Emacs Pinky" means.

Helix well designed keymaps (opinion and bias from me) gives me high efficiency in coding and fixing stuff.

For taking notes§

My note taking habits§

I take notes... but not frequently. To be honest, I only take notes if I feel like it's something important but my brain does not deem it so. I usually remember stuff easily if I condition myself that it is important.

So that's why I decided to use zk + helix + zellij since for me I usually make a todo list rather than taking notes.

I think zk is fine. As long as I don't plan to publish my notes as some sort of static or dynamic website. I feel like I was planning to post my notes just for "showing off". To be honest I don't feel happy taking notes through emacs.

For programming§

I use lsp-mode and it's so slow to be honest. This is because of emacs being single threaded and files with 300 LoC slows it down considerably when ran on emacs.

With helix's native tree-sitter and LSP support, plus the amazing async capabilities it has because Rust and cool devs, it feels fast and does not slow me down waiting for UI to pop up or to format the whole file. Helix can handle more LoC with no lags and slowdowns.

Multi-cursor and multi-selections is well supported on Helix. I don't have to deal with an .mc-list which for me is just a hack to avoid Emacs' weird behavior when doing multiple cursor / selections, for which is a hack (a well thought out hack) by itself to make Emacs have multi-cursors.

Articles from blogs I follow around the net

Perma-Vuln: D-Link DIR-859, CVE-2024-0769

Recently Sift caught an interesting payload. As it turns out, the exploit was CVE-2024-0769, which is now tagged here: D-Link DIR-859 Information Disclosure Attempt . This vulnerability is a path traversal leading to information disclosure. But, perhaps mo…

via GreyNoise LabsJune 25, 2024

Synergy Greg

Synergy Greg would like to see you in His office, it is the one down the hall, past the cubicles and dreary faces, uplifted only when He deigns to venture forth. You will know Him when you see Him, He is the one composed, of a thousand writhing forms,…

via LudicityJune 22, 2024

Status update, June 2024

Hi all! This status update will be shorter than usual because I had a lot less free time for my open-source projects than usual this month. Indeed, I recently joined SNCF Réseau (the company responsible for the French railway infrastructure) to work on OSR…

via emersionJune 18, 2024

Why People are Angry over Go 1.23 Iterators

NOTE: This is based on, but completely rewritten, from a Twitter post: https://x.com/TheGingerBill/status/1802645945642799423 TL;DR It makes Go feel too “functional” rather than being an unabashed imperative language. I recently saw a post on Twitter showi…

via Articles on gingerBillJune 17, 2024

My RSS feed has been upgraded ✨

I did some integration work to include posts written for other publications in my RSS feed. Apologies if you see some duplicated items! 📪

via Rob O'LearyJune 15, 2024

Programming at the edge with Fastly Compute

So you’ve heard about computing at the edge, and you’ve heard that Fastly let’s you run JavaScript, Go, Rust and any other language that compiles to Wasm at the edge… well, let’s take a look and while we’re at it let’s try and understand how caching works …

via Posts on integralistJune 12, 2024

Generated by openring-rs