/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

dev.krzaq.cc
| | blog.bdw.li
26.6 parsecs away

Travel
| | [AI summary] The author reflects on their history with RSS readers like Google Reader and Feedly, discusses their self-hosting preferences, and decides to test a new Firefox-based RSS aggregator.
| | techtldr.com
21.7 parsecs away

Travel
| | Chrome Developer Tools have a very useful option that allows to copy any API request as a CURL command. This tool can be used to test APIs without having to rely on the Browser, get access to unofficial APIs, scrape data and many other useful scenarios. Please allow me to demonstrate. In this video, I [...]
| | willhaley.com
16.3 parsecs away

Travel
| | macOS does not have a built-in mechanism for spoofing/mocking/faking a user's physical GPS location. However, the Chrome browser allows editing a user's Geolocation using specific latitude and longitude coordinates. Chrome's Sensors configuration menu allows setting a precise lat/lng location, preventing the need for a VPN or other system for falsifying one's location. https://developer.chrome.com/docs/devtools/device-mode/geolocation/ With the Chrome Dev Tools open click the three-dots menu icon -> More tools -> Sensors and set the Location override as needed.
| | tilde.team
41.9 parsecs away

Travel
| [AI summary] A blog post discusses Mozilla's new ability to compile WebAssembly in the browser as it streams, likening it to image decoding for major performance improvements.