NeuG, a True Random Number Generator Implementation
NeuG, a True Random Number Generator Implementation NeuG is an implementatio of True Random Number Generator, based on the sampling noise of ADCs (A/D converters). It runs on STM32F103, and it outputs...
View ArticleFRITZING IS STILL FREE! (HOW TO BUILD FROM SOURCE)
FRITZING IS STILL FREE! (HOW TO BUILD FROM SOURCE) Want the latest version of Fritzing for free? This tutorial will teach you how to build the latest version of Fritzing from source code, which is...
View ArticleBlack Magic Probe (BMP) on Bluepill
Black magic probe (BMP) on Bluepill (STM32F103C8 Minimum System Development Board) 2019-04-05 15:00 | tags: STM32STM32F103C8bluepillbmpblack-magic-probearduinolibopencm3 Why I decided to write this? I...
View ArticleRust on STM32F103 Blue Pill with Probe-run tooling
quick start circuit4uDec 5, 2020·2 min read Rust embedded software tooling is always an interesting alternative to MCU vendor specific IDE software, such as those provided by TI, Microchip, STM32,...
View ArticleOpenOCD Notes
OpenOCD server Start the openocd server in one command window. See the previous post Using OpenOCD to flash ARM Cortex M3. #daemon configuration ################################################...
View Article一次说清Refinance是什么鬼
房地产投资基础知识】一次说清Refinance是什么鬼 hongyuincanada楼主 2018-01-28我在多套房贷款经验分享讲座里提到了一个理财思路:Purchase ,Hold, REfinance and SEll,即,PHRESE投资法,不必太在意每套投资房是否有正现金流,通过买入+持有+refinance+继续持有+继续refinance +...
View Article千万次的问: 投资CONDO,还是HOUSE
千万次的问: 投资CONDO,还是HOUSE 阅读量:133 疫情期间,房东和房客都经历了一次考验。我的朋友圈和客户群的很多房东们,都有过在疫情期间换租客的体验。 租客遇到财务困难是普遍现象,但是租客处理交租问题的态度却迥然不同:有人拒不交租金,因为疫情期间法院停止了驱逐欠租人;有些租客负担不了租金,主动提出搬出与家人和朋友合住;有人与房东协商适当降低租金,疫情后补交。...
View Article深度挖掘借款力 王红雨
认知盲点 在资本主义社会中,钱的主要作用是用来投资的,不仅仅是用来消费的 投资的两个工具,复利和杠杆中,在利率高的时候复利作用大,利率低的时候杠杆作用大 一分耕耘一分收获是无产阶级和农业/工业社会的思维,不适合资本主义和信息社会;没有被税过的收入,不能作为杠杆 对房价的恐惧,让一些人只看到现在,看不到未来,用自己的收入衡量别人的买房能力。房价是关键的少数人决定的。 房子是用来住的:自住或租给别人住...
View Article房从0到N之路
投资房从0到N之路 中国人:人为财死鸟为食亡;仓廪实则知礼节,衣食足则知荣辱;让生于有余,争起于不足;人富而仁义附焉;天下攘攘,皆为利往,夫千乘之王,万家之侯,百室之君,尚犹患贫,而况匹夫编户之民乎。” 新教徒的资本主义精神:系统地,理性地追求合法收入和资产,积累超过自身生活基本需求的财富,不虚度时光,不奢侈浪费。...
View Articlegem install 时权限问题的修正
2020 10 月 22 日 gem install 时权限问题的修正 进行 gem install 时,如果报如下权限错误: $ gem install jekyll bundler gem install jekyll bundler ERROR: While executing gem ... (Gem::FilePermissionError) You don't have write...
View Articlehow do i set up in Linux CLI?
On Ubuntu 20, here’s what I do: This is for the suprnova pool, you can change the address below if you want another pool / no pool. git clone https://github.com/WyvernTKC/cpuminer-gr-avx2 sudo apt-get...
View Article硅谷王川:去中心化的流动性黑洞,和区块链第一法则
1/ 流动性,就是钱的一种文邹邹的说法。它还包含了另外一个层面的含义,就是资产可以迅速 (最好是几分钟,不要等几个月甚至几年, 黄花菜都凉了)从一种状态流动变迁到另外一种状态(俗称“变现”),而在流动前后资产的价值没有较大的打折损耗。 2/...
View ArticleVSCode 下我为 Rust 安装了一些插件,
rust-analyzer:它会实时编译和分析你的 Rust 代码,提示代码中的错误,并对类型进行标注。你也可以使用官方的 rust 插件取代。 rust syntax:为代码提供语法高亮。 crates:帮助你分析当前项目的依赖是否是最新的版本。 better toml:Rust 使用 toml 做项目的配置管理。better toml 可以帮你语法高亮,并展示 toml 文件中的错误。...
View ArticleLeetcode Algorithm
I am trying to list down all of the commonly used/asked graph algorithms that are asked on coding interviews.Here is what I found so far. DFS: Tonnes of problems on LeetcodeBFS: Tonnes of problems on...
View Article关于Web3: 退休这两年我错过的技术趋势
关于Web3: 退休这两年我错过的技术趋势 郭宇0xD6DBDecember 27th, 2021 如果你想听一听关于我的故事,我会很愿意用柴禾生一堆篝火,最好是夏季尚未来临时,空气中仍然飘散着丝丝凉意,时间最好是傍晚,这时黄昏的霞光正装饰着远峰的山脊,我们坐在湖边,远处有一些孩子嬉闹的声音传来,这声音可能来自湖的对岸,那里有一片广阔的黑色沙滩,几处帐篷旁的灯火悠悠晃晃,微凉的夜晚如期而至。...
View ArticleResources for Mastering Algorithms & Data Structures
AlgorithmAlgorithmsList of AlgorithmsarXiv – Data Structures and AlgorithmsProgramiz – Data Structures and AlgorithmsData Structures using CIntroduction to Data Structures and AlgorithmsGeeks for...
View Article