joshbackstein's comments

joshbackstein | 7 years ago | on: Addressing Spotify’s Claims

I mostly agree with you, but I think your examples might miss the mark a little.

Craigslist charging employers to post job listings doesn't seem like it would have much of an impact on the consumer market. I'd guess that the business-to-business expense in this instance probably isn't significant enough for it to be passed on to the (employer's) customers or impact their experience.

Restaurants probably don't take as large of a chunk of their revenue or have as many restrictions placed upon them by Grubhub as Spotify does by Apple.

Amazon, on the other hand, is probably the closest comparison. However, I suspect Amazon's services to their sellers involve greater capital and operating expenses than the services Apple provides to their sellers. Both companies need to spend money on tech infrastructure, development, and support. In addition to this, Apple needs to employ reviewers to act as the gatekeepers of the App Store and possibly buy hardware for those reviewers to use. In contrast, Amazon needs to build/purchase/rent warehouses, employ warehouse workers, and purchase warehouse equipment (forklifts, etc.).

Amazon also doesn't take a cut of, for example, Microsoft's subscription fees if someone orders an Xbox and subscribes to Xbox Live. This might be different for Amazon's app store for their Fire OS devices, but I'm guessing you were referring to their general marketplace.

To be fair, I probably don't know enough about any of these markets for my opinions to hold much weight, but I'm not sure if the examples you gave really line up with the situation between Apple and Spotify. But I definitely agree that it's important for people to try to remember to stay unbiased with these things.

joshbackstein | 9 years ago | on: I need feedback

The first thing that immediately caught my attention is that it's not using HTTPS by default. More specifically, login and signup are both performed without it. Personally, I won't sign up for or log in to a site that runs sensitive information over a plain-text connection. Changing the protocol manually gave me a warning that the certificate expired at the beginning of September, so maybe that's being worked on.

joshbackstein | 9 years ago | on: Israel Proves the Desalination Era Is Here

Flash floods during monsoon season could definitely play their part in that, but I imagine wind has a lot to do with it too. Without grass to keep everything in place and help hold the moisture in, the wind picks up the dry soil pretty easily. Dust in heavy wind is kind of like a low-powered sand blaster, so property damage is a legitimate concern there too.

joshbackstein | 9 years ago | on: Ask HN: Migrating from Mac to Windows for development

For me, it depends a lot on what I'm planning to use the machine for.

For web development, I prefer Mac or Linux because I like to be able to do everything on one machine and usually prefer CLI tools. I personally feel like switching to a VM for development would get annoying pretty quickly, but lots of people are okay with that.

You mentioned that you've tried Linux and that the UI was too sluggish. There are lots of distributions out there, so if you limited yourself to just one, it might be worth it to check out some other ones. If you do, keep in mind that some software (Photoshop, etc.) won't run on it. You could use VM (or possibly Wine) to use that stuff, but you'd want to take into account how often you use them. You'd still run into the problem of switching to a VM for certain things with that though. My own experiences:

- Ubuntu was slow for me when I originally tried it; I think they had just started using Unity at the time, and it was terribly buggy and slow for me. I didn't like the design of the interface much either, so I haven't really tried it since then. This is probably the most popular distribution out there, so if it's the one you tried, it might be worth playing with the other ones in a VM to see what you think.

- Linux Mint is fairly popular and a derivative of Ubuntu. Cinnamon and MATE are the default desktop environments for Mint, and most people really seem to enjoy them. During the brief time I played with it, I liked it.

- Debian is a rock-solid distro. It's stable, pretty minimal, and has always run well for me. The packages will probably be outdated because they stick with older releases with better stability, but you can repositories with more up-to-date packages. I used GNOME Shell on it and it was very smooth.

- Fedora is more bleeding edge than Debian is in the Red Hat camp. It's a popular one and uses GNOME Shell by default. It's not as stable, though I never ran into any stability problems myself.

- Elementary OS is pretty nice and based on Ubuntu. It looks a bit like OS X, so you might appreciate the familiarity. I tried it on an older laptop and it was slow, but the hardware is old enough that it won't even run Minecraft, so your experience would almost certainly be better than mine.

- Arch is very minimal (you install everything yourself), so it is very light on resources if you don't bloat it up, but it will probably take a good chunk of time to get set up. It's my preference, but for something that "just works," I wouldn't recommend it.

One of my buddies has had pretty good luck with Bash on Windows. He doesn't do any web development with it, so I can't really vouch for it, but it might still be worth looking into. Another friend says it has worked really well for him too, but I don't know if he's used Ruby with it or not. I will probably wait until it gets pushed to the regular release to use it. There are a lot more tools on Windows for other areas of interest to me, and lack of a good option for CLI tools has kept me from switching back, but Bash on Windows might be enough to make it a viable option again.

That might not have really helped much, but I thought I'd still offer my two cents. What tools do/did you use on your Mac?

page 1