A developer used Google Photorealistic 3D tiles API and Unreal Engine 5.1 to create an immersive experience that combines location data with dynamic responses from the ChatGPT API.
The experience allows users to enter prompts in a specific format and receive information about a location, including interesting facts, which are displayed in 3D text in the virtual world.
The developer used the Google Maps API and Cesium platform to retrieve location and geometry data and created a clever portal mechanism using the Niagara particle system to transition the user from their current location to the new location.
Cesium and Unreal Engine now support this API, potentially enabling 3D drive-throughs of users' hometowns in games.
The API has quota limitations in its beta version, and some have raised concerns over the legality of using Google Maps data and drone regulations for mapping.
Users admire the creator Max Bittker and compare it to other simulation projects like Sandspiel.
Some users point out balancing flaws in Orb.Farm but still find the project entertaining while others discuss Sandspiel Studio and other visually programmed artificial life-based projects.
Progress is a tool that runs on Linux, FreeBSD, and macOS and displays the percentage of copied data for basic commands like cp, mv, dd, tar, gzip/gunzip, and cat.
It can show estimated time, throughput, and has a "top-like" mode for monitoring.
Progress is easy to install and run on deb-based, archlinux, rpm-based systems, macOS with homebrew or MacPorts, and can be built from source with ncurses library.
Discussions on using progress indicators in Linux commands, including suggestions for tools like pv and Pipe Watch
Alternatives to dd, such as ddrescue or rsync, are discussed, along with the benefits of slowing down transfers to prevent overloading shared connections.