Viewing profile — lubonay
lubonay
HN member- Joined
- Mon, Apr 28, 2014, 5:34 AM UTC
- HN karma
- 376
- Public activity
- 109 items
- HN profile
- View on Hacker News ↗
About lubonay
No profile information was provided.
Recent public activity
-
comment
Comment #38939189
SQLite works great as the database engine for most low to medium traffic websites (which is to say, most websites). The amount of web traffic that SQLite can handle depends on how …
-
comment
Comment #38926284
What's more interesting to me is that, so far, this strategy has worked fairly well for him and the other shareholders.
-
comment
Comment #34993273
Worked like a charm, thanks!
-
comment
Comment #32689720
Does your "Careers No Reply" email send auto-rejection messages? I applied for the Senior Android dev role around 5 weeks ago and got a rejection message 11 days later, so I'd like…
-
comment
Comment #29333396
And how IS fiat a Ponzi scheme? You don't buy into the US dollar expecting your "share" of dollars to go up. You just use it to pay for stuff.
-
comment
Comment #29263556
Raw fiat is NOT a new experiment, the Yuan dynasty in China printed paper money in the 13th century, not backed by any precious metal or commodity. They printed too much and had in…
-
comment
Comment #28485511
Well, he said Java for Android. The Android SDK is a capricious beast and the documentation is often outdated or sub-par.
-
comment
Comment #26355399
That's a tricky question. You could say Ukraine has Russian roots in that it split off of the Russian Empire and then the USSR. You could also say Russia has Ukrainian roots becaus…
-
comment
Comment #25440330
They may also be very unclear or outright missing, depending on the country.
-
comment
Comment #25429250
That's kind of a moot point - most Android devices are not Google's own phones, so you can't ship a reliable user experience on most Android devices.
-
comment
Comment #25375422
Lots of companies are not profitable in the beginning, that's not a problem for many investors.
-
comment
Comment #25331567
Kinda... developing UIs is around 10x easier and faster, but you can get in trouble when you want to integrate with device APIs like Camera, Location, etc. You also don't have such…
-
comment
Comment #25331516
Android is open-source but large parts of it aren't - for example, the google play services libs. The open parts can take literal years to get a fix merged and deployed, so "some o…
-
comment
Comment #25274483
Yeah, I believe the point was to inline source code so it's easier to reason about as you read it, not to inline at compilation for some runtime advantage.
-
comment
Comment #24493981
Am I the only one who thinks it's weird that there are no tests in the repo?
-
comment
Comment #24480817
+1 on starting out with 16 hour fasts. It also seems that some people can't tolerate fasting for whatever reason, so GP might just not be cut out for it.
-
comment
Comment #24480792
Fasting != malnourishment tho. Anecdotally, I've been doing 16/8, 20/4 intermittent fasting and a couple of 24-48h fasts over the past 10 years and have not yet developed anorexia.…
-
comment
Comment #24377594
...cut your hair?
-
comment
Comment #24350034
+1. I personally like using random data if the test is concerned with only one input, but I avoid random data when checking e.g. pairs of numbers because of the slight chance that …
-
comment
Comment #24340101
And even if it doesn't get sold/canned/broken, they can still change the EULA for any arbitrary reason.
-
comment
Comment #23986012
I agree. If we invert the argument: just because C++ and C# were designed by Danes, does that make them Danish languages? That sounds absurd! It's almost like saying the iPhone is …
-
comment
Comment #23681547
Well what if your single one is taken offline? You need at least two, for redundancy :P
-
comment
Comment #23476561
"Frontend developer imprisoned for 10 years for not using the latest framework to center his divs"
-
comment
Comment #23359592
Actually it's acceptable to answer your own question, as long as it's a useful contribution, so it might be worth it to just post the question after all.
-
comment
Comment #23347058
MVI stands for Model-View-Intent. It's a state management pattern that uses unidirectional flow. Basically you send events (Intents, similar to Redux actions, not to be confused wi…