oh wow. this is a rarity on an internet dominated by toxic rage-bait. apology accepted. I think you probably have interesting things to say on the matter and I look forward to reading them on a better day. respect.
HN user
biorach
This is not page 1 of computer science. And you're being bitchy.
"Algorithm" is not a word with a definition
what?
So much of this culture war jockeying exists purely online, to sustain an infrastructure of monetized outrage that is increasingly preoccupied with Western chauvinism, racism, and just plain antisocial weirdness.
Those frameworks have a bit (more than a decade) head start
A decade? More like 21 years
With a skepticism towards consensus, Thiel says: “We always think that democracy is a good thing, and in a Democracy, the majority is more right than wrong. 51% is more right than 49%. 70% is even more right. But if you get to 99.9%, maybe that’s totally right — or maybe you’re in North Korea.”
This is inane and pretentious.
I’ve yet to see anything from this so-called intellectual that isn’t superficial theorising wrapped in a cloth of obscure cant, or millenarian nonsense.
I found this to be the most accessible introduction to the Y combinator I've yet read.
You've missed the point
"copyright infringement factories"
Yes?
I for one wish to welcome our new AI agent overlords.
Their valuation is in the same order of magnitude as OpenAI, but they have orders of magnitude fewer users.
it's an open question how many of OpenAI's users are monetizable.
There's an argument to be made that your brand being what the general public identifies with AI is a medium term liability in light of the vast capital and operating costs involved.
It may well be that Anthropic focusing on an order of magnitudes smaller, but immediately monetiazable market will play out better.
Yeah, if you need a linked list (you probably don't) use that. If however you are one of the very small number of people who need fine-grained control over a tailored data-structure with internal cross-references or whatnot then you may find yourself in a world where Rust really does not believe that you know what you are doing and fights you every step of the way. If you actually do know what you are doing, then Zig is probably the best modern choice. The TigerBeetle people chose Zig for these reasons, various resources on the net explain their motivations.
There are certain styles of programming and data structure implementations that end up requiring you to fight Rust at almost every step. Things like intrusive data structures, pointer manipulation and so on. Famously there is an entire book online on how to write a performant linked list in idiomatic Rust - something that is considered straightforward in C.
For these cases you could always use Zig instead of C
the most state-of-the-art perpetual futures market in the world is an Ethereum Layer 2 named Lighter
Is this not just a state of the art innovation in the Ponzi scheme and online casino space?
The point is that it ended up in the PR in the first place. The submitted seemed unaware of its presence and only looked into it after it was pointed out. This is sloppy and is a major red flag.
Yes, please then find those for now imaginative issues and drill through them?
No, that is a massive amount of work which will only establish what we already know with a high degree of certainty due to the red flags already mentored - that this code is too flawed to begin with.
This is not political, this is looking out for warming signs in order to avoid wasting time. At this stage the burden of proof is on the submitter, not the reviewers
Tip:
A list compiler should be relatively straightforward, as these things go. If you get the AI to write it you should actually read it, all of it, and understand it, to the point where you can add features and fix bugs yourself. There are many many resources on the subject. Only after this should you consider contributing to open source projects. And even then you need to be able to read and understand your contributions
The wider point is that copyright headers are a very important detail and that a) the AI got it wrong b) you did not notice c) you have not taken on board the fact that it is important despite being told several times and have dismissed the issue as unimportant
Which raises the question how many other important incorrect details are buried in the 13k lines of code that you are unaware of and unable to recognise the significance of? And how much mantainer time would you waste being dismissive of the issues?
People have taken the copyright header as indicative of wider problems in the code.
An incorrect copyright header is a major red flag for non technical reasons. If you think it is an irrelevant minor matter then you do not undesirable several very important social and legal aspects of the issue.
Well you seem to think automating update of terminfo on a fleet of machines is too difficult so...
no need for the bitchy response.
the specific terminfo needed for ghostty isn't installed anywhere on the boxes you ssh into ... you need to manually install it on every single one of them.
Yeah this is going to be an issue with any of the newer terminal emulators. No big deal. Updating terminfo is easy. If you can't then just set TERM=xterm
Not ready for prime time by a mile IMO.
Nah, the issue is your lack of experience and understanding of the basics is terminals.
Might be $TERM needs to be set or you need to add ghostty to terminfo
It doesn't sound like they are talking about invalid states, more like they are taking about the kind of thing that in Rust would be represented by `Option<Box<dyn SomeTrait>>` or suchlike. Maybe your point is that in Rust much less ceremony is necessary to avoid hitting a null pointer when doing this. But still, in either language it's easy to end up with hard to follow logic when doing this.
Yes, it is mentioned there, as being deprecated:
easy_install, now deprecated, was released in 2004 as part of Setuptools.
It took decades for the to even consider starting the process of removing the GIL,
This is not true. Discussions about removing the GIL have been ongoing for decades. There were some abortive attempts over the years but it is regarded as quite the technical challenge, and has implications for compatibility with code written in C.
which is a great example of "it's clearly broken but lets not fix it".
That is not the attitude of the Python community.
which in some ways has been used to rehabilitate Eichmann's image as a bureaucrat
Well that was clearly never Arendt's intent. Have people actually tried to interpret her work to rehabilitate Eichmann?
The difference between academia languages such as ocaml or haskell and industry languages such as Java or C# is hundreds of millions of dollar in advertising
Rust is a significant counterexample
Nicely put