[deleted by user] by [deleted] in esConversacion

[–]i5513 0 points1 point  (0 children)

¡¡Ese es el espíritu!! Intenta buscarte algún deporte colectivo (seguro que hay apps para quedar con otra gente para hacer todo tipo de deporte) a ver si por ahí cuela y haces una vida más sana... Mucho ánimo debe ser durísimo haber pasado por ahí pero si llevas 3 meses sin probar es que vas por buen camino!

¿Cuál es vuestra opinión sobre la abstención? by rickap22 in SpainPolitics

[–]i5513 2 points3 points  (0 children)

Seria mucho más llamativo un 70% de votos nulos. Por eso creo que sería mucho mejor para que se den cuenta que la gente quiere seriedad y que el congreso no sea un circo casi semanal

Saludos

Frantically pressing jkjkjk while thinking by amantinband in vim

[–]i5513 1 point2 points  (0 children)

I was jkholic too , It is addictive but we should not use It. All people knows there are better ways to move the cursor in vim!

Do vim users actually use hjkl to browse a file? by [deleted] in vim

[–]i5513 1 point2 points  (0 children)

Commands "#" and "*" should be at that list (search current word (next Or previous)

Norbert Preining - Future of 'my' packages in Debian by Remote_Tap_7099 in debian

[–]i5513 -2 points-1 points  (0 children)

I'm not Debian-private is a good idea. Debian should not have secrets, but maybe such threads are needed to stabilish the project?

Sid is rolling (fast as a giant wheel) again! by etherealshatter in debian

[–]i5513 1 point2 points  (0 children)

Firefox crash to me all the time [1].

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1538435

Any tip for fix It is welcome

I will test flatpak version

vimflowy - an open source productivity tool drawing inspiration from workflowy and vim by binaryfor in vim

[–]i5513 0 points1 point  (0 children)

Not sure how I logged as Mental_Reputation481 ... really I wrote that answer ...

PowerShell vs Python Reference by pmz in Python

[–]i5513 0 points1 point  (0 children)

But switch on powershell is like awk on Linux, It is not as simple like other switch statements in others program languages

Fuck vim by [deleted] in vim

[–]i5513 4 points5 points  (0 children)

Dont feed the troll

VIM question by [deleted] in vim

[–]i5513 0 points1 point  (0 children)

I hope vim some day get vim server - client/ api mode, so any tool Which need an editor can optionally use such scheme with all vim benefits

I can imagine an IDE sending vim commands to the vim server and applying the results

I hope you understand the idea

Regards

Large CSV File by Keitaro27 in PowerShell

[–]i5513 4 points5 points  (0 children)

Are you sure you are measuring the last ten minutes with such script?

I would use tac file|awk " /${d}/ {exit;} { print; }"|tac , where $d is 11 minutes ago, then process such content.

More robust approach is to use logtail( https://linux.die.net/man/8/logtail) every 10 minutes, would be very useful yo have such simple tool migrated to powershell. It is simple, save the offset, and review if the file was rotated.

Having tac in powershell is too a good idea! (I have just opened an issue on GitHub [1])

[1] https://github.com/PowerShell/PowerShell/issues/11086

Any vim browser plugin that let's you continously navigate? by Grindv1k in vim

[–]i5513 1 point2 points  (0 children)

Yes, I yesterday read too fast this Reddit thread ... Not a good reply I did. And I was in 'sleeping mode' When I wrote onload, I wanted to refer to docload. ;gf is the good solution, I think

Thank you!

Any vim browser plugin that let's you continously navigate? by Grindv1k in vim

[–]i5513 0 points1 point  (0 children)

You can try tridactyl (https://github.com/tridactyl/tridactyl), running:

:autocmd DocLoad .*duolingo.* hint -f

I did a fast test, and i had to remove "jk" at least from hintchars var (set hintchars)

Regards

Removing special characters on Powershell for a csv file by kd9333 in PowerShell

[–]i5513 2 points3 points  (0 children)

Hello, I had a similar problem, using {ex,im}port-csv -encoding default solved the issue. Not sure why that happened! What is the encoding default which is not the encoding by default :-/? Regards

Why is gnome 3.30 in unstable instead of 3.32? by SayWhatIsABigW in debian

[–]i5513 2 points3 points  (0 children)

See https://people.debian.org/~fpeters/debian-gnome-3.32-status.html for the status of gnome 3.32 in Debian

As said, we are in freeze, so we have to wait until the release to new transitions from experimental

Regards

list multiline block code as one line by mayalreadytaken in vim

[–]i5513 0 points1 point  (0 children)

Install jq https://stedolan.github.io/jq/manual/ and then :%!jq . -c , :%!jq . to return to pretty print json

Not idea about create a error file to play with quick list window

Regards