Live data from Hacker News

Php.net Is Down

php.net

41–50 of 54 posts

Re: Php.net Is Down

#41

And that’s important, because?

php.net runs the language's documentation. its not just a home page

When latency and pageload was in seconds instead of milliseconds, downloading the documentation as a Windows Help file improved my efficiency.

This is a "kids these days" post. Maybe in a few years "The connection to the data center hosting the 1000 GPUs that run the LLM I ask how to do stuff is down, I can't get any work done!"

Re: Php.net Is Down

#42

Earlier quoted context omitted.

php.net runs the language's documentation. its not just a home page

When latency and pageload was in seconds instead of milliseconds, downloading the documentation as a Windows Help file improved my efficiency. This is a "kids these days" post. Maybe in a few years "The connection to the data center hosting the 1000 GPUs that run the LLM I ask how to do stuff is down, I can't get any work done!"

I've been using PHP since 1999 and never downloaded the documentation locally.

Re: Php.net Is Down

#43
post #35
post #25

Earlier quoted context omitted.

A week or two ago, the Haskell website was down for the greater part of a weekend. Digging through Hacker News history, Haskell.org was periodically reported down between 7 and 14 years ago. I suspect the volunteer resources behind language projects have half-hearted DevOps. So the surprising thing to me is not that php.net is down for hours, but that people care to report it.

Are you seriously comparing a niche language almost nobody uses vs the language that runs the majority of websites?

If I understand it correctly the site is managed more like a hobby/private website.

There is no company behind with sys admin 24h support.

Re: Php.net Is Down

#44
post #27

Earlier quoted context omitted.

2xx - All good 3xx - Somethings could be better 4xx - You did something wrong 5xx - Server did something wrong Judging by this quick cheat-sheet I just created, this was not your fault :)

1xx - Rare novelty response code.

1xx is the response code you try to ignore because it's really annoying to deal with properly (like when you receive a 100 response to a file upload, or even worse, a 101 with a protocol that isn't exactly what you expected, or a 103 which means more content comes later).

1xx response codes are crucial for things like WebSockets and HTTP/3 but they make the HTTP state machine more complex and many people writing manual HTTP requests are ill-prepared to deal with them.

Re: Php.net Is Down

#45
post #29

Seemingly https://www.elektronauts.com/ (community for Elektron devices) is also down, coincident? AFAIK, Elektronauts is running Discourse, so Ruby, not PHP, so unlikely to be related that way. But, I'd wager a bet on some DNS misconfiguration at some CDN or likewise, that both are using :)

Apples and bananas.

Re: Php.net Is Down

#46

Earlier quoted context omitted.

php.net runs the language's documentation. its not just a home page

When latency and pageload was in seconds instead of milliseconds, downloading the documentation as a Windows Help file improved my efficiency. This is a "kids these days" post. Maybe in a few years "The connection to the data center hosting the 1000 GPUs that run the LLM I ask how to do stuff is down, I can't get any work done!"

There's absolutely nothing preventing anyone from downloading the docs. However, search engines won't return results from your local .hlp files and there are plenty of cases where the comments underneath a manual page give context for edge cases that wasn't necessarily described in the docs.

I personally rely on the local documentation in my IDE because I can't be bothered to continuously update my docs with the latest errata and additions.

Re: Php.net Is Down

#47
post #18

Earlier quoted context omitted.

We had been able to download PHP documentation, including useful users' notes, since the dawn of time... Prudence. Edit: In case this comes useful to some: I think this is a backup, https://docs.phplang.net/docs.php

Yes! I remember downloading this for working in an offline setup 20+ years ago. Still, maybe getting rid of the mirrors program 5 years ago had its downsides: https://derickrethans.nl/php-mirrors.html

As the PHP documentation is in git it's easy to have a up to date copy locally.

Re: Php.net Is Down

#48
post #43
post #35

Earlier quoted context omitted.

Are you seriously comparing a niche language almost nobody uses vs the language that runs the majority of websites?

If I understand it correctly the site is managed more like a hobby/private website. There is no company behind with sys admin 24h support.

what about the PHP Foundation?

https://thephp.foundation/

Re: Php.net Is Down

#50
post #35
post #25

Earlier quoted context omitted.

A week or two ago, the Haskell website was down for the greater part of a weekend. Digging through Hacker News history, Haskell.org was periodically reported down between 7 and 14 years ago. I suspect the volunteer resources behind language projects have half-hearted DevOps. So the surprising thing to me is not that php.net is down for hours, but that people care to report it.

Are you seriously comparing a niche language almost nobody uses vs the language that runs the majority of websites?

I think you’re overstating the usage of Haskell.

Hardly everyone uses it.

Jokes aside, I think you’ll be surprised to learn that the DevOps effort for most official programming language resources are surprisingly alike, regardless of their popularity.

Post reply on HN