• 0 Posts
  • 10 Comments
Joined 2 years ago
cake
Cake day: June 13th, 2023

help-circle


  • What’s going on with your keyboard? I’m curious, what’s your native language?

    I don’t think I really understood the compilation portion.

    Compiling in the web world can also include … type checking which I think is good, minifying code which is good, bundling code which is good. I understand that in this article that they allude to the fact that those can be bad things because devs just abuse it like expecting JavaScript to tree shake and since they don’t understand how tree-shaking works, they will just assume it does and accidentally bloat their output.

    Also some static site generators could do things that authors and stuff don’t think about like accessibility and all that.







  • I use VS Code mainly and I always want to go to the end of a line and beginning. On Mac it’s like CTRL+E and CTRL+A respectively. On Windows, I was like, I guess I could do Windows Key and arrows but it felt off. Installing Vim bindings on VS Code just fixed this all for me. I love it.

    [edit] for non-VIM users, you can skip words and go-to braces (and delete what’s in them) and highlight within quotes very easily … for function search, the built-in VS Code is really good too. I also have Harpoon installed to hop between files. If it doesn’t appeal to you, then that’s cool too! Whatever keeps you in there. [/edit]

    I’ve tried setting up my own vim stuff and I always bail out because I can’t figure something out. I feel like I need to really sit with it and I’d have the perfect set up for me.

    Lastly, I’ve installed vim for zsh and it’s the best. I can hop all around my terminal and highlight and remove things. It’s so beautiful.