Take advantage of powerful note-taking when Obsidian and DEVONthink play well together.
Forwarded from forecho
现在我们很高兴的宣布,今天正式开启 CashWarden 资产管理软件内测,特邀你使用,地址是 link.3li3.com/cashwarden
目前第一个测试版本功能比较简陋,但是基本功能已经可以使用了。有任何问题可以给我发邮箱。
另外还有一个好消息是本系统代码全部开源,GitHub 地址是 github.com/cashwarden
另另外我们开另一个 Telegram 讨论组,感兴趣欢迎加入 t.me/cashwarden
目前第一个测试版本功能比较简陋,但是基本功能已经可以使用了。有任何问题可以给我发邮箱。
另外还有一个好消息是本系统代码全部开源,GitHub 地址是 github.com/cashwarden
另另外我们开另一个 Telegram 讨论组,感兴趣欢迎加入 t.me/cashwarden
GitHub
CashWarden
An open source financial management system. CashWarden has 11 repositories available. Follow their code on GitHub.
Forwarded from Hacker News (yahnc_bot)
Most-favorited Hacker News posts https://observablehq.com/@tomlarkworthy/hacker-favourites-analysis
Observable
Most favorited Hacker News posts of all time
The most favorited articles by the top 10k most active Hacker News members. The list skews toward innovative learning resources and tech career tips, but there is a little of everything. Data was scraped 2020-09-1 from the public favourites lists. This is…
Forwarded from Hacker News (yahnc_bot)
Git-Based Wiki https://www.bit-101.com/blog/2020/09/git-based-wiki/
Forwarded from Hacker News (yahnc_bot)
Kubernetes: Make your services faster by removing CPU limits https://erickhun.com/posts/kubernetes-faster-services-no-cpu-limits/
Erickhun
Kubernetes: Make your services faster by removing CPU limits
At Buffer, we’ve been using Kubernetes since 2016. We’ve been managing our k8s (kubernetes) cluster with kops, it has about 60 nodes (on AWS), and runs about 1500 containers. Our transition to a micro-service architecture has been full of trial and errors.…
Forwarded from Hacker News (yahnc_bot)
Programming with Categories http://brendanfong.com/programmingcats.html
Brendanfong
MIT 18.S097: Programming with Categories
In this course we explain how category theory—a branch of mathematics known for its ability to organize the key abstractions that structure much of the mathematical universe—has become useful for writing elegant and maintainable code. In particular, we'll…
augustbradley 的 Youtube 视频
🔥Hot & Cold Knowledge Topics – Notion Personal Knowledge Management
🔥Hot & Cold Knowledge Topics – Notion Personal Knowledge Management
YouTube
🔥Hot & 🧊Cold Knowledge Topics – Notion Personal Knowledge Management
Today we add 🔥Hot & 🧊Cold Knowledge Topics to our Notion personal knowledge management system (the Mind Expansion Dashboard + Knowledge Vault Database). This enables us to more quickly access and retrieve information and knowledge resources.
Get my NOTION…
Get my NOTION…
Forwarded from Hacker News (yahnc_bot)
On modern hardware the min-max heap beats a binary heap https://probablydance.com/2020/08/31/on-modern-hardware-the-min-max-heap-beats-a-binary-heap/
Probably Dance
On Modern Hardware the Min-Max Heap beats a Binary Heap
The heap is a data structure that I use all the time and that others somehow use rarely. (I once had a coworker tell me that he knew some code was mine because it used a heap) Recently I was writin…