Always looking for new opportunities to turn its mammoth search engine and associated features into interactive and exceedingly distracting Easter eggs, Google has put on another show in honor of the 37th birthday of Atari's classic video game "Breakout."
Just try typing "Atari Breakout" into Google's image search. Instead of getting the usual cluster of high- and low-resolution images of the retro paddle-based game, the screen then transforms all the images into tiny bricks for you to destroy in a game Google is calling "Image Breakout."
Occasionally and for whatever reason, Google image search will redirect to another search entirely before activating the game. I got "Parmigiana" and "Chicago" in that order, so I was destroying tiny little bricks made out of Italian Parm sandwiches and Windy City landmarks.
Originally created by Nolan Bushnell and Steve Bristow, "Breakout" debuted in 1976. It was based on a similar ball-and-paddle mechanic inspired by the legendary 1972 video game "Pong," and like its predecessors, "Breakout" would go on to inspire countless ports, spin-offs and sequels throughout the years.
"Breakout" also became an early point of money contention between Steve Jobs and Steve Wozniak after Jobs, who was at Atari, contacted Wozniak (who was then working at Hewlett-Packard) to get help in essentially beating his Atari colleagues to the punch in designing a successful prototype. Wozniak later claimed that Jobs did not disclose the full commercial implications of his work on "Breakout," essentially cheating him out of bonus that Atari had guaranteed for successful completion of the game.
PostGIS - It is an open-source software extension for the PostgreSQL relational database management system. It enables support for geographic objects and spatial queries, making it a powerful tool for working with geographic information systems (GIS) data. PostGIS allows you to store, manipulate, and analyze spatial data, such as points, lines, polygons, and other geometric objects. How to Setup PostGIS with Laravel To set up PostGIS with Laravel, you'll need to follow a few steps. PostGIS is an extension for PostgreSQL that allows you to work with geospatial data, and Laravel is a popular PHP framework. Before proceeding, ensure you have PostgreSQL installed on your server or local development environment. Here's a step-by-step guide to setting up PostGIS with Laravel: 1. Install Laravel: If you haven't already, install Laravel using Composer. Open your terminal and run the following command: composer create-project --prefer-dist laravel/laravel project-name 2. Configure...
Comments
Post a Comment