HN user

pablovidal85

63 karma

Subscribe

Posts2
Comments87
View on HN

There's no objective answer to that, therefore no such "limit" exists. Just pick one that looks reasonable to you, continuously review its validity through the course of your life.

[dead] 10 years ago

We should be throwing data into a pile and databases should organize and optimize themselves using machine learning and other buzzwords.

I'm always waiting for prolog to reveal itself as the ultimate programming platform, but it seems it won't happen soon.

Proof of work burns money and I guess users won't pay for some content's reputation score, there are no incentives to do it other than altruism. POW-based currencies work well because you can exchange the points for stuff or services, not because you can spend them within the system (proof of stack does exactly this indeed and its long-term reliability has been questioned many times).

Perhaps is just me, but I don't think the points in the list of "unsolved capitalism problems" are that hard to solve. Going quickly over them one by one:

Those unable to work are destitute -> People help each other naturally, if a family or a friend has problems you help him/her. There's always something useful anybody can do, it needs not to be a physical task nor require top-tier cognitive skills.

No public goods. No legal system, police, defence, education, or roads. -> "Public" property is just collective private property, we can still have those by associating with peers we choose, also known as voluntarism.

Over-exploitation of shared resources. -> If there are no public goods then there are no shared resources but ignoring that line of reasoning, everything should have a human owner, just to protect it from other humans. Autonomous machines also may own and protect places that are uninteresting for humans.

Cartels and monopolies lead to inefficient resource allocation. -> Cartels and monopolies can't survive consumer association and boycott, if they do, then prices must be fair again.

Information asymmetry leads to inefficient resource allocation, e.g. over-priced goods sold to unsophisticated buyers. -> Can be solved with better, freer education and software (electronic personal assistants).

Significant resources allocated to sales and advertising. -> Augmented reality ad-blockers could probably solve this once and for all.

Ownership of intellectual property restricts use of best-practice processes. -> If there's no global enforcement, then virtually there's no such thing as intellectual property.

Exactly, I'm looking for one that uses brackets instead indentation and the rest is left untouched (no abbreviations or at least not mandatory). I can't find anything already done but at the same time is hard to believe is not done already.

I'd like to see CSS-shaped HTML like this:

  doctype html
  html {
    head {
      title Hello there
      script type='text/javascript' src='main.js'
    }
    body {
      p class='one two' {
        span Sample text
      }
    }
  }
Is there an HTML preprocessor using a similar language?

I don't think difficulties are involved here at all, lowering costs generally translates into higher profit, that should be enough to invest in new technology.

It solves exactly the same problem, using a distributed network of peers reduces costs while increasing security and availability.

Similar to what happened with voice communication, the financial infrastructure will suffer an inversion[1], the banking platforms will run on top of a global value-transfer protocol, instead of the other way around. What you describe at the end of your comment already exists, bitcoin exchanges are using a federated bitcoin sidechain[2] to transfer funds between themselves within their own consensus rules (they could implement reversals or any other feature without having to break the bitcoin consensus).

[1] https://www.youtube.com/watch?v=pKs5JSh3z7A

[2] https://blockstream.com/2015/10/12/introducing-liquid/