iurisilvio's comments

iurisilvio | 10 years ago | on: Ask HN: I don't like competitive coding. Won't you hire me as a fresh graduate?

TLDR: Leverage the other things you know. Maybe they are the reason you didn't had time to learn "competitive coding" algorithms.

I had the same problem years ago. You must have a good "excuse" to not know these simple things. You studied it for the last 4-5 years and still don't know?!

It is a flaw in your CV. When I graduated (2011), I failed every algorithm interview. Passed in some that asked me other things, like Python / Bottle / Flask. At that time, I was a Bottle core contributor and had several Flask projects available.

I was too busy working on real projects (internships, startups, open source) and passed all the exams with low grades. My fault. It was a choice and I had to handle the consequences for some time. I don't regret this.

Being a "competitive coder" helps a lot, you have in your head every algorithm they'll ask. Some companies don't hire you without this knowledge. You have less options.

iurisilvio | 10 years ago | on: Ask HN: Why is open source relevant in jobs?

I don't really care if you have your open source project. You can just contribute to some project you like/use. This is how open source works.

The most important thing about it is to understand if you are able to dig someone else's code and fix/improve it. This shows a lot about you. It is your code and you have to interact with other (good) people. It is a social experience.

iurisilvio | 11 years ago | on: Ask HN: Did Cloudflare Destroy My SEO Traffic?

I don't think so.

I'm using Cloudflare as a CDN for my website for 3 months now. All my traffic (~98%) is from Google and it is consistently increasing every week.

It saves 20% of my bandwidth serving static resources and some of most visited pages.

I don't use SSL, it is not important for my pages.

iurisilvio | 11 years ago | on: Those making $1,000+/month on side projects – what did you make?

I don't send all my traffic through AdSense, some go to other services, which give me less profits with less rules. I have a CPM around $2. depending on the ads platform. AdSense is definitely the best one for me.

I started with AdSense 3 months ago and I'm still afraid of being banned and lose all my revenue. I don't explicitly violate any terms, but it is not original content and can easily be framed as doorway pages.

iurisilvio | 11 years ago | on: Those making $1,000+/month on side projects – what did you make?

Small niches are cool, but you probably can't live from ads. Choose a lame subject with lots of users and make a clean and easy to use website.

I have a small directory website. It's pretty boring stuff, but it is a good source of almost passive income. Never published it. I just created the website and sent the sitemap to Google Webmasters. It's 8 months old and I have 400k pageviews/month.

I have lots of projects in idea stage, I want to execute at least two in 2015. My plan is to reinvest all money from this first side project to create others.

iurisilvio | 11 years ago | on: Ask HN: Baseline for web traffic?

This way you only understand your spikes. Why I have a dip on Christmas? I did something wrong or it is just how internet works?

I have the same problem with a website with 98% search traffic. I don't know if Google changed something or if my traffic will go back to normal in next few days.

iurisilvio | 11 years ago | on: Ask HN: How to use small chunks of time productively

Some days, I do this. I never related it to journaling, thanks for that!

The days I do it are really more productive. It is easier to acomplish tasks this way.

I use just a new tab in Sublime Text. I maintain this tab for several days. I never save this file.

iurisilvio | 11 years ago | on: An Experience in Contributing to Open Source

I did 24pullrequests last two years. This year, I didn't actively participate (had 8 PR, but not because 24PR). It was a great experience. I tried to find new projects, related to projects I already used.

It is difficult to contribute to Django, Flask, Rails, Linux or any other large project. Look for small and undermaintained projects. They are easier to understand and have more low hanging fruits.

* I started contributing to Postmon (a brazil zip code API) during a 24pullrequests. Now, I'm a core developer of this project.

* I helped with freedomsponsors.org development a lot (the creator is a friend), looked for issues there too and fixed them (counting for 24pullrequests and receiving some money for it).

* Contributed a lot with bottlepy core, bottlepy plugins and Flask extensions

* Fixed some 24pullrequests bugs =)

* Fixed some docs

I wrote about how 24PR help people to increase OSS contribution, using 2013 stats: http://notenoughmemory.com/2013/01/24pullrequests-post-morte...

page 3