Podcast thumbnail for Pofat 講 code

Pofat 講 code

Claim This Podcast

by Pofat

4 episodes
Updated Daily
Accepts GuestsHas SponsorsLocation 🇹🇼

Podcast Overview

Pofat 講 code ( Pofat kóng code)是一個純台語播出的節目(夾雜部分英語),專注在兩大方向:聊生活裡的科技原理與探討軟體工程裡的技術層面,節目也因此分成兩個系列: 「生活中的 code」:探討生活中可見的科技其原理與實現方式,主要會以手機或與其相關的做為探討對象,尤其是 iPhone。 「軟體工程變啥魍」:則會比較深入地探討軟體工程的技術,因主持人是 Apple 生態系的開發者,所以內容也會多以 Apple 相關的技術為主題出發。 對台語、科技與軟體技術有喜好的朋友歡迎一起來交流討論!或將問題丟過來發起挑戰賽!!

Language

🇨🇳

Publishing Since

12/17/2020

1 verified contact email on file for Pofat 講 code

Pitch yourself as a guest, propose sponsorships, or reach out directly to the host.

Recent Episodes

Episode thumbnail for 4: [軟體工程變啥魍] 新的一年一起學台語

February 8, 2021

4: [軟體工程變啥魍] 新的一年一起學台語

{ 完整節目筆記 https://kongcode.tw/episodes/4 } 本集分享了本節目錄製準備時常用到的資源以及讀者來信探討「碼」的讀法,新的一年讓我們一起將台語講更多講更好。 網站資源 iTaigi 萌典 教育部台灣閩南語辭典 鬥拍字 意傳台文輸入法 App ChhoeTaigi PhahTaigi 更多 kóng code 聽眾信箱 pofat.kongcode@gmail.com 官網 https://kongcode.tw Twitter https://twitter.com/pofat_kongcode 匿名提問箱 https://peing.net/zh-TW/pofat_kongcode 主持人 波肥

Episode thumbnail for 3: [生活中的 code] 一掃即應的 QR Code

January 26, 2021

3: [生活中的 code] 一掃即應的 QR Code

{ 完整節目筆記 https://kongcode.tw/episodes/3 } 本集介紹了 QR Code 如何運作,包含基本的編碼知識、各圖形區域解釋以及能自己更正錯誤的原理。 有趣的加減乘除讀法 PTT 的算術台語討論文 什麼是 QR code 1994 由日本公司發明 在兩個維度儲存資料的條碼 QR Code 生成器 所謂編碼 二進位乃運算裝置之基本 數位編碼帶來更多文字與符號的支援 ASCII Unicode QR Code 的資料型態支援: 數字、字母數字、位元組和中文(日文) QR Code 的結構 三種區域:定位點;版本、格式與 masking 資訊;資料與ECC (Error Correction Code) 對同一組遮罩 (mask) 做兩次 xor 會得到原本的值 格式資訊與資料都有各自的ECC Error Correction Code 神作:A mathematical theory of communications QR code 的版本與 masking 資訊採用 BCH error correction code 資料的部分使用 Reed-Solomon code 補充說明 BCH 的實做 Reed-Solomon 的實做即將更新… 更多 kóng code 聽眾信箱 pofat.kongcode@gmail.com 官網 https://kongcode.tw Twitter https://twitter.com/pofat_kongcode 匿名提問箱 https://peing.net/zh-TW/pofat_kongcode 主持人 波肥

Episode thumbnail for 2: [軟體工程變啥魍] 柏拉圖式的程式思維

January 12, 2021

2: [軟體工程變啥魍] 柏拉圖式的程式思維

{ 完整節目筆記 https://kongcode.tw/episodes/2 } 本集聊了現代軟體工程師都常具備的基本思維與柏拉圖形上學理論之間的相似性。 寫程式在做啥 解決問題,divide and conquer Object Oriented Programming 柏拉圖的形上學旨在探討人類思考與認知世界的基本方式,與 OOP 核心思想相似 柏拉圖與物件導向 The Form Of The Good,至高無上的形式,形成所有認知的體系,像太陽照亮萬物,先開啟了感官才有認知,才能歸納 模版 -> Type (類型);實際的物體 -> Instance (實例) 一個類型宣告與創建實例的範例 class Profile { let name: String let gender: Gender let email: String let age: Int? } let me = Profile(name: "Pofat", gender: .male, email: "pofat.koncode@gmail.com", age: nil) 設計的心理學 一個類型繼承的範例 // super class class Car { let wheelNumber = 4 private var engineStatus: EngineStatus = .standby func start() { engine = .on } func go() { if case .on = engineStatus { print("car goes") } else { print("nothing") } } } // subclass class SportCar: Car { func catchPeoplesEye() { print("look me") } } OO 三要素: 封裝 (Encapsulation),繼承(Inheritance),多型(Polymorphism) 抽象的能力對工程師來說很重要 更多 kóng code 聽眾信箱 pofat.kongcode@gmail.com 官網 https://kongcode.tw Twitter https://twitter.com/pofat_kongcode 主持人 波肥

4 total episodes available

Deep-dive analytics for Pofat 講 code

Frequently asked questions

Have a different question and can't find the answer you're looking for? Reach out to our support team by sending us an email and we'll get back to you as soon as we can.

What is Pofat 講 code?

Pofat 講 code ( Pofat kóng code)是一個純台語播出的節目(夾雜部分英語),專注在兩大方向:聊生活裡的科技原理與探討軟體工程裡的技術層面,節目也因此分成兩個系列:

「生活中的 code」:探討生活中可見的科技其原理與實現方式,主要會以手機或與其相關的做為探討對象,尤其是 iPhone。

「軟體工程變啥魍」:則會比較深入地探討軟體工程的技術,因主持人是 Apple 生態系的開發者,所以內容也會多以 Apple 相關的技術為主題出發。

對台語、科技與軟體技術有喜好的朋友歡迎一起來交流討論!或將問題丟過來發起挑戰賽!!

How often does this podcast release new episodes?

This podcast updates daily.

Where can I listen to this podcast?

This podcast is available on 4 platforms including Apple Podcasts, Spotify, and more. You can also use the RSS feed directly.

Does this podcast accept guests?

No, this podcast does not typically feature guests.

Legal Disclaimer

Pod Engine is not affiliated with, endorsed by, or officially connected with any of the podcasts displayed on this platform. We operate independently as a podcast discovery and analytics service.

All podcast artwork, thumbnails, and content displayed on this page are the property of their respective owners and are protected by applicable copyright laws. This includes, but is not limited to, podcast cover art, episode artwork, show descriptions, episode titles, transcripts, audio snippets, and any other content originating from the podcast creators or their licensors.

We display this content under fair use principles and/or implied license for the purpose of podcast discovery, information, and commentary. We make no claim of ownership over any podcast content, artwork, or related materials shown on this platform. All trademarks, service marks, and trade names are the property of their respective owners.

While we strive to ensure all content usage is properly authorized, if you are a rights holder and believe your content is being used inappropriately or without proper authorization, please contact us immediately at hey@podengine.ai for prompt review and appropriate action, which may include content removal or proper attribution.

By accessing and using this platform, you acknowledge and agree to respect all applicable copyright laws and intellectual property rights of content owners. Any unauthorized reproduction, distribution, or commercial use of the content displayed on this platform is strictly prohibited.