碎碎唸

無法坐著的十月底:第20屆臺灣同志遊行

這次遊行主題是「無・限・性−−解構框架,性/別無限」,毫不意外有些人會依此主題大作文章,畢竟之前的遊行裸露的部分都被放大檢視,不能小看某部分人類守舊的程度……

影集

[影集]《電馭叛客:邊緣行者》:以 Cyberpunk 為架構的浪漫

《電馭叛客:邊緣行者》是一部以遊戲《電馭叛客2077》世界觀作為基礎的動畫。當時遊戲一推出可說是呼聲非常高,沒想到後續因為非常多的 Bug 導致聲勢滑落谷底。時隔兩年,Netflix 推出電玩改編動畫《電馭叛客:邊緣行者》後,據說才放映前面幾集,遊戲聲勢又瞬間高漲,甚至有單週賣超過 100 萬組的紀錄……

演算法

[演算法題目] Two Number Sum

Write a function that takes in a non-empty array of distinct integers and an integer representing a target sum. If any two numbers in the input array sum up to the target sum…

展覽

[展覽] 為改變而走-臺灣同志遊行20週年回顧展

今日天氣陰雨綿綿,真不愧是臺北,來沒幾次幾乎一半都是陰雨天。題外話,今年的秋冬來臨的時間點很正常,不像過去幾年十二月了還那麼熱(素每!!!!)。這次展覽位於松山文創園區(松菸)藝巷空間……

書籍

關於 Kobo 參數檔

我沒想到分享有關書籍的第一篇竟然是有關電子閱讀器的參數檔。本篇主要是分享匯出筆記和螢幕截圖的部分……

自然語言處理

[NLP] 正規表達式介紹

當我們在處理機器學習或是深度學習相關的案子時,其實花非常多時間在前置處理上,像是收集資料、資料正規化等等。自然語言處理身為人工智慧的分支自然也不例外,我們需要以一個電腦懂的方式去處理語言資料……

演算法

[演算法題目] Class Photos

You’re given two input arrays: one containing the heights of all the students with red shirts and another one containing the heights of all the students with blue shirts. Write a function that returns whether or not a class photo that follows the stated guidelines can be taken…

碎碎唸

關閉 Wacom 繪圖板長按出現的水波紋

自從買了從國中時代就很想要的 Wacom 之後,終於不需要用滑鼠一筆一畫在那邊描或是各種拼拼湊湊了QQ 但因為之前畫畫都是用很多取巧的方式快速繪製……

演算法

[演算法題目] Branch Sums

Write a function that takes in a Binary Tree and returns a list of its branch sums ordered from leftmost branch sum to rightmost branch sum…

演算法

[演算法題目] Water Bottles

There are numBottles water bottles that are initially full of water. You can exchange numExchange empty water bottles from the market with one full water bottle. The operation of drinking a full water bottle turns it into an empty bottle. Given the two integers numBottles and numExchange, return the maximum number of water bottles you can drink……

基礎概念

[基礎概念] 指標 (2):指標和陣列

指標和陣列有密切的關係。我們通常會習慣使用索引,也就是 index 去存取陣列的元素。而也正是因為陣列在記憶體內的排列特性,讓陣列元素也非常適合用指標來存取……

攝影師:Tima Miroshnichenko: https://www.pexels.com/zh-tw/photo/html-5380664/
一些茶煲

[Ubuntu] 錯誤訊息:unable to resolve host

基本上這個問題根本不該發生,是自己蠢導致。因為有點久沒開另一台系統是 Ubuntu 的電腦,上次對它做了什麼事都忘了,結果 apt-get update 或是 apt-get upgrade 都有詭異的訊息:sudo: unable to resolve host…

基礎概念

[基礎概念] 指標 (1):認識一下指標是什麼樣的東西

聽說指標是很多人在學C++的痛,但我覺得好像跟初次教你這個概念的老師有關。我非常受不了有些老師在教某個大魔王單元之前會先恐嚇學生說:這超難喔不認真會死掉。在此寫下我理解的指標概念,希望可以教教未來金魚腦的我……