silverchase

joined 1 year ago
[–] [email protected] 1 points 1 day ago (1 children)

Agate is a popular and actively maintained server that only serves static files, and it hosts images on ghcr.io. It's a pretty short Dockerfile.

[–] [email protected] 3 points 1 day ago

Dies to Yargle.

[–] [email protected] 8 points 2 days ago (2 children)

Target player? Interesting.

7
Three PS3s (www.youtube.com)
 

Yes, there are sequels.

[–] [email protected] 9 points 4 days ago (1 children)

So can there be multiverses that contain every other multiverse other than itself?

[–] [email protected] 44 points 5 days ago (4 children)

Free tech tip: https://cht.sh/ serves practical, usage-focused help on common command-line tasks. You can visit the website, or even better, curl for what you want.

$ curl cht.sh/touch

gets you this:

 cheat:touch 
# To change a file's modification time:
touch -d <time> <file>
touch -d 12am <file>
touch -d "yesterday 6am" <file>
touch -d "2 days ago 10:00" <file>
touch -d "tomorrow 04:00" <file>

# To put the timestamp of a file on another:
touch -r <refrence-file> <target-file>

Append with ~ and a word to show only help containing that word:

$ curl cht.sh/zstd~compress

Result:

 tldr:zstd 
# zstd
# Compress or decompress files with Zstandard compression.
# More information: <https://github.com/facebook/zstd>.

# Decompress a file:
zstd -d path/to/file.zst

# Decompress to `stdout`:
zstd -dc path/to/file.zst

# Compress a file specifying the compression level, where 1=fastest, 19=slowest and 3=default:
zstd -level path/to/file

# Unlock higher compression levels (up to 22) using more memory (both for compression and decompression):
zstd --ultra -level path/to/file

For more usage tips, curl cht.sh/:help.

[–] [email protected] 20 points 5 days ago (1 children)
[–] [email protected] 2 points 5 days ago (1 children)

Is there for example a Gemini search engine?

Yes. Two, actually (that I know of).

  • gemini://tlgs.one
  • gemini://kennedy.gemi.dev

Will FF display a Gemini page as text only?

Firefox doesn't directly support Gemini, but you can view pages through a proxy like portal.mozz.us. Gemtext, the standard page format, has basic formatting syntax, and yes, it's text only. There's no mechanism for embedding images in pages - the best you can do is just link to them. In this one popular client, Lagrange, clicking on a link to an image displays it under that link, but other clients handle image links differently.

Where do you hang out and exchange links 😁 ?

I just lurk and read gemlogs (of course they can't be called blogs, that's short for web log!). There are sites with feeds of latest gemlog posts, and many sites that offer Gemini hosting have a list of recently updated pages. There are some minimal social networks, too. The front page of portal.mozz.us has a few links to these kinds of spots.

[–] [email protected] 5 points 5 days ago

Notably not until end of turn.

[–] [email protected] 5 points 5 days ago (1 children)

Playing face to face, even with friendly strangers, feels so much more rewarding than online.

[–] [email protected] 2 points 5 days ago

RIP this legend

[–] [email protected] 5 points 6 days ago

What an absolutely baller job title

 

Reupload of this legendary series from 2006-2007

 

The Gemini protocol is brutally simple, which makes it just about too useless for apps, tracking, and commercial purposes. Gemtext, the format for Gemini pages, is very basic; with about half as many features as markdown, it's barely a step above plain text. As a result, Gemini is a small universe of blogs and personal sites.

Its simplicity makes it easy for people to create compatible clients and services for it. It's self-hosting friendly and there are also hosting services, like smol.pub and some pubnixes.

Of course, you'll need to get a Gemini browser or visit a Gemini-to-web proxy to access it.

view more: next ›