跳到主要內容

Opening press conference of " COSCUP x GNOME. Asia x openSUSE. Asia 2018 "

Since its founding in 2006, COSCUP (Conference for Open Source, Coders, Users and Promoters) has been the leading promoter of open source and innovation in Taiwan.

This year, COSCUP has invited two very well known organizations- GNOME.Asia and openSUSE.Asia who will be joining us from August 11-12, 2018 at the National Taiwan University of Science and Technology.

We have invited honorary guest speakers, from the likes of Audrey Tang (Digital Minister of Taiwan), Simon Chang San-Cheng (Chairman of the Taiwan Mobile Foundation), Chen Hsien-Li (Executive of Breaktime Inc), Wu Han-Chang (Director of Asus Cloud Corporation), to the representatives from COSCUP x GNOME.Asia x openSUSE.Asia.

We are grateful to have such honored guest represent and share their passion for open source. We want to break down the misconception that only engineers/developers can benefit from the open source community. Our hope is to share the open knowledge and community that COSCUP has to offer to all fields of discipline.

COSCUP is the largest open source event in Asia that will soon take place on August 11-12, 2018 at the National Taiwan University of Science and Technology. To top it off, this year we are fortunate to have GNOME.Asia and openSUSE.Asia help kickoff our event.

The mission of COSCUP is to create an open source community that promotes the sharing of knowledge and code amongst users and developers. We are a group of volunteers passionate about sharing the idea of open source to others. Only with this sort of commitment, is COSCUP able to continue on for 13 straight years.

We started in Taipei and our hope is to connect users and developers from all over the world, putting Taiwan on the map as an important distributor of open code.

As for our partners, GNOME.Asia is currently the world’s most popular open source user interface. The GNOME Foundation in Asia was first established in 2008, and shares our passion for open source software.

The openSUSE Asia Conference is an important event in the open source community that promotes the use and application of the highly popular operating system, Linux. This is the 5th year that the openSUSE Asia conference was held in Beijing. Every year, they invite participants from around the world to share open source knowledge and experience to users and developers alike.

Thus, we are excited to have both GNOME.Asia and openSUSE Asia attend this years’ 2018 COSCUP event.

2017 was the first year we invited honored speakers to come to speak at COSCUP by sharing their open source story and experiences. Fast forward to 2018, COSCUP took on the challenge to invite Mr. Simon Chang San-Cheng, chairman of Taiwan Mobile Foundation, and Mr. Chen Hsien-Li, executive of Breaktime Inc., and Mr. Wu Han-Chang, director of Asus Cloud Corporation, to represent the 2018 COSCUP press conference leading up to our main event.

The press conference is an opportunity to showcase the 13 - year journey of COSCUP, and also invite speakers to share how greater society can benefit from an open source community.

Our open source representative, Mr. Simon Chang shares what it means to have the “open source spirit” and applications that are not exclusive to software development. He mentions an example of open source farming that takes place in Hualien, and touches upon the potential and opportunities of open source.

Further, Executive, Chen Hsien-Li shares how he benefited from open source with his teaching background.

Director Wu claims that ,” from the use of Linux to EeePC 10 years ago, the market has been well received. In recent years, the development of the Asus cloud platform has used a large number of Open Sources. Asus has always been a loyal supporter of Open Source; Open Source is a very important platform for connecting developers, through sharing, feedback and Solving problems allows technology to progress faster and lays a good foundation for Taiwan's system software."

 

Finally, we will have a ceremonial breaking of the ice to represent our desire to reach out to other industries and not be limited to engineers/developers. We hope to share the value of open source to all areas in the world. We firmly believe that the values of open source will contribute to the greater good in the world. While the concept of open source may have started from programming, the open source spirit is surely not limited to it.

Please contact 許莉苹 Doris for more information:

(t) 0912-718979

(e) <pr@coscup.org>

留言

匿名表示…
這次議程設計使用者經驗超差的 -10000 , 完全很難查看所有議題. 竟然要拉到最後才能看8/12的議題.

設計程式不是表現技術多好 ,是要user friendly 簡單 好用.我寧可看簡單表格就好了
匿名表示…
1. 同上。
2. 為何我知道它的時候,想參加它的時候,
就等於它的票早賣完的時候。
下次要早點報名。。。= =!

這個網誌中的熱門文章

實戰 Vibe Coding:利用 Amazon Q Developer CLI 打造經典平台跳躍遊戲

本篇文章將介紹如何透過 Amazon Q Developer CLI 建構一款完整的 2D 平台跳躍遊戲,從初始生成、功能增強,到最終打造出具備多關卡、多樣互動元素的遊戲體驗。特別的是,過程中開發者並未撰寫任何一行程式碼,僅透過自然語言指令與 CLI 對話完成所有工作,實踐「Vibe Coding」( 氛圍編碼 )。 本文作者為 Haowen Huang, AWS Senior Developer Advocate. 擁有 20 年以上電信、互聯網以及雲端運算等行業架構設計、技術及創業管理等豐富經驗,曾任職於 Microsoft、Sun Microsystems 等企業,專注為遊戲、電商、媒體和廣告等企業客戶提供 AI/ML、數據分析和企業數字化轉型等解決方案諮詢服務。 引言 本篇文章 ( English Version ) 將介紹如何使用 Amazon Q Developer CLI ,以 無需撰寫任何程式碼 的方式,打造一款經典的 2D 平台跳躍遊戲。透過「Vibe Coding」( 氛圍編碼 ) 的開發流程,開發者可以藉由簡單的語言提示詞 (prompt),逐步完成從遊戲雛型、功能擴充到完整關卡設計的開發流程。 整體開發流程將分為三個步驟: 1. 生成遊戲雛型 2. 功能擴充強化與畫面調整 3. 導入參考架構建立完整遊戲 環境建置 使用者需先安裝並設定 Amazon Q Developer CLI 。對於 macOS 使用者,可透過下列步驟完成安裝: 下載並安裝 Amazon Q Developer CLI 登入 Builder ID 完成認證 開啟終端機控制與無障礙設定 執行 q doctor 指令檢查 Amazon Q Developer CLI 是否安裝成功: 遊戲開發方面,建議使用 Python 語言與 Pygame 套件,可透過下列指令完成安裝;Pygame 提供以下功能支援: 畫面與動畫渲染 音效播放 鍵盤與搖桿輸入控制 物理模擬與碰撞偵測 多種媒體格式支援(圖片與音效) $ q doctor $ pip install pygame 第一步驟:初步生成遊戲雛型 透過簡單的一句 prompt,Amazon Q Developer CLI 結合 Pyg...

利用 Jitsi 建立個人化的視訊會議平台

  近期因為疫情的關係,越來越多企業開始實施分流或在家工作,視訊會議的需求也日益增加。 在商用解決方案選擇上,有不少企業會選擇知名品牌的產品,例如  Cisco Webex 、 Google Meet 、 Microsoft Teams 、 Zoom  都是很不錯的方案。 KKBOX 集團在去年便試行及做好充分 work from home 的準備,今年五月也因應疫情升溫,全員 work from home 至今兩個月有餘。 當然,取之 Open Source,也要對社群有些貢獻。在這一屆 COSCUP,我們要來介紹 Open Source 圈中也很知名,效果也很不錯的一套視訊會議平台: Jitsi 。 除了基本的視訊會議功能外,在最後我們也會示範如何透過 Jitsi 畫面輸出到 YouTube/Twitch 或其他支援 RTMP 的平台進行直播。 由於篇幅有限,且 Jitsi 可以調整的細節非常多。今天我們純粹很快速的示範,如何簡單的建置出一個 Jitsi 環境,並提供單場會議內容錄影或直播。 Jitsi 的文件可以在 這裡 找到。 今天透過 AWS Lightsail 的 $10/month instance(1 core CPU + 2GB RAM + 60GB SSD),作業系統則是 Ubuntu 20.04 來示範。當然,使用其他 VPS 亦可,大同小異,這邊直接跳過 VPS 相關的建置過程。 *firewall 相關資料參考 這裡 及 這裡 。 針對系統做必要的更新 基本的 apt repository 更新: $ sudo apt update 因為後面要示範的會議錄影及直播需要使用 ALSA loopback device,如果是 EC2 or Lightsail 則需要額外安裝 generic kernel( 註 ): $ sudo apt install linux-image-generic linux-headers-generic linux-image-extra- virtual 接著做系統套件們的更新: $ sudo apt dist-upgrade $ sudo apt autoremove 如果是 AWS EC2 or Lightsail 則需要另外再將預設的 AWS optimized kernel...

Navicat 17:AI 驅動資料管理的未來

在快速變化的資料管理領域,Navicat 始終站在創新與效率的最前沿。作為領先的資料庫管理與開發解決方案提供商,Navicat 再次以其最新版本 Navicat 17.2 展現了其在業界的卓越實力,讓使用者在資料管理中更具競爭優勢。 Navicat 17 推出標誌著資料庫管理技術的一次重要飛躍。該版本引入了一系列人工智慧 (AI) 驅動的功能,旨在進一步簡化操作流程並提升工作效率。這些功能讓使用者能夠輕鬆處理複雜的資料分析,並實現更智能的商業決策。 Navicat Premium 一直以來都是資料庫管理的佼佼者,該工具支援多達九種資料庫,包括 MySQL、PostgreSQL、MongoDB、MariaDB、SQL Server、Oracle、SQLite、Redis,以及 Snowflake。這樣的綜合性設計不僅消除了多平台切換帶來的困擾,還極大化了使用者的工作效率。 為提供更高效的協作工具,Navicat 雲端功能 (Navicat Cloud) 進一步提升了團隊合作的靈活性。使用者可以在雲端實現即時協作,讓團隊成員無論身處何地,都能共同編輯與管理項目,從而實現更高效的工作流程。 自創立以來,Navicat 已累積超過 500 萬次下載,並擁有超過 18 萬名使用者,包括多家知名的 Fortune 500 公司,如 Apple、Google、JP Morgan 等。這些成就不僅體現出 Navicat 的產品實力,更說明其在業界的深厚信譽。 Navicat 始終秉持創新與使用者導向的理念,致力於為資料管理提供最可靠、高效的解決方案。未來,我們將持續推出更多令人興奮的新功能,幫助使用者應對不斷變化的商業需求。 現在就探索 Navicat 17.2,感受 AI 技術帶來的全新資料管理體驗吧!欲了解更多資訊,歡迎造訪我們的官方網站: https://www.navicat.com.tw