'Design Patterns'에 해당되는 글 3

  1. 2009/12/10 My Recent Tweets 20091207 (2)
  2. 2009/11/06 My Recent Tweets 20091104
  3. 2009/08/06 My Recent Tweets 20090806

My Recent Tweets 20091207


프로그래밍
programming


방법론methodology

그래픽스graphics

병렬성parallelism
  • RT SoftTalkBlog: Parallelising an imaging application - whitepaper - http://bit.ly/8dXwx1 #multicore #intel #parallelism #
    • 순차 수행으로 작성된 응용프로그램을 어떻게 병렬화할 수 있는지 보여주는 문서
  • RT bjoernknafla: /via JamesReinders: 48core research chip SinglechipCloudComputing:SCC http://bit.ly/7iufrL IntelLabs #parallelism #
    • 인텔에서 발표한 연구용 48코어 칩
  • RT dvyukov: Relacy Race Detector kicks $hit out of HotSpot http://bit.ly/4psH3a #parallelism #
    • Relacy Race Detector를 사용해 어떻게 레이스를 잡아내는지 보여주는 실례
  • The Microsoft Research Accelerator system provides simplified programming of GPUs via a high-level data... http://su.pr/1gAPQH #parallelism #
    • 마이크로소프트 연구소에서 내어놓은 GPU 기반 닷넷 플랫폼 데이터병렬 라이브러리
  • RT SoftTalkBlog: When multicore processors cause programs to run more slowly http://bit.ly/599k3b #parallel #programming #parallelism #
    • 포브스지에 실린 멀티코어 프로세서를 위한 프로그래밍에 대한 글

게임개발gamedev

기타etc



* 이 포스트는 blogkorea [블코채널 : 웹, 컴퓨터, it에 관련된 유용한 정보 및 소식] 에 링크 되어있습니다.


크리에이티브 커먼즈 라이선스
Creative Commons License

'Tweets' 카테고리의 다른 글

My Recent Tweets 20100118  (0) 2010/01/19
My Recent Tweets 20100104  (0) 2010/01/05
My Recent Tweets 20091207  (2) 2009/12/10
My Recent Tweets 20091120  (0) 2009/11/24
My Recent Tweets 20091104  (0) 2009/11/06
My Recent Tweets 20091021  (0) 2009/10/22
Trackback 0 Comment 2

My Recent Tweets 20091104

 프로그래밍programming
  • RT repi: Metalscroll VS plugin looks good, need to try it, thx RT jburnett: repi re: rockscroll - see http://bit.ly/RLAWc #programming #
    • 유용했지만 개발이 중단되어 아쉬웠던 VS addin, rockscroll의 향상된 대안이 나왔습니다.
  • Stack Overflow Careers - an online CV service which is a spin-off of Stack Overflow: http://su.pr/2BVM13 #programming #
    • 스택오버플로의 또다른 서비스, 온라인 이력서 서비스가 생겼군요. 해외취업 고려 중이신 프로그래머라면 한번 이용해볼만할듯.
  • RT spolsky: Transcript & slides of amazing talk by jonskeet at London #DevDays http://is.gd/4LQTV #programming #
    • 왜 프로그래머들이 실패하는지 보여주는 귀여운(?) 슬라이드
  • RT programmingjoy: Recursion Using Trampoline Functions #programming http://bit.ly/1KWyoS #
    • 재귀를 구현하는 흥미로운 기법
  • RT programmingjoy: Innovating Cron: Announcing Norc #programming http://bit.ly/1Vwcbs #
    • 유닉스 계열에서의 잡 스케쥴링 도구인 cron을 대체하는 유틸 norc
  • RT programmingjoy: A customizable dynamic code colorizer for programming blogs #programming http://bit.ly/1n0GdP #
    • 또다른 프로그래밍 블로그를 위한 문법구문강조기
  • RT programmingjoy: Functional Programming with a Mainstream Language #programming http://bit.ly/311kB7 #
    • 요즘 대세인 함수형 프로그래밍에 대한 강연. 영어 필수.
  • RT programmingjoy: Power and complexity in a programming language #programming http://bit.ly/1BKNYL #
    • 프로그래밍 언어의 강력함과 복잡도의 상관관계에 관한 짧은 글
  • "Why expression templates matter ?" - A nice introduction to 'expression templates' : http://su.pr/6ydIaU #C++ #programming #
    • C++에서의 expression templates이 무엇인지 궁금하셨던 분들에게 강추
  • RT programmingjoy: Structural Regular Expressions , created by Rob Pike #programming http://bit.ly/1qqWNu #
  • RT programmingjoy: LuaJIT 2 beta released #programming http://bit.ly/PQyUj #
    • 루아Just-in-time 컴파일러의 최신 베타 버전
  • RT programmingjoy: Product Review: Das Keyboard Model "S" #programming http://bit.ly/dJ4vX #
    • 키보드 리뷰
  • RT spolsky: Grady Booch: "You may be surprised to hear that I'm firmly in Joel's camp." http://is.gd/4JxqS #programming #
  • Kiln - a complete source control management sytem based on Mercurial with tightly integrated code review: http://su.pr/3tv2NG #programming #
  • How to Write a Spelling Corrector (Compare implementations in several languages): http://su.pr/2kJ7DN #programming #
    • 스펠교정기에 대한 설명과 그의 다양한 프로그래밍 언어를 이용한 구현들
  • RT programmingjoy: The state of D programming. Is this situation accurate?! #programming http://bit.ly/4G1K4n #
    • D 언어를 5년 동안 사용해온 사람의 D 언어의 현 상황에 대한 다소 우울한 보고
  • RT gamearchitect: 15 Websites To Find Code Snippets With Ease: http://bit.ly/XMPXb #programming #
    • 코드 조각 찾는데 유용한 웹사이트 모음
  • RT programmingjoy: Git and Microsoft Development: A Success Story #programming http://bit.ly/4t0YzZ #
    • Git비주얼스튜디오와 같이 사용하는 것에 관한 간단한 소개글
  • RT programmingjoy: "Frames per second" is just not relevant | Rachels Lab Notes #programming http://bit.ly/3P73nP #gamedev #
    • 게임에서 프레임레이트가 생각만큼 중요하지 않다라는 논지의 글
  • RT mike_acton: Insomniac Games - Blog "How much does framerate matter?" http://bit.ly/RndVz #gamedev #
    • 윗글의 소재가 된 Insomniac Games 개발자의 글
  • RT programmingjoy: A new great programming language #programming http://bit.ly/XgGwT #
    • 리스프의 강력함과 파이썬의 가독성, C의 성능을 조합했다는 새로운 프로그래밍 언어
  • CLI 1.0.0 released - It is a DSL for defining command line interfaces of C++ programs: http://su.pr/2x2WG4 #C++ #programming #
  • RT programmingjoy: Subbuilds: build avoidance done right #programming http://bit.ly/uNKfF #
    • 최적화 분산 빌드 도구. 증분빌드에도 강하다고 하는데, 아쉽게도 VS 미지원
  • RT programmingjoy: Reddit: tells us hidden Features and Dark Corners of STL? #programming http://bit.ly/2nks7l #C++ #
    • STL의 잘 알려지지 않은 활용 기법들
  • RT programmingjoy: On the PIL -- a Platform Independent Language #programming http://bit.ly/3WX3KJ #
    • 플랫폼 독립을 위한 새로운 접근
  • RT programmingjoy: celebrate the 15th anniversary of the original Design Patterns from the Gang of Four #programming http://bit.ly/3kJVYM #
  • Why MIT switched from Scheme to Python: http://su.pr/1kcp2a #programming #
    • MIT가 프로그래밍 강좌 언어를 스킴에서 파이썬으로 바꾼 이유
  • Structure Padding Analysis Tools: http://su.pr/1hQ7Eq #C++ #programming #
    • PDB 파일을 분석해 C++ 구조체 패딩 정보를 알려주는 도구
  • RT programmingjoy: First issue of the left fold, a weekly digest of interesting articles about programming #programming http://bit.ly/Kt3Jd #
    • 주간 프로그래밍 관련 글들을 정리해 알려주는 서비스
  • RT unclebobmartin: RT nashjain: Object Orientation left me vulnerable to adding extra complexity http://bit.ly/29z4OZ #programming #
    • 개체지향에서 오는 쓸데없는 복잡성에 관한 경고
  • RT programmingjoy: Why good programmers are lazy and dumb #programming http://bit.ly/3UeCv8 #
    • 귀차니즘좋은 프로그래머의 자질이 될 수 있는지 설명하는 글
  • RT programmingjoy: Ars reviews Windows 7 #programming http://bit.ly/1b2okc Too long to read... T^T #
  • RT programmingjoy: langref.org: cookbook/programming examples: 12 languages: groovy, PHP, python, erlang, #programming http://bit.ly/3qnO3 #
    • 여러 프로그래밍 문제들에 대한 해법다양한 프로그래밍 언어로 제시해 보여주는 사이트
  • RT codemonkeyism: "Minimalism in Computing" http://bit.ly/4d4oVC #programming #
    • 컴퓨팅에서의 미니멀리즘에 관한 엣지있는 슬라이드
  • RT mike_acton: Thanks for the bug reports everyone! Just fixed the broken links. Insomniac R&D: http://bit.ly/nfJ6v #programming #gamedev #
    • 대인배 게임 회사 Insomniac의 새로운 R&D 사이트
  • RT programmingjoy: Tranform ASCII diagrams into beautiful figures #programming http://bit.ly/ShOHP #
    • 아스키 다이어그램을 이쁜 다이어그램 이미지로 변환해주는 도구

개발방법론methodology

그래픽스graphics
  • RT bjoernknafla: RT aras_p: New blog post: Deferred Cascaded Shadow Maps http://bit.ly/ibbAb #graphics #
  • Radeon HD 5800 Demos: http://su.pr/6OCKzb #graphics #
    • AMD에서 RadeonHD 5800 용 새로운 데모 둘을 발표했군요.
  • NVIDIA OptiX Now Available, but only for Tesla and Quadro: http://su.pr/1t7vYI #graphics #
  • RT nvidiadeveloper: GPU Technology Conference - recordings of sessions and keynotes now available! http://is.gd/4LYwU #graphics #
    • 엔비디아가 주최한 GPU Technology Conference 세션 및 키노트 동영상들이 공개되었습니다.
  • RT repi: RT thekhronosgroup: Full GTC OpenGL presentation available with audio http://tr.im/DsiG #opengl #nvidia #graphics #
    • 바로 위에서 언급한 GTC에서 발표되었던 OpenGL 관련 세션 슬리이드 및 오디오들
  • RT KageKirin: Firtree: A generic image processing framework in Launchpad http://tinyurl.com/yhvvuvb #graphics #
    • 오픈소스 그래프/노드 기반 GPU 가속 이미지 처리 프레임워크

병렬성parallelism

기타etc


크리에이티브 커먼즈 라이선스
Creative Commons License

'Tweets' 카테고리의 다른 글

My Recent Tweets 20091207  (2) 2009/12/10
My Recent Tweets 20091120  (0) 2009/11/24
My Recent Tweets 20091104  (0) 2009/11/06
My Recent Tweets 20091021  (0) 2009/10/22
My Recent Tweets 20090928  (0) 2009/10/01
My Recent Tweets 20090909  (0) 2009/09/10
Trackback 0 Comment 0

My Recent Tweets 20090806

  • profile_image RT ujeani: RT urpurple: 엄청난 각종 전문서적 원서 e-book이 가득한 곳 http://knowfree.net 내 취향을 분석해주는 사이트 http://www.idsolution.co.kr/ 저보고 아방가르드취향이라는 군요. #
    • 또다른 공짜 이북 소개 사이트
  • profile_image RT nvidiadeveloper: Slides for "Efficient Substitutes for Subdivision Surfaces" is now available! http://is.gd/23HLQ #siggraph #
    • 엔비디아시그래프 2009 세션 정보 및 자료를 구할 수 있는 페이지
  • profile_image RT sioum: 수학노트라는 훌륭한 사이트 발견! pythagoras0님 대단하십니다 RT pythagoras0:puzzlist http://pythagoras0.springnote.com/ 에 가입하시면 써포트 해드리겠습니다 ㅋㅋㅋ #
    • 수학을 좋아하셨거나 좋아하시고 싶은 분들에게 유용할 위키 사이트
  • profile_image VSBuildStatusAddin display the status of a build/clean/deploy operation: http://su.pr/5RxOgw #
    • 비주얼스튜디오에서 빌드 진행 상태를 깔끔하게 보여주는 add-in
  • profile_image RT mike_acton: Roundup: Recent sketches on concurrency, data design and performance. http://post.ly/1u4J #
    • Insomniac Games에서 일하는 마이크의 영감을 주는 concurrency 관련 슬라이드들
  • profile_image RT KageKirin: "OpenGL 3.2 and GLSL 1.5 released at Siggraph!" - http://ping.fm/q4S7c #gl #programming #
    • 이번 시그래프에서 OpenGL 3.2GLSL 1.5가 발표되었답니다!
  • profile_image RT nvidiadeveloper: We've announced the launch of the NVIDIA Application Acceleration Engines, including Optix http://is.gd/22hNa #
    • 엔비디아도 이번 시그래프에서 실시간 광선추적 엔진을 비롯한 응용프로그램 가속 엔진들을 발표했습니다.
  • profile_image RT bjoernknafla: RT JamesReinders:Intel Threading Building Blocks, new version 2.2, appeals to C++ and C programmers http://tr.im/vrAi #
    • 인텔 TBB도 2.2 버전이 나오면서 C++0x의 람다도 지원하고 Cilk와 유사한 런타임 엔진을 제공한다는군요. 인텔이 Cilk++를 사들인 것과 무관하지 않은듯. 앞으로 더욱 기대가 되는군요!
  • profile_image RT unclebobmartin: http://bit.ly/127rtT Interview with Barbara Liskov. #
  • profile_image RT SoftTalkBlog: Some parallel programming locking strategies that can speed up programs while avoiding data races: http://bit.ly/WTPyc #
    • 병렬 프로그래밍에서의 locking 전략에 관한 팁들
  • profile_image RT programmingjoy: Lua bitstring parsing and creation library based on Erlang bit syntax #programming http://bit.ly/rMzwl #
    • 루아 비트열 파싱 및 생성 라이브러리
  • profile_image RT programmingjoy: C++ vs Java vs Python vs Ruby : a first impression #programming http://bit.ly/ke1e9 #
    • C++/Java/Python/Ruby 언어의 간단 비교
  • profile_image RT programmingjoy: The Scheme Programming Language, 4th Edition, now available #programming http://bit.ly/A8Atw #
  • profile_image RT programmingjoy: List of freely available programming books #programming http://bit.ly/vLVD6 #
    • 역시 프로그래밍 관련 공짜 이북
  • profile_image Ask.C++: Looking for references on coding for optimization on x86 architectures http://su.pr/7ApBEq #
    • 최적화 관련 도움을 주는 링크들
  • profile_image RT programmingjoy: Engineers are artists too. Reply to Merlin Mann on "engineering block" #programming http://bit.ly/zhLa7 #
    • 엔지니어도 아티스트다!
  • profile_image RT KageKirin: "rsizr" - seamless image resizing - http://rsizr.com/ #
    • 이미지를 깔끔하게 리사이징해주는 웹 도구
  • profile_image RT insic: 50 Eye-Popping Examples of Concept Art | Webdesigner Depot http://bit.ly/38FMvS #
    • 50가지 멋진 원화
  • profile_image RT mike_acton: Cool! Handy regex cheat sheet. RT FrankSansC http://bit.ly/zg9LV #
    • 아주 유용한 정규표현식 컨닝페이퍼
  • profile_image RT programmingjoy: Probably the hardest (answerable) logic question ever. #programming http://bit.ly/I95qJ #
    • 골때리는(?) 퀴즈 문제
  • profile_image RT programmingjoy: Don?t use standard library/CRT functions in static initializers/DllMain! #programming http://bit.ly/z9Wmt #
    • 정적 초기자 및 DllMain에서 표준 라이브러리/CRT 함수를 쓸 경우의 문제점
  • profile_image RT KageKirin: "Unigine" - http://unigine.com/ #programming #opengl #
    • 또다른 실시간 3D 엔진
  • profile_image RT programmingjoy: Sony Pictures Imageworks - Open Source #programming http://bit.ly/17z5As #
    • 소니 픽쳐스 이미지웍스오픈 소스 페이지
  • profile_image RT programmingjoy: Programming Praxis: Josephus' Circle #programming http://bit.ly/D0vt3 #
    • 풀어볼만한 프로그래밍 퀴즈
  • profile_image RT programmingjoy: How Bad Design Patterns Ruin Good Programmers #programming http://bit.ly/3oAoK #
    • 디자인패턴이 좋은 것만은 아니다!?
  • profile_image RT SoftTalkBlog: Two parallel programming debugging tools compared: Intel Thread Checker and Intel Parallel Inspector. http://bit.ly/iwrp1 #
    • 인텔에서 만든 두가지 병렬 프로그래밍 디버깅 도구의 간단 비교
  • profile_image RT programmingjoy: RethinkDB - The database for solid state drives. #programming http://bit.ly/ENVTG #
    • 이런 것도 나오네요. SSD를 위한 데이터베이스입니다.
  • profile_image The Passionate Programmer: Creating a Remarkable Career in Software Development (a book): http://su.pr/6w2YAH #
    • 구입예정인 책
  • profile_image RT programmingjoy: The Haskell Cheatsheet #programming http://bit.ly/8ICjH #
    • Haskell 컨닝페이퍼
  • profile_image RT programmingjoy: Can Agile development work for a team of experts? Doesn't look like it... #programming http://bit.ly/BBVs8 #
    • 애자일 개발이 전문가로 구성된 팀에 적절한가?
  • profile_image Pro Git - professional version control (A book about git now online): http://su.pr/2exnde #
    • 분산버전관리시스템 Git 온라인 서적
  • profile_image Intel Advanced Graphics Lab papers: http://su.pr/9aXwmJ #
    • 인텔 고급 그래픽스 연구실 논문들
  • profile_image Morphological Antialiasing: http://su.pr/2UTEKS #
    • 최근 발표된 새로운 안티알리아싱 기법 논문
  • profile_image RT programmingjoy: Statistics of two years of blogging about programming #programming http://bit.ly/5uByY #
    • 구글 엔지니어인듯한 한 친구의 블로그

* 이 포스트는 blogkorea [블코채널 : 웹, 컴퓨터, it에 관련된 유용한 정보 및 소식] 에 링크 되어있습니다.


크리에이티브 커먼즈 라이선스
Creative Commons License

'Tweets' 카테고리의 다른 글

My Recent Tweets 20090826  (0) 2009/08/26
My Recent Tweets 20090812  (0) 2009/08/13
My Recent Tweets 20090806  (0) 2009/08/06
My Recent Tweets 20090727  (0) 2009/07/27
My Recent Tweets 20090715  (0) 2009/07/15
My Recent Tweets 20090705  (0) 2009/07/06
Trackback 0 Comment 0

top