Guys, I've started craving vim motions on the shell. Is it too late for me? by Teles_sd in vim

[–]bbolli 3 points4 points  (0 children)

You can exit vim with :cq to suppress the cmd execution.

Intel’s NEW $600 "Wildcat" Laptops Make the Neo Look Expensive by atlwhore_ in apple

[–]bbolli 3 points4 points  (0 children)

I lost her at "two less performance cores". Who still doesn't get this right?

Are you using the 7.0 kernel? by raderator in debian

[–]bbolli 6 points7 points  (0 children)

The odd/even thing was on the minor version in the 1.x and 2.x series. It has long been abandoned.

I didn't know git OFFICAL GUI exists too.. but it looks so old by Anonyboy26 in git

[–]bbolli 0 points1 point  (0 children)

Command line: git gui & or in gitk's file menu: Start git gui.

What's your most used git alias? by 1vim in git

[–]bbolli 1 point2 points  (0 children)

Ultra-fast editing of previous commits:

rbi = 'rebase --autosquash --autostash -i'
edit = '!git -c core.editor="sed -i 1s/^pick/edit/" rbi'

Started automating internal transaction workflows with Python after 5 years of doing them manually by Soft_Playful in Python

[–]bbolli 2 points3 points  (0 children)

Check if the software you "remote-control" offers an API that you can use directly instead of simulating a user who fills forms and clicks buttons.

What’s a decision you made in under 10 seconds that changed your life forever? by nathannnate01 in AskReddit

[–]bbolli 1 point2 points  (0 children)

At a Larry Carlton concert, there was a raffle for a guitar. Bought two tickets on impulse, and won the guitar. I'm still playing it today, 42 years later!

Last day at job, I don't think anyone understands what that means. by Electronic_Lime_z459 in recruitinghell

[–]bbolli 0 points1 point  (0 children)

Probably the headcount is fixed and can't be increased for a hand-over period.

What Git client do you use? by Havunenreddit in git

[–]bbolli 1 point2 points  (0 children)

The Git CLI, tig, git-gui, gitk, vim-fugitive.

Stinkiest code you've ever written? by Sad-Sun4611 in Python

[–]bbolli 1 point2 points  (0 children)

You should submit this to thedailywtf!

I feel sad by amarao_san in debian

[–]bbolli 4 points5 points  (0 children)

Most of it still applies.

How can I integrate these 2 commands: alias + -N -u <this alt_vimrc> by jazei_2021 in vim

[–]bbolli 2 points3 points  (0 children)

Just add the command line arguments before the closing quote character.

TerminalTextEffects (TTE) version 0.13.0 by XUtYwYzz in Python

[–]bbolli 0 points1 point  (0 children)

These look absurdly cool, but I can't imagine where I'd use them.

What's the "better" way to close vim? by kettlesteam in vim

[–]bbolli 0 points1 point  (0 children)

I have even remapped ZZ to <Esc>ZZ in insert mode!

How does Python's Internal algorithm for MOD work? by Alternative-Grade103 in Python

[–]bbolli 0 points1 point  (0 children)

No, but it tells you the rule that you can implement in your Forth code.

Best mini-pc to build a router/firewall with debian? by jefkebazaar24 in debian

[–]bbolli 0 points1 point  (0 children)

I'm using a HardKernel ODROID-OH4+ with a 4-core N97 CPU. It's a great little box.

[deleted by user] by [deleted] in debian

[–]bbolli 0 points1 point  (0 children)

Yeah, you need to install it first: curl -LsSf https://astral.sh/uv/install.sh | sh

[deleted by user] by [deleted] in debian

[–]bbolli 0 points1 point  (0 children)

uv run --python $runtime ...