DeepMind 4 Hacking Yourself README.md update 20211011

DeepMind 4 Hacking Yourself

信息过载的问题,无利于我们阅读习惯的养成。 那么,有没有这么一款工具,能够达到我们对于优质内容聚合、检索的目的,又不会显得过于繁重、复杂,苦于寻找,未果,so,只能自己去干这个事了


Plan 目标

学习目的 扩展自己的技术stack ,每个目标点所用到的技术,理论再详细说明

进行中

2019-10-01

目前这个网站都已经运行了多天了, 个人 认为, 是不怎样好用的,自己收集的东西 都不能有效的 查找,定位, 如果不人工干预的话,只通这样的一个搜索,根本是很难用的。

2021-10-11

个人知识管理最常见的误区
1、总是收集以后有可能用到的、看起来很好的资料,而不是对你真正有用的资料。
2、只收集,不阅读、不跟踪、不整理、不丢弃
3、没有把理论跟实践相结合
4、实践之后缺少记录和总结,特别是缺少输出环节
5、没有形成整体的知识体系
6、没有深入思考,不能回答连续的六个为什么?
7、缺少高度,没有从整体看问题的习惯

个人认为知识管理中最有价值的部分:

持续改进的实践记录心得
理论跟实践结合的系统化知识结构
持久而深入的思考,找出隐藏的规律性,可以预知并避免问题的发生


体系

状态地址作用
改进(20211011更新)https://deepmind.t-salon.cc支线 - 信息记录 - 博客 - 手动采集(插件) - 手动录入
挂起(20211011更新)https://gtd.t-salon.cc支线 - 工作记录 - GTD(getting things done)
挂起(20211011更新)https://wechat_robot.t-salon.cc将个人微信打造成私人助理 做程序相关的工作,例如,保存一个分享的文章,备忘个事,日程CRUD(gtd向),查个什么什么关键字的文章返回,做个什么什么定向爬虫任务,推荐阅读,定向学习,等等 AI向
挂起(20211011更新)https://mind.t-salon.cc支线 - 思维导图 - 百度 1. [TODO] 清理百度帐号相关东西 。2. [TODO] 保存到自己服务器3. 支持通过ID直接打开脑图,以达到分享
挂起(20211011更新)https://wiki.t-salon.cc支线 - 希望最终能达到 开源文档 开源书籍 专题
挂起(20211011更新)https://book-t-salon.cc支线 - 出版书籍 类似 http://www.zoudupai.com 1. 书籍主界面 2. 书籍收集 3. 读书笔记
挂起(20211011更新)https://resume.t-salon.cc支线 - 人才集市
挂起(20211011更新)http://tools.t-salon.cc支线 - 开发工具 - 合集
挂起(20211011更新)https://pm.avic-s.com支线 - 项目管理 -
挂起(20211011更新)未定支线 - 开源众包平台
挂起(20211011更新)https://tupu.t-salon.cc支线 - 知识图谱 手动 自动AI向

信息采集 v0.1.0

网页信息 select choice the page and make html |markdown and the send to server or save as the local file (html | markdown)

https://www.jianshu.com --- 图片保存---Yes
https://laravel-china.org --- 图片保存---Yes
https://www.zhihu.com --- 图片保存---Yes
https://www.cnblogs.com --- 图片保存---Yes
https://blog.csdn.net --- 图片保存---No
https://www.oschina.net --- 图片保存---No


展示方式v0.1.0

目前为以博客方式显示 选择了一个以 laravel 为核心的博客
评论加入markdown支持
正文页图片点击显示更友好
更好的标签,最好能自动出来
更好的标签标注
最好有读写笔记
章节显示,最好有吧
markdown转html后显示的样式美化

博客优化

  • 优化文章多图显示 , 目前只能一个个打开, 而且显示大小有问题
  • 优化后台图片上传, 加入七牛
  • 优化文章搜索, 加入elasticsearch, 通过canal 同步, 历史数据用logstash 同步? 还是只用logstash?
  • 优化标签自动生成 接入百度 + 自己研究 主要目的是 seo优化 与 信息更好的整理
  • 接入百度资源 主动推送文章 助于收录 引用搜索引擎 流量
  • 接入一文多发程序

展示方式v1.0.0

topo 形态

展示方式v2.0.0

mind map 形态
  • 检索 引入 elasticsearch 达到目的
  • 定向爬虫 引入 内容再多 无法吸收 是没用的
  • Hacking 分析文章 骤类 分类

最终形态vX.X.X

点 线 面 体 形成思维逻辑 DeepMind 4 Hacking Yourself

更多的想法与技术实现,请多关注我,由于只是业余时间搞这个,各种信息不定期更新


Getting Started.使用手册

TODO These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites.项目使用条件

What things you need to install the software and how to install them.使用项目需要什么样的开发环境

  • centos 7.*
  • nginx 2.*
  • mysql ~5.6
  • php ^7.1.3
  • java ^1.8
  • redis ~5.0
  • memcache
  • elasticsearch ~6.1.1
  • tensorflow
  • 目前就这么多...
Give examples

Installing 安装

A step by step series of examples that tell you have to get a development env running

Say what the step will be

Give the example

And repeat

until finished

End with an example of getting some data out of the system or using it for a little demo


Running the tests

Explain how to run the automated tests for this system


Break down into end to end tests

Explain what these tests test and why

Give an example

And coding style tests

Explain what these tests test and why

Give an example

Deployment

Add additional notes about how to deploy this on a live system

Built With
  • Dropwizard - The web framework used
  • Maven - Dependency Management
  • ROME - Used to generate RSS Feeds

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.


Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.


Authors

  • Billie Thompson - Initial work - PurpleBooth

See also the list of contributors who participated in this project.


License

This project is licensed under the MIT License - see the LICENSE.md file for details


Acknowledgments

  • Hat tip to anyone who's code was used
  • Inspiration
  • etc

请先后发表评论
  • 最新评论
  • 总共0条评论