HN user

alex_reg

97 karma
Posts0
Comments17
View on HN
No posts found.

It's a bit confusing.

Roughly:

* a refactor of Node.js, but using a standardized API for JS engine interop * Integration with the Wasmer CLI so it will run JS with v8 but, everything else in Webassembly

Interesting idea.

Could be a much lighter weight way to sandbox JS...

I have the opposite experience.

Outdated comments are often way worse than no comments, because they can give you wrong ideas that aren't true anymore, and send you off in the wrong direction before you finally figure out the comment was wrong.

This is probably not a coincidence or an oversight, but rather a "what can we get away with" attempt, similar to previous efforts to remove UBlock Origin.

But why? Matrix is tiny and no threat to Google services.

I'd personally expect three letter agencies to be involved here. The US government has been aggressively going after encrypted communication for years, with extreme tactics like personal intimidation and secret courts. Read this story about a secure email provider if you doubt it. [1]

This doesn't work so well with EU based companies, even though they have been pushing EU governments to do the same. (There recently was a leak that the encryption ban currently discussed in the EU parliament has some roots in Five Eyes efforts and that governments were pressured by the US to support it. Published by FAZ or Sueddeutsche, I'm trying to find the article...)

I also doubt that iMessage and What's App gaining "backdoors" to their encryption is purely motivated by user experience.

At a time where a lot of people want to switch communication platforms, nipping any such efforts early might well be viewed as important.

"Abusive content" is a convenient excuse that can be arbitrarily applied.

[1] https://www.newyorker.com/tech/annals-of-technology/how-the-...

Regardless of how this went, I see the mega-corp development over the last 10+ years as very concerning long-term.

Companies like FAAMG just grow and grow, to the point where they completely dominate markets in mono/oligopolies. This enables them to either buy up or destroy any kind of competition before it becomes noteworthy, cementing their positions for many decades. Not to speak of the political bargaining/lobbying power.

Regulators need to stop allowing corporations to expand into ever-more domains and become so dominant through shear measure of size and capital they can throw around.

Gaming is an interesting space here. Microsoft has become one of three major players. They are buying up big studios like Bethesda, and are pushing hard for a future where you don't own any games and can only rent them for playing on Windows, Xbox or via streaming.

Right now GamePass is an incredible deal, but things would look quite different if Xbox wasn't the underdog.

Who can do 25 cores in the mobile phone industry?

I'm actually curious why we have not seen many-core devices. Typical desktop CPUs still only have 4-8 cores, as do mobile devices. (disregarding the many small hardware-management cores like SSD controllers, GPU management, modems, ...)

Why not have many more cores with different performance profiles, that then are dedicated to various tasks. Like a bunch of low power, in-order cores for background OS management or background apps like Slack that just check for new messages and send notifications, ...

Naively I would assume:

* the increased hardware complexity (wiring, caches, ...) makes this both cost and power budget prohibitive

* current operating systems are not really built for that world

* the benefits compared to current big/little designs with two hands full of cores are not worth the effort

Maybe someone knowledgable can offer more insight?

Flutter Web does it's own rendering via canvas, so accessibility is off the table for now and there is no easy path to get there.

That alone should kill it for most production use unless it's an internal tool.

("should" because many apps sadly just don't care)

edit: I was wrong, see below. Glad to be wrong actually, because Flutter is great.

All of those are self-hosted.

"Core" is the free community edition. The others are not open source/free and require payment.

Core is plenty for most use cases. That table makes it look like it has almost no features, but most items in the list are either advanced or pretty niche.

... Perhaps this relates to the high level of interest in Rust ...

I would have loved these blog posts regardless of what code was actually being optimised.

They offer a fascinating glimpse into a workflow that requires expertise, experimentation and creativity.

Sadly something that most developers can't engage in very often, due to the nature of their work or time constraints.