HN user

csarva

123 karma

https://csarva.at.hn/

https://github.com/chetan

https://twitter.com/csarva

https://chetanislazy.com/blog

my public key: https://keybase.io/chetan

my proof: https://keybase.io/chetan/sigs/MG_AuUbXpnCyguJ8UcWRcRxi7vKEbB-0BZ66gHoKAsE

Posts3
Comments76
View on HN

All great suggestions - can highly recommend Magnatiles and Duplos as well.

Just a word of caution on buying Magnatiles - there are lots of knockoff brands out there, not just for these but almost all kids toys these days (duplos and trains included), and some can be dangerous:

Last December, Jennifer White of Appleton, Wis., received Imden Magnetic Blocks for her 4-year-old son as a gift. Her son was rushed to the hospital after the toy broke and he ingested some magnets, Ms. White said.

The worst part? The Imden-branded product was listed right next to industry-leading brands like Magformers and Magnatiles, which meet U.S. safety standards.

https://www.wsj.com/articles/amazon-shoppers-this-is-how-to-...

Not sure what you mean by 'converting over and over' but MiniKeePass on iOS supports both 1.x and 2.x file formats. You do have to import the file from dropbox manually, however.

I've been waiting for a while now for the ability to change the URL of a pin. It seems the primary key for a pin is the URL and changing it currently means doing a delete+create. Was told over a year ago that a fix would be coming "soon" but doesn't look like any work has been done in that time.

There is no such provision. You can transfer the "balance" of a contract to another, but not any of it's internal state. This is left up to the programmer and AFAICT, they didn't implement this feature in the DAO contract(s).

Amazon Echo 12 years ago

FWIW, you can experience some of this right now. Connect a plugged-in iPhone to a bluetooth speaker and enable "Hey Siri." I did this the other day and it's pretty neat. Of course in my case, my phone was across the room and once I started playing some music I lost control over it... Seems echo fixes that problem though I'd be curious to see how well that works.

AOSP is the carrot, the compliance necessary for google's value add software is the stick.

"Because cloud!" seems to be the answer to most of the points raised in the original article, which kinda sounds ok on the face of it; but why can't those backend services be abstracted out as well? Why shouldn't I be able to choose some other provider for all these services, like location?

It reminds me of a commonly suggested solution to the browser wars in the 90s, when the reasoning for Microsoft's integration of IE directly into the OS was all the new possibilities from such deep integration: why not just allow different browsers/engines (e.g. mozilla) to be swapped in? Well, because then you wouldn't be using MS products anymore!

And I think a lot of that is repeating itself here.

They need your cleartext pw in order to create a config profile and that's it. Why would they need to store your pw at all? Once the config profile is setup, the IMAP AUTH request gets proxied through them to the original provider and handled as normal. No need to store any pws at the proxy.

Effort spent on improving a software rarely goes wasted.

Rarely wasted? Have you seen how many open issues and pull requests on github just languish there forever by unconcerned maintainers? Or projects with a million forks because the maintainer has moved on?

Stating up front that you're not going to even entertain bug reports definitely has an impact on those wishing to improve the software and contribute back. For one, it precludes an entire class of supporters (users who report bugs) from even helping out at all.

Same goes for any centralized service you may use. You are still able to copy passwords manually into a text file, local keepass, etc. True, it is easier with a shared keepass, but the challenge is the same if you truly need to make sure a former employee can no longer access anything.

Here are the numbers I pulled:

AMAZON $58,525.33 18-Oct-12

AMAZON WEB SERVICES $144,955.12 5-Nov-12

AMAZON WEB SERVICES $150,000.00 18-Dec-12 AMAZON WEB SERVICES $150,000.00 18-Dec-12 AMAZON WEB SERVICES $47,887.28 18-Dec-12 AMAZON WEB SERVICES $135.75 18-Dec-12

This is the second article I've seen where the authors forget to multiply by the number of redshift nodes. A single XL node is $0.85/hr so 16 nodes would be $13.60/hr. Still cheaper than their Hive configuration obviously but less than a buck?

I used rbenv for a while but what killed it for me was the huge startup lag it adds to every invocation of ruby or any other bin installed via a gem. I was seeing delays of 4-5 sec which disappeared when I switched to RVM. The universe of tools and integration is also far better in RVM land (though this may have changed more recently).

No clue, but it's nice to have a namespace for it, rather than mucking up the global context with a simple utility method. Might be better off shimmying up to underscore (perhaps only if it's already detected, otherwise go global?), however there are lots of similar jquery 'plugins' of this nature..