Live data from Hacker News

Viewing profile — bmandale

bmandale

HN member
Joined
Tue, Mar 11, 2025, 12:33 AM UTC
HN karma
216
Public activity
110 items

About bmandale

No profile information was provided.

Recent public activity

  1. comment
    Comment #48999192

    Was it released with it? Iirc they tried moving to such a license from bsd, which contains no patent grants whatsoever, and hence they thought it was a strict upgrade. The communit…

  2. comment
    Comment #48471145

    It requires the claim to be made with "willful disregard for the truth". Notifying someone, especially with a cease-and-desist on fancy letterhead, makes it legally clear that they…

  3. comment
    Comment #48416323

    A lot of these style of reframings seem to completely lack a theory behind them, as if reframing things will magically solve a problem. In this case, further vilifying or antagoniz…

  4. comment
    Comment #48303964

    People misunderstood your original reply. Correcting you is not pedantry.

  5. comment
    Comment #48262487

    Language is a communication tool. If you misuse language you will be badly understood. The solution is to use the correct word for what you mean, not to accuse others of sophistry.…

  6. comment
    Comment #48216792

    Having assets under management doesn't mean you have that money. You don't own it, you are just taking care of it for somebody. When describing a company as an $X billion company, …

  7. comment
    Comment #48216589

    > One of our developers was compromised by a recent supply-chain compromise on Tanstack ...which in turn was caused by bad design of github's CI pipeline. Funny how it all comes ba…

  8. comment
    Comment #48208808

    Interestingly fails as well, in two ways. First: > The string may begin with an arbitrary amount of whitespace (as determined by isspace(3)) Second is that it only applies to signe…

  9. comment
    Comment #48104564

    Some people would set up tooling to look for compromises the moment they get published. What's neat about this is that as an attacker you have no way to determine beforehand whethe…

  10. comment
    Comment #48066808

    open source does not mean open community. you can just throw tarballs over the wall

  11. comment
    Comment #47967714

    Missed the original. That seems like a reasonable way to highlight software that you believe is fundamentally insecure. Obviously you can't be on the hook to fix deep architectural…

  12. comment
    Comment #47954038

    There are no "defaults that work for everyone". Well designed tooling acknowledges that and makes it easy to tune the software to your preference.

  13. comment
    Comment #47826417

    Politics are generally off topic and tend to be flagged.

  14. comment
  15. comment
    Comment #47789158

    >How do they get money for free? market power >What is stopping everyone else from doing the same? see above

  16. comment
    Comment #47483153

    That's protection money, though trump so far hasn't demonstrated to be particularly worried about honoring those payments.

  17. comment
    Comment #47473844

    > tabs and spaces being mixed in the code Python banned this in python3. Problem solved.

  18. comment
    Comment #47472046

    Clearer for the computer, but not for the human. Many errors, some severe, have been caused by a human only looking at the indentation and not realizing the braces don't match.

  19. comment
    Comment #47472024

    > I would love to see a language try to implement a rule where only an indented line is considered part of the previous expression. After python, it seems like every language decid…

  20. comment
    Comment #47459291

    $ base64 -d

  21. comment
    Comment #47242300

    >Remove all ASCII tab or newline from input. the title is referring to inside html attributes, where they will be removed hence not affect where the link points.

  22. comment
    Comment #47026256

    Instead of making a sarcastic response, just state plainly what you mean. This prevents you having to get into dumb arguments that don't mean anything to people who don't already k…

  23. comment
    Comment #46990348

    This could just as easily be someone at the top saying "find a legitimate sounding reason to refuse this because we want to refuse it anyways". They will always give such a reason,…

  24. comment
    Comment #46990148

    As I explain, you can't perfectly reverse these filters because of quantizing. The more the signal is attenuated, the more information is lost when quantizing. So yes, it does matt…

  25. comment
    Comment #46977617

    > This nets us another original pixel value, img(8). This makes it all seem really too pat. In fact, this probably doesn't get us the original pixel value, because of quantizing de…