跳到主要內容

COSCUP 2020 - Kicks Off with 5G and a Big Crowd on the First Morning

 【COSCUP 2020】Kicks Off with 5G and a Record Crowd on the First Day.


TAIPEI, Aug 1, 2020 -- COSCUP (Conference for Open Source Coders, Users, and Promoters) was held today at the National Taiwan University of Science and Technology in Taiwan. This year's agenda included the hottest topic— 5G, which was the prelude to COSCUP's 15-year history. In the morning, more than 1,200 people had already poured into the venue to participate in various open-source sessions.

COSCUP 2020 held at the National Taiwan University of Science and Technology, Taiwan


COSCUP, the largest open-source community conference in Taiwan, was held on August 1st and 2nd at the National Taiwan University of Science and Technology. Although many international guests or speakers were unable to attend in person due to the pandemic, they did not miss the event and participated remotely. For example, the creator of Vue 3, Evan You (尤雨溪), shared the technical difficulties and design trade-offs involved in open-source projects remotely.

COSCUP Opening



At the opening ceremony, Ant welcomed and thanked COSCUP volunteers, speakers, and the audience for their enthusiastic participation, as well as co-organizers Open Culture Foundation and National Taiwan University of Science and Technology’s Department of Electronics and Computer Engineering. Above all, Ant thanked the sponsors who gave COSCUP the strongest support: the 5G Office from DoIT MOEA, the Industrial Technology Research Institute, the Institute for Information Industry, Appier, Moxa, KKBOX, Oracle, and Google Cloud.


This year, COSCUP also adopted a multi-track agenda, with different themed tracks and multiple sessions running at the same time. The program included the most popular topics, such as 5G, mask map, as well as an exclusive agenda for open-source newcomers and designers. Audrey Tang, the Digital Minister of the Executive Yuan also reflected on the meaning of open-source with Chien-Hung Huang, the Director of the Kuandu Museum of Art. 



Former NCC Director Ting-Yi Zhan shares the opportunities of 5G and open source


The first main session began with the former NCC Director, Ting-Yi Zhan, sharing the opportunities for open source in 5G, how 5G will connect different sectors of industry, leading to more diverse and vertically integrated applications. According to Zhan, the industry is working on standards and technical specifications to define open interfaces between radios, hardware, and software, so that multiple vendors can be used to co-construct networks. Compliance with the 3GPP R16 standard, a completely open platform from the network core (5GC) to the access network will be an opportunity for open source and co-creation and development.

Over 1,200 people participated in COSCUP on the morning of the first day


For the first time this year, COSCUP offered free entry without registration, and there was a huge crowd in the morning. However, participants had to fill out an online “Health Declaration Form” before entering and must wear surgical masks throughout the whole session.

COSCUP attendance must wear a mask and fill out a health declaration form

Participants can check the official COSCUP website (https://coscup.org/2020/en) for details of the agenda and speakers, as well as the number of participants in the conference room. 


Special thanks to our sponsors for their support to COSCUP 2020 despite the impact of the pandemic:


The Titanium level sponsor: 5G office

The Gold level sponsors: Appier, Moxa, KKBOX, Oracle, Google Cloud

The Silver level sponsors: Gamesofa, OpenChain

The Bronze level sponsors: Rayark, Sky Mirror Technology, Oursky, Gandi, RD.ONE, Archilife Research Foundation, Agricultural Technology Research Institute, National Center for High-performance Computing, TWNIC, Microsoft, RingCentral

The Special Thanks level sponsors: Mozilla, ZUSO, Meet.jobs, LPI, iCHEF, HackMD, Micare

The Co-organizers: Open Culture Foundation, National Taiwan University of Science and Technology’s Department of Electronics and Computing Engineering

COSCUP 2020 Official Website: https://coscup.org/2020/en

About COSCUP
COSCUP (Conference for Open Source Coders, Users & Promoters) is an annual conference held by Taiwanese open-source communities since 2006. It’s a major force of Free software movement advocacy in Taiwan. The event is often held with talks, sponsor and community booths, and Birds of a feather. In addition to international speakers, many Taiwanese local open-source contributors often give their talks here. The chief organizer, staff, and speakers are all volunteers. The mission of COSCUP is to provide a platform to connect open-source developers, users, and promoters.



Venue Map





------

Media Contact:

Liting +886-988-256-861/pr@coscup.org


留言

這個網誌中的熱門文章

實戰 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