Live data from Hacker News

Ask HN: Can I help you be more awesome today? (No strings.)

news.ycombinator.com

21–30 of 60 posts

Re: Ask HN: Can I help you be more awesome today? (No strings.)

#21

Well, since you helped me to find an awesome webhost last time, I figure I'll bite on some more generosity. :) I have a product that will be completed soon. I do not plan on selling this product through my site, but I do want to drive traffic there before and after release. I have kept myself socially detached on the Internet in the past and I do not have a Facebook and only recently embraced Twitter and G+. I am slo…

Really happy that they are working out for you!

PHP has been my world for many years and recently I've begun branching out. After playing around with the likes of Python, Ruby, and NodeJS; they are all just tools that you can use to get the job done.

That said, there are much better tools than others for specific tasks. And I were to suggest a language that you should start learning in regards to web development, I would probably not recommend PHP. The language has hit a bit of a slow trough as they (the PHP gods) decide on an appropriate roadmap going forward. PHP will be around for a long, long time so there's not much worry of it becoming legacy too quickly.

But other languages are much better maintained and have more activity in the community. (My current favorite being Python.)

Regarding your problem at hand, PHP can do this quite simply and the only resource you'll need would be http://php.net/mail/. That said, I wouldn't use this for high volume traffic as the mail implementation in PHP is not efficient. (Read the notes on that link.)

Email on the internet is a bit tricky, especially when ensuring your message is delivered appropriately, well-formatted, readable in both text and HTML, etc. And as soon as you start hitting these problem, it's a much more efficient use of your time to go with these services over rolling your own.

This is just one person's opinion who ended up using a perl script to handle mailing functionality instead of PHP's native function in a PHP app he wrote. blush

Re: Ask HN: Can I help you be more awesome today? (No strings.)

#22
post #8

I'm trying to find a mentor. I need help finding potential candidates. I'm 19 and I'm really interested in doing systems-level work in either C or, more recently, I've been looking at Erlang. I'm just picking stuff up on my own. The thing is, I don't know any professional programmers. I don't really have any idea how one finds a mentor. I don't know who I should contact. If anyone knows someone who might be intereste…

You need to surround yourself with the sort of people whom you want to emulate. And no matter where you are, there's sure to be a community of programmers who are interested in getting together and talking about their trade. Colleges are obvious hotspots for this sort of activity, but also consider approaching some local tech companies for possible internships (even if they aren't looking for any). Seek out people on…

Thanks, I might be interested in moving to South Florida. I'd love to hear about those opportunities.

Re: Ask HN: Can I help you be more awesome today? (No strings.)

#23
post #8

I'm trying to find a mentor. I need help finding potential candidates. I'm 19 and I'm really interested in doing systems-level work in either C or, more recently, I've been looking at Erlang. I'm just picking stuff up on my own. The thing is, I don't know any professional programmers. I don't really have any idea how one finds a mentor. I don't know who I should contact. If anyone knows someone who might be intereste…

Have you tried going to tech events in your neighbourhood ( http://www.meetup.com/ ) to find a mentor? This has worked very well for me. I'm not a developer so I don't think I would be a good mentor for you. However, if you ever want someone to bounce business/marketing stuff off, I'm always happy to help. @daniellicht

Yeah, this is something that I've been meaning to do. I'll be sure to hit you up if I ever have any business/marketing questions.

Re: Ask HN: Can I help you be more awesome today? (No strings.)

#24

Well, since you helped me to find an awesome webhost last time, I figure I'll bite on some more generosity. :) I have a product that will be completed soon. I do not plan on selling this product through my site, but I do want to drive traffic there before and after release. I have kept myself socially detached on the Internet in the past and I do not have a Facebook and only recently embraced Twitter and G+. I am slo…

Really happy that they are working out for you! PHP has been my world for many years and recently I've begun branching out. After playing around with the likes of Python, Ruby, and NodeJS; they are all just tools that you can use to get the job done. That said, there are much better tools than others for specific tasks. And I were to suggest a language that you should start learning in regards to web development, I w…

Excellent reply sir, might I ask another?

The reason I used PHP for my little script was because I discovered that you just ship the output of the form button to whatever.php and it essentially took whatever values as arguments, then quickly spit me back to the site when it was done. I am familiar with Python, and have written some utilities I use daily, but is just as easy to implement Python server side or do I need to install some extensions that handle this sort of stuff?

Re: Ask HN: Can I help you be more awesome today? (No strings.)

#25

I run http://www.feedsapi.com and I loose too many customers on my funnel for the trial premium between the subscription step and the paypal payment step,( which is free to start: Users enter their datas and click on the submission button, but don't proceed to paypal, which is the next step). How can I fix this? I'm already runnning a multivariant test on my form to tweak the call to action text. Any advice? Thanks f…

Sure, here are my thoughts:

- First thing I can tell you is that when you redirect to Paypal, you don't redirect to a localized version of Paypal. I was sent to the German version, for example. Probably going to turn off many of your visitors who aren't German-speaking.

- Second, WHY are you asking for Paypal credentials if you're not asking for money. To most people, the perception is Paypal == monetary_transaction. Even if they COULD read what the paypal page was saying, they'll see the Paypal domain and instantly click away. And let's assume that they even see that you're not charging anything, this is still a huge obstacle (30-seconds of diversion is HUGE!) in the way of letting potential customer actually understand what your product does. I say, let your users kick the tires without any barriers. If you're really solving a need, people will give you their money.

- Which brings me to my next point... what does your product do? I can't tell? Do you take short-linked RSS feeds and make full-text RSS feeds out of them? Do you take full-text feeds and perform extraction on them? All of that text to the right of your signup form should say simply:

"We make RSS feeds easily readable."

I'm instantly turned off when you say anything like "...tool that tries, and usually succeeds in, separating actual content from other web page elements such as...blahblahblah". There's no confidence in your product and you take too long to get the meat of it.

- Your text is not given any room to breathe. With your text living on top of each other, it makes it difficult for your readers to scan your page for content important to them. (And believe me, they aren't reading it...they're scanning it.) Consider using a CSS framework that will add rhythm and spacing to your text. http://blueprintcss.org or http://960.gs are both decent at what they do and will give you a great foundation to start (even if you have no design skills).

Please take my criticism with a grain of salt. Hope it helps. :)

Re: Ask HN: Can I help you be more awesome today? (No strings.)

#26

Hey, Mike - Do you know anyone who needs a software developer? I was just laid off out of the blue from my latest gig, and I'm looking for something else. I live in Denver right now, and have had a couple of interviews in the past few days, but I'm looking to spread as wide of a net as possible. They say it's easiest to find a job when you have a job, and while the subject of my current employment hasn't come up yet,…

for whatever reason, there is a HUGE demand for etl and bi developers here in FL. Data Warehousing is evidently strong in these parts. You wouldn't know this from reading blogs/twitter/etc but there is quite a bit going on here.

Re: Ask HN: Can I help you be more awesome today? (No strings.)

#27
post #2

I love these things and have wanted to participate for a while, so I'll ask you (Mike) something and offer other HNers my services. Mike, what do you think about the technology scene in south Florida? I'd like to move back home at some point, and I fear returning to a tech-barren wasteland. It's clear that SFla isn't some tech desert, since you're in SFla and I hear about a lot of events from you. Still, my friends a…

There are a few people who have already commented about what is happening in South Florida. (And there is a lot of activity...) Here is a good thread to follow as it stood earlier this year: http://news.ycombinator.com/item?id=2545955 Separately, Brian Breslin (who's been involved here for quite a few years now) has recently written a blog post about it that is another perspective on it: http://brianbreslin.com/on-bu…

Another perspective from @alexdc (another long-time South Florida leader) circa 2009: http://alexdc.org/2009/07/retrospective-of-south-floridas-st...

Here's more communities which I failed to mention originally:

- Mobile Miami Monday (http://momomiami.com/)

- Barcamp Miami (http://barcampmiami.org/)

- Social Media Club (http://smcsf.org/)

- The LaunchPad (http://thelaunchpad.org)

Re: Ask HN: Can I help you be more awesome today? (No strings.)

#29
Hi

I have 2 questions:

1) If you are being overwhelmed by the amount of books you are being suggested by mentors, entrepreneurs and others, how do you tackle this information overload so that you only read and implement the ones which would have the most impact in your life ?

2) What would you do if you had recent failure and now you don't have enough clarity about goals, life direction and the skills you wanna learn to succeed ? I'm 22/non-technical and got little bit of savings from sales commission I earned through online stuff after dropping out from my undergrad program. The money that I made from online sales was higher than the money I could had made from the job in next 10-12 yrs after getting my undergrad degree. So that sales thing is now busted and I was naive enough to believe that the sales gig would last long but it lasted only 1.5 yrs. I had no team at the time, didn't knew much about marketing, startups etc. It was just self employed thing. I'm living in asia. Although I could still start that sales thing again cuz now I know alot more, but it would be just like a commission you get. Should I work on some other idea/startup or get some skills before I do something. Right now I know little bit of sales/marketing. What do you suggest ?

Re: Ask HN: Can I help you be more awesome today? (No strings.)

#30

Hi I have 2 questions: 1) If you are being overwhelmed by the amount of books you are being suggested by mentors, entrepreneurs and others, how do you tackle this information overload so that you only read and implement the ones which would have the most impact in your life ? 2) What would you do if you had recent failure and now you don't have enough clarity about goals, life direction and the skills you wanna learn…

1) This is very common problem, everybody has problem of information overload. Its not possible to read all the book, read all the blog post etc you get the idea. We are always worried by not reading a particular book, we are missing on something important. Our mind try to deceive us whenever we are doing something that we are losing on something else, it will try to bump some idea so that you get off the work, its afraid that he might lose the control on you.

Solution: The main point here is taking back the control, when you are doing something and your mind tells that you are missing, or I have this another great idea. Ask him objectively what is the great idea or what I am missing, if he can answer your question, write it down in your notebook and politely say to him that I know you are trying to help me, I have duly noted down your suggestion / idea will work on it once I am done with the current stuff I am doing.

About books , blog , videos etc, I know I can find the something useful if I go find the dustbin again. The idea here is pick some gem, pick your books / blogs very acutely. Now trust that the book you are reading is sufficient and good and if you need to know anything other than this one, you will bumped by difficultly when you will be needed to know. I think the whole problem arise when we try to use books as Textbooks not as helpbooks, when we try to find the exact method in books not direction where to go from current situation.

Post reply on HN