Hacker News new | past | comments | ask | show | jobs | submit | treenyc's comments login

Human creativity is related to process and the experience of creating from nothing.

The process is more important than the end result.


> "The process is more important than the end result."

said no one ever about their favorite record, movie, painting, or book.


yup! Leadership, Leadership position and leadership authority are distinct!

See scholars and practioners who have contributed to building a scientific foundation for leadership:

1). https://ssrn.com/abstract=1392406


Before we can measure leadership. Maybe we ought to first figure out what we mean by leadership.

Often there has being a mix up between leadership, management, and a bunch of other stuff that has nothing to do with leadership.

If people are interested in how and leadership is effectively exercised and what it is. Take a look at this paper: https://ssrn.com/abstract=1392406


The knee-jerk reaction you are talking about is what is consider by some scholars as an Ontological Functional Constraints [1].

The constraint is considered deadly for the effective exercise of leadership. The constrains can however be removed or at least relaxed in a reliable way. :)

1). https://ssrn.com/abstract=1392406


Hmm, do we distinguish leadership from management?


I'm curious why would people use a closed source software, when you can use something like https://riot.im

Please let me know. I may be missing something.


Games vs general use. By targeting gamers Discord is able to customize the experience to make it better for games.


Kind of like Twitch vs Youtube even


Exactly.


Marketing.


The incredibly slick ease of use/user onboarding doesn't hurt either.


why do people always push matrix on ycombinator when other companies launch their own chat products?


when there is an equally good x in open source, why would anyone use closed sourced alternative?

Is it not a valid question?

If it is the marketing, service of support then let me know.


It is a human illness wanting to explain something to just stratify our rational thinking. In reality whenever there is a paradigm shift, the previous explanation becomes obsolete. So stop trying to explain things and go out an do it and experience for yourself.


I don't understand. Are you suggesting that our drive to reason about things and to construct mental models is an illness?


US president has remarkably little power to make any change to the existing system. The real change has to be done on the local grass root level.


He has a republican senate and house.


What about this nodejs async,

https://github.com/caolan/async

May be a replacement until the async is implemented in V8


It's not a replacement at all, and has almost nothing in common with what is discussed here (except the name).


That's the most common node flow control library, and it's awesome, but it's still built on callbacks. With ES2016 you can have an async function return a value you can assign to with =.

Or, short ver: less indentation.


Why not mithril? https://lhorie.github.io/mithril/

Seems to be way faster, and easier to learn than any of those other framework/libs.

For example: How is Mithril Different from Other React: Source: https://lhorie.github.io/mithril/comparison.html

"The most visible difference between React and Mithril is that React's JSX syntax does not run natively in the browser, whereas Mithril's uncompiled templates do. Both can be compiled, but React's compiled code still has function calls for each virtual DOM element; Mithril templates compile into static Javascript data structures.

Another difference is that Mithril, being an MVC framework, rather than a templating engine, provides an auto-redrawing system that is aware of network asynchrony and that can render views efficiently without cluttering application code with redraw calls, and without letting the developer unintentionally bleed out of the MVC pattern.

Note also that, despite having a bigger scope, Mithril has a smaller file size than React."


I'm really interested in mithril from a technology stand point. The thing that holds me back from using it is the ecosphere around it. You look at powerhouses like react and angular and you can find a whole gamut of reusable components that you can just plug and play from the community.

For instance: the twitter bootstrap framework we have options for both react (https://react-bootstrap.github.io/) and angular (https://angular-ui.github.io/bootstrap/).

But with mithril, the only bootstrap library I have found has not been updated in 2 years (https://github.com/eddyystop/mithril-components-bootstrap).

I really wish mithril had a bigger community around it, as when I used it for a few prototypes it was a pleasure to work with and fast as hell.


I've been using Mithril a bit, and I like how it's just a library, not a big framework pushing you to use a particular set of components. It's very light and very well documented.

There are these "Mithril" libraries for Bootstrap and Material with 1 contributor and not updated for years, not appearing official at all. In my experience they don't really work.

I'd say it's more in line with Mithril's design to use UI components that are also loosely coupled, like these: http://topcoat.io/ http://purecss.io/


Personally, my ideal library would be one that doesn't make me 'beg for help'... one that is so easy to use that I can just 'weave it in' to all of my existing HTML that need it without needing a mountain of pre made parts to work faster. After all... making strait HTML is pretty damn fast with any competent template engine, server side or client side.


Getting a more MVC approach and still leveraging the react ecosystem is making me seriously consider trying react+mobx.


If you want the React semantic without the size, you can just use something like https://github.com/developit/preact (which is like 3kb once deployed).

You also don't need JSX if you don't want to. Using React without JSX and just aliasing the dom functions ends up looking almost the same.

The reason behind React and Flux is because of pitfalls behind MVC...though the whole rational behind that is probably not fit for an hacker news reply :)


Mithril is really nice, I've been following its progress since the beginning. If I had to use a framework, Mithril would be my first choice.

lichess.org is a very busy application built around Mithril.


Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: