shmanio

joined 2 years ago
[–] shmanio 2 points 1 year ago (1 children)

Honestly, I don't even remember. It was something to do with minor differences in the cursor movements of specific commands.

Anyway, it's been years, anything may have changed in the meantime. I should probably give it another go, those were simple nitpicks that I was too impatient to tolerate.

[–] shmanio 2 points 1 year ago (3 children)

have to be relatively fluent in Vimscript to pull that off

I don't think so, using ALE just requires to install the plugin and the external programs that it will interrogate. I know almost nothing about Vimscript.

thoughts regarding Vimscript

From what I've seen it's a scripting language like any other, but one that is extremely specific to vim. The syntax is also quite different from anything else, so I never felt the need to learn it.

Neovim

As a general concept, it seems a good idea, I also know Lua so it would seem to be a logical switch for me.

However, during these years every time I tried it it had some slight differences from vim that made using it somewhat annoying. Moreover, it never seemed to provide such a better experience that made me switch permanently. I'd like to like it, but I never had a reason to.

[–] shmanio 3 points 1 year ago (5 children)

I'm a bit surprised that no-one mentioned ALE. If you want to turn vim into an IDE it goes a long way.

Having the compiler warnings/errors inside the buffer is already really useful, but then you can also add LSPs and there isn't really much missing. I've recently developed a Java program entirely in vim using Eclipse's LSP.

[–] shmanio 2 points 1 year ago (1 children)

Have you tried enabling HLS in "Audio and video"? It solved the issue for me (using the official instance).

[–] shmanio 21 points 1 year ago* (last edited 8 months ago) (2 children)

You should put some quotes where you use the array:

not_what_you_think=( "a b" "c" "d" )
for sneaky in "${not_what_you_think[@]}"; do
  echo "This is sneaky: ${sneaky}"
done

This is sneaky: a b
This is sneaky: c
This is sneaky: d
[–] shmanio 15 points 1 year ago

I haven't used Ubuntu since the pre-snap era, but from discussions online I think that every program is stored in a different squashfs that is mounted at boot.

[–] shmanio 3 points 1 year ago

So the cursor really was darker! It seemed that way after switching to a new laptop, but I wasn't sure.

[–] shmanio 2 points 1 year ago* (last edited 1 year ago) (1 children)

I decided to disable it because it removed some team communication from the game, which for me is part of the fun.

[–] shmanio 1 points 1 year ago

I'm sorry, I don't. If I can find it again I'll update you.

[–] shmanio 5 points 1 year ago

And the bucket!

[–] shmanio 3 points 1 year ago (2 children)
[–] shmanio 5 points 1 year ago* (last edited 1 year ago) (4 children)

Regarding Tron: Legacy, I suggest you watch the fanedit Tron: Perfection.

It trims some of the terrible dialogue and most of what happens outside the grid (including the sequel bait). Also has the good idea to use the young Kevin, which some find uncanny, only for Clu.

It has become my favourite way to watch the movie.

view more: ‹ prev next ›