HN user

intractable

83 karma
Posts0
Comments28
View on HN
No posts found.

This is true, to a certain extent. But it doesn't mean that masters for vinyl always have more dynamics left intact.

More often than not these days, the same compressed master is used for the vinyl. To combat the groove-jumping problem, the overall level is simply dropped.

'Hackers' at 20 11 years ago

Robert Redford, Sydney Poitier, River Phoenix, James Earl Jones, Dan Aykroyd

Don't forget Ben Kingsley, another Oscar winner.

Project Tango 12 years ago

But in absence of this conflict, or the external meaning that is the cause of the (perceived) conflict, they wouldn't know what to do with their own existence

What nonsense.

"Google" is nothing more than a tightly-bound collection of humans.

Yes, and collections of humans tend to exhibit emergent properties / behaviours which are not necessarily ideal in all respects.

Discussion of these properties / behaviours, and their desirability, is not a bad thing.

They see the world in a black and white. "Us" and "them".

This is humorous to see in a post expounding a false dichotomy between the "two" types of people in the world.

I'm interested to know how you manage the risk inherent in project-based billing.

In my experience it is simply unworkable: the client will provide the vaguest of specifications and providing them with a set-in-stone price raises unrealistic expectations. The requirements are simply too fuzzy at the outset of a project to be able to price it accurately.

Of course the solution only becomes more concrete as the project progresses and requirements change and crystallize based on feedback. This is expected behaviour of course, but I've never been able to reconcile it with project-based billing.

Do you simply allow a certain buffer zone and take the good with the bad?

    > underline an arbitrary line of text with '=' characters. In vim that's 11 keypresses across 3 operations
Sounds like a vimgolf challenge to me. Here's my entry:

YpVr=

I would imagine that it would be much easier for Stripe to acquire local Stripe equivalents and rebrand, rather than trying to navigate the labyrinth of financial regulations in each location. Maybe that's the game plan for Pin?

From another Perth guy, more congrats to the Pin team (I actually discovered them when I had the same idea, googled it and found that it existed already - in my own town!)

No, the analogies are spot on.

Anything in the preceding comments which seems ridiculous has been introduced by the concept of "zero tolerance", which precludes common sense.

Zero means zero. If the rules are enforced as written - arguably as intended - this is what you get. The preceding comments just take the concept to its logical conclusion.

In my experience, one of the most significant hindrances has been access to and communication with medical personnel:

- Medics, especially specialists / surgeons, have extremely busy schedules, often holding down both public & private patient responsibilities as well as performing duties for their specific colleges etc.

- The level of IT-savvy amongst healthcare pros is generally low.

- They seem to have a different logic to us IT folk, answers are nebulous for non-medics and hard rules are very difficult to pin down. Ask the same question n times and you will get n different answers, from the same respondent.

When you find a medic who is willing / able to help and towards the positive on all the above axes, you must hold onto them with a death grip.

This is one which had escaped me for years:

    private static bool GreaterThanOne(int @int)
    {
        return @int > 1;
    }
However, it would seem to me to fall into the "never, ever use this" category.
The Joy of Quiet 14 years ago

I agree 100%. I too walked the Camino de Santiago, in 2009.

Probably the best thing I've ever done. I came back centred, happy, relaxed and motivated. I met great people, had great times (and trying times - like walking 40km, into a town with no spare beds, and then walking another 10km to the next town, to again find no beds) and really challenged myself.

Walking alone through those fields is something I'll never forget. Hours of walking brings about a meditative state, and inner quiet which is rare to find.

Start by yourself, this will bring you out of your comfort zone and you'll meet more new people.

It's a great metaphor for life - you meet people, you lose people, you say goodbye, you learn to rely on yourself.

I recommend it to anyone.

The rage these days seems to be to keep your own dotfiles repo, complete with some kind of install mechanism.

My own is here [1] but it covers my whole homedir, not just VIM. I use Rake tasks (originally inspired by @holman, I believe) for install / update / clean.

There is a bootstrapping problem when using Vundle with many plugins [2]. The only way to have your Vundles install cleanly the first time is to split up .vimrc into two separate files, which is what I have done.

[1] https://github.com/anthonywilson/dotfiles

[2] http://www.gmarik.info/blog/2011/05/17/chicken-or-egg-dilemm...

Every time an article like this comes up, snipMate seems to be mentioned. This particular author even pointed to the old repository which appears unmaintained and has not had a check-in for two years.

Where's the love for UltiSnips? [1]

UltiSnips is actively maintained and well documented, not to mention supporting many more features, such as Python interpolation. More info at [2].

[1] https://github.com/SirVer/ultisnips

[2] http://fueledbylemons.com/blog/2011/07/27/why-ultisnips/

I have the same thought process as you, and I find it quite debilitating. It often manifests as a need to know everything about a problem space before even starting on a solution.

The upside is that on the whole I produce code that is logical, consistent, maintainable and relatively bug-free. But it takes a long time.

Ahh, the "What every programmer should know about X" articles.

So, Ulrich Drepper thinks everyone should know about the intricacies of DRAM refreshing. Zed Shaw thinks we should all know statistics. Some other schmoe thinks we should know about SEO. Et cetera.

Posts like these should be titled "I worked hard and feel good about myself for knowing X, therefore everyone should know it."

It is blisteringly stupid. Every programmer needs to know WHAT THEY NEED TO KNOW.

Nobody can know everything. Why don't we all just learn what we need, build the things which interest us, and stop telling others what THEY need?

Having said that... interesting stuff. Just needs a title change.

It's definitely wrong.

According to [1], 614,631 kg were mined in South Africa (which accounts for about 80% of world production) between 2002 and 2009.

Density of platinum = 21.45g/cm^3 = 21.45 * 10^6 g/m^3 = 21.45 * 10^3 kg/m^3

=> total volume mined 2002 - 2009 = 614631 / 21450 = 28.65 m^3 approx.

So that's about 28.65 * 35.29 = 1011 cubic feet, JUST in South Africa and JUST between those years.

Other estimates visualise the total ever mined as a cube of 20 feet per SIDE ([2]), which sounds a bit more like it, given the numbers above - but still feels a little bit low.

[1] http://www.indexmundi.com/minerals/?country=za&product=p...

[2] http://money.howstuffworks.com/question213.htm