sheldonhuang (50)in #tech • 5 years ago重新定义科技型CEO的工作?【名刊速读】专业知识和创新能力 如今,专业知识和创新已成为科技类CEO职位组合中必不可少的部分。 乔布斯成为iPhone手机的首席设计师 贝索斯成为Kindle的首席设计师。例如比尔.盖茨会每天对程序员的代码进行review。而Google的佩奇和布林则发明了PageRank的算法,赋能给Google的搜索。 专利拥有量也很好地反应了这一点:…sheldonhuang (50)in #boscore • 6 years agoBOSCORE/BOS 2.0.2 fixes and EOSIO 1.6.0 & TakeawaysThis article didnot cover all changes, only insofar the necessary changes that looks imperative for me. 1. New Standard PR in eosiosheldonhuang rebloggedeoshenzhen (44)in #eos • 6 years ago【技术教程】用Mac装eosio可能会遇到的两个问题Mac上执行./eosio_build.sh,由于网络或Mac本身系统的问题,经常会出现两个问题 问题1: LLVM NOTFOUND CMake Error at libraries/wasm-jit/Source/Runtime/CMakeLists.txt:26 (find_package): Could not find a…sheldonhuang (50)in #busy • 7 years ago| Common operators | | | | Common operators assignment incrementdecrement arithmetic logical comparison memberaccess other a = ba += ba -= ba *= ba /= ba %=…sheldonhuang (50)in #eos • 7 years agoJan 29 2018 EOS Developer Group Summary - Notification SystemsSpamming Preventions Notifications Systems (inline actions + deferred tx) Testnet & Production Public key TestNet Community Telegram Group EOS Tracker ready for…sheldonhuang (50)in #coding • 7 years agoCoding Practice Diary - Recursive C_stallsBallroom stalls f(x, y, k, a, b) first input f(1, 0, k, n, n+1) 1+0 >= k {return b} k -= x+y create mapm and add a--; m[a/2]+=x; m[a-a/2]+=x // offset…sheldonhuang rebloggedeosgo (63)in #eos • 7 years agoEOS: Explanation of New BFT+DPoS w/ Daniel Larimer - Part 2 of 2Daniel Larimer, CTO of block.one, goes more in depth to explain the new BFT-DPoS solution for EOS; he even compares the EOS implementation of BFT with another well-known…sheldonhuang (50)in #eos • 7 years agoJan 26 2018 EOS Developer Group SummaryExcited ! ppl_count ≥ 3000 Cesar @kesarito introduce his awesome EOS tracker Though haven't been open sources. We can submit the issues Explain of…sheldonhuang rebloggedkesarito (51)in #eos • 7 years agoIntroducing EOS Tracker: Real time viewer for EOS BlockchainDear community, I am really excited to finally bring this project to the public. Introducing EOS Tracker , a real time viewer for EOS blockchain. Features For…sheldonhuang (50)in #eos • 7 years agoJan 25 2018 EOS Developer Group SummaryCore Member David Moss shares update in Github Dawn2.x and Dawn 3.0 has been merged into github Master branch Refers to Thomas latest Post Change the Way we…sheldonhuang (50)in #eos • 7 years agoJan 24 2018 Dev Grp SummaryGood Morning EOS Community Australian EOS Group Oracle Chain Michael Mentioned Oracle.chain white paper James.V shares his understanding of Dan's latest…sheldonhuang (50)in #cn • 7 years agoTelegram EOS Developer Group Summary Jan-23-2018Key Validator : thanks to @sandwich , we can have a beautiful tools built in Electron Michael Yeates Mentioned one common Solution to a common issue in Developer…sheldonhuang (50)in #cn • 7 years ago使用 Go 语言打造区块链(三): 编写持久层和客户端作者:Ivan Kuznetsov 中文翻译:晓顿 原文链接: 介绍 数据库选择BoltDB 数据结构 序列化处理 持久层 查看并打印区块链 命令行界面 1. 介绍…sheldonhuang (50)in #cn • 7 years ago使用 Go 语言打造区块链(二)关于 第一篇: 参见笑来老师翻译的版本: lixiaolai.com/2017/09/28/building-blockchain-in-go-part-1/ 作者:Ivan Kuznetsov 中文翻译:晓顿 原文链接: 介绍 工作证明 哈希算法 如何实施 1.…sheldonhuang (50)in #cn • 7 years ago钥匙不在锁上(一):关注成长才更容易成功高效的执行力,获得成功,本文探讨下心态上建设的反直觉的思考 先摆观点:把注意力放在成长上的人比把注意力放在成功上的人更容易成功 压力脑和理性脑 人有选择的自由,任何时候有选择自己生活态度和思考方式的自由。 很多人认为压力越大产出越大,deadline是最大的生产力,但实际上用生物学知识分析却得到不同的结论,…sheldonhuang (50)in #technology • 7 years agoFrom give up to pick up -- VIMBest Learning Tipssheldonhuang (50)in #cn • 7 years agoEOS 架构简介在积累 BitShares 和 Steem 三年的实践经验之后,我们深刻认识到做出一个伟大的分布式应用绝不仅仅需要一个快速传输的区块链本身, 它还需要能够为数百万并发用户提供可用体验的基础设施。 在steemit.com的早期,用户期望更够不上传图像到Steemit上,并由Steemit来保存。…sheldonhuang (50)in #cn • 7 years agoEOS之路 第三篇 编写智能合约Creating a Contract,编写合约 实例合约 使用eosc 创建并发表货币合约,在 eos/contracts/currency 的文件夹中有实例的现金合约 ###1. 为货币合约创立一个账户tester $ ./eosc create keysheldonhuang (50)in #cn • 7 years agoEOS Shell./eosd导读./eosd --help arg 会被替换掉的 账户历史 account_history_plugin --f[ --filter_on_accounts ] : 只查询在listed 账户下的交易记录 --get-transactions-time-limit arg (=3) : 限定一个获取单个交易记录的最大时间范围…sheldonhuang (50)in #cn • 7 years agoEOS之路 第二篇 账户创建与处理知识储备 eosd操作 /eosd --help 因为篇幅过长,请参阅 eosd 操作导读 eosc 操作: 有五个主要的Subcommands: create 创建 get 获取账户和合约的信息 contract 创建并更新账户上的合约 transfer 转账 benchmark 配置和执行基准测试…