This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
看看網頁版全文 ⇨ 雜談:用Make設定了RSS傳送到Threads : TALK: Forword the RSS Feed to Threads in Make | |
https://blog.pulipuli.info/2024/12/talk-forword-the-rss-feed-to-threads-in-make.html | |
在我寫完「RSS自動轉發到Threads跟X (Twitter):使用dlvr.it」之後,dlvr.it就轉變成完全收費的制度,因此自動轉發也跟著無以後繼。 | |
最近我總算能騰出時間來撰寫Blog,同時也把Threads API整合到Make平臺裡,讓「布丁布丁吃什麼?」的新文章能夠自動轉發到Threads裡面。 | |
至於這個方法是否能夠成功,就要等時間來驗證了。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
看看網頁版全文 ⇨ Home Assistant自動化的限制:無法偵測長時間狀態 : Limitations of Home Assistant Automation: Inability to Detect Long-Duration States | |
https://blog.pulipuli.info/2024/12/limitations-of-home-assistant-automation-inability-to-detect-longduration-states.html | |
我本來想在Home Assistant設定自動化「如果實體的狀態維持[關閉]超過24小時,就把它設為[開啟]」,結果HA卻一直沒能觸發自動化。 | |
最後我把條件改成時間模式定期檢查、觸發,然後把條件設定在「且如果」裡面,這樣自動化才能夠正常運作。 | |
I was trying to set up an automation in Home Assistant that would turn an entity [on] if its state remained [off] for more than 24 hours. However, the automation never triggered. I eventually got it working by changing it to a time-based automation that checks periodically and then using an condition to check the entity's state.。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
看看網頁版全文 ⇨ 雜談:是時候該來處理一下Dify的問題了 : TALK: It's Time to Address the Issues with Dify | |
https://blog.pulipuli.info/2024/12/talkits-time-to-address-the-issues-with-dify.html | |
在「自行架設大型語言模式應用程式:Dify」這篇裡面,我用Dify在筆電架設了可客製化、具備RAG的大型語言模型應用程式。 | |
但這段期間用下來還是遭遇了很多問題。 | |
以下就稍微列舉一下我遭遇的狀況。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
看看網頁版全文 ⇨ 現代研究需要現代手段:研究工具彙整 : Modern Research Needs Modern Tools: A Compilation of Research Instruments | |
https://blog.pulipuli.info/2024/12/modern-research-needs-modern-tools-a-compilation-of-research-instruments.html | |
我在「現代研究需要現代手段:用知識管理和AI輕鬆做研究!」演講中使用了很多研究工具。 | |
為了方便讓大家找到這些工具,我把演講裡提到的工具都拉出來,額外放在下面進行介紹。 | |
這些工具包含了書籍、軟體、網站等等。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
看看網頁版全文 ⇨ 雜談:用Chromecast接收器播放螢幕畫面並不容易 : Talk: Casting Your Screen to a Chromecast Device Can Be Challenging | |
https://blog.pulipuli.info/2024/12/talkcasting-your-screen-to-a-chromecast-device-can-be-challenging.html | |
由於我使用的設備是以Linux和Android為主,在螢幕投放的選擇上,Chromecast自然就是我的首選。 | |
雖然市面上很多號稱支援Chromecast的方案,但其實仍只有Google推出的Chromecast才具備完整的功能。 | |
不過,Chromecast的天性使得它難以移動,iOS使用者也不容易使用。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
看看網頁版全文 ⇨ 現代研究需要現代手段:用知識管理和AI輕鬆做研究! : Modern Research Demands Modern Tools: Leveraging Knowledge Management and AI for Effortless Research! | |
https://blog.pulipuli.info/2024/12/modern-research-demands-modern-tools-leveraging-knowledge-management-and-ai-for-effortless-research.html | |
今年10月的時候我去南藝大為研究生們講述了活用圖書館資源、AI工具以及Zotero來撰寫研究論文的方法。 | |
有了內建大型語言模型資料庫的協助,例如Scopus、Semantic Scholar、Consensus、Elicit、SciSpace,現在作研究的方式已經有了很大的轉變了。 | |
投影片的內容分成了「研究搜尋篇」與「閱讀寫作篇」兩個部分,以下就來看看這次演講的投影片內容吧。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
看看網頁版全文 ⇨ 隨著12月到來而闖入的希希助教 : TA. Sissi’s Arrival in December | |
https://blog.pulipuli.info/2024/12/ta-sissis-arrival-in-december.html | |
生活穩定一點之後,希希助教就可以定期出來跟大家打打招呼了。 | |
祝大家順利渡過期末喔!。 | |
---- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
看看網頁版全文 ⇨ 為什麼我放在Docker Hub的映像檔不能用了? : Why My Docker Image on Docker Hub Cannot Be Used? | |
https://blog.pulipuli.info/2024/11/why-my-docker-image-on-docker-hub-cannot-be-used.html | |
我們現在能開心地使用各種Docker環境,都是多虧了Docker Hub保存了這些Docker映像檔。 | |
Docker Hub也可以稱得上是賽博菩薩了吧?但這免費資源可不是讓你毫無限制的使用喔!。 | |
We can now happily use various Docker environments thanks to Docker Hub saving all these Docker images. You could say Docker Hub is like a Cyber Bodhisattva, right? However, this free resource is not for you to use without limit!。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
看看網頁版全文 ⇨ 在Ewant育網「聽」課 : Listening to Ewant Courses: An Auditory Learning Experience | |
https://blog.pulipuli.info/2024/11/listening-to-ewant-courses-an-auditory-learning-experience.html | |
聽訪談跟閒聊的Podcast覺得知識濃度不足的話,也許可以選擇改聽Ewant育網上大學老師們的教課內容。 | |
If you find the knowledge content of interview-based and casual podcasts insufficient, you might consider switching to Ewant and listening to lectures given by university professors.。 | |
---- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
看看網頁版全文 ⇨ LibreOffice Writer的交叉參照、Zotero引用跟樣式在哪裡? : How to View References, Zotero Citations and Styles in LibreOffice Writer? | |
https://blog.pulipuli.info/2024/11/how-to-view-references-zotero-citations-and-styles-in-libreoffice-writer.html | |
使用LibreOffice Writer的時候,記得在「檢視」裡面打開「格式設定標記」跟「欄位背景色彩」。 | |
這樣就能察覺有沒有多餘的斷行、Zotero的引用和圖表交叉參照的位置。 | |
此外,還可以勾選「樣式」的「突顯」來檢查內文有沒有設定成正確的樣式。 |
NewerOlder