Internet is Beautiful

785 readers
51 users here now

Welcome to Internet is Beautiful Lemmy and Mbin community.

Find a cool or useful website on the internet. Share it here so others Lemmings can bookmark it too.


Rules

Related Communities

founded 1 month ago
MODERATORS
1
 
 

As you can see this community don't have any banner. You guys have any idea for a banner. And also suggest any good ideo to make community icon better.

2
3
4
5
6
7
 
 

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.

8
9
10
 
 

A fun little site from our friends at Last Week Tonight. Type what you want then hit "SCREAM"

11
12
13
 
 

If only Crayola would let you name colors and order your own pack of crayons.

(All the fecal related names were taken)

14
15
 
 

I've been using the app for about an hour. The rain noise simulations are pretty relaxing. (They also have colored noise in the free version. Some colors are named but others are just their equivalents in hertz. For example green noise is 500hz) This is a better alternative than the ones that make you pay. The free version here gives you a bunch for free. The trial lets you test out premium sounds. I'm gonna test out how well it might help me sleep, tonight.

16
 
 

More than a thesaurus. Enter a word to get other inspiring words and historical quotations.

17
18
 
 

Pepper&Carrot is a free and open source webcomic series by French artist David Revoy, first released in May 2014.

19
20
21
 
 

It would take this long to watch all seasons of The Simpsons:

22
23
24
 
 

On-Line Encyclopedia of Integer Sequences

Valuable tool when solving problems at Project Euler.

From the Welcome-page:

Most people use the OEIS to get information about a particular number sequence.

Citing Wikipedia:

The On-Line Encyclopedia of Integer Sequences (OEIS) is an online database of integer sequences. It was created and maintained by Neil Sloane while researching at AT&T Labs. He transferred the intellectual property and hosting of the OEIS to the OEIS Foundation in 2009.[4] Sloane is the chairman of the OEIS Foundation.

OEIS records information on integer sequences of interest to both professional and amateur mathematicians, and is widely cited. As of April 2023, it contains over 360,000 sequences,[5] making it the largest database of its kind.[citation needed]

Each entry contains the leading terms of the sequence, keywords, mathematical motivations, literature links, and more, including the option to generate a graph or play a musical representation of the sequence. The database is searchable by keyword, by subsequence, or by any of 16 fields.

https://oeis.org/

25
 
 

Project Euler

"Project Euler exists to encourage, challenge, and develop the skills and enjoyment of anyone with an interest in the fascinating world of mathematics."

From the about page:

How did Project Euler all start?

Project Euler was started by Colin Hughes (a.k.a. euler) in October 2001 as a sub-section on mathschallenge.net. Who could have known how popular these types of problems would turn out to be? Since then the membership has continued to grow and Project Euler moved to its own domain in 2006.

Who runs Project Euler?

Ideas for new problems come from our own members and they are developed by a team of hard working and talented mathematicians and programmers. So to put it simply, it is the members that run Project Euler.

https://projecteuler.net/

view more: next โ€บ