No insider knowledge but as far as I know, bedrock is written C++ not Java. They did that for porting to other devices and consoles, as well as preformance. It also allows them to sell skins, server hosting, more micro transactions since it's more locked down. So I think it's just a thing that happened, and it has been going on for a while and if they did anything to either the Java edition or the bedrock edition then it would make a lot of people really mad.
One is kinda half hidden behind a tree on the far right and another one is next to the starting sign. The rest are on the beach area and very slightly off the beach area
I have found that every Ai music model I have tried (tried about 6 of them) can not for the life of it generate any good ambient music or like sad non upbeat music. They all try to revert to some sort of uptempo or beat drop of some sort. They can't just "chill out" so to speak
Very cool! I love one off intresting sites like this. Thanks for building it and talking a little bit about where the data comes from etc.
On the note of Ai agent getting the data for you, could you not just build a chrome extention that intercepts/read the api response and then uploads it to whatever ingest endpoint you have? You could probably just call their api end points they use on the page as well but not sure what protections they have so might be a bit tricky. A custom chrome extention could do it though if they have protections.
Their APIs are protected by cloudflare, I didn't want to circumvent that. Also I dont really want to make a chrome extension or have a browster tab open, if that's what you meant? I've already made a cron style agent framework[1] so that's what I'd probably reach for since they can actually open the browser and inspect the network traffic to grab the json.
I think I was just spit-balling what would be possible, rather than what I intend to do. As mentioned elsewhere I'm hoping to get an API key from one the data providers, I even reached out to the api behind marinetraffic.com, https://www.kpler.com/product/maritime/data-services to see if they would sponsor the project.
This was just something I built on a whim, but I appreciate your comment and took it to heart!