Hacker Timesnew | past | comments | ask | show | jobs | submit | jman1's commentslogin

Its a great little tool. I have been using it for a over a year now and it simplifies the dev environment issues by sandboxing it. In general, it allows you to isolate your development servers and other such programs and libraries in a sandbox. You can use the editors, browsers etc on your local machine however the servers and other heavy lifting can be done by the vm in the sandbox env. I think this is still bleeding edge stuff as I dont see very many developers using this. Would love to hear experiences of fellow hackers.

One question - I use vagrant with VirtualBox as the provider. Has any body used vagrant with the VMware provider. Wondering if one sees better performance on vmware than virtualbox. Specially when you are running everything (host and guest) on the same hdd.


On my Mac, using VMware was rougly 4 times faster than VirtualBox, particularly when running very long puppet scripts and using memory. I was very happy to pay for the VMware Fusion support and to buy VMware Fusion in the first place (it is 10x better than Parallels for the VM client drivers alone). The tricky bits for me were, at least a few months ago, some of the commands were different and of course the base OS VMs should be different given different client drivers. But it is possible to have one Vagrantfile serve both VirtualBox and VMware Fusion, so devs can choose which environment works best for them.


I've used both. Honestly, I don't have any hard stats to back this up but in a Unix environment, VirtualBox is the way to go. I've done a bit of dev on a Windows machine, for training purposes, and I've found that VMware has better performance.

Again, this is based solely on subjective, empirical data.

And yes, Vagrant is awesome.


Employers will always have the upper hand because in the western world discussing/knowing salaries of peers is considered taboo( I never understood this as somebody who comes from the east where asking friends and peers their salary is very normal). Level the playing field. Discuss your salary more openly and you will see things get fairer( if that's a word). Not all will make the same but you will get to what you deserve very quickly. It also helps by letting you get an idea of what you need to do to get to the next level. Would love to hear the communities thoughts on this somewhat contrarian view.


Do you see any performance issues. How long have you been using this setup ? Just wondering if the SSD's on the air can handle the extra I/O without shortening its life drastically.


Awesome links!


Good point. Your comment about being face in the crowd is similar to the gut feeling I had. I guess the question now becomes how does one really start a professional services business (read I'd like to have a business where I can help other businesses migrate to the cloud, which I think can be a viable service business)


That's a big question.

There are two marketing strategies I find useful for it services.

(1) Flagpole marketing, defined by consultant M.K. Bergman

http://www.mkbergman.com/969/of-flagpoles-and-fishes/

The idea here is to create visible accomplishments that distinguish yourself from others. This could be a web site or something open source or it could be, "I did X for Company Y and it increased their revenue by Z".

People in business like action, so prove that you can do things.

Flagpole marketing, fully developed, can bring leads to you, hot leads that are already deeply interested and who you can quickly close sales with.

(2) Fishing. Here you build a list of prospects, contact them, work them and turn them into customers.

There are many ways to make a list. If you're looking for businesses in your area, read the newspaper and note any news about companies you haven't heard about. Go to the commercial park and write down the name of companies you see on the plaques. If you cold call somebody who won't be a customer, try to get a referral to somebody who could be.

It's hard work and you can reasonably expect to spend 1/3 of your time doing it.

It's why salespeople get paid.


What happens to my data on the website when I revoke my permissions from google/Facebook ?


Iirc they're supposed to delete it, but whether they do depends on them.


FB doesn't delete any info - period. They seem to archive everything. For example, if you post a photo, then delete it, they still archive it. Delete to you is Archive to them. I have been doing small tests and this is what I have found.


Parent(s) are talking about the websites that get data from Facebook, not Facebook itself.


Really !! AT&T will do that for free without giving me trouble ? If so that would be fantastic.


Yes, if you are out of contract fit those phones.


Any suggestions on how I can get a list of distinct email addresses from which I have received emails ? Kinda like a select distinct on db table ?


Exporting and importing contacts as csv: http://support.google.com/mail/bin/answer.py?hl=en&answe...

You could then manipulate that file to hand remove duplicates, could use A2=A1 type formula in a spreadsheet and fill down to find dupes, copy relevant column to text file and sort and uniq in *nix: http://linux.about.com/library/cmd/blcmdl1_uniq.htm

Merging and mass merging Gmail contacts: http://support.google.com/mail/bin/answer.py?hl=en&answe...

You could also use Thunderbird. A few t-bird plugins will let you do things like remove dupes and sync with Gmail.

As for cleaning your inbox though, I would see this as an opportunity to write a script in Ruby that uses IMAP to automate your scrape and purge: http://www.ruby-doc.org/stdlib-1.9.3/libdoc/net/imap/rdoc/Ne... Or whatever other language you'd like to use. I just like Ruby, but since it might involve a lot of text parsing, maybe Perl would be a good choice: http://search.cpan.org/~djkernen/Mail-IMAPClient/IMAPClient....

And then GPLv3 your script, put it on GitHub, use a default GitHub template to create a nice looking site for it, and post the link back to HN with the cool doc saying how to use it.


Why is this surprising?


Does it need to be surprising?


I have the same question but seems like its free and anybody can go. Gary's blog does not post any restrictions either.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: