back
user profile
wiradikusuma
5,470karma·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
Since we're in this topic, can anyone suggest good AI-based tool for exploratory (fuzzy?) web testing?
comment
Personally, I hope EV adoption (in Indonesia) improves, as they mostly come from China and challenge the status quo of Japanese cars. Chinese cars are a "better deal" because they give more …
comment
Just wondering: Does anyone here use Discord as a Slack alternative? Meaning for Work™. Why and why not? I've been using it for a small startup, not in a regulated space (not defense, fintech). S…
comment
First time hearing PARA, how does it compare to GTD? (Not looking for generic answer, but from experience as typical HN crowd)
comment
"These guys are much better than houseflies... ...They don’t transmit disease" -- My worry is for houseflies to sneak inside and cross-breed and "poison the well", is that possible…
comment
Don't trains run on a fixed path, meaning we can use more traditional "positioning systems" like, umm, math? Or placing passive sensors or paint a big number on the wall?
comment
There's a saying that no idea is unique, that when you think of an idea, someone else would have thought of the same. I _literally_ have the same idea and am working on a PoC, except mine is comp…
comment
> With everything running in a monolith, if a bug is introduced in one destination that causes the service to crash, the service will crash for all destinations We can have a service with 100 featu…
comment
If you haven't checked Scala 3, give it a try. Its syntax is now Python-like (indentation based), although you can also use C style if you prefer. And it's faster (or maybe my laptop is fast…
comment
I want to create a "gaming streaming platform" like Stadia as a weekend project, does anyone know where to get started? Basically where the input device and the game are in different machine…
comment
I have a feeling somebody will link that xkcd post soon...
comment
Before even deciding which Java to install, you have to decide which _version managers_ to use: 1. No version manager, download and install manually. Not that hard, since it's just a zip file and…
comment
Does anyone know why NPM seems to be the only attractive target? Python and Java are very popular, but I haven't heard anything in those ecosystems for a while. Is it because something inherently…
comment
Bottled (mineral) water is a big business in Indonesia. Not sure if "people" are incentivized to change that anytime soon.
comment
Alcohol is more expensive than other countries, in general.
comment
I used to say, "Don't worry, we host it on Cloudflare. If it's down, then 30% internet is down. It's highly unlikely." Well...
comment
Can we use Rust / Go / Java (GraalVM Native) or Flutter Linux to build an executable that runs on an OS with an Ironclad kernel? Or is there special treatment that makes it incompatible with…
comment
Sounds like MobX (for Dart) https://mobx.netlify.app/ (and GetIt, for the DI)
comment
You may not realize it, but barring price, EVs (esp. Chinese EVs) are like smartphones. When you buy one, in 3 months there's another model with better tech and cheaper (ceterus paribus). Not ide…
comment
Could you elaborate on "orientation"? Let's say for C-to-C, are you talking about swapping the head/tail? Or simply connecting at a different angle (180 degrees)?
comment
In 2018, I founded a startup specializing in chatbot for events. At the time the platforms were Alexa Skills, Actions on Google, and Messenger Platform (and LINE Bot, for people in Asia). I guess what…
comment
I might not be able to afford paid support yet since it's just PoC, but if it's okay to be public, could they respond to the GitHub issue instead so it can benefit others? https://…
comment
Exactly my thoughts, and yes, it's not HTTP. Not a big deal, I guess, if they explain how to work around it...
comment
Cloudflare has its own DB (D1, Sqlite-derived), but you can also connect with PostgreSQL using their adapter (Hyperdrive). I have used both, they're okay.