-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
个人大数据之旅 #9
Comments
第一章:升级NAS
【网络】
|
#第二章:搭建数据库 ##最终方案: NAS: mysql(双活), redis(不差内存) Serverless服务:mongodb atlas: 免费额度 https://cloud.mongodb.com/ 注意要选Shared 里面的 M0, 有 512M 大小,Serverless 是要钱的,60天没用会回收 DB具体场景:postgres
MySQL
VM场景
|
第三章:搭建ttrss 【What】
【Why】
【How】国产搭建方案,https://github.com/HenryQW/Awesome-TTRSS 放那里?
用什么方案
这个教程不错 https://sspai.com/post/57498 docker 部署
【踩坑】Azure的postgres默认强制ssl登陆,而 ttrss 的初始化代码里,没有打开ssl,会导致报错
解决的方法是在 Azure Postgres的【服务器参数】里,把 require_secure_transport 设为 false 踩坑2
踩坑3
装好之后
|
第四章:搭建rsshub
自己搭建
发现网页的rss源
微信公众号
Wechat2RSS
|
第五章:导入 rss 数据源
【公众号】 |
第六章:数据索引ttrss 的数据,如何索引,如何AI 化? |
第七章:自动化,AI 处理 ttrss数据
|
第八章:个人的【文件传输助手】【待读清单】 wallabag
ttrss插件Chrome 插件
搭建 wallabag
类似的https://github.com/ArchiveBox/ArchiveBox
搭建实操篇搭建在哪里的思考需要的资源和我有的资源
|
第三章,续篇:折腾ttrss各种插件
导入数据源
ALL-about-RSS
|
第十一章,手机机器人自动化hamibot
appium + selenium 应该也是一种方案 |
第十二章 使用python库生成自己的rssFeedgen
|
第十三章 企业微信开发
|
第十四讲 微博爬虫 |
第十五讲 事件触发器
|
第十六讲 手机远程控制
相关软件
对比文章scrcpyMacOS 安装
|
第十七讲 部署 self Read it later omnivore-更现代, 有 web + iOS app + Android app
|
第九章 浏览器插件目的:全面拥抱,上网随时用 ChatGPT,被动使用 + 比较容易的主动 插件列表(用过很多,以下是推荐的,都是我高频使用的)
Monica
Glarity
|
第二十一章 个人微信机器人方案收集
|
第二十二章 语言输入 + AI 优化参考文章
prompt = f"""
Your task is to clean the content in the text to make it smoother.
This content is about xxxxxx.
You need to remove the modal particle and remove the repeated words.
When the sentences are incomplete and the words do not conform to the overall meaning of the context, you need to make appropriate supplements and modifications according to the meaning of the context.
perform the following actions:
1 - remove all newlines.
2 - Browse the content to understand the meaning of this text.
3 - Remove modal particles and unnecessary repetition.
4 - Output the modified content.
I don't need you to summarize, you just need to clean up the content.
Note that you can only modify, add or subtract words, but not add, delete or change sentences.
Clean the text below, delimited by triple backticks.
Return your answer in Chinese
Text: ```{texts[i]}```
""" |
第二十三章 MySQL双向同步
|
第八章,续,搭建 wallabag
|
记录个人大数据相关的 idea
有了ChatGPT之后,AI大爆发,借助大模型,人人都可以用 提示词 的方式搞人工智能,算力大爆发,思路大爆发,一切皆可以用AI重做一遍。
我也不能例外。
【原则】
给自己的要求:每天动动手
【大方向】
【备份】
The text was updated successfully, but these errors were encountered: