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

A cube with an edge of 2.1 meters.

> I’d be surprised if crypto scams haven’t already seen their high watermark in terms of actual victims.

NFT was the peak.


Seems to be a strange setup for a marketing photo.


Why wouldn't it be Chromium/V8-based? New browser engine is multiple developer-years of effort.


Just seems like not a very smart long-term move to build on it.

Tough to get changes upstream when the majority of engineers working on Chromium are Google devs.

Lots of features you'd hope would be available in Chromium aren't there and have to be implemented manually, but then you need to keep your fork interoperating with a massive, moving target. Safe Browsing, Translate, Spellcheck, Autofill, Password Manager aren't available in Chromium and Google cut unauthorized Chromium browsers off from using Google Sync in 2021 (https://www.zdnet.com/article/google-cuts-off-other-chromium...)

There's probably more issues?


I'm not really seeing the alternative here, though. If your main gripe with Chromium is getting patches upstream through the vendor, that's an issue with all the browser engines available to them. Gecko would be an even riskier bet than Chromium, and WebKit verges on being chronically undermaintained on Windows and Linux.


But I thought AI was supposed to be writing 90% of code by now, you're telling me building a new browser engine is still a multi-year, difficult effort?


Do they even have any legal presence in UK to fine?


It can stop the owners being able to travel to the UK or risk being detained.


> It can stop the owners being able to travel to the UK or risk being detained.

Big loss, that destination.


London is the third most visited city and Heathrow is the second most popular airport by international visitors. The prospect of being arrested upon arrival there might be a little annoying.


Even if you don't intend to ever set foot in the UK you could find yourself there unintentionally, if your airline needs to make an unplanned diversion. So you basically have to forego any European air travel.


I wouldn't go that far. It's easy to find flights with routes where a diversion to the UK would either never make sense or be impossible due to distance.

It would be a hassle though.


"We'll always have Paris."


I assume it's mostly symbolic and/or serving some greater legal purpose.


Agreed, but if anything, it just shows how they lack teeth to mandate any action outside their jurisdiction.

If an entire continent was at stake, this would be a different story. But, in the end, the UK is small in the grand scheme of things. Any website operated outside the UK won't care, and actively demonstrating this is pretty illogical from their part.


Threatening with prison or a fine of double digit millions of pounds doesn't seem very symbolic.


They didn't just threaten anything - they imposed the fine. Imposing a fine while knowing that it likely will never be collected is the very definition of "symbolic".


The threat of imprisonment if you don't pay the fine is the polar opposite of anything "symbolic". It puts individuals at significant personal risk should they ever make the mistake of traveling through the UK, in turn limiting their freedom of movement permanently even without being in prison.


This is just not that big a deal for people who don't have family or business connections there already. It'll be like 'oh no, banned from a once-great place.' Had the UK remained in the EU, they might have been able to get other countries to honor such an arrest warrant, but as it is they just look petulant.


Sorry, being in effect banned from a country (and possibly anyone it has an active extradition agreement with, which is unrelated to EU membership) is a big deal.

Imagine being a US citizen, and suddenly being banned from Texas and Utah. It's not like you were planning on visiting those, right? Just remember to never accidentally take interstate 10, 15, 20, 40, 70 or 80 when driving around, that can't be too hard.

Suggesting it is okay to have arbitrary freedoms taken away because "you wouldn't use it anyway" is a very slippery slope. Who needs privacy and free spech, not like you want to badmouth the eternal supreme leader anyway.


I am not suggesting it's OK to have arbitrary freedoms taken away. I am suggesting that Hiroyuki Nishimura probably does not give a shit about the UK's temper tantrum.


You wrote that the theft of freedom was "symbolic" and "just not a big deal".

It also very much seems like Nishimura gives a shit by virtue of the active effort he is putting into his legal defense, consuming both time and money.


It’s quite literally the perfect example of symbolic action.


Imprisonment is the polar opposite of symbolic action.


Correct, but irrelevant, since nobody has been imprisoned

Edit: and nobody realistically could be


It is extremely relevant an entity granted powers by their sovereign governemnt is threatening that the next legally mandated escalation should they not comply with their unrealistic demands is imprisonment. And yes, ending up in jail is a realistic outcome when their laws dictate it, so if it goes that far you are now playing the floor is lava but instead of lava it's nations with UK extradition agreements.


I mean Russia has fined Google 20 decillion USD. What is the point if you can't collect? Like me fining my neighbor 100 million Euro. He will laugh at me and tell me to get lost.

https://www.bbc.com/news/articles/cdxvnwkl5kgo


Are you likening the UK to Russia?

This is not a fictive fine, it's threats of imprisonment, and ignoring the whole thing means having to avoid travelling to or through the UK for life, and that's assuming the UK doesn't try to activate any sort of extradition agreements.

Even without going to prison, that's a permanent and quite significant theft of freedom of movement. If you ever travel abroad, you could end up accidentally booking a transfer through the UK.

No one ends up unintentionally transferring through Russia anytime soon. And likening the legal threats of a foreign nation to a joke from your neighbor makes no sense.


I really fail to see the difference between this and Russia's fine.


Russia is a well known authoritarian state arbitrarily penalizing anyone not aligned with and assisting their ideals, with no expectation of any kind of fair process.

The UK is a misguided democracy within the usual group of countries considered "the west", enforcing stupid and broken laws in a highly questionable fashion that presents fundamental questions about jurisdiction in the modern world.

However, it is acting against an entity is cancerous enough that even the defendent is purely challenging (and getting support on) the technical legal grounds in a search for precedent.


If your flight is redirected due to weather/etc. to some British commonwealth country, then you might be grabbed upon landing. Or if you are a really big fish, your plane might be forced to land on a crown-controlled land.


The only member of the Commonwealth that is British anymore is the UK and any of the independent countries in the Commonwealth grabbing a passenger on behalf of a civil judgement in a English court seems no more likely than any other random country doing so.

Even more unlikely is the crown exercising the kind of power you're talking about. Never mind that Charles isn't the King of the majority of Commonwealth countries.


And this is different exactly how to Belarus (backed by Russian power) [1]?

[1]: https://www.reuters.com/world/europe/belarus-forces-vilnius-...


When I want it to be displayed in the exact same way everywhere.


Also checked the PDF compilation and it is a surprisingly effective way to explain algorithms considering there are no words at all.


I don't think anchors' primary function is to allow global definitions (of variables or whatever), rather it's more like arbitrary templates/snippets to be reused through the YAML file.

In GitLab, where YAML anchors have been supported for years, I personally find them very useful —it's the only way of "code" reuse, really. In GitLab there's a special edtor just for .gitlab-ci.yml, which shows the original view and the combined read-only view (with all anchors expanded).

I agree that it's hard to point to the specific line of the source code, but it's enough — in case of an error — to output an action name, action property name, and actual property value that caused an error. Based on these three things, a developer can easily find the correct line.


>it's the only way of "code" reuse, really.

not really. You can also use include/extends pattern. If that is not enough, there is dynamic pipeline generation feature.


In my experience include/extends works well for importing or extending whole jobs, but not so much for defining a small snippet of text that I want to reuse across many jobs, perhaps when overriding stuff.

An example of how I normally use them and why I still find them useful:

  # Imports whole pipeline architecture jobs
  include:
  - project: company/ci-templates
    ref: "master"
    file: "languages/stack.yaml"
  
  # Define a command I need to use exactly the same
  # across different jobs I'm going to override
  .vpn_connect: &vpn_connect
    - cmd1
    - cmd2
    - cmd3 &
  
  job1:
    extends: imported1
    script:
      - ....
      - *vpn_connect # 2nd command
      - ...
  
  job2:
    extends: imported2
    script:
      - ...
      - ...
      - *vpn_connect # 3rd command
      - ...


> include

Interesting, although to me it looks more like a way to split one file into several (which is rather useful).

> extends

What's the difference with anchors? Looks the same, except works with include (and doesn't work with any other yaml tool).

> dynamic pipeline generation

Which is even harder to reason about compared to anchors, although certainly powerful.


So is there a UI available to browse MCPs or is it API only?

Tried to find it but docs point to GitHub, GitHub points to docs and none seem to point to MCPs listing.


This is still an early preview. A UI is on the roadmap [0]. For now it is API only [1].

[0] https://github.com/modelcontextprotocol/registry/blob/main/d... [1] https://registry.modelcontextprotocol.io/docs


Yeah it's confusing. They mention https://registry.modelcontextprotocol.io but it is just a redirect to https://github.com/modelcontextprotocol/registry/tree/main/d.... Like MCP itself there's still work to be done, it seems.


> Your car, no. An issue there could hurt other people.

Which is already covered by existing laws. Same as other categories given by dangus.


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

Search: