Login
Discover
Waves
Communities
Login
Signup
Fahmi Akbar Wildana
@drsensor
63
IoT Enthusiast, Toolman, Poking some OSS project, Appear from nowhere, Ending conversation out of nowhere 🤣
Followers
307
Following
186
Follow
Resource Credits
Available
Used
Location
Purwokerto, Indonesia
Website
https://www.patreon.com/DrSensor
Created
2018-04-03 01:27
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
drsensor
scdlang
2019-05-31 16:43
Introducing Scdlang (Statecharts Description Language), a universal description language for defining State Machine
Repository PR#3 About Scdlang is a description language for describing Statecharts that later can be used to generate code or just transpile it into another format. Although the syntax itself inspired
$ 42.297
36
3
drsensor
free-snaxaccount
2019-07-13 05:36
~
I want to link my Steem account with my account on Snax blockchain using Please, create Snax account for me! My authentication hash: 42fd74a50a17a04ab9904d1963a05c3ebb224ce352389898f9621490dc7733b4
$ 0.033
11
drsensor
scdlang
2019-07-09 05:58
Scdlang v0.2 update overview
Repository PR#19 New Features One challenge when initiating a project is how to maintain the complexity. To make refactoring easy in the near futures, starting from this version, my strategy for each update
drsensor
byteball
2019-01-11 10:57
Byteball Bot Wars progress report - Github Attestation Bot
Repository Introduction Well, I hope it's not too late to submit my first and last report (better late rather than not 😭). This is just a simple attestation bot that attests your Github profile. I participate
drsensor
openiotchallenge
2018-12-11 03:08
Concept for Fearless and Agile Firmware Development #1
This notes is not about HIL or HDL Simulator Motivation In OSS, embedded software development is one area that is pretty alienated. Most of the time it was related to a hardcore low-level programming.
drsensor
utopian-io
2018-11-26 02:44
Byteduino: Create your own Hardware Cosigner for Byteball
Repository In response of Byteduino Task Request What Will I Learn? You will learn how to create your own hardware cosigner You will learn how hardware cosigner works Requirements Visual Studio Code with
drsensor
utopian-io
2018-11-26 02:35
Programming ESP µC - Setup and program NodeMCU esp8266 using Visual Studio Code extension for Arduino
Repository What Will I Learn? You will learn how to setup and configure Arduino VSCode extension for esp8266 You will learn how to check NodeMCU esp8266 specification directly. Useful if you want to avoid
drsensor
utopian-io
2018-11-05 00:56
GUC-Desktop update: integration with fluent-git and move posting key from experimental to stable feature :yay:
Repository About GUC-Desktop is a note taking app which store your notes as a Git Objects using git notes. Later onTBH the user can combine those notes and post it to Steem, especially for creating a post
drsensor
blog
2018-10-28 04:25
Some though about IoT, WebAssembly, and Blockchain
Well, it's been a decade I make a casual blog post on any blogging platform 😂. This post is not about my personal life or lifestyle, just an update about what am I doing related to tech and programming.
drsensor
utopian-io
2018-10-21 11:53
rs-jest and rollup-plugin-rust Update: Integrating with webassembly-loader and Some Bug Fixes
Repository PR#26 PR#8 Since it's been past 1 month, I need to update this 2 packages 😄 Introduction This 2 npm packages is some of my attempts to make Rust can be integrated in Javascript/Typescript base
drsensor
utopian-io
2018-10-18 10:11
Introducing webassembly-loader: Yet another webpack-loader for importing wasm code 😂
Repository About Just as I mentioned when first releasing rs-jest, I need to create another wasm-loader alike because rs-jest and rollup-plugin-rust can export wasm into javascript module in various mode
drsensor
utopian-io
2018-10-04 23:35
Introducing fluent-git: A JS/TS library to make using git fluently 😎
Repository About fluent-git is a Javascript/Typescript library for operating git client easier yet powerfull by leveraging Fluent API Design. For example if I want to add notes on specific file at specific
drsensor
utopian-io
2018-10-01 06:05
GUC Desktop: Notes taking app for creating development updates seamlessly
Repository This is a following post for utopian hackathon About GUC-Desktop is a notes taking app which store your notes as a Git Objects using git notes. Later on the user can combine those notes and
drsensor
development
2018-09-21 22:21
Demo GUC
This post is the not demo for
drsensor
byteball
2018-09-15 01:29
Byteball Use-a-Thon: A way to contract/reward Contributor efficiently - High level detail and the direction
Repository After doing some quick assesment, seems I can't build this project. I will pass the ideas, direction, and architecture to the community and see if this project get move on or being stalled (probably
drsensor
utopian-io
2018-09-06 09:01
Introducing rs-jest. A Jest preprocessor for transforming Rust code into Javascript module
Repository RepositoryLink rs-jest Example About rs-jest rs-jest is a Jest preprocessor for transforming Rust code so that Jest can test a project that incorporate Rust on it. Current features Well, the
drsensor
byteball
2018-09-02 00:26
Byteball Use-a-Thon: A way to contract/reward Contributor efficiently - Architecture
Last week I write my intention that I probably going to build a way to contract/reward Contributor efficiently in developing a software-based project. In this post, I will talk about the possibles architecture
drsensor
utopian-io
2018-08-26 12:44
rollup-plugin-rust minor update: v1.1.0 - asynchronous compile/load, call Javascript function on Rust code, some bug fixes
Repository This minor update consists of 2 things, bug fixes and adding features to support async load/compile. Also, JS function now can be called in Rust code. updatepull request async compile/load +
drsensor
byteball
2018-08-24 15:34
Byteball Use-a-Thon: A way to contract/reward Contributor efficiently
Motivation In software development, either commercial or open source, outsourcing quality contribution is difficult. That exists because creating bounties while verifying the quality of contribution is
drsensor
utopian-io
2018-08-19 04:32
Introducing rollup-plugin-rust
Repository RepositoryLink rollup-plugin-rust Example usage About rollup-plugin-rust This is a rollup plugin that makes Rust code can be used in Javascript. The main motivation I build this because I need