HN user

fluffyllemon

89 karma
Posts3
Comments31
View on HN

Many studies show that consumers spend more when using credit cards, compared to both cash and debit cards, and it's not obvious to me that the 2% will win out.

It is a stupid game that I am forced to play

You are not forced to play it. That is a just story you tell yourself. You can make a different choice.

Do folks any recommendations for automation around banking? We use a sort of "envelope system" across many accounts, and it would be helpful to have some timing to help automatically move and rebalance funds across the accounts.

My bank has some very limited options to move specific amounts of money on a weekly schedule, but I'm looking for something more powerful then that.

Should I look at like ~Stripe~ Plaid or something? Or are there more pre built tools?

The answers for each day (past and future) are hard coded in the javascript source and viewable in the client, so they are quite accessible for anyone that's interested

From the store page [1]:

"""

Compatible Android devices: Google Pixel, Google Pixel XL, Google Pixel 2, Google Pixel 2 XL, Samsung Galaxy S7, Samsung Galaxy S8.

Compatible iOS devices: iPhone 6, iPhone 6 Plus, iPhone 6s, iPhone 6s Plus, iPhone 7, iPhone 7 Plus, iPhone 8, iPhone 8 Plus, iPhone X.

"""

And the support page [2]:

"""

Google Clips™ currently supports the following Android devices running Android 7.0 Nougat and above:

Pixel and Pixel XL

Pixel 2 and Pixel 2 XL

Samsung Galaxy S7

Samsung Galaxy S8

Google Clips currently supports the following iOS devices running iOS 11 and above:

iPhone 6 and iPhone 6 Plus

iPhone 6s and iPhone 6s Plus

iPhone 7 and iPhone 7 Plus

iPhone 8 and iPhone 8 Plus

iPhone X

"""

[1] https://store.google.com/us/product/google_clips_specs?hl=en...

[2] https://support.google.com/googleclips/answer/7545354?hl=en&...

[dead] 10 years ago

By the numbers:

GVA has been able to reduce the average waiting time at security by 51% from an average of 7 minutes to 3.5 minutes. In addition, the airport has increased the number of days with satisfactory performance more than five times (from 54 days in 2014 to 297 days in 2015).

the airport aims for 85% of all passengers experiencing less than seven minutes of waiting time in the security process and that no passengers are allowed to wait more than 20 minutes. """

For context:

This is the third post in a series. The author (Jason Scott) is trying to save ~25,000 manuals, instruction booklets, and engineering notes (largely electronics related, created over the last 80 years). This is a large project, the company which owns the manuals currently is going out of business, and all the manuals will be thrown away very soon (re: tomorrow).

First post: http://ascii.textfiles.com/archives/4711 Second post: http://ascii.textfiles.com/archives/4683

For a function to be a linear transform it needs two properties[1]:

  1. F(c1 + c2) = F(c1) + F(c2)
  2. F(k*c1) = k*F(c1)
Converting from Celsius->Fahrenheit (or vice versa) is does not have these properties.
  F(c) = 9/5 * c + 32

  F(c1 + c2) = 9/5 * (c1 + c2) + 32
  F(c1) + F(c2) = (9/5 * c1 + 32) + (9/5 * c2 + 32) = 9/5 * (c1 + c2) + 64

  F(k*c1) = 9/5 * (k*c1) + 32
  k*F(c1) = k * (9/5 * c1 + 32) = 9/5 * (k*c1) + k*32
Admittedly, I'm not entirely sure why being a non-linear transform gets the OP so riled up.

[1]http://mathworld.wolfram.com/LinearTransformation.html

Neither the dialog nor the preview solves the problem that an undo button solves.

If a dialog or preview comes up for every message you send, you just develop a new habit for sending mail (press the send button, then press the send button again on the dialog / preview). If anything, it just creates more of a hassle for the user.

The undo button is for that 'Oh crap!' moment, when your auto-pilot lead you astray.

For those interested, NIST (National Institue of Standards and Technoology) announced a competition to find candidates for the SHA-3 algorithm back in November 2007:

"NIST also plans to host a final SHA-3 Candidate Conference in the spring of 2012 to discuss the public feedback on these candidates, and select the SHA-3 winner later in 2012." [http://csrc.nist.gov/groups/ST/hash/sha-3/Round3/index.html]

The final SHA-3 Candidate Conference was held March 22-23, so they should be picking the winner any day now.