Google adds 'promote' and 'remove' buttons to search results
Google adds 'promote' and 'remove' buttons to search results. The commenting is also possible. I wild guess that it may be a system for collecting vote, which can be used for many kinds of application (e.g. find an dead links, personalized applications, ..., etc).
'BigTable' Talk with google engineer
@ google open source talkfest.
Edward Yoon :
IMO, BigTable array structure seems similar to the multi-dimensional database, so I thought that a data layer for bulk/analytical processing. Can you tell me how to use BigTable at google? The BigTable is suitable for storing any kind of data?
Google Engineer :
BigTable is one of the storage solution, and used for all sorts of things. It is adequate for the high frequency read/write characteristics, so BigTable suits with real-time service and large scale processing. But, There's no objective data.
Edward Yoon :
Ok, The BigTable entries are expressed as row-column-time, So I thought it can be used for Financial engineering, Topological Algebra, Linear Algebra processing. Can you tell me some exemplification if it's true?
Google Engineer :
Yes, it's possible But, that is (some exemplification) out of my ability.
Edward Yoon :
IMO, BigTable array structure seems similar to the multi-dimensional database, so I thought that a data layer for bulk/analytical processing. Can you tell me how to use BigTable at google? The BigTable is suitable for storing any kind of data?
Google Engineer :
BigTable is one of the storage solution, and used for all sorts of things. It is adequate for the high frequency read/write characteristics, so BigTable suits with real-time service and large scale processing. But, There's no objective data.
Edward Yoon :
Ok, The BigTable entries are expressed as row-column-time, So I thought it can be used for Financial engineering, Topological Algebra, Linear Algebra processing. Can you tell me some exemplification if it's true?
Google Engineer :
Yes, it's possible But, that is (some exemplification) out of my ability.
NHN DeView 2008
NHN corporation has been officially (It may perhaps already... since I'm the one of the NHN, corp.) started to share something w/ exterior developers. Because open source has become the ultimate components, open sourcings are attracting tremendous interest.
NHN DeView is a chance to learn about nhn developer products (zeroboard, cubrid, nForge, ..., etc) from the engineers who built them. The cubrid is a open source database, and nForge is NHN's open source project hosting web site.
This is a good news. However IMO, If they have only value/marketing/strategic-oriented thinking, It'll end in an empty talk.
NHN DeView is a chance to learn about nhn developer products (zeroboard, cubrid, nForge, ..., etc) from the engineers who built them. The cubrid is a open source database, and nForge is NHN's open source project hosting web site.
This is a good news. However IMO, If they have only value/marketing/strategic-oriented thinking, It'll end in an empty talk.
Subscribe to:
Posts (Atom)
-
음성 인공지능 분야에서 스타트업이 생각해볼 수 있는 전략은 아마 다음과 같이 3가지 정도가 있을 것이다: 독자적 Vertical 음성 인공지능 Application 구축 기 음성 플랫폼을 활용한 B2B2C 형태의 비지니스 구축 기 음성 플랫폼...
-
네이버, KT, 오라클, 그리고 잠깐의 사업을 거쳐 삼성전자에 입사한지도 2년이 지났습니다. 2016년 병신년을 뒤로하며 이번에는 꽤 색다른 도전에 나섭니다. 무슨 일이야!? 국내 O2O 숙박전문 회사 CTO로 조인합니다! 존! 나 고...
-
무한 집합의 크기 Cardinality , 즉 원소의 개수를 수학에서는 '농도'라고 말한다. 유한 집합의 크기는 그대로 원소의 개수 이지만, 무한 집합의 경우는 원소의 개수를 낱낱이 셈하는 것은 불가능하기 때문에 '농도'라...
-
AMD에서 개발한 Aparapi를 이용하면 Java에서도 굉장히 편하게 GPU를 활용해볼 수 있다. 먼저 AMD APP SDK (AMD OpenCL™ Accelerated Parallel Processing) 를 설치해보자: 다운로드 % bzip...