| GC | Garbage Collector | Automatically removes unused objects from memory. | Development | So your program doesn't die from memory leaks. | |
| GDAL | Geospatial Data Abstraction Library | Reads and converts raster and vector geospatial data. | Data | So you can work with maps without pain. Although for me, maps and time zones are where the real pain lies. | |
| GPX | GPS Exchange Format | A format for exchanging GPS data. | Data | Saves tracks and routes. | |
| GRE | Generic Routing Encapsulation | A tunneling protocol that encapsulates packets. | Network & Infrastructure | Like a packet within a packet. | |
| gRPC | gRPC Remote Procedure Calls | Allows fast and efficient remote procedure calls. | Architecture | Like a web API, but faster and more complex. | API |
| GUI | Graphical User Interface | Windows, buttons, icons. | General | So the user doesn't have to type commands, just click with the mouse. Honestly, the less they can do, the better. If only we could take away the mouse too — that would be perfect. | TUI |