Viewing profile — ankimal
ankimal
HN member- Joined
- Thu, Sep 09, 2010, 2:46 AM UTC
- HN karma
- 718
- Public activity
- 174 items
- HN profile
- View on Hacker News ↗
About ankimal
Recent public activity
-
comment
Comment #19700122
Instagram is the only large social network that does not have a "reshare" FWIW.
-
comment
Comment #19463756
The call out about being "Customer focused" is key! Many engineers use the Individual Contributor path as a means to just solve engineering problems and an exit route from product …
-
comment
Comment #18673829
Are there any reasons for not moving my cash reserves from Marcus to Robinhood given: * Marcus' interest rate is also adjustable and is lower than 3%. * Marcus has no ATM access/de…
-
comment
Comment #18358928
NewsCred | Lead Engineer | New York | Onsite https://www.newscred.com/careers/?gh_jid=1412116 NewsCred is the world’s leading content marketing platform. We build software that sup…
-
comment
Comment #18096942
Its a free world and last I checked its not illegal to work for FB. Trust in market forces to take it course.
-
comment
Comment #18088279
We recently hired an outstanding engineer who graduated from a bootcamp and previously did not apply because we had an archaic requirement around "BS Computer Science or equivalent…
-
comment
Comment #18088243
We have taken out any mention of "culture fit" which to me means more of the same. Instead, we measure culture addition. How will this person add to our culture?
-
comment
Comment #18088221
We took out all mentions of prior knowledge and experience in our entry level job postings. In our more experienced posting, we only ask for prior work experience building software…
-
comment
Comment #16736028
NewsCred | New York | Onsite, Full-time | https://www.newscred.com/careers NewsCred is the world’s leading content marketing company. We build software that supports marketers in c…
-
comment
Comment #13820676
Why not show ads and give the money to a charity or any other foundation of your choice?
-
comment
Comment #13016520
The way I understand it is: (build -> deploy -> feedback -> build -> deploy -> feedback ..) until you reach love, when you can start focussing on growth. The lean philosophy is to …
-
comment
Comment #12921808
That will not even meet min. wage requirements.
-
comment
Comment #12921438
Democracy won. Middle America made their choice based on a hope that Trump will bring back jobs to America, especially manufacturing to the Middle American Industrial heartland. Wh…
-
comment
Comment #12903718
I've had great success with Ruby/Mechanize for regular html scraping and phantomjs for dynamic page scraping.
-
comment
Comment #12702616
Am I the only one who thinks that this is a terrible way to hire any Engineer, Director or not? I may have hung up after first 3 questions saying that "this does not sound like a g…
-
comment
Comment #12585067
Google linked link which is not subject to paywall: http://bit.ly/2cGd7E7
-
comment
Comment #12516668
If you dont want to invest in emerging markets, its not the end of the world. The risks can be higher but so are the rewards. The most important thing is to not just invest in a ma…
-
comment
Comment #11456734
Credit where credit's due. In my time travelling in France (Paris, Nice and surrounding areas), I made every attempt to say the little things in French. "Bonjour" , "Le menu pour A…
-
comment
Comment #11224070
Great attitude and a hunger to learn >> Super smart but a pain to work with, in the long run.
-
comment
Comment #10912813
If you already regret not starting a company, then start one. Generally you would want to give this "experiment" a realistic timeline (ideally, multi years). Set goals on when you …
-
comment
Comment #10860019
http://www.postgresql.org/docs/9.5/static/brin-intro.html If like me you were looking for what BRIN index is all about.
-
comment
Comment #8790114
Can you talk about performance? Having written both vanilla non-js scrapers (which get you far enough) and js scrapers for those pesky web pages, I can confirm that our js scrapes …
-
story
Ask HN: Instagram just changed/broke their API. How do you handle API changes?
Instagram changed their /v1 API by removing a nested hash in their JSON response for images causing a lot of clients to crash. How do you handle API versioning?
-
comment
Comment #5354232
Check out casperjs, it should make life easier. Phantomjs by itself is extremely cumbersome in my experience.
-
comment
Comment #5354231
How is performance with Watir? With casperjs a page takes me on an avg. 5-10 secs. to process.