HN user

wildfire

272 karma
Posts2
Comments119
View on HN

Your comment does not highlight anything which indicates that Australians blindly follow the rules.

I'm Australian, currently live in Sydney and I feel as you do, but none of your examples explain your claim.

No, I don't have time to list the ways Australians follow rules (more so that Germans), it is 1:15am, and I'm going to bed.

I'm Australian and have the direct counter experience. Most of the business I've worked for consider Slack as ephermal.

Email is for significant communications.

Outside of work, I'm using daily for things like booking bands, talking to strata, etc.

While email in a lot of large companies might tend to be becoming a one-way distribution system; it is still vibrant and heavily used in smaller enterprises.

If they were "customer obsessed" even though they are not doing development of a service, they would lauch it anyway in all regions.

By not doing this, they make it hard for their customers to be multi-regional.

It is easy to spin "customer obsession" any way you like.

I am skeptical that is actually the case though, there are so many use-cases where you have to think through the consequences too carefully:

- what happens when the source repository rewrites all the commits (to remove one); should the forks also be re-written? - what happens when the source repository disappears?

_All_ of the problems go away when you actually do a "git clone" of the source repository and have your own objects. More storage, yes, but way fewer corner cases to think through.

This repository is:

- the WP-sqlite-db plugin

- akismet added

- themes before twentytwenty removed

- an empty 'wordpress.db'

- wp-config.db setup set to use the WP-sqlite-db plugin with the right file

- README

Which is all work to do to get setup correctly.

NOTE: the wp-config.php also needs to be modified to remove the keys and salts as well.

(edit: formatting).

A common problem when using Gerrit is the Change-Id being copied across from different branches (via, for example, git cherry-pick).

The idea is ... interesting, but the implementation of Change-Id has quite a few problematic corner-cases which make normal git operations (rebase, cherry-pick, merge) more delicate than the need to be.

However, git has all those features; whereas each of the other DVCSes had only a couple of them.

That is what made git successful.

The git cli is, comparatively, a lot easier to grok than it was at the start.

One thing about software, once you've had a (bad) first impression it is very hard to reformulate your opinion.

If the grandparent is lucky enough to find an advocate for git, who is willing to spend time with them, perhaps their opinion might change.

yes.

And they are starting to understand more and people know that too.

Typically banks, when challenged here in Australia, will ask you to hang up and call the number on the back of your card (debit or credit).

Normally they give you a reference number so when you are speaking with someone, you can bypass things and pick-up with the person you were originally speaking with.

Indeed.

I was once "detained" whilst going from France to England while the customs official searched my bag.

I complained to the UK immigration and the same customs officier called me back, searched my bag again, and said "unless you agree to withdraw your complaint, we are going to have to continue searching your bag until the train departs and you miss it".

i.e. costing me about £150 in expenses.

As expected, I withdraw it and went on my way.

However I now make a point to record the name / number of custom officials I make a complaint to -- in case they turn out to be jerks like the UK one was.

They run more than 2 already. Look carefully at the botocore source (for example).

This highlights they cater to every US classification level:

https://aws.amazon.com/government-education/government/

This announces their secret region, and references their top-secret one.

https://aws.amazon.com/blogs/publicsector/announcing-the-new...

Note: you might have to dig to find the non-US government classified clouds. They are documented in plain sight though.

Left as an exercise for the reader.

[ edited to add links ]