HN user

mrspandex

251 karma
Posts2
Comments110
View on HN

I recommend PNC's Virtual Wallet actually. It's not quite as nice as what you're describing here, but the main interface is a calendar which shows upcoming bill payments, scheduled ACH transfers, checks you've written, and your paycheck. It uses that to calculate a free balance before your next paycheck. It also has tools to schedule automatic transfers between accounts (checking/spend, reserve, and savings).

Their landing page for the product is absolutely awful: https://www.pnc.com/en/personal-banking/virtual-wallet-overv...

You can see screenshots of at least the mobile version on the play store though: https://play.google.com/store/apps/details?id=com.pnc.ecomme...

This reminds me of http://www.grepcode.com/, which I used a lot before I had an environment that auto-downloaded source.

I really like that grepcode lets you see which version and what repository matches what you searched. It can make finding why something doesn't work in a particular released version of a library much easier.

So, they decided the following must be true: - Textbooks are something that people want right away and can be delivered outside - Students are willing to pay a premium for fast delivery from a nearby location fairly often - A small helicopter is an efficient way to deliver thick paper books

I feel like they couldn't have chosen a worse product to deliver via drone.

I think Amazon could make more money by offering an option to disable the ads for $x. Whoever is willing to pay is likely not someone to click on the ads anyway, but they avoid upsetting people who don't want to rent out their eyeballs.

Personally, I don't see games the same as other software. Generally, they are more like content (movies, music, etc). Especially in the world of game consoles, where the games come on read only discs.

Games that are able to be "modded" of course add additional value and surely open source games would only expand the possibility, but there aren't the same concerns of my work and data being locked away in a proprietary ecosystem. If a game from 10 years ago stops working, it is disappointing, but not debilitating.

I really like the way Winamp handles shuffle. It takes the current playlist (whatever is selected to play), then shuffles it in memory for stable play order. If you select a new song manually, it will play that song, then resume the old play order.

The Next Microsoft 14 years ago

As far as products go, that's about the only thing he changed at all. I think it just is a way to differentiate between the "old" MS and the "new" MS in branding.

It's important to note that apps will work on both platforms according to this article. This sounds like a pretty minor issue to me if I need a new device for some of the newer features, many of which require new hardware anyway (SD card, NFC).

I understand that drones make aerial surveillance much cheaper and easier, but why specify drone surveillance and not aerial surveillance in general?

It bothers me that there is such a fear around drones. Please remember that many people would like to use them for far less nefarious purposes - real estate photography, farming, etc.

This seems like it would make malicious links easier to seem legitimate. If I see the Google favicon, I might assume it was Google without even checking the URL.

Checking for null on every method invocation? I usually call methods for a reason and if my object is null, I have an error. If I have a situation where an object may be null, there will be specific handling for that case.

The other "patterns" are fishy too. How has this gotten so many points?