Live data from Hacker News

Viewing profile — MarcusBrutus

MarcusBrutus

HN member
Joined
Thu, Sep 05, 2013, 7:38 PM UTC
HN karma
79
Public activity
77 items

About MarcusBrutus

No profile information was provided.

Recent public activity

  1. comment
    Comment #19125428

    The integers are totally closed under multiplication. They lack an inverse under multiplication that's why they aren't a field.

  2. comment
    Comment #18741880

    For those who had the misfortune to suffer the consquences of his folly, he is not controversial at all. He is a conceited man-child with very bad manners. There's readily accessib…

  3. comment
    Comment #17897461

    I wrote a Javascript visualization of this (using React) some time ago: http://mperdikeas.github.io/stack-piling-and-tumbling/index.... (click "start dropping grain" to start) Gith…

  4. comment
    Comment #16945981

    The problem with chess is that what makes it so addictive is the effect of memorizing openings. Opening theory adds strategic depth, flavor, and a landscape to what would otherwise…

  5. comment
    Comment #14827705

    Economists started using mathematics purely out of Physics Envy. I am obviously not talking about financial products which require some statistics and complex probabilistic models …

  6. comment
    Comment #14094146

    Flow is not a transpiler, there is no concept of "emitting code", only of stripping away the annotations. In contrast, TypeScript is a transpiler. TypeScript being a transpiler mea…

  7. comment
    Comment #14093581

    I 've used both. Flow wins hands down: (1) It is less intrusive. Flow's type system is built on annotations which are simply stripped away at runtime (as opposed to writing in anot…

  8. comment
    Comment #13862979

    In your database always store time as seconds since the Epoch (or milliseconds since the Epoch if you need more precision). Forget about SQL date/time types, they are useless. Then…

  9. comment
    Comment #13517225

    It gives me a very warm feeling to know that those simpletons now have you to care for them and prevent other people from taking advantage of them. I do hope they show some appreci…

  10. comment
    Comment #13514899

    I know very well what these systems are and, more importantly, I also know what they have in common (with German National Socialism, Maoism and Arab Islamism too): contempt for the…

  11. comment
    Comment #13511289

    ... asks the one who can't write 11 words without a syntactic error (in case you edit it: "Do you even know the meaning of the words to use ?"). Also be advised that it's not corre…

  12. comment
    Comment #13507060

    If a business is willing to offer me free soda refills and I freely choose to patronize thar business, then it takes a hardcore Stalinist to dare stand between us two and prevent b…

  13. comment
    Comment #13506967

    The depths of socialist / collectivist depravity that the French are willing to descend to are mind-staggering. And to think that, from time to time, one sees in HN some random jok…

  14. comment
    Comment #13407171

    The US did it by virtue of it being a lot more homogeneous when it was first created. Last time I checked they didn't need any translators when they were debating the constitution,…

  15. comment
    Comment #13406871

    It most definitely is and it takes a very starry eyed sort of person to expect otherwise. The idea that 20 or so different people with different languages, religions, mores, histor…

  16. comment
    Comment #13347982

    Yep, obviously.

  17. comment
    Comment #13346446

    For a man, a brothel operator, a private detective, or a drugs purveyor would make more sense for blackmail. How would a waiter in a nondescript location gain access to information…

  18. comment
    Comment #13345827

    The story doesn't explain how a spy working as a waiter, purchase manager or "artist" can gain access to military secrets.

  19. comment
    Comment #13345487

    Ubuntu LTS with i3 window manager. Community size matters and after having experienced i3wm I find it impossible to use any other window manager.

  20. comment
  21. comment
  22. comment
    Comment #13324582

    Scarcity, fungibility, divisibility, durability are not societal constructs. Plus all metals have some inherent value. On top of that you have desirability which you could perhaps …

  23. comment
    Comment #13324239

    Bitcoin fails to satisfactorily answer von Mises' regression theorem. It also has no scarcity since it can face competition by an infinite number of similar conceivable algorithms …

  24. comment
    Comment #13315030

    Even in OO languages (such as Java and C#) people are routinely advised to favor composition over inheritance whenever given half a chance. Classes definitely smell (or rather reek…

  25. comment
    Comment #13284713

    I've used Clojure in a few cases and I totally adore the simplicity of its Lisp syntax as opposed to the baroquesque abomination that is Scala. However, lack of strong typing is so…