Hacker Newsnew | past | comments | ask | show | jobs | submit | atherton94027's commentslogin

If you've run an ssh server connected to the internet you've gotten used to the hundred of bots probing it every day. How is this AI threat different from humans writing scripts to pop linux servers?

The french always had Ariane??

The Ariane is as much German as it is French. It is considerably Italian too.

This is incorrect, ArianeGroup is mostly french, it's a joint venture between Airbus and Safran.

The work and know-how is mainly spread between Germany, France and Italy. The mechanism that ensures it is called "national return". The order volume per country has to correspond to the countries respective monetary contribution.

I worked on the Ariane from 2000 to 2006."National return" was a pain for all the smaller companies and they usually founded subsidiaries in all the other member states to game the system.

Without Germany and Italy, France can build and fly no Ariane. Not even close.


Avio does the Ariane SRBs & it is an Italian company.

It's another 50% joint venture?

Who owns how much of the enterprise says little about who contributes to and owns control and know-how of the project. This is even more true for a political project like the Ariane.

Not to diminish France's contribution but without Germany and Italy there would be no Ariane. France could not build one and could not fly one.


Honestly could you blame him for not liking Java in 2007? Between the many layers of abstractions the frameworks used, the exceptions and the sluggishness to compile it was not a compelling stack

Nothing would have prevented building a nice, lightweight system in Java in 2007 had one thrown away the conventions that had infested it at that point.

Java's problem never was the language which has been as serviceable as any other since the JDK1.4 days. It is straightforward to compile (no metaprogramming, type erased generics), linking is delayed to runtime and dependencies are all precompiled to bytecode which _should_ make for very fast builds.

The problems came from the multitude of Internet-bubble era tool vendors which overcomplicated everything in order to sell high priced "corporate-level" solutions and imposed that certain coding style. Java is still known for this today because it appears in so many vintage codebases and is still being applied by coders who never revised their practices from 22 years ago.

My theory is that Rob Pike was jealous of Java because it has succeeded with a model similar to his own Inferno (bytecode, C syntax) and this aligned with Google's ask of developing something that would be outside of Sun's lawyers reach.


Java and the JVM does show its age specifically in one era, and that is its OO-dogmatism which it inherited from the 1990s OO wave (i-was-there-gandalf.gif). Even the opcode set in the VM reflects this everything-an-object mentality.

While it's been made to work, the JVM itself isn't the greatest VM for hosting other non-Java-shaped languages because of this.


When the Java people showed up to Python, they brought a bunch of that FrameworkFactoryItis with them, it was looking pretty bleak for a couple years. The culture that springs up around a language is as important as the language itself, even more so. It spreads to the libraries, and in turn the applications.

Please, read between the lines. Github actions has been a mess since 2019 at least. None of the instability is new, before this unprecedented growth (for a service that's supposed to scale horizontally) the excuse du jour was the azure migration, before that it was the high rate of shipping post acquisition.

Core parts of the product, like navigating to individual files in a code review, are broken


> Core parts of the product, like navigating to individual files in a code review, are broken

I think this is a good argument to underline "It's not _just_ the scale". Adding to this, the Github Code Review experience is kind-of broken, the way comments/threads are stacked in the PR overview has not improved, pagination isn't really a thing, and these issues are age old. Hopefully, one day, Github will mature.


It makes you wonder if people review code there given how broken the experience is, it's a core part of the product!


Why put Zohran in the same bag as trump? From what I can see NYC is running pretty well


Cause they're a bot


Look up the definition of populist demagogue.


If fixing potholes and making the city run better is demagogy, I'd take than any day when the alternative is Cuomo or Adams. It's not like they were high-minded public servants looking at the long term


Done. Now what? NYC is still being run pretty well?


US was also running "pretty well" under Trump 1


At least you have access to USE INDEX on MySQL. On Postgres it's not rare to have a query suddenly perform awful in production because some switch flipped in the planner and now it's picking some random index


Good news is that they just added a plan stability feature in pg19. It's actually full planner hints, so you can edit the plan to whatever you want if you have no fear, but the main motivation is exactly index stability.


I looked it up because I'm interested in the subject but it seems it's only a proposal right now? At least according to this 5 month old blog post https://rhaas.blogspot.com/2026/03/pgplanadvice-plan-stabili...

Edit: Never mind, found it https://www.postgresql.org/docs/19/pgplanadvice.html


I think OP might be referring to synthetic data, which is now used to provide more data for training?


That would makes sense. This is how AlphaGo became better then the training data, and was the basis for Alpha Zero which used no human data and became even better.

However the loss function (or the success criteria more broadly) for the game of go is extremely simple. We do not know whether such a success criteria even exists for a generic task like coding, and it is a mistake to assume that the AI labs have found one.


Never understood why hetzner gets brought up so positively here when there are dozens of EU competitors who are just as good and don't run 7 year old discounted servers


> don't run 7 year old discounted servers

That's a pretty big part of why, honestly. How many of us are running server workloads that actually need the price/performance tradeoff of cutting edge server hardware?


We're not even talking cutting edge. If you browse hetzner's auction page you can see they're renting machines with almost decade old CPUs like the Xeon W-2145 or i7 6700. That's just a lot of old hardware..


Well. Yeah. The auction page is the leftovers; if you want current stuff then you're in the wrong spot on their site


So? If it's cheaper and gets the job done who cares?


I mean if you run serious stuff on a non-ECC CPU from 2015, you'll probably have a bad time.

They're great for hobbyists but people on here keep bringing them up as the flagbearer of euro hosting


I have several production services running right now on AWS t2 instances, which were released in 2016. For a service that isn't performance-critical, it's perfectly fine (and a significant cost savings) to run on decade-old hardware.

ECC vs non-ECC is also pretty irrelevant on a box with < 64GB of memory


A t2 instance is virtualized, AWS keeps its servers for 5 years (see their 10k https://www.sec.gov/ix?doc=/Archives/edgar/data/1018724/0001... ), so your t2 does get moved around regularly to newer servers.

And no, ECC is relevant with less than 64 gigs of ram, there's a reason it's been a standard on servers since the 90s


serious stuff like what? majority of people don't work on scale you probably are thinking about.


Because nobody ever mentions them by name, leaving all of us in the dark.


Upcloud, Scaleway, Clever cloud, etc.


These are all solid choices, but significantly less performance/€

Understandably too, because hetzner is running things on consumer hardware vs the enterprise hardware the others use


> I think what's really going on is that bots expose how underpowered web servers has gotten in recent years

More often than not they're running on a VPS, and cloud providers have been pushing the envelope of what a vCPU is. Amazon still bills hyperthreads as a single core!

Add to that their servers are often aging and you get a recipe for slow web services


Congrats! I'd be curious to hear what changed (and what didn't) with applicants over the last 15 years.

I feel like the programming community is very different than in the early 2010s – when's the last time you've seen a coworker brag about using vim – but I can't really put my finger on what changed exactly.


> when's the last time you've seen a coworker brag about using vim

Are you suggesting these people have increased or decreased in quantity? I feel like I've met more vim/neovim/tmux/theprimagen/tool-rewritten-in-rust geeks with every new job.


I resemble that remark!


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: