> Ignores that there is already a well established C alternative: C++.
The key point is, C++ added numerous features to C, and at the time, it was the only language occupying that position (or perhaps Objective-C, too?).
Today, a successor to C cannot simply replicate what C++ did. Add too many features, and it will be viewed as a successor to C++ rather than to C (as is the case with Rust and D).
Conversely, keep the additions minimal in order to stay close to C, and you end up in a "red ocean" crowded with Zig, Odin, C3, Hare, Jai, and others.
This is a source code hosting service based on Forgejo.
It resembles Codeberg but appears to have somewhat more lenient terms of service.
Hosted projects are not prohibited from including non-open-source code, cryptocurrency-related content, or the use of generative AI.
The Edo period (Tokugawa Japan) was also a time of "Sakoku" (national isolation https://en.wikipedia.org/wiki/Sakoku ). Foreign invasions occurred in a different era and under different rulers.
However, fortunately (or perhaps unfortunately), you can't bribe officials. Japan is a society where it's difficult to get special treatment by giving money, not just to officials. If you try to use bribes, you'll only be looked down upon and put in a worse position.
I had to deal with the Japanese for the first time last week. My girlfriends bag was stolen with her passport.
It happened in a Round1 (near Umeda in Osaka), we knew exactly when since we sat down to play Mario Kart and after one race it was gone. First the police tried to convince us that we just forgot it somewhere. Eventually we convinced them to check cameras, and they said it was a blind spot. They refused to check entrance and exit cameras.
She had her airpods in there, and we could track the location, they refused to look at any cameras in the area (we tried searching the area ourselves but couldn't locate them, we figure the thief chucked it somewhere hard to find). We had the serial numbers of USD that was in the bag, they wouldn't even write it down.
Currently still waiting for an official report so that we can try and deal with their immigration to move her visa to another passport.
Having spoken to her embassy, it's the second time they've heard the story (same exact Round1, same Mario kart section). And if it's happened twice to citizens from her country, it probably happens more.
The whole thing made me completely disillusioned with Japan. Yes, statistically it's extremely safe, but if something does happen, don't expect any help. Reading this story just makes me think I should avoid any interactions with police if at all possible, and I've stopped carrying my passport with me. I rather get fined than having it stolen.
Fsnotify is a library that many projects depend on. Kubernetes is one example, and this issue was a concern. arp242's explanation is reasonable, and the concerns seem to have been alleviated. https://github.com/kubernetes/kubernetes/issues/138812
I felt this issue strongly reflects recent trends:
Regarding the Japanese system, there are no restrictions on moving residence. Resident registration (Jūminhyō) can be done anywhere. Therefore, if you move to a new place of residence, it is common and recommended to register accordingly. I don't know the details, but I think the system in China is probably completely different.
It's like closed-source proprietary software. Installed by npm is a per-platform (linux-x64, osx-x64, win-x64, win-x86) binary execution file. The software license agreement is long and I'm not sure what is allowed.
Free for projects with up to 100 content pages. Pro pricing will be available for 5-10x lower than GitBook. Self hosting of the generated website, which isn't possible with GitBook. Ability to remove `Powered by` branding, which again isn't possible with GitBook. I guess those are the high level features. Hope this helps.
The key point is, C++ added numerous features to C, and at the time, it was the only language occupying that position (or perhaps Objective-C, too?).
Today, a successor to C cannot simply replicate what C++ did. Add too many features, and it will be viewed as a successor to C++ rather than to C (as is the case with Rust and D). Conversely, keep the additions minimal in order to stay close to C, and you end up in a "red ocean" crowded with Zig, Odin, C3, Hare, Jai, and others.