Comments

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

everett, to asklemmy in Does anyone actually enjoy working out?

For reference: The Fun Scale .

everett, (edited ) to linux in What are some interesting devices powered by Linux?

Settings/customizations file for legendary text editor vim. Remarkable’s comes with a lot of stuff built-in.

everett, to asklemmy in What series did you rewatch most often?

So you saw that ludicrous display last night?

everett, to comicstrips in The Trash Can (by tonybts2)

Well, do I smell jelly donuts? This is my lucky day!

everett, to bloomcounty in The Bloom County Comic Strip Starts Dec 8

They’re going to start posting comics so they match up with their original publication dates.

everett, (edited ) to linux in Cleanest way to maintain AppImage installations?

Happy to hear if there are glaring problems with this approach, but if you can assume files named with version numbers, you can use a script to always launch the newest…


<span style="color:#323232;">#!/bin/bash
</span><span style="color:#323232;">cd ~/Downloads
</span><span style="color:#323232;">chmod +x $(ls | grep Appname.*AppImage$ | sort -rV | head -n 1)
</span><span style="color:#323232;">./$(ls | grep Appname.*AppImage$ | sort -rV | head -n 1)
</span>

Or you could change the script to sort by file modified date and launch the newest.

edit: Discovered an issue with version numbering like .10 and learned about the sort -V switch that fixes it!

everett, to calvinandhobbes in 7 October 1986

So this was the plan all along… get a nationally-syndicated comic strip, corrupt the youth and bug parents all across America. We’re onto you, Water-son.

everett, to bloomcounty in 19 January 1981

The walrus was Paul.

everett, to asklemmy in Is there any plugin or way to block forced registration

I’ve started doing a modified version of this too. If there’s any kind of roadblock in front of the content, I’ll ask myself to be honest about how important it’s likely to be to me… and maybe like seven or eight times out of ten I’ll just close it and move on, no regrets.

I apply this thinking to captchas as well, though my skip rate is probably a bit lower.

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