Live data from Hacker News

Show HN: Lorem Picsum – Lorem Ipsum but for photos

picsum.photos

61–70 of 128 posts

Re: Show HN: Lorem Picsum – Lorem Ipsum but for photos

#64

Tangentially, I got tired of Lorem Ipsum text and created Quantum Lorem Ipsum, now with 100% more physics jargon. http://neil.panchal.io/articles/quantum-lorem-ipsum/ https://github.com/neilpanchal/quantum-lorem-ipsum Edit: Created a Github repo

I feel like this misses the entire purpose of lorem ipsum. Good layout designers don't just want letters and spaces. They want letters and spaces that approximate the whitespace ratio of writing. Your version has only very long words and very short words and nothing in between. This feels like the telephone game version where all of the original intent has been lost and all that's left is a weak simulacrum in vaguely the same symbol space.

Re: Show HN: Lorem Picsum – Lorem Ipsum but for photos

#65

I don't like the fact that it's /200/300, it should be /200x300. The slash makes it more difficult to read, i.e. in the example: https://picsum.photos/id/237/200/300 , it would be much easier to read and understand if it were https://picsum.photos/id/237/200x300 . Terrible decision.

It should be https://picsum.photos/id/237?w=200&h=300 , IMO.

oh, god, no! what an ugly, absurd and unnecessary over-engineering

Re: Show HN: Lorem Picsum – Lorem Ipsum but for photos

#66
post #64

Tangentially, I got tired of Lorem Ipsum text and created Quantum Lorem Ipsum, now with 100% more physics jargon. http://neil.panchal.io/articles/quantum-lorem-ipsum/ https://github.com/neilpanchal/quantum-lorem-ipsum Edit: Created a Github repo

I feel like this misses the entire purpose of lorem ipsum. Good layout designers don't just want letters and spaces. They want letters and spaces that approximate the whitespace ratio of writing. Your version has only very long words and very short words and nothing in between. This feels like the telephone game version where all of the original intent has been lost and all that's left is a weak simulacrum in vaguely…

This also misses that Lorem Ipsum is effectively gibberish for most people. It's impossible to get hung up on the content.

Re: Show HN: Lorem Picsum – Lorem Ipsum but for photos

#68
post #64

Tangentially, I got tired of Lorem Ipsum text and created Quantum Lorem Ipsum, now with 100% more physics jargon. http://neil.panchal.io/articles/quantum-lorem-ipsum/ https://github.com/neilpanchal/quantum-lorem-ipsum Edit: Created a Github repo

I feel like this misses the entire purpose of lorem ipsum. Good layout designers don't just want letters and spaces. They want letters and spaces that approximate the whitespace ratio of writing. Your version has only very long words and very short words and nothing in between. This feels like the telephone game version where all of the original intent has been lost and all that's left is a weak simulacrum in vaguely…

On the flipside, maybe this version better emulates (a subset of) technical writing? So if you're tuning the design of e.g. a book or thesis, this is more representative than actual Lorem Ipsum?

Re: Show HN: Lorem Picsum – Lorem Ipsum but for photos

#69
post #64

Earlier quoted context omitted.

I feel like this misses the entire purpose of lorem ipsum. Good layout designers don't just want letters and spaces. They want letters and spaces that approximate the whitespace ratio of writing. Your version has only very long words and very short words and nothing in between. This feels like the telephone game version where all of the original intent has been lost and all that's left is a weak simulacrum in vaguely…

On the flipside, maybe this version better emulates (a subset of) technical writing? So if you're tuning the design of e.g. a book or thesis, this is more representative than actual Lorem Ipsum?

I'm going to draw a hard line and say No. There is no subset of writing that produces anything that looks like this.

Re: Show HN: Lorem Picsum – Lorem Ipsum but for photos

#70

Earlier quoted context omitted.

It should be https://picsum.photos/id/237?w=200&h=300 , IMO.

oh, god, no! what an ugly, absurd and unnecessary over-engineering

Ugly yes, over engineering? no it's what you would have done in PHP in the 90's. Doing the URL thing would need more work (hello .htaccess). Anyway...

Good points: It is semantically correct and self documenting. There is no resource called 300 nested under a resource called 200 so lets not pretend there is. The query string seems perfect for the job of providing size parameters. You can then extend this interface to take other factors you want to affect the image, and keep it backwards compatible. Function over form.

Post reply on HN