Live data from Hacker News

Gmail Services Global Outage

outage.report

21–30 of 175 posts

Re: Gmail Services Global Outage

#22
post #18
post #11

Earlier quoted context omitted.

What are the main factors that could lead to such a situation?

Well, I would say that the complexity of complexity is exponential. In the aerospace industry, to get that last percent of a percent, 2 completely independent implementations of everything are used. Then to get another decimal, you add 2 more implementations and a consensus algorithm. Then of course you add static/unit/api/integration/stress/fuzz test suits for each implementation. Then test the tests. Then have a hu…

>After a while you can spend the entire GDP of the world and you wont be able to add another availability decimal point.

And in a couple decades, when the world GDP is a bit higher, formal methods will become practical in real-life situations.

Re: Gmail Services Global Outage

#23
post #15

Semi-related, but can anyone suggest good open source email client? I'm working on several computers with macos/linux and Gmail isn't slow only on my deep learning rig, so I'm looking for something to replace it.

Could you list the specifications (roughly) such as amount of RAM, processor (cores/speed/architecture or era) on your "deep learning" rig and on your "several computers"? I'm curious what it takes for the new gmail web interface to run smoothly without being frustrating.

Re: Gmail Services Global Outage

#24
post #15

Semi-related, but can anyone suggest good open source email client? I'm working on several computers with macos/linux and Gmail isn't slow only on my deep learning rig, so I'm looking for something to replace it.

I've been happily using Thunderbird for 10+ years. Supports Windows, Mac, and Linux natively.

https://www.thunderbird.net

Re: Gmail Services Global Outage

#25
post #15

Semi-related, but can anyone suggest good open source email client? I'm working on several computers with macos/linux and Gmail isn't slow only on my deep learning rig, so I'm looking for something to replace it.

I can definitely recommend Mailspring[0].

It has occasional quirks, but very stable.

[0] https://github.com/Foundry376/Mailspring

Re: Gmail Services Global Outage

#26
post #15

Semi-related, but can anyone suggest good open source email client? I'm working on several computers with macos/linux and Gmail isn't slow only on my deep learning rig, so I'm looking for something to replace it.

mutt.

The traditional whine: "But everybody uses HTML!"

The solution:

in .mailcap:

text/html; lynx -dump %s; copiousoutput; nametemplate=%s.html

In .muttrc:

auto_view text/html application/x-gunzip text/calendar

alternative_order text/plain text text/html application/postscript

mutt can be used as a pure IMAP client or to read local mail delivered to mboxes or maildirs.

If you are the sort of person who builds up 250,000 messages on your IMAP server, guess what: mutt handles it better than any other client.

mutt is not point and click. mutt is usable by people who can read, and is powerful for people who can spend twenty minutes reading the docs.

Re: Gmail Services Global Outage

#28
post #6

As someone working on a mail service of my own, this is heartening to see. Even Google messes up sometimes.

Yup. And that's by design. Stability is asymptotic and increasingly expensive to reach toward 100%. There's a very intentional "this is good enough" point.

Well, the value they get from being able to read your private emails is not high enough to warrant 100%....

Re: Gmail Services Global Outage

#30
post #26
post #15

Semi-related, but can anyone suggest good open source email client? I'm working on several computers with macos/linux and Gmail isn't slow only on my deep learning rig, so I'm looking for something to replace it.

mutt. The traditional whine: "But everybody uses HTML!" The solution: in .mailcap: text/html; lynx -dump %s; copiousoutput; nametemplate=%s.html In .muttrc: auto_view text/html application/x-gunzip text/calendar alternative_order text/plain text text/html application/postscript mutt can be used as a pure IMAP client or to read local mail delivered to mboxes or maildirs. If you are the sort of person who builds up 250…

I just switched over to neomutt a while back, after years of Thunderbird and evolution before that. I don't know why I didn't switch earlier. It's beautiful.
Post reply on HN