Comments

This profile is from a federated server and may be incomplete. Browse more on the original instance.

executivechimp, to programmer_humor in Programming: The Horror Game
@executivechimp@discuss.tchncs.de avatar

What’s the joke? VSCode has multi cursor.

executivechimp, to asklemmy in What is your unpopular flim opinion
@executivechimp@discuss.tchncs.de avatar

Andor is so good.

executivechimp, to linux in Navigating around in your shell
@executivechimp@discuss.tchncs.de avatar

Good article. Rather than aliasing `cd …/…" etc. I’ve got this function in my setup:


<span style="color:#323232;">up () {
</span><span style="color:#323232;">	local x='' 
</span><span style="color:#323232;">	for i in $(seq ${1:-1})
</span><span style="color:#323232;">	do
</span><span style="color:#323232;">		x="$x../" 
</span><span style="color:#323232;">	done
</span><span style="color:#323232;">	cd $x
</span><span style="color:#323232;">}
</span>

This lets me do up 4 to go up 4 directories.

executivechimp, to linux in Selecting the New Face of openSUSE is Underway
@executivechimp@discuss.tchncs.de avatar

Bottom row, far right. Simple, minimalist, caffeinated, unhinged.

executivechimp, to programmer_humor in Bill is a pro grammer
@executivechimp@discuss.tchncs.de avatar

should

executivechimp, to linux in Navigating around in your shell
@executivechimp@discuss.tchncs.de avatar

I’ve tried things like that before but never got on with them. I found when I had many projects with similar directory structures it was easy to end up in the wrong place and took more thought to get to the right place than just cding

executivechimp, to linux in Navigating around in your shell
@executivechimp@discuss.tchncs.de avatar

True. That is something that could be done.

executivechimp, to linux in Navigating around in your shell
@executivechimp@discuss.tchncs.de avatar

Go for it. I’ve been using it for years without a problem.

executivechimp, to asklemmy in What game do you play to just chill?
@executivechimp@discuss.tchncs.de avatar

Not a long or super replayable game like some of these answers but Jusant is super chill.

executivechimp, to linux in Issue with Samsung Odyssey G3 and squashed windows after a period of inactivity
@executivechimp@discuss.tchncs.de avatar

Happens whenever my laptop goes to sleep and it’s really annoying. As far as I could tell it’s a KDE bug. The only fix (which didn’t work for me) is apparently to stop it trying to dynamically detect displays.

executivechimp, to asklemmy in What are the shortest karaoke songs?
@executivechimp@discuss.tchncs.de avatar

Short Attention Span - Blink 182

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #