IT Panda Blog

Life is fantastic


  • Home

  • Tags

  • Categories

  • Archives

Agile: Epic vs User-Story vs Task

Posted on 2019-09-08 Edited on 2019-09-09 In Project Management

Epic-Story-Task EpicEpic是User Story逻辑上的集合, 一个Epic可以被break down成多个小的User Story; 一个Epic可能需要多个Sprint才能完成. User Story vs. Task在JIRA中,User Story与Task可以算作 ...

Read more »

Elasticsearch ILM (index lifecycle management): logstash vs fluentd

Posted on 2019-08-31 In elasticsearch

ILMElasticsearch在升级到7.x之后,推出了一项新功能ILM,用于管理被大家诟病已久的index lifecycle management问题,只需要在kibana内简单配置,就可以管理以前我们不得不设置cronjob去删除index的工作. 但是有个小不便,ILM只能apply到in ...

Read more »

Logstash timezone UTC issue

Posted on 2019-08-31 In elasticsearch

问题现象Logstash向ES输入的数据,总是滞后8小时… 导致0~8点的数据,都会写入前一天的logstash index… 既然总是落后8小时,自然就联想到了时区的问题,查了下果然线上使用的是UTC时间 默认的@timestamp默认的时间是UTC time 解决问题在logstash中,将 ...

Read more »

Pytorch RNN CPU Issue

Posted on 2019-08-30 Edited on 2020-05-04 In machine learning

最近工作上在做搭建机器学习平台的相关工作,使用的是MLflow;但是线上的Data Scientist在使用Pytorch的时候遇到了问题,下面做个记录… 现象MLflow在部署使用Pytorch RNN训练的模型的时候,无法正常启动,内部的gunicorn的work无限重启,同时dump thre ...

Read more »

使用Docker创建Hexo博客并部署到github.io

Posted on 2019-08-04 In blog

最近换了份工作, 所以想把拖延了很久的blog重拾起来, 除了CSDN还想维护一份github.io, 所以先设置下本地的hexo环境. 但是都9102年了, 应该使用Docker setup 比较好. 使用我已经制作好的docker docker pull rexg/blog 启动容器 ...

Read more »
123
Rex

Rex

25 posts
26 categories
49 tags
Links
  • GitHub
© 2019 – 2020 作者拥有版权,转载请注明出处