Project Loon sử dụng trí tuệ nhân tạo để cố định vị trí, tự bắt gió để bay lên cao
Nhóm phát triển Project Loon của X (thuộc Alphabet, công ty mẹ của Google) tiết lộ rằng họ đang sử dụng công nghệ trí tuệ nhân tạo (cụ thể là machine learning) để giúp cố định vị trí của các khinh khí cầu phát Wi-Fi trong thời gian dài.
Google hủy bỏ dự án drone truyền phát internet
Năm 2014, Google và Facebook đã cạnh tranh quyết liệt để giành lấy Titan Aerospace, công ty chuyên sản xuất máy bay không người lái. Kết quả là Google giành chiến thắng, còn Facebook đã mua lại một công ty khác và đang xây dựng chiếc máy bay mang tên Aquila.
Google giới thiệu robot “gây ác mộng”
Boston Dynamics, công ty con của Google, ra mắt robot 4 chân với tên gọi Handle và có khả năng làm nhiều người khiếp sợ.
Năm 2050, con người sẽ trở thành “siêu nhân” nhờ 4 công nghệ này
Với những bước tiến công nghệ đáng kinh ngạc, Google và những gã khổng lồ công nghệ khác đang chứng minh cho chúng ta thấy công nghệ có khả năng giúp con người cải tiến và sữa chữa bản thân mình. Những chip cấy siêu nhỏ giúp người mù có thể nhìn lại được, bộ xương cơ khí giúp người tàn tật có thể chạy như xưa là minh chứng của các kỹ sư và các nhà nghiên cứu đang tìm mọi giá để cuộc sống trở nên dễ dàng hơn.
Google đang khiến con người trở nên “ảo tưởng sức mạnh”
“Cái gì không biết thì tra Google” – nhưng đồng thời công cụ này cũng khiến ranh giới giữa “biết” và “không biết” trở nên thật mong manh.
Is there a way to get the version of Ubuntu that Google uses for development? [closed]
Closed 12 years ago.
Container types in Golang
For a non-OOP language like google Go, is it idiomatic to go about implementing new container types using datatypes like arrays or lists so as to implement convenient functionality like contains
method which is absent from all in built container types?
Is the copy/paste approach professionally viable when working with the Google Maps API?
I find that I understand much of the Javascript concepts used in the Google Maps API code, but then again there is quite a bit that is way over my head in syntax.
For example, the geocoder syntax seems to be of Ajax form, though I don’t understand what is happening under the hood (especially with lines like results[0].geometry.location
). I am able to modify the body of if (status == google.maps.GeocoderStatus.OK)
for different purposes though.
So, being that I am able to take various code from the Developer’s Guide and rework it to an extent for my own purposes, all the while not fully understanding what Google Maps is actually doing, does this make me a copy-paste programmer?
Is this a bad practice, or is this professionally viable? I am, of course, interested in learning as much as I can, but what if time-constraints outweigh the learning process?
Can an entire software infrastructure stack be built entirely from source in-house? Is it practical and sustainable?
I’m a big fan of using open source software but I mostly use community binary releases for the job.
Google Maps – Geofence a route
I’m looking at implementing a PHP based application, where by you have a certain route for example London to Edinburgh. Along this route, I want to calculate say a 10mi Radius or Polygon around the whole route/driving directions, check whether certain defined points/lat-lon’s are within this radius. If so – Add them to the waypoint list, re-calculate the route and re-generate the driving directions.