joshstaiger's comments

joshstaiger | 3 years ago | on: Six Recent Studies Show an Unexpected Increase in Classical Music Listening

I highly recommend Robert Greenberg's "How to Listen to and Understand Great Music" if you have any interest in Classical.

Available on audible:

https://www.audible.com/pd/How-to-Listen-to-and-Understand-G...

It's long (36 hours, broken up into ~45min lectures), but very engaging and accessible. He goes through the entire history of Western music from Pythagoras through the 20th century. He covers everything from (very basic) music theory to how trends in society and technology influenced the music that was produced in each period.

After listening to the whole thing, it gave me a much more fully formed mental model of how different eras, composers, and styles relate to each other.

And from there it's become much easier to dig in and appreciate different areas of the repertoire, rather than idly trying to absorb disparate pieces that would come up on radio/streaming.

joshstaiger | 8 years ago | on: Ask HN: How can I get better at bash?

1000 times this.

You're going to get a lot of snark from people saying things like "don't", or "learn python instead".

This epitomizes "a little knowledge is a dangerous thing".

Bash has many cringeworthy aspects, but we have to deal with the world as it is, not the world as we would like it to be, and the reality is that bash is the default shell on 99.9% of unix boxes you encounter — even if you use an alt shell on your machine.

Coworkers machine? Bash. Default AWS AMI? Bash. init script to bootstrap $DAEMON? Bash. ssh to a server at your workplace? Bash. Random O'Reilly Linux tutorial? Assumes bash.

My advice?

Take some time.

Sit down.

and read "man bash"

cover-to-cover.

at least once.

A lot of the illogical things in bash make a lot more sense once you understand its parsing/expansion rules. And once you understand what is in the language vs an external terminal program in your PATH.

Since that sounds unappealing (and I scoffed at that very advice for many years), I've also found the wooledge bash guide to be very helpful.

joshstaiger | 8 years ago | on: Clojure Linear Algebra Refresher, Part 4: Linear Transformations

I'm not sure if you'll see this 2 days later, but I've been trying to make heads or tails of your example and I think there’s a mistake in there somewhere.

Maybe I'm hopelessly lost, but, for one, the inverse of

    ( 1  1  1)
    ( 1  2  3)
    ( 1  2  4)
is not:

    ( 2 -1  0)
    (-3  2 -1)
    ( 1 -2  1)
On the off chance you see this, any pointers?

joshstaiger | 9 years ago | on: Swift: Challenges and Opportunity for Language and Compiler Research [pdf]

1000 times this. I've been really enthusiastic about the idea of a modern, compiled, type safe, systems language, backed by a major tech juggernaut.

But the compiler crashes and sourcekit instability are just breathtaking (even in 3.0+). I'm surprised I haven't seen this get more attention.

I'd (somewhat) expected something like this for the first few releases, but two years in I'm starting to think the team bit off more than they can chew with the type system.

joshstaiger | 9 years ago | on: Show HN: AutoMicroFarm Is Ready for Shipping

Very cool! I'll be keeping an eye on this.

This year I've been experimenting with these DIY self-watering grow containers:

http://earthtainer.tomatofest.com/pdfs/EarthTainer-Construct...

Very little maintenance after the initial assembly and planting, and I've had pretty great results so far.

I've heard about aquaponics before, but never dug into it. I'd be interested in hearing about its advantages over a (presumably less involved) traditional container setup like mine.

joshstaiger | 10 years ago | on: G is for Google

Only if it is invested offshore. If it comes back to the US, it will be taxed. Same situation as before.

joshstaiger | 10 years ago | on: G is for Google

Sure, but Berkshire is also explicit about the fact that they only acquire pre-existing "remarkable" businesses.

They may benefit from the firehose, but were already self-sufficient without it.

That’s in stark contrast to the Google/Alphabet model, where there’s no way driverless cars could exist independent of the adwords firehose.

It’s waaaay more speculative. On the order of VC investing. Rather than Berkshire’s value investing.

It’ll be interesting to see how this plays out.

joshstaiger | 10 years ago | on: Inside Spotify's Plan to Take on Apple Music

I feel like it’s going to be hard for a company like Spotify to compete on price. Their margins are already thin from what I hear, and they don’t have a hugely profitable hardware business to subsidize their service.

joshstaiger | 11 years ago | on: Go and Swift take another step up the programming language ladder

I get this argument for any other company.

But at this point Apple has gone to great lengths to control the entire toolchain from the OS to the compiler to the chips that run the instructions the compiler produces.

It’d seem odd if they didn’t go with something home-grown as their language of choice.

joshstaiger | 15 years ago | on: AnyLeaf (YC S10) — Putting an End to the Old Supermarket Circular

You can hide items and product categories you’ll never eat.

I hate eating processed foods, too. Just click the hide buttons next to those categories (Snacks, Canned Foods, et all), and you won’t see them again.

Unfortunately we don’t have Trader Joe’s or Whole Foods yet, though :(

joshstaiger | 15 years ago | on: AnyLeaf (YC S10) — Putting an End to the Old Supermarket Circular

It's useful (at least for me) even if you only go to one store.

We use historical data to judge how good the sales are for items at any given time — and it’s surprising how much variation there is week to week.

Usually when I shop, I’m looking to get fresh meat and produce of some sort. If salmon is steeply discounted this week, I’ll spring for that vs chicken breast that is only slightly discounted from the norm.

joshstaiger | 15 years ago | on: Plea HN: Any work?

Probably a good time to point out that the email field in your profile isn’t listed publicly. It’s there for pg to contact you if need be.

If you want others to see your email, put it in the about section.

page 1