HN user

asciihacker

27 karma
Posts2
Comments63
View on HN
    <!-- When this button is clicked an AJAX POST request is sent to /example and the 
         response content is swapped in to the body of the button -->
    <button ic-post-to="/example">
        Click Me!
    </button>

But what if I want the response to populate the content of another HTML element? E.g. if I wanted an accordion-style FAQ where when you click on the question (or on a plus-sign before the question), the div below the question is loaded with the answer from the server via AJAX.

I'd never heard of Roedelius. Kind of an interesting minimalist piano style. Very likeable. I'm listening to "self-portrait" (or at least that's my translation of the German).

Beyond even that, Google is in sore need of some creative people with business sense. They continually create and cancel products. And the products they create in general just dont fly. Besides email, search engine and ads, they just fluster about confusedly.

Holding wealth in the dollar means holding wealth in a depreciating asset. Gold, silver, bitcoin, real estate, etc much preferred.

But given that my income and expenses are head up (at the moment), I'm in the same boat ... 7k net in and 7k out, a lot of which is me re-buying my own CC debt with loans from lending club, etc.

one of the main reasons we tend to use WhatsApp and Slack, even for corporate communications as silly as that sounds -- because you can type long messages on it on the keyboard/desktop but also have access to it on the go.

WhatsApp does not run on tablets... period.

Investing for Geeks 10 years ago

Forex, Binary Options and Cryptocurrency can return in months what traditional investing takes decades to do.

I know which I prefer.

> This one sentence should be guiding principle for any set of recommendations.

Therefore write everything in Prolog.

If you want to get shit done, and make sure the types are correct, and make sure all side effects are properly managed and accounted for, that's Haskell's niche.

Dont Clojure's immutable types handle the side-effect issues well? Without the contortions that Haskell puts you through.