PinnedDigital Strategy Consultant with a solid background in smart contracts, blockchain and AII’m focusing on the business potential of emerging technologies.Oct 27, 2020Oct 27, 2020
Published inRust MasterclassHow to iterate over Rust struct fieldsThe basic use case for manipulating Rust code programmatically is to iterate over struct fields, This can be done by procedural macros.6d ago6d ago
Published inRust MasterclassHow to create the Fibonacci (and other recursive sequences) in a declarative way with Rust macrosProgramming is fun, metaprogramming is fun squared. E.g. declaring the Fibonacci sequence like this: “a[n] = 0, 1; …; a[n-2] + a[n-1]”…Jan 18Jan 18
Published inDAML MasterclassDoes the Daml API support all CRUD operations? It depends on who is asking.From a technical POV we only have Create and Read. Businesswise, consuming exercise is like Update and Delete. This combo is the UTXO…Sep 2, 2023Sep 2, 2023
Published inBeneficial IntelligenceDiscovering the Transformer architectureChatGPT, BERT, LLaMA and other LLMs use Transformer which you can discover here by understanding the original paper and source code.Aug 17, 2023Aug 17, 2023
Published inBeneficial IntelligenceI want to use ChatGPT as “interpreter” rather than “generative” AII don’t want ChatGPT to ghost write form me. I want to use it as “System 1.5”, as an assistant interpreter, rather than outsourcing my…Aug 12, 2023Aug 12, 2023
Bridging the business-IT gap — how I can help thrive your digital businessStrategic platform choice, solution desing, development, consulting and content marketing.Jul 24, 2023Jul 24, 2023
Published inDAML MasterclassA Daml ledger tells a story–how does the action happen?Follow-up post on how the action happens on a Daml ledger and how the screenplay is written for that. You will also see a time machine.Jul 17, 2023Jul 17, 2023
Published inDAML MasterclassA Daml ledger tells a story — it’s time to show it to everyoneHow to show the idea of Daml ledgers and the story told by them for learning, audit, fraud detection, etc.Jul 5, 20231Jul 5, 20231
Published inDAML MasterclassRust + Daml: a biz-friendly smart contract platform deserves a biz-friendly client languageDaml is an expressive language and so is the generated Rust code from the Daml model. They both adopt design choices from Haskell.Apr 11, 2023Apr 11, 2023