Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ameixaseca
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ameixaseca
1mo ago
> As part of this agreement, the federal government will provide $10 billion in federal financing to: > > - Upgrade and expand the Churchill Falls Generating Station. > - Develop the massive Gull Island hydroe
2.
▲
by
ameixaseca
5mo ago
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, to be more pr
3.
▲
by
ameixaseca
6mo ago
One could argue flying is just controlled falling.
4.
▲
by
ameixaseca
6mo ago
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"
5.
▲
by
ameixaseca
6mo ago
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.
6.
▲
by
ameixaseca
6mo ago
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 our line of low po
7.
▲
by
ameixaseca
6mo ago
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 be a disaster: j
8.
▲
by
ameixaseca
6mo ago
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 this. This i
9.
▲
by
ameixaseca
7mo ago
> Rust (...) has the most toxic self-righteous community in PL. You never dealt with C programmers, did you?
10.
▲
by
ameixaseca
7mo ago
> 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 their execution
11.
▲
by
ameixaseca
8mo ago
> 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
12.
▲
by
ameixaseca
9mo ago
It is not - and given its stance on memory safety, it will hardly ever be.
13.
▲
by
ameixaseca
10mo ago
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 CoC makes it worse,
14.
▲
by
ameixaseca
10mo ago
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 you said above: you are
15.
▲
by
ameixaseca
10mo ago
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 indeed pain points, and
16.
▲
by
ameixaseca
10mo ago
> 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
17.
▲
by
ameixaseca
10mo ago
> There must be a name for that sort of fallacy. Motivated reasoning
18.
▲
by
ameixaseca
10mo ago
> Given that Rust doesn’t always have critiques that are backed with evidence, this wasn’t bad. What evidence?
19.
▲
by
ameixaseca
10mo ago
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 OF
20.
▲
by
ameixaseca
10mo ago
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 regulated and the l
21.
▲
by
ameixaseca
10mo ago
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 Brazilian te
22.
▲
by
ameixaseca
10mo ago
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 capacity to judge. Th
23.
▲
by
ameixaseca
1y ago
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 wrong when they re
24.
▲
by
ameixaseca
1y ago
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 the side effects of a
25.
▲
by
ameixaseca
1y ago
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 this is likely a stro
26.
▲
by
ameixaseca
1y ago
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 queries directly from use
27.
▲
by
ameixaseca
1y ago
I see the opposite: OP's post sounds like a cry for help, and paints a picture of someone that is not in a good place mentally. anigbrowl might have been too direct and harsh (I would say the first paragraph of his comment could be wor
28.
▲
by
ameixaseca
1y ago
There's a false dichotomy in this whole discussion: for instance, a third option is having the interface as a separate declaration. A simple example using traits (Rust): // logger.rs trait Logger { fn log_so
29.
▲
by
ameixaseca
1y ago
You are mistaking geographical location with citizenship. Laws from Brazil apply to you while you are in Brazil - even if temporality - regardless of your nationality.
30.
▲
by
ameixaseca
1y ago
It actually isn't. It becomes more evident when you consider the amount of work it is doing as well.
More ›