←back to thread

564 points nimbusega | 5 comments | | HN request time: 1.158s | source
Show context
jgrahamc ◴[] No.42065305[source]
This doesn't look like a print newspaper. Print newspapers are much denser (in general) and have different headline sizes to emphasize the editor's choice of stories. This looks like a corporate blog home page or something. Some people will like this presentation; I'm pretty happy with HN as it is. But congratulations on shipping!
replies(9): >>42066032 #>>42066131 #>>42066435 #>>42066945 #>>42068716 #>>42069330 #>>42072822 #>>42073114 #>>42075430 #
SoftTalker ◴[] No.42066032[source]
For the rest of the news in a more HN-like format (at least at the top level) you might like https://lite.cnn.com/
replies(2): >>42066282 #>>42066384 #
1. Bluecobra ◴[] No.42066282[source]
Also this site works great in text browsers like Lynx.
replies(1): >>42067717 #
2. jzombie ◴[] No.42067717[source]
Lynx wrapped in Docker:

https://github.com/jzombie/docker-lynx

replies(1): >>42073583 #
3. genewitch ◴[] No.42073583[source]
I said "heh" out loud over this.

"let's bootstrap a whole OS to run a light weight html renderer" is just something we should all take a moment to marvel at.

replies(1): >>42075794 #
4. szszrk ◴[] No.42075794{3}[source]
To be clear:

- "Whole OS" is a standard alpine image (4MB) with just lynx installed via standard alpine package. Plus a layer for Lynx itself and entrypoint.sh script.

So a very standardized way to run it, with reusable popular base image, decent backbone for delivering it to the public, with ability to easily mirror and/or cache (done by default) each layer. Currently base Alpine has 0 known vulnerabilities, which may not be 0 tomorrow, but it's still a marvel that it ever has such low number. New versions are available instantly after developer creates new public image, without the need for maintainer of a distribution to look at it. Meanwhile your main OS can live it's own life in his own pace, without interference.

It doesn't sound scary at all, if you really have a closer look.

replies(1): >>42143051 #
5. ◴[] No.42143051{4}[source]