摘要:
from: https://weaviate.io/blog/distance-metrics-in-vector-search Vector databases - like Weaviate - use machine learning models to analyze data and ca 阅读全文
摘要:
from: https://blog.logrocket.com/react-memo-vs-usememo/ Memoization is one of the ways to optimize performance. In this article, we’ll explore how it 阅读全文
摘要:
国外的不少在线生成二维码网站,但生成后的二维码有猫腻,用相机扫描后发现网址是先经过他们自己的网站,然后再转发到我输入的网址的。 https://www.34qr.com/#text ,这个网站在线生成的二维码没有跳转,输入的是什么网址编入的就是什么网址。 阅读全文
摘要:
组件地址:https://github.com/pgvector/pgvector 我的机器是MacOS,下载的postgreSQL是15,按理下载下来是自动安装了pgvector,但是测试的时候发现并没有这个extension。 按文档执行: make -- 报错,clang: error: un 阅读全文
摘要:
react native上的notifee组建可发送local notification和remote push notification,可订阅各种Event。我使用的是local notification。另一个与之对应的是expo notification,也是很好的组建,但我的app未来想用 阅读全文
摘要:
install packages in a virtual environment using pip and venv https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environmen 阅读全文
摘要:
pip安装出错: error: externally-managed-environment × This environment is externally managed ╰─> To install Python packages system-wide, try apt install py 阅读全文
摘要:
from: https://javascript.info/promise-basics Promise Imagine that you’re a top singer, and fans ask day and night for your upcoming song. To get some 阅读全文
摘要:
有时需要在bottom tab中的screen中隐藏tab bar,包括其占用的高度也隐藏。参见:https://medium.com/@indrajit.suryakanta.9/customise-tabbar-in-react-native-bottom-tab-navigator-e2ced 阅读全文
摘要:
我对这几个概念粗浅的理解: 导数: 对于一个方程:y=f(x),在某点的导数就是该点的切线的斜率,也即:f'(x) = dy/dx 。对于P0点的导数,就是角度∂的tan值,但是一般也不容易计算,所以可以用lim求极限的方式,也即计算PP0线无限接近P0的tan角度的值。 微分的定义可以粗略的人为是 阅读全文