back
user profile
wiradikusuma
5,492karma·1,510submissions·January 14, 2011
about
My email is my username at gmail.com.
I'm writing a practical guide to building and launching mobile apps end-to-end: https://opinionatedlaunch.com/
recent activity (1,510 total)
comment
Do you still need to go through a "partner" instead of just DIY SaaS model?
comment
I'm the submitter, but I'm wondering: "spend a month together in Silicon Valley" sounds like for meeting potential investors. But dont we have Covid preventing people from meeting …
comment
Hi Greg, congrats on launching! Everything looks polished. Fast loading time, responsive, clean design. Well done!
comment
Actually, a Trapagon is better for home theater, according to this: http://www.cardas.com/room_setup_golden_trapagon.php …
comment
I completely agree with their pragmatic approach to Scala. Scala is a very powerful language, and you can do super crazy stuff. My approach to writing Scala code is similar: 1. Write the code like a b…
comment
It's very responsive, like literally shrinking the contents to fit the width. Like when iPhone was first introduced and you open websites using its browser.
comment
I use Dgraph, a "native" GraphQL DB. But I still transform the incoming/outgoing JSON to Java object and transforming the object again to/from the DB. Why? 2 things: Business Logic…
comment
I think in your Articles / Tutorials you should show how to migrate(?) e.g. a "Hello World" Maven project running in GitLab CI to Earthly. This will help people understand it better (fr…
comment
Does anyone know where Zillow get its dataset from? I reckon it's essentially sale price? Can a "hobbyist" investor do the same?
comment
I guess the natural next step is to squeeze it into a capsule: https://www.youtube.com/watch?v=2xnE3MQXWy0 …
comment
I can't watch the video since Vimeo is blocked in my country, so I searched YouTube: https://www.youtube.com/watch?v=whk2o98zlpc My questions (because the YouTube video doesn…
comment
So is this like embeddable engine? Or standalone server (like Elasticsearch)? Or UI SDK? How about the widgets (e.g for auto-complete)?
comment
Maybe it's just me being paranoid, but gas/charging stations tend to be in "rugged" environment. If oil cable is slit for whatever reason, you have leaking oil. If power cable is s…
comment
In case you're wondering why 2 separate widget sets, it's only needed if you want to follow each platform's look and feel. If you don't care, or if your app has its own L&F (e.…
comment
The wording in the announcement is not very straightforward. So meaning, if I use Stripe, I will pay Stripe fee and also (reduced) Google Play fee?
comment
I use this "visualizer" all the time: https://explain.dalibo.com/ Clean UI, free.
comment
Similar point to this is wildcard imports in Java. Previously I prefer import bla.* because it's shorter and neater, but as the code grows, more naming conflict and more difficult to find where…
comment
In Indonesia, Covid affected a lot of people financially. So I thought: * For home-seekers: less buying power -> less demand -> cheaper house * For home-owners: cant afford mortgage -> need …
comment
Spring started with XML.
comment
I'm a VPE at group level for a sizable conglomerate. From what I experience myself or through observation, I can say that "codeless CTO" is fine BUT if you can't code, you better d…
comment
Just think about this for a sec. We're reading this from cozy place, thinking wow cool/scary, and 5 minutes later we'll forget about it. Meanwhile, 5 years later some civilian in area o…
comment
"I still got many ideas in my head but right now I’m more cautious about choosing my next project. First of all, when deciding about the next project, I need to choose the smallest idea possible …
comment
FYI: You can't run/compile your code (yet), and by extension it means it won't show any error/warning (I tried deleting some lines). I'm guessing the next step is cloud build.
comment
There should be an open source or even Official RFC(tm) for this. The use case is very generic.
comment
Let customers vote with their wallet then. If I were the judge, I would ask Netflix to stream low bandwidth version of the content so it won't impact SK Broadband. AND, tell BOTH parties that the…
comment
For those who don't want to wait, there's DigitalOcean Spaces ( https://www.digitalocean.com/products/spaces/ ). Disclaimer: I haven't used it, but planning to,…