Recently in 議程 Category

[Schedule] Please Check Your Guns at the Door /C'Dent, the Acmeism and Everyone/

The status quo of OSDC and OSCON conferences is to attract the best
programmers from the most exciting programming languages, bring them
all to one tropical venue for several days, and let them go off into
their own corners to discuss their own technology, in isolation from
everyone else.

Ingy döt Net believes that programming languages act as barriers to the
growth of the hacker community and that truly great hackers rise above
the language barrier level, and produce technology that serves all the
languages. He calls this belief "Acmeism".

In this hour long talk, Ingy will discuss the tenets of Acmeism and why
you, young hacker, should believe it with all your heart. Once he is
confident that you have checked your favorite programming artillery at
the OSDC Gun Check Window, he will attempt to convert you by hypnotizing
your hacker brain with these shiny and sexy Acmeist projects:

* C'Dent - A new module programming language (made from old ones like yours)
* TestML - A common unit test framework for every language
* ParseOpt.cd - Acmeist command options parser module, written in C'Dent
* YAML - An acmeist data serialization language
* Jemplate - An acmeist templating framework
* pQuery - Acmeist server-side jQuery


[Schedule] Shibuya.pm in Taipei

The Shibuya.pm comes in Taipei!
Shibuya Perl Mongers is a community of Perl hackers based in Tokyo.
The guys here give technical talks away in the special sub-conference
of the OSDC.TW 2010.
You'll see the highest level in technics and the lowest level in depth of Perl.

[Speakers and topics]
竹迫 良範 (Yoshinori Takesako)  @takesako - Polyglot Programming
藤 吾郎 (Goro Fuji) @__gfx__ - Opcode and YAML
大沢 和宏 (Kazuhiro Osawa) @yappo - Ajax application testing
石垣 憲一 (Kenichi Ishigaki) @charsbar - Perl for a translator
松野 徳大 (Tokuhiro Matsuno) @tokuhirom - IRCD web interface
川崎 有亮 (Yusuke Kawasaki) @kawanet - Something Xiaolongbao

OSDC.TW 2010 Schedule

Day1
Day2

[Schedule] Polyglot Programming and Web Security

Polyglot is a computer program written in a valid form of multiple
programming languages.
For example, print"Hello",0?"Ruby":"Perl","
!\n" is a Perl/Ruby polyglot program
which returns different result each languages using difference of
handling boolean value.

Applying these techniques makes five language polyglot program like as
following:
----------------------------------------------
#include/*
q="""*/
int main() {putchar('C'); if(sizeof('C')-1);
else {putchar('+'); putchar('+');}} /*=;
print'Perl'#";print'Ruby'#""";print'Python'#*/
----------------------------------------------
$ perl a.cpp
Perl
$ ruby a.cpp
Ruby
$ python a.cpp
Python
$ gcc -xc a.cpp && ./a.out
C
$ cl.exe a.cpp
$ a.exe
C++

And applying more growth of these techniques makes obfuscated program
with just only symbols
for Perl / Ruby / JavaScript and so on like as:
http://developer.cybozu.co.jp/takesako/2009/07/polyglotrejectk.html

Moreover I'll show the Perl / Ruby / PHP / JavaScript program embedded
in GIF / JPEG images.
And we can make a x86 executable code in ascii string which includes
just only symbols.

all your base32 are belong to us
http://conferences.yapcasia.org/ya2009/talk/2226

[贊助] Novell

Novell公司(Nasdaq股票代號:NOVL)提供具備高度互通性及最佳化設計的Linux平臺,以及一系列的整合性IT管理軟體解決方案,協助全球用戶降低成本、複雜性及風險。藉由各類架構軟體以及夥伴網路,Novell協助統合混合性IT環境,使技術操作更加友善。

 

Novell擁有800多名專注於此的Linux支援工程師,致力於推動企業中的Linux部署和幫助客戶向Linux遷移。Novell致力於開源的發展,貢獻出大約50個開源項目。Novell多年來一直在促進開放標準的發展,在建設開放標準的工作中擔當領導重任,積極參與各種相關標準團體的活動。Novell致力於在各地發展促進Linux的採用,贊助openSUSE.org項目,其中包括openSUSE Build服務。

 

Novell開辦了世界著名的SUSE實驗室,其中的工程師們在許多對Linux的成功起著至關重要的開源項目中都具有突出表現。Novell致力於拓展開源的發展,開放不同類別的重大編碼技術,如AppArmor安全技術。

 

欲獲得更多訊息,請流覽www.novell.com網站。

[Schedule] OSDC.TW 2009 Schedule announce!

Here are the schedule:

4/17 (Fri.) Tutorial
4/18 (Sat.) Day2
4/19 (Sun.) Day3

And it's time to register.

[Schedule] Improve web performance using CDN

Content delivery network (內容傳遞服務) 在全球有多個機房,使用者可以從近的機房取得內容,
藉此降低網路延遲造成的效能影響。本場將會介紹 CDN 常見的技術,並使用 CDN 加速網站效能。

[議程] 窮得只剩下 Compiler -- 淺談編譯技術的革命

誠如易經所謂的窮則變、變則通、通則久,我們可見 compiler 技術的影響無所不在,無論
是程式語言範疇、Web 應用程式,甚至是 OpenGL/3D,都潛藏著與 compiler 密不可分的關
聯。乍看很難想像其關聯性,但回頭看看 JSP/Servlet 的運作,或者 OpenGL ARB 的 GLSL,或者當紅炸子雞 Google
Android 平台的關鍵技術 Dalvik VM,不難理解編譯技術實在是
解決工程問題所需的背景。
隨著開放源碼的蓬勃發展,Compiler 相關的技術也獲得空前的成功,且當今的運算型態已>變得多元,
無論是虛擬化技術、VM、JIT
(Just-In-Time) compiler,或者 Binary translator
等等,都是吾人耳熟能詳且為建構當今資訊建設的基礎技術。希望藉由這次的機會,分
享過去幾年的開發經驗,希望能和與會的朋友們一同成長。

議程大綱:
- 隱藏在我們周遭的 Compiler 技術
- 回首 Compiler 已遠:從 A0 到 LLVM
- 透過 LLVM 建構虛擬機器
- 技術大融通與未來展望

議題:OpenFoundry 系統整合

現今已經存在許多發展成熟的自由軟體,
但是想要合併使用多種的自由軟體作為服務,並讓每一個程式間都能互相交換資料/流程統一,便是需要系統整合的技巧,講者將跟大家分享使用多種自由軟體整合的小撇步,以及目前的 foss 整合工具。

[Schedule]Google gears

Google Gears is an open source project that enables more powerful web applications, by adding new features to your web browser:

Desktop Let web applications interact naturally with your desktop
Database Store data locally in a fully-searchable database
WorkerPool Run JavaScript in the background to improve performance

Schedule

About This Archive

This page is a archive of recent entries in the 議程 category.

講者 is the previous category.

贊助單位 is the next category.

Find recent content on the main index or look in the archives to find all content.

Powered by Movable Type 4.32-en