The Steem Blockchain is Ideal for DAPP (Distributed Application) – 3 seconds a block. And it means that we don’t need to “Rate Limit” the DAPP in most cases …
Teaching Kids Programming: Videos on Data Structures and Algorithms You are given a 0-indexed m x n integer matrix grid. The width of a column is the maximum length …
As of today, The ChatGPT-4 API Access is not yet available but we can request to be on waiting list. However, we can experiment the ChatGPT-4 if we are …
April 22, 2023
Artificial Intelligence, blockchain, ChatGPT (OpenAI), design pattern, design questions, software design, software development, STEEM, SteemIt, System Design
Yesterday, the ChatGPT has been integrated to Steem Blockchain, but the initial design has problems and so other bot commands e.g. !bing, !price, !info and !thumbup. The applications are …
Type “!ask” following a space + the question on the STEEM blockchain. Currently the ChatGPT will listen to the comments (but not the posts). It takes roughly 30 to …
I was trying to test the ChatGPT’s coding skills, thus I prompted it: “Solve the leetcode 704 using Rust”. This is a Binary Search Problem, see the following problem …