idbentley | 5 years ago | on: Create diagrams with code using Graphviz
idbentley's comments
idbentley | 6 years ago | on: Show HN: Lannister – open-source wealth manager app
idbentley | 6 years ago | on: Show HN: Lannister – open-source wealth manager app
idbentley | 7 years ago | on: Add detailed message to NullPointerException describing what is null
try{ .. business logic .. } catch (NullPointerException e) { .. else .. }
Rather than a null guard. That's what occurred to me.
idbentley | 7 years ago | on: Graying Out
Becomes exhausting.
idbentley | 7 years ago | on: NYC Open Letter to Jeff Bezos
In lower Manhattan they might be unnoticed, but that is not New York. Queens, is not Manhattan. You're talking about a major gentrification event. Can't handle is bad wording, but it would seriously exacerbate the wealth distribution problem here, which is already the worst in the country.
idbentley | 7 years ago | on: NYC Open Letter to Jeff Bezos
They probably oversell the economic benefit, and it's pretty foul the way a corporation can push around politicians. But the bottom line is, these jobs wouldn't go to existing New Yorkers in large part, and that makes the economic benefit to New Yorkers thing difficult to reason about.
idbentley | 7 years ago | on: Bye Bye Mongo, Hello Postgres
Training is exceptionally hard. Databases are hard to manage, and it takes years to learn to diagnose their function on unknown hardware / software.
This all being said, "no provided cloudformation, AMIs etc." is no bueno - not a good experience for the user.
If you haven't used Mongo with WiredTiger, you really haven't used it at it's best.
idbentley | 7 years ago | on: Bye Bye Mongo, Hello Postgres
They used the version of OpsManager that doesn't manage the deployment - is specifically not a deployment manager. Mongo does offer a managed version of this software, which the author mentions - with a justification for why they couldn't use that offering. However, I think this was the main mistake that The Guardian made. As the author notes: "Database management is important and hard – and we’d rather not be doing it ourselves." They underestimated the complexity of managing database infrastructure. If they had been attempting to set up and manage a large scale redundant PostgreSQL system, they would have spent an enormous engineering effort to do so as well. Using a fully managed solution - like PostgreSQL on RDS from the beginning would have saved them time. Comparing such a fully managed solution to an unmanaged one is an inappropriate comparison.
Full disclosure - I used to work at MongoDB. I have my biases and feelings w.r.t the product & company. In this case I felt that this article didn't actually represent the problem or it's source very accurately.
idbentley | 10 years ago | on: Mozilla Webrender: rendering any webpage at several hundred FPS
idbentley | 10 years ago | on: HFS+ is crazy
idbentley | 10 years ago | on: The Foo at bar.com
idbentley | 10 years ago
idbentley | 11 years ago | on: The View from the Front Seat of the Google Self-Driving Car
idbentley | 11 years ago | on: How Quantum Pairs Stitch Space-Time
idbentley | 11 years ago | on: Linux 4.0
It does seem like a slight against our Ubuntu, Debain, Mac OS, Windows et al. comrades.
Without any context, "Hurr, durr, I'm a sheep" seems rude to users and administrators of every OS distribution. With this context, it seems like maybe not a very funny addition to a long running joke.
idbentley | 11 years ago | on: Linux 4.0
It just seems petty.
Is there something I'm missing?
idbentley | 11 years ago | on: Marissa Mayer Has Completed Step One
Anyone who has any background in the subject knows of the many women who do successfully run companies - they know that there is no need to prove anything of this sort.
idbentley | 11 years ago | on: The Path to Parallel JavaScript
idbentley | 11 years ago | on: Fuck It, I'm Going Back to Firefox
Recently I started teaching Software Development, and once again reached for graphviz for a huge variety of classroom uses.
Thanks!