Live data from Hacker News

Viewing profile — MaxGanzII

MaxGanzII

HN member
Joined
Sun, Sep 19, 2021, 1:41 PM UTC
HN karma
21
Public activity
76 items

About MaxGanzII

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #30824849

    In my experience, all the major platforms eventually close all accounts.

  3. comment
    Comment #30821667

    > it’s just bad UX "Bad" I would say means you can still achieve your task. I was presented with over sixty download links, and not being an idiot or someone to be taken for a ride…

  4. comment
  5. comment
    Comment #30821644

    Exactly the problem I had. It would take Amazon almost no effort to make a single archive with all those files in. I cannot help but view this as deliberate obstruction.

  6. comment
    Comment #30821599

    I've been trying for over two years to get my data from Amazon. I eventually got to a point where Amazon provided a web-page, which has no less than sixty-two download links on, ea…

  7. comment
    Comment #30719849

    I wonder if the Tor people know about this? Firefox to my eye jumped the shark a long, long time ago, when they took to using deliberate deception during the install process to get…

  8. comment
    Comment #30696862

    Seemed okay to me with regard to caveats. Performance issues -> it's lock-free and scales profoundly better than non-lock-free.

  9. comment
    Comment #30696856

    > So all operations on _Atomic variables in C11 are implicitly atomic I may be wrong, but I would be shocked if this was so. I think you may be mixing up non-tearing writes as oppo…

  10. comment
    Comment #30696156

    An atomic write will need to be issued, and on the face of it, that C11 code is not issuing an atomic write. I could be wrong, but I would expect a particular function or macro to …

  11. comment
    Comment #30692345

    > So yes, that "++*barrier" operation is read-modify-write atomically AND with memory-barriers in sequential-consistency style The quoted material does not describe this assertion.…

  12. comment
    Comment #30692321

    Lock-free garbage collection exists and there's quite a body of literature.

  13. comment
    Comment #30692305

    You can produce this behaviour. Look for MCAS, from Cambridge Uni. It never took off. I think it didn't scale.

  14. comment
    Comment #30690116

    You're talking here about memory barriers, but I was asking if atomic writes are in use. Atomic writes have nothing to do with memory barriers. On modern platforms atomic writes ar…

  15. comment
    Comment #30690040

    > The fact that another thread sees the incremented value implies that that thread will see all stores that happened-before that incremented value. Firstly, if the writer has used …

  16. comment
    Comment #30689349

    > They're using atomic read/writes with sequential-consistency. In the C11 code? I'm not up to speed with that version of the spec, but unless there is behaviour invoked by the use…

  17. comment
    Comment #30689322

    A barrier, of any kind, makes no difference here. Barriers only influence the order in which events become visible if and when they DO become visible . Barriers say nothing about w…

  18. comment
    Comment #30688911

    I may be wrong, but I don't see this working in theory. The basic problem is that for any physical core, there is no guarantee that any writes will ever be seen by any other core (…

  19. comment
    Comment #30663520

    > Smith certainly envisioned a significant role for government No, he did not. Quote me anything in WoN where he says this should happen. He writes about where it does happen, but …

  20. comment
    Comment #30663451

    Neither of which is Smith asserting rents are parasitic. He describes economics; others put opinions into his words.

  21. comment
    Comment #30661537

    Wikpedia can write what it likes; to my eye that's empty prose.

  22. comment
    Comment #30661470

    > even called parasitic I do not recall this from WoN. Quote please.

  23. comment
    Comment #30660864

    I was speaking once to a Dutch acquaintence, who told me that in his economics class at Uni, they were taught Smith was in favour of large State subsidies...!

  24. comment
    Comment #30660859

    In what way? The subjects are utterly different. All I can think of is that it introduces you to Smith and his style of writing. To my eye, this is not of any particular value.

  25. comment
    Comment #30660853

    > He saw the interests of large capitalists as conflicting with those of the public: capitalists seek high profits, which corrupt and impoverish society. This is rubbish. WoN is on…