Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hhandoko
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
hhandoko
2y ago
Nope... US$120k is most likely the base price (car + taxes). The Certificate of Enrolment (CoE) is market rate, and right now it's an additional SG$85k to SG$111k depending on the vehicle category (on top of the base price). https:&#x
2.
▲
by
hhandoko
9y ago
I looked into Vue + Webpack vs Vue + Brunch on my last project. I ended up with Brunch because the requirements are fairly basic and Brunch are easier to grok. Had the requirements be a little bit more complex, I could have easily gone for
3.
▲
by
hhandoko
9y ago
The Scala example, yes... The Elixir one? Is it actually a Monad? I figure it's simply destructuring + pattern matching (against the value of the first tuple value, :ok or :error atom). To expand a bit more, it's not like Scala&#x
4.
▲
by
hhandoko
9y ago
I believe these are referred to Railway-Oriented Programming. I've seen several other examples for Elixir (incl. ones using macros), but by far this is the 'cleanest' syntax :) Here's a similar construct in Scala:
5.
▲
by
hhandoko
9y ago
IMO the ProcessBuilder class is not a very good example, as the operators are designed to match the existing shell / bash ones (e.g. `#>>` is similar in behaviour to bash's `>>`).
6.
▲
by
hhandoko
9y ago
> Scala core library is littered with :: +: and other nonsensical operators. They are very useful. With the two you mentioned (:: and +:) they can be used for pattern matching in addition to concatenation (of a list / sequence), for
7.
▲
by
hhandoko
9y ago
I'm currently working with Scala and recently dabbling with Elixir and Phoenix. It's a good language and great platform, however, I still prefer static typing. I'm still getting used to dynamic typing in Elixir. Most of the t
8.
▲
by
hhandoko
9y ago
> Nothing really changed, you could write Android apps on Kotlin before, as well as on any other JVM language. But now "Kotlin is the hero". The announcement shows Google making a commitment to make Kotlin successful in Android
9.
▲
by
hhandoko
9y ago
Faster CPU does not eliminate GC pauses if your workload consumes a large amount of RAM. This is one of the other benefits which Zing provides.
10.
▲
by
hhandoko
9y ago
VMs adds a noticeable overhead / performance hit. Besides the benefits the new JIT provides, Zing will help you if your workload runs with / consumes over 8GB of RAM. At this point, HotSpot GC pauses [1] starts becoming noticeabl
11.
▲
by
hhandoko
9y ago
Yeah, this is another problem that I had. Plenty of full-tower cases these days support EATX, but SSI-EEB not so much (at least, the ones that can support it out-of-the-box). In the end, I went with one of the Phanteks Enthoo [1] cases. De
12.
▲
by
hhandoko
9y ago
For me it brings a lot of benefits: easier to find parts, consumer-level parts pricing, and lower TDP. I'm running a dual Xeon as you mentioned, through buying ex-fleet parts at less than half price of new ones. Several issues I experi
13.
▲
by
hhandoko
9y ago
> Hence, Buku (after my son's nickname, meaning close to the heart in my language). Coincidentally, `Buku` translates to `Book` in Indonesian...
14.
▲
by
hhandoko
9y ago
> Functional programming has nothing to do with declarative/imperative programming styles. > The "functional" part determines the architecture by which the code is structured opposed to the style (vanity) by which the s
15.
▲
by
hhandoko
9y ago
Yes, certainly not a normal nor common view, but as you said, a lot of people seems to share it.
16.
▲
by
hhandoko
9y ago
> Marvel Comics recently fired an illustrator for hiding Islamist, anti-Semitic and anti-Christian references in his art. His ideas were "normal" in his country - should that have been ignored? Reprimanded as long as he kept h
17.
▲
by
hhandoko
9y ago
I think the JVM is a really good runtime, and somehow its poor reputation came from Java applet security holes and the verbosity of the Java language. And no, I don't think you are crazy. I had a really bad experience trying out Spring
18.
▲
by
hhandoko
9y ago
In terms of language: yes, you are correct. I had seriously contemplated switching to F# before Scala, and attended a full-day workshop for it, however the dealbreaker for me was the poor tooling support (this was around 2011). After switch
19.
▲
by
hhandoko
9y ago
I had been working in the Windows / .NET ecosystem for almost a decade prior to my current role. I always thought C# was a nice language to work in, CLR is a really capable runtime, and Visual Studio is one of the best IDE out there. B
20.
▲
by
hhandoko
10y ago
I'm not sure why you attribute this to self-importance. It's a real risk and a fair concern. USA border and immigration officers sounds hostile and antagonising from the stories I heard on Twitter (over the course of the past week
21.
▲
by
hhandoko
10y ago
There's an overview with data and sources in another section of the website [1]. I think the key difference in Australia and USA is that the Australian government, due to our extensive Medicare coverage [2], bears most of healthcare bu
22.
▲
by
hhandoko
10y ago
What Government earns from tobacco taxation [1] is eclipsed by the cost of healthcare and economic impact from smoking [2]. [1] - http://www.tobaccoinaustralia.org.au/chapter-13-taxation/13-... [2] - http://
23.
▲
by
hhandoko
10y ago
I use Codeship [1] for personal (private) project and Travis CI [2] for open source ones. I had also use AppVeyor [3] for one of my Windows web app project. I chose Codeship since it was the only one (at the time) that had BitBucket integra
24.
▲
by
hhandoko
10y ago
Thanks! I agree Ruby looks to be far user-friendly in this context. Just to add, my work revolves around the JVM ecosystem, but mostly in Scala and some Kotlin... Both already provide a nicer interface for Java :) e.g. in the context of col
25.
▲
by
hhandoko
10y ago
> You get to use Ruby, which [...] remains the most extraordinarily beautiful and luxurious language I’ve yet to encounter. I've used Ruby sporadically as gap-fill in small projects, but I didn't feel the language has any quali
26.
▲
by
hhandoko
10y ago
I use a Victorinox backpack. Spacious, water-resistant, separate laptop compartment with plenty of padding. Can't find the exact model since I purchased it a while ago, but this one comes close: https://www.victorinox.com&#x
27.
▲
by
hhandoko
10y ago
That's a good point, thanks. I was looking at it as an Ubuntu user :)
28.
▲
by
hhandoko
10y ago
> If you know f.lux, RedShift is an alternative to it for Linux. Good to know there's an alternative, but to clarify: f.lux is available on Linux as well (the statement makes it as if it weren't, just not open-source).
29.
▲
by
hhandoko
10y ago
Perhaps there was a constraint to use Java lang and not Scala, thus Scalaz probably can't apply here.
30.
▲
by
hhandoko
10y ago
You're making the assumption that other teams and other leaders won't review your docs. In my experience, they do and always come back with more questions. > If you do suspect ... And that's exactly it. If I suspect someth
More ›