Viewing profile — stream_fusion
stream_fusion
HN member- Joined
- Sat, Apr 30, 2011, 7:45 AM UTC
- HN karma
- 36
- Public activity
- 39 items
- HN profile
- View on Hacker News ↗
About stream_fusion
No profile information was provided.
Recent public activity
-
comment
Comment #10454779
React and jsx constructed dom using inline-styles brings the disparate technologies together in a composable way.
-
comment
Comment #10389678
> Also, I don't think 23&Me's test results have enough medical value to be used for evaluating health risks. Insurance companies would have another view.
-
comment
Comment #10330806
Can anyone compare and contrast flux, reflux and redux? I have got the hang of writing flux stores - and like the uni-directional dataflow model a lot. I also evaluated relay/graph…
-
comment
Comment #10082874
As someone who spends most of my time in vim/ screen/ tmux I moved to xmonad recently as well (albeit on debian). It felt very liberating to suddenly be free of all the Gnome3 / Un…
-
comment
Comment #9888888
It's arguably faster and of more benefit to learn OO in an OO language, and then work backwards to figure out ways to implement those strategies in C (eg. polymorphism using struct…
-
comment
Comment #9861347
I thought your analogy was spot on. In React, the view is reduced down to a functional projection of the model - rather than being a complicated set of state interaction patterns (…
-
comment
Comment #9848903
The problem with Java binaries on the client, was that the Java applet didn't have direct access to the DOM bindings. Instead, the applet rendered it's own GUI via the plugin, and …
-
comment
Comment #9829299
There's an intention is to transition ethereum from proof of work, to proof of stake, to avoid some of the mining centralization and waste.
-
comment
Comment #9748493
I can make 20 or 30 commits during some code changes in a morning's worth of coding. This allows me to easily trace back to any point, or cross-reference changes across many local …
-
comment
Comment #9730609
Thanks. I'll probably end up creating an unprovisioned partition. It's frustrating, exactly because of the uncertainty re future performance. Especially given the price premium for…
-
comment
Comment #9729644
I have the same drive in a laptop. There were lots of trim errors in the kernel logs, with debian so I ended up disabling trim.
-
comment
Comment #9729619
I have one of the affected drives mentioned in the article in my development laptop - the Samsung SSD 850 PRO 512GB. As one of the most expensive SSD drives available on the market…
-
comment
Comment #9635983
An argument behind not increasing the block size, is that miners can price-ration the inclusion of transactions in blocks. During periods of high network contention, an ordinary us…
-
comment
Comment #9543321
> In the real world there is always a discord between requirements and reality, skillsets and the problem space, change management and the need for rapid change, scope creep, and o…
-
comment
Comment #9522165
Reverting a commit is trivial. There is zero opportunity of destroying a repo. From my notes, # revert a commit git revert dd61ab32
- comment
- comment
-
comment
Comment #9221915
Not knowing the technical, or legal arrangements of SWIFT doesn't prevent one from making a traditional international wire-transfer.
-
comment
Comment #9221841
Almost all languages have an escape-hatch to do dangerous stuff. The key insight about Rust is the set of programming abstractions (linear types to manage resources) that enable on…
-
comment
Comment #9208764
My experience playing around with KD trees is that they are super effective for multidimensional indexing (including spatial) and range search so long as the data is relatively sta…
-
comment
Comment #9019876
Everyone who needs 'upsert' is forced to go and read those discussions (and probably a few more articles as well), and then implement their own version of the same thing many times…
-
comment
Comment #8986747
npm can use server-side resources. But where do you store the 25GB blockchain in a client-side full-node implementation? Isn't this just an implementation only for Node?
- story
-
comment
Comment #8964957
My experience is that, Haskell syntax is a dream compared to Ocaml, with 'where' clauses, beautifully simple lambda syntax, do notation support, . and $ composition, typeclass oper…
-
comment
Comment #8950425
> Anybody that thinks the banking system is going to let a decentralized service pull money out of people's bank accounts... I don't think that's completely clear. There will certa…