반응형

mount panorama bathurst circuit - racing course

 

http://commons.wikimedia.org/wiki/File:Mount_Panorama_Circuit_Map_Overview.PNG

 

 

반응형
반응형

해답이 있다면
낙담할 필요가 있겠는가?
해답이 없다면
낙담하는 것이 무슨 의미가 있겠는가?
-산티대바(8세기 인도 사상가)

 

걱정이 많은 분들을 위해
윌리스 H. 캐리어의 3단계 마법의 공식을 소개드립니다.

제1단계, 스스로에게 '일어날 수 있는 최악은 어떤 것인가?'하고 물어봐라.
제2단계, 필요할 경우 최악을 받아들일 준비를 해라.
제3단계, 침착하게 최악의 상황을 개선하기 위해 노력하라.

반응형
반응형
때로는 무언의 몸짓이
마음을 가장 잘 전달한다.
상처받거나 거부당하거나 이용당할지도 모른다는
두려움과 걱정 밑에, 무수한 핑계와 변명 밑에
깊고도 단순한 맥박이 우리를 기다리고 있다.
서로 이 맥박을 확인해야만
온전해질 수 있다.


- 마크 네포의《고요함이 들려주는 것들》 중에서 -


* 춤도 '무언의 몸짓'입니다.
아무 말이 없어도 모든 것을 느낍니다.
우리가 꾸는 꿈도 '무언의 몸짓'입니다.
아무것도 보이지 않지만 그 길을 갑니다.
살아 있는 사람만 춤을 출 수 있습니다.
살아 있는 사람만 꿈꿀 수 있습니다.
춤과 꿈은 한 몸입니다.
그래서 '꿈춤'입니다.

반응형

'생활의 발견 > 아침편지' 카테고리의 다른 글

어디로 가야 할지 알 수가 없다  (0) 2013.03.21
기꺼이 '깨지는 알'  (0) 2013.03.20
고비마다 나를 살린 책  (0) 2013.03.18
아름다움을 포착하는 능력  (0) 2013.03.16
그 사람을 아는 법  (0) 2013.03.15
반응형

날씨가 흐리다.

꾸물거리다 5시 50분에 나서본다.

6시 10분에 입수

자유형 4

킥판잡고 평/자유형 킥 4

킥판 다리사이끼고 평/자유형 스트로크 4

평영/자유형 3? 4?

자유형 6

한바퀴 걷고

배영(1 스트로크 6 킥) 4

배영 4

배영 3

접영 50m 3

 

뭔가 한 것없이 시간 빨리갔는데, 엄청 힘들었네 ㅋㅋ

나이 먹으니 날씨의 영향을 많이 받는구만.

 

 

 

반응형

'운동일지 > 수영' 카테고리의 다른 글

2013.03.21 수영일지  (0) 2013.03.21
2013.03.20  (0) 2013.03.20
2013.03.17 수영일지  (0) 2013.03.17
2013.03.16 수영일지  (0) 2013.03.16
2013.03.15 수영일지  (0) 2013.03.15
반응형

내가 말하고 싶은 것은 삶을 세월의 관점에서만 보아서는 안된다는 것이다. 장수와 행복이 불가분의 관계를 맺고 있지는 않다.

행복은 도전에 직면해서 온몸으로 그 도전에 맞서고 위험을 감수하는 데서 온다. 당신이 진정으로 중시하는 것을 위해 위험을 무릅쓸 각오가 되어 있지 않다면, 당신은 죽은 거나 진배없다.

- 다이앤 프롤로브 -

반응형
반응형

Riak

: Dynamo 계열

  Key/Value Store 방식

  Value는 JSON문서로 저장되는 Document 저장 방식

  유사모델 - MongoDB, CouchDB

 

Riak의 특징 - Consistent Hashing

 

Dynamo계열의 구조라서 Ring 구조 기반의 아키텍처인데,

Hash알고리즘에 의해 데이터 Key에 따라서 적정노드를 찾는 구조.

클러스터링 단위는 node(물리적)/vnode(논리적)가 있는데,

하나의 물리서버에 여러개의 논리서버를 설치할 수 있다.

이 Ring 구조를 Runtime 시에도 동적으로 재설정 할 수 있다.

Riak는 별도의 마스터 노드를 가지지 않는다.

 

Riak의 데이터 구조

  • Bucket
  • Data Structure

 

 

 

반응형
반응형

NoSQL

 : Not Only SQL - RDBMS 형태의 관계형 데이터베이스가 아닌 다른 형태의 데이터 저장 기술.

 

Visual Guide to NoSQL Systems

 

* CAP 기반의 DB 분류

 

NoSQL의 특징

  • NoSQL은 RDBMS와는 달리 데이터 간의 관계를 정의하지 않는다.
  • RDBMS에 비해 휠씬 더 대용량의 데이터를 저장할 수 있다.
  • RDBMS와는 다르게 일반적인 서버 수십대를 연결해 데이터를 저장/처리한다.
  • 테이블 스키마가 유동적이다.

CAP 이론

  • Consistency : 분산된 노드 중 어느 노드로 접근하더라도 데이터값이 같아야 한다는 기능적 특징이다.(데이터 복제 중에 query가 되면, Consistency를 제공하지 않는 시스템의 경우 다른 데이터 값이 query 될 수 있다. )
  • Availability : 클러스터링된 노드 중 하나 이상의 노드가 FAIL이 되더라도, 정상적으로 요청을 처리할 수 있는 기능을 제공하는 특성.
  • Partition Tolenrance : 클러스터링 노드 간에 통신하는 네트워크가 장애를 겪더라도 정상적으로 서비스를 수행할 수 있는 기능.

NoSQL의 분류

  • Key/Value Store
  • Ordered Key/Value Store - Key/Value Store 와 저장방식은 동일하나. 데이터 내부적으로 Key순서로 Sorting 되어 저장된다. NoSQL은 RDBMS의 Order By와 같은 기능을 제공하지 않기 때문에 Sorting해서 보여주는 것이 용이하다.
  • Document Key/Value Store - Key/Value의 확장된 형태로 저장되는 Value의 데이터 타입이 Document라는 타입을 사용한다. DocumentXML,JSON,YAML과 같이 구조화된 데이터 타입으로 복잡한 계층 구조를 표현 할 수 있다.

NoSQL과 RDBMS의 차이

 : NoSQL은 데이터를 저장하는데 Key에 대한 PUT/GET만 지원한다.

     공통적으로 아래의 기능들을 고민해봐야 한다.

     - Sorting

     - Join    

     - Grouping

     - Range Query

     - Index

 

NoSQL 사용시 주의사항

  • NoSQL의 적용타당성
  • 용도에 맞는 NoSQL제품 채택
  • 데이터 모델링
  • RDBMS와 혼용
  • 적용시 하드웨어와의 설계 호환성
  • 운영 이슈 및 BackUP

 

 

 

반응형
반응형

13 Very Useful jQuery Modal Plugins

http://www.smashingapps.com/2013/03/14/13-very-useful-jquery-modal-plugins.html

 

Avgrund Modal

Avgrund is a jQuery plugin for modal boxes and popups. It uses interesting concept showing depth between popup and page. It works in all modern browsers and gracefully degrade in those that do not support CSS transitions and transformations (e.g. in IE 6-9 has standard behavior).

FancyBox

FancyBox is a tool for displaying images, html content and multi-media in a Mac-style “lightbox” that floats overtop of web page.

Simple Modal

SIMPLEMODAL is a small plugin to create modal windows. It can be used to generate alert or confirm messages with few lines of code. Confirm configuration involves the use of callbacks to be applied to affirmative action; it can work in asynchronous mode and retrieve content from external pages or getting the inline content. SIMPLEMODAL is not a lightbox although the possibility to hide parts of its layout may partially make it similar.

Lightview

Lightview was built to change the way you overlay content on a website.

jQuery.bPopup.js

bPopup is a lightweight jQuery modal popup plugin (only 1.34KB gzipped). It doesn’t create or style your popup but provides you with all the logic like centering, modal overlay, events and more. It gives you a lot of opportunities to customize so it will fit your needs.

LeanModal.js

Bare bones modal dialog windows.

jQuery SuperBox!

jQuery Superbox! is a script which allows you display windows with the lightbox effect.

Highslide JS

Highslide JS is an image, media and gallery viewer written in JavaScript.

GreyBox

GreyBox can be used to display websites, images and other content in a beautiful way.

Reveal: jQuery Modals Made Easy

Reveal is awesome because it’s easy to implement, is cross-browser compatible with modern browsers (with some graceful degradation of course) and lightweight coming in at only 1.75KB. What that means for you is that it’s fast, sexy and just works. Now let’s see how easy is can be to get Reveal working!

jQuery lightBox plugin

jQuery lightBox plugin is simple, elegant, unobtrusive, no need extra markup and is used to overlay images on the current page through the power and flexibility of jQuery´s selector.

PrettyPhoto is a jQuery lightbox

prettyPhoto is a jQuery lightbox clone. Not only does it support images, it also support for videos, flash, YouTube, iframes and ajax. It’s a full blown media lightbox.

Simplemodal

SimpleModal is a lightweight jQuery Plugin which provides a powerful interface for modal dialog development. Think of it as a modal dialog framework. SimpleModal gives you the flexibility to build whatever you can envision, while shielding you from related cross-browser issues inherent with UI development.



Read more: http://www.smashingapps.com/2013/03/14/13-very-useful-jquery-modal-plugins.html#ixzz2Nqjjf8ZL

반응형

+ Recent posts