Bare git repository was best friend with Syncthing en Synchronizing files and managing code can be simplified by using a bare Git repository with Syncthing instead of installing syncthing in WSL. By checking out a copy of the repository in WSL, files and code can be seamlessly synchronized across both environments without dealing with associated issues. 发布于 2023-02-18 #Git #Syncthing
使用Tauri构建桌面端应用程序——以TodoMVC为例(下) 上篇我们完成了基于sqlite数据库+rust的后端逻辑,但是仅仅有后端逻辑肯定不够,那么还需要完善前端,那么我们再简单的基于jotai状态管理来管理应用内的数据以及完善相应的调用rust后端的逻辑。 发布于 2022-05-02 #Rust #Tauri
使用Tauri构建桌面端应用程序——以TodoMVC为例(上) rust太难学了?学习了rust不会实践?简单使用 Tauri 搭建经典实战项目TodoMVC 来做实践吧。你会发现rust真的很好玩,tauri也是非常的快,转变思维使用rust来写代码真的很爽。 发布于 2022-05-02 #Rust #Tauri
在众多评论插件中选择 Disqus 的原因 作为静态博客的评论系统,Disqus 是一个非常好的选择。但实际上有多种多样的选择,比如:基于Git issues 的 gitalk, 或是基于 Discussions 的 Discus,还有Valine和开源的Waline。其实选择很多但是为什么我会选择Disqus呢? 发布于 2022-04-22 #Blog #Disqus
基于Faunadb和serverless函数为你的静态博客增加阅读计数功能 对于基于Nextjs的静态站点生成计数的博客,为文章增加阅读计数功能不同于基于Wordpress等CMS框架的博客,但是如果使用Vercel等支持serverless函数的托管平台,我们可以比较轻易的集成一些数据库服务来做阅读计数功能。 发布于 2022-04-12 #Blog #Serverless