Japan has their own communication platforms for this, they're not relying on a US government site. I'm in Japan on vacation, and I got notified of the earthquake within a minute of it happening on the NERV app, which is a common disaster alerting app here.
Evangelion is extremely popular in Japan, everybody and their dog knows it, so it is obviously the second option. From the official app website, https://nerv.app/en/
> The name and logo of "NERV" are used with the explicit permission of khara Inc., the copyright holder of the "Evangelion" series, and Groundworks Corporation, which manages the rights to the series.
Evangelion is their Star Wars, at least in terms of merchandising and cultural references. I think I heard somewhere that it's known more for the pachinko machines than the actual media
How can any show with the beginning scene of the “end of evangelion” be the Star Wars or anything? Luke skywalker didn’t feel the need to choke his chicken to a knocked out Leia, but this is exactly what shinji does in the first scene of the end of evangelion.
Japan, that's how. Also, I'm not sure everyone who recognises Evangelion in Japan has actually watched more than the anime or rebuilds. A whole lot of people just know it as the logo on the pachinko machine
This gave me a blast to the past to Nightingale, the media player built on top of Firefox. It was a Firefox fork that was aiming to be a more powerful alternative to iTunes/Winamp. But since it was built on Firefox, you could also use it as an all-in-one media player and web browser.
The homepage still exists, but it looks like many of the other pages like the blog and wiki are long gone. It hasn't been active in probably over a decade.
ar_lan specifically mentioned Neovim distributions. Examples would be LazyVim and AstroNvim. These are packages you can install that provide Neovim in a pre-configured and opinionated way. They generally come with language servers, linting, and various other features out of the box, and have their own paradigms for configuration.
They can be easier to get started with than just installing Neovim from scratch. But they add their own complexities. First, you have to know that they exist, and pick one. Then you have to know how to configure them, they may have their own nuances about how things are done. Under the hood they're using all the same packages, so you'll need to learn how to configure those as well if you don't want the defaults.
I would say the distributions to make it extremely easy to get started with a functional IDE experience with LSP features. But they're not without their own learning curve.
The problem is that I must make these distributions fit within my well established configuration, which is not as easy as installing them on top of a blank one.
Also it might be the fact that vim was never my main programming tool when IDEs were available for the programming task at hand. I debug as much as I write code, so having the debugger in the same context is important to me.
These things may all sound like excuses, but what I'm trying to convey is that vim can be a tool with which someone is proficient, but it's not the main one for writing code, and as soon as friction gets higher, it gets disregarded in favour of something else.
It's not compiled in the way that C is compiled. Transpiled would be a better term (though there are debates on where the line is).
Amber code gets turned into bash code, and run by a bash interpreter. So at best Amber's performance will match Bash's performance.
I've seen people say bash is faster than PowerShell, but I don't have benchmarks to back it up. Even so, I wouldn't recommend using it for performance intensive tasks such as writing a web server.
The great advantage I see for Amber is being able to write scripts in a sane language (bash is not enjoyable to write), and have those scripts be able to run anywhere that Bash is installed.
That's quite disappointing. As a Neovim user, I depend on nerd fonts for icons.
Does the license forbid patching even for personal use? Or is it only forbidden to re-distribute the patched font, by using it on a website for example?