Viewing profile — smac8
smac8
HN member- Joined
- Mon, Mar 14, 2016, 5:31 PM UTC
- HN karma
- 37
- Public activity
- 32 items
- HN profile
- View on Hacker News ↗
About smac8
No profile information was provided.
Recent public activity
- story
-
comment
Comment #14067872
Wow, so awesome. I do hope at some point we can see some language improvements to PLPGSQL. More basic data structures could go a long way in making that language really useful, and…
-
comment
Comment #13047171
It can be the primary reason, but it is generally one of a few very good reasons (performance is often another big one, as this article points out). I will say its importance is so…
-
comment
Comment #13047114
I had forgotten about this actually. Thanks for the reminder :) Curious if anyone has tried using this for real time apps and what their experience was
-
comment
Comment #13045580
Cool, hadn't seen that. There is also postgraphql, which I have become a big fan of and is a great foundation: https://github.com/calebmer/postgraphql That said, the real-time aspe…
-
comment
Comment #13045545
At my last job we finally got our front-end devs to move all client side db work to calls to stored procedures or views. After doing so, nearly all of them fell completely in favor…
-
comment
Comment #12704614
Because they are interesting and fun to think about? Because they may create new ideas which impact models, frameworks, directions, and analogies of thought in experimental and the…
-
comment
Comment #12631442
Second that, MobX has been a total game changer for me. Used redux and really like the philosophy of it, but overall feel mobx is much easier to use while accomplishing just as muc…
- comment
-
comment
Comment #12292159
Apparently! Thanks for linking
-
comment
Comment #12292089
This is awesome! However, when I add it to my webpack config it does load the dashboard, but afterward still produces all the scrolled output. Anyone now how to remove the scrolled…
- story
- story
-
comment
Comment #12167991
I find a mix is good. I went without a flux implementation for a while and eventually ran into issues with figuring out what components to implement business logic and typical acti…
- story
- story
-
comment
Comment #12090886
Not sure what you mean on component state, as I've never heard anyone say that is explicitly harmful, but I think what you might be getting at is the principal in react of creating…
-
comment
Comment #12003337
> while wages for the poorest have stagnated. But that means the percent of disposable income spent on food by the poorest might not be falling at all No, that's not true at all. I…
- story
- story
- story
-
comment
Comment #11735098
Does anyone know any good companies working on technology that identifies and categorizes aspects of the gut microbiome? This is a field I'd be very interested in getting into
- story
-
comment
Comment #11577601
One issue that separates software from most other industries is that software is not a physical entity. This makes the desire to change - refactor, add features, redefine use cases…
-
comment
Comment #11572650
Yes, but I suppose this is more the JVM than the language itself. The JVM is quite convincing though, hence Clojure, Scala, etc.