Viewing profile — bmandale
bmandale
HN member- Joined
- Tue, Mar 11, 2025, 12:33 AM UTC
- HN karma
- 216
- Public activity
- 110 items
- HN profile
- View on Hacker News ↗
About bmandale
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
comment
Comment #48303964
People misunderstood your original reply. Correcting you is not pedantry.
-
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.…
-
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, …
-
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…
-
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…
-
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…
-
comment
Comment #48066808
open source does not mean open community. you can just throw tarballs over the wall
-
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…
-
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.
-
comment
Comment #47826417
Politics are generally off topic and tend to be flagged.
- comment
-
comment
Comment #47789158
>How do they get money for free? market power >What is stopping everyone else from doing the same? see above
-
comment
Comment #47483153
That's protection money, though trump so far hasn't demonstrated to be particularly worried about honoring those payments.
-
comment
Comment #47473844
> tabs and spaces being mixed in the code Python banned this in python3. Problem solved.
-
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.
-
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…
-
comment
Comment #47459291
$ base64 -d
-
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.
-
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…
-
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,…
-
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…
-
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…