ameixaseca
No user record in our sample, but ameixaseca has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but ameixaseca has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
It could be a nice article if it wasn't full of mistakes and incorrect assumptions about mechanisms and their origins, unsubstantiated statements, and so forth. Right now, it sounds like an Ada fanfic - a misinformed…
One could argue flying is just controlled falling.
Yes, you are correct. It was meant as "end user OSs", and indeed some requirements are on the end user OS. However, it is still not the same as California's law since it only describes the provision of "age bracket" and…
Sidesteps by not providing the same level of functionality. As an analogy, it would be equivalent to say that "contrary to an airplane, a car sidesteps the problem of requiring wings". Yes, indeed - but it doesn't fly.
It would have taken the same time, if not less, given the extra time for mitigations, trying different optimization techniques, runtimes, etc. One of the reasons the project was killed was that we couldn't port it to…
My experience is the exact opposite. This was particularly true for one of the projects I've worked with in the past, where Python was chosen as the main language for a monitoring service. In short, it proved itself to…
From the pull request: > Stores the user's birth date for age verification, as required by recent laws in California (AB-1043), Colorado (SB26-051), Brazil (Lei 15.211/2025), etc. The Brazilian law does NOT require…
> Rust (...) has the most toxic self-righteous community in PL. You never dealt with C programmers, did you?
> I have a personal aversion to defer as a language feature. Indeed, `defer` as a language feature is an anti-pattern. It does not allow the abstraction of initialization/de-initialization routines and encapsulating…
> See https://en.wikipedia.org/wiki/Resource_acquisition_is_initia... This example is specific to C++ > (..) if your programme crashes there's no guarantee that you'll ever give the resources back. What guarantees can…
It is not - and given its stance on memory safety, it will hardly ever be.
I believe any reasonable person could understand the previous comment is about the rules themselves, not about a statement in the CoC saying where they apply or not. Also, the fact that the website is not covered by the…
You are dressing the events in your interpretation and stating them as truth. The events you mention above are cherry-picked bits of information to support what you have said from the beginning. For instance, in what…
I used OCaml extensively for a few years, around the time of OCaml 3 and OCaml 4, and I can add a few cents to this discussion. Some of the points listed here can be considered a matter of taste or opinion, some are…
> That's not what you said. You said "certain groups" are trying to undermine the non-existent impartiality of the supreme court. I said they were trying to "stamp political motivation on on the decisions of the upper…
> There must be a name for that sort of fallacy. Motivated reasoning
> Given that Rust doesn’t always have critiques that are backed with evidence, this wasn’t bad. What evidence?
The the link above does not survive 15 seconds of a Google search for its first statement: https://www.stf.jus.br/arquivo/cms/noticiaNoticiaStf/anexo/D... It names the FEDERAL PUBLIC PROSECUTOR'S OFFICE as the author,…
This wasn't clear for me from the question, though I understand where you are coming from. Investing is certainly not as risky as people from outside of Brazil generally think it is, since the banking system is well…
Kind of an odd conclusion to take from a weird question. I would not subject myself or my property to a foreign court system for various reasons, but first and foremost because I'm not subject to their laws. If I'm on…
Not the person you are responding to, but just as an FYI: in Brazil right now there are certain groups attempting to stamp political motivation on the decisions of the upper judiciary and discredit its impartiality and…
It's ludicrous to read the article and notice how hard they are trying not to blame the victim, as if a child going through bullying and seeing that nobody around them cares to actually do something is somehow in the…
As I said, I have no intention of starting an argument. I would just like to point out a few issues: A) I deliberately focused on the language itself in my claims. The functions I cited earlier were meant to illustrate…
I feel like answering this comment could start a possible argument, which I have no interest in doing. I do, however, want to point that anyone interested in comparing language design choices can conclude by themselves…
Keep in mind this is PHP. There are tons of languages and frameworks made by developers who know what they are doing that do not treat everything blindly like strings. For SQL in particular, you should never build…