Viewing profile — houli
houli
HN member- Joined
- Fri, Nov 08, 2013, 8:06 PM UTC
- HN karma
- 148
- Public activity
- 39 items
- HN profile
- View on Hacker News ↗
About houli
No profile information was provided.
Recent public activity
-
comment
Comment #42488030
Kotlin 2.1 has added "Guard conditions in when with a subject" as an opt-in feature https://kotlinlang.org/docs/whatsnew21.html#guard-conditions...
-
comment
Comment #38132807
That's not what happens. He runs his own fake ransomware on his own virtual machine while they are remotely viewing it.
-
comment
Comment #35024096
Twilight menu has all of those patches and applies them on the fly
-
comment
Comment #31241737
Nomura has been around since at least FF5, and Kitase before that. Long before the Enix merger
-
comment
Comment #21624514
This is what happened in Ireland when new taxes on sugary drinks came in. Drinks that came in 2L bottles now came in 1.75L bottles at the same price. The diet versions with no suga…
- story
-
comment
Comment #16081738
Not sure that many OSS projects are going to be interested in merging a patch where a conversation with the patch author for review/feedback can't happen
-
comment
Comment #15123050
You should be able to use a data URI containing the HTML string
-
comment
Comment #14886009
This is being worked on by Mozilla https://github.com/mozilla/spidernode
- story
-
comment
Comment #14746539
Could you have your "get" handler do its thing and have it forward on the arguments it received to the "apply" handler if necessary with an extra flag argument and vice versa?
-
comment
Comment #14739062
This is what Stackage( https://www.stackage.org/ ) LTS releases are in the Haskell world. A compiler and a large subset of the Hackage repository known to compile together and pass…
-
comment
Comment #14568114
This is what the backpack feature landing in GHC 8.2 will allow you to do
-
comment
Comment #14568096
You should be able to write your own named implementation of Cast and explicitly use it when calling cast to have different casts with different semantics http://docs.idris-lang.or…
-
comment
Comment #14318141
https://www.suse.com/communities/blog/make-windows-green-par... they already have been doing it on their own
-
comment
Comment #14261294
It's mentioned in the Wikipedia article that monad comprehensions are available as a GHC language extension
- story
-
comment
Comment #14100303
The category theory idea of a morphism is more abstract than a function. If functions deal with domains and codomains then certainly morphisms need new words to deal with the abstr…
-
comment
Comment #14069326
Also worth checking out is this https://www.youtube.com/watch?v=uR_VzYxvbxg conference talk by Simon Peyton Jones discussing the basic constructs of GHC core and how they affect in…
- story
-
comment
Comment #13443674
The screenshot shows what looks like the emacs mode which actually just masks the ASCII you type with the unicode characters to make it look nice. In practice you're just writing p…
-
comment
Comment #13443520
Yes, you can define predicates that take parameters and use them as the invariants
-
comment
Comment #12954167
From my experience apps only need to be re-signed once every 90 days. Not quite as much of a hassle but still one nonetheless
-
comment
Comment #12908535
Purescript Pux looks to be what you're looking for https://github.com/alexmingoia/purescript-pux/
-
comment
Comment #12817163
Yep added in latest Sierra