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

That's an insane price and the range is fine for the daily needs of the large majority of people.

€12k in France (where i am) can't get you any new car, even the cheapest ICE Dacia is more expensive than that now.


The BYD is sold in Europe but there is higher VAT and a special EU Chinese car import tax - so these cars are about 20k euro.

There is also the Renault Twingo which is in the same class.


The tax is only on electric cars, vehicles with a combustion engine are excempt - that's why you see all those ads for BYD Hybrids now.

I checked the Twingo and it is starting at €16k and an Opel Corsa (without any options) is more than €19k

Australia doesn’t tariff Chinese car imports, on account of no longer having any car industry of our own to defend.

That said we do still have a hefty “luxury car tax” for anything over $80k, which is a hangover from when there was an industry here. The government aren’t going to lift that any time soon.

Its current function is to select for expensive trucks over expensive sedans, because trucks are “commercial” and exempt, making our roads less safe overall. Thanks government.


So you are saying that there's a widespread problem with people looking to buy a car for $100k but realizing there's a $6k tax they go, "I can't afford that" and instead buy a unsafe truck?

Taxes change purchase behaviour. The luxury car tax is a tax on personal vehicles so they're saying its pushing people towards buying via business

It certainly forms part of the picture.

Another part of the picture is that you can more often get away with buying a truck “for business” if you’re a small business-person, regardless of whether it actually ends up being used for that.

And by ‘unsafe’ I mean for pedestrians and they contribute to the vehicle-size arms race on the roads, they’re generally very safe for the occupants.


Seems like the luxury tax is 33%..

It is 2026, it is not hard to publish a "blog" , if you want to share that same content over social networks that's fine but it should be a requirement that the data doesn't solely live in private walled "social" networks

How is posting on wordpress.com or tumblr.com any different from posting on x.com?

1. It's always publicly readable;

2. It is not reliant on any singular corporation, or trusting any singular corporation.

3. The established domain name system proves authenticity.

And of course the information can still be posted to X, etc.


1 is untrue, 2 is untrue, 3 is the same as x.com

1 is true: if you control the web server, you control whether the content is published as readable by anonymous visitors.

2 is true: if you disagree, provide the name of that singular corporation. To be clear, you're always relying on corporations, but there's no single gatekeeper.

3 is not the same: if I see something published on "www.water.dcceew.nsw.gov.au" I can be reasonably confident that it is published by my local Government. If I see an X account of @NSWDCCEEW_Water then I need to start looking for context clues, most of which can be faked.


1. You don't control the wordpress.com or tumblr.com web server

2. Wordpress or Tumblr respectively

3. but it's not, it's dcceew.tumblr.com or dcceew.wordpress.com


Assuming this is a goodfaith argument for a second !

You can host a wordpress wherever you like with whichever provider you like or even on a potato in a closet. The format and data are open and can be switched to any platform at any time without an account or login.

RSS !


you can't own wordpress.com though

can you elaborate what are their fundamental flaws that are not fixable by funds?

Chinese models are trained on dubiously collected model traces from Claude/OpenAI that are purchased from model routers. All the major Chinese models use this data. That's one reason they've been able to catch up with Anthropic/OpenAI so quickly, they have so much data.

Mistral can't train on that data, because this data would be illegal to purchase & train on in the EU.


It's dubiously collected data the whole way down. This is the AI industry.

They've never made a near-frontier model. Which is a valid criticism for a model training company

They have done that in the past. I clearly remember the times when they dropped releases as a simple tweet and it made the front page of HN - just like the recent Chinese models releases.

"Frontier" is a relative, ever-changing target.

It's not really: it means those out in front.

OpenAI, Anthropic, China


Those in front can and will change over time, and regions determine what is measured in the first place. So if they want, the EU can for example define "frontier" as "models made by a European nation that score highest on Math benchmarks".

> can you elaborate what are their fundamental flaws that are not fixable by funds?

Culture.

In terms of output, EU working culture is inferior to American/Chinese working culture.

Work life balance is irrelevant for frontier/sovereign AI.


Holy oversimplification. Do you get all your information from the internet?

There is logic to it. The ones who work 12h/day for 6d/week does more than the ones who work 8h/day for 5d/week does more than... It's simple scaling that pays off over time even if the general quality of work by the former isn't as high as that of the latter.

[flagged]


Shame them... for not working their employees into a heart attack at 40?

I'm not sure if your hypothesis is correct. I personally don't think the crazy work hours are what make the US so competitive in tech. But even if it were, it's odd to call for shaming countries for having less insane work cultures.


Lol, and Switzerland has high working hours, but I achieve less in 3 months than 3weeks in Paris.

My US colleagues, like German one,just bullshit on reality of what they produce.

Real problem is more on VC, autonomy and small companies.


> We need to start shaming individual countries in addition to blanket EU.

Reading this gave me a visceral disgust reaction.

I have worked in the middle of the night here to be able to ship prod fixes for meeting deadlines. But that and even overtime should be exceptions rather than the norm.

This better be bait, in which case good job but flagged anyways. Surely nobody would genuinely make the argument that workers should be worked to the bone?

What I personally think could help would be less bureaucracy and regulation in regards to tech advancements (while preserving privacy of individuals), so that the time is used more efficiently, alongside significant investments.


>inferior

Way to reduce a multi dimensional concept into a single scalar value. Care to explain what exactly make it inferior? Try using more than one word if you can.


Thats one of the valid point.

In reality US and China are just not efficient enough.

Brand new account, only 1 comment.

Checks out


i don't want either, unless you're calling about a legitimate transaction i initiated, don't ever call me unsolicited


The service that was managing this before (Bloctel) was just hacked https://frenchbreaches.com/alertes/bloctel-mshxaq0ysyd27ca7f...


My only gripe with Garmin is having to throw away a perfectly decent watch just because a button stopped working after the warranty period.

But IPX5 is definitely a show stopper for my kind of usage


I was wondering when that would happen, it was meant to be since the beginning


Is there a difference between using these and using the playwright mcp with Chrome/Firefox config?


I can speak for Chrome's MCP which I have more experience.

devtools MCP will have access to more deep level fetures such as performance profiling, lighthouse and network requests in details (headers, auth, cookies...).

For example, I had success using chrome devtools mcp to debug frontend performance issues. The LLM captured and analyzed some nice traces and was able to isolate bottlenecks and unnecessary repaints and reflows.


Network request access is really helpful!

When having access to both backend and frontend, and then seeing what actual code is requesting and returning can really help with hunting bugs or doing basic QA.


I used the chrome MCP to profile a slow react page at my company, set a /goal and had it iterate until it achieved under 100ms responsiveness to actions.

Claude was able to identify the slowness and use various react tricks to fix the specific issues, all without my input.

I don’t think the playwright MCP can do this, unless I’m mistaken


It is unfortunate that in french « peer » reads as « pire » which translates to « worse-tube »


It's developed by a french company, so that confusion can't be that critical.


Snarky lemma: In French, is the trend of things going worse to worse?


Let's go for "PearTube" then.


PèreTube. Just videos about golf, lawn care, cars, and Fox News clips.

PearTube (PoireTube) would just have the Fox News clips.


Pierre-tube


Unless they proudly claim it as they seem so keen to do


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

Search: