Live data from Hacker News

Viewing profile — arasx

arasx

HN member
Joined
Tue, Dec 13, 2016, 4:18 PM UTC
HN karma
9
Public activity
12 items

About arasx

No profile information was provided.

Recent public activity

  1. comment
    Comment #33037215

    I am self taught, formal education in a different field. I don't know if this would answer your question perfectly but I believe whatever success I had in delivering technology cam…

  2. comment
    Comment #33002842

    I normally would not want to comment short "I Agree"s. But this is music in my ears.

  3. comment
    Comment #32988168

    I've actually used OP's system in way higher traffic environments and was happy to read I was not alone. Sometimes all you need are simple tools and if git pull/ssh covers your bas…

  4. comment
    Comment #29606136

    If you can apply the scraping to a use case and sell that use case you have a better chance at a viable business model. Examples come to my mind is; builtwith (scrape sites and pub…

  5. comment
    Comment #29582784

    Software engineering is one of the easiest jobs out there from an ability to track your output standpoint. I think a lot of the commenters implying "if you have 10 hours to cut dow…

  6. comment
    Comment #29556188

    call this a romanticized view, but for every tool mankind has created - there are ways to utilize it in good VS bad outcomes. I didn't really think of it as; the learning would con…

  7. comment
    Comment #29553307

    I've briefly worked on an idea that was "pandora for news" when pandora was the hot music app. The app would learn from your votes and cater news/aggregations based on your prefere…

  8. comment
    Comment #23554914

    also the user directories. domain.com/~user/

  9. comment
    Comment #21634670

    I am willing to bet, attorneys who specialize in exerting money from ecommerce sites based on fluke accessibility lawsuits will not take notice of this problem that presents an act…

  10. comment
  11. comment
    Comment #13271608

    There are hundreds of ready made libraries which help you easily talk to SMTP without invoking a shell cmd. You also have the option to use sock functions (fsockopen) and write you…

  12. comment
    Comment #13167912

    If there is an application level function that alters the data that is stored before presenting to the client on the standard REST model, how is this case handled? Is it handled on…