Comments

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

everett, (edited ) to calvinandhobbes in 22 January 1987

It’s awesome how Calvin’s non-entity status here is shown through the framing of the last panel. It’s like Susie, and Hobbes, and even Watterson agree.

everett, to calvinandhobbes in 22 January 1987

(psst, this was yesterday’s)

everett, to thefarside in 22 January 2024
  1. Dropping this link here because we’re going to need it.
  2. Y’all know about Google?
everett, to bloomcounty in 19 January 1981

The walrus was Paul.

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, (edited ) to linux in What are some interesting devices powered by Linux?

Remarkable eink tablets. Buried deep in the settings they actually give you the root password so you can SSH in. Also, it comes with an epic .vimrc file.

everett, to memes in Crazy fact

Yep, that’s when you make a movie using the acting method.

everett, to opensource in Selfhostable alternative to last.fm

I’ve never used it but Majola seems to still be active.

everett, to opensource in Could we add alternativeto.net to the sidebar?

AlternativeTo lists open source alternatives to AlternativeTo.

everett, to calvinandhobbes in 30 December 1986

hot button topic

everett, (edited ) to linux in What is a small .EPUB reader that is easy to install for my small Puppy remaster?

You’re going to have a web browser installed, right? .epub files are just zips with HTML/images/CSS inside. Just find the HTML file with named “toc” and go from there.

everett, to lemmyshitpost in Plenty of fish in the sea my ass

Imagine not learning your lesson about going for the hook.

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

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

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 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.

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