How to Enable Volume Slider on iPhone Lock Screen
For the majority of existence for iPhone, anytime that music, podcasts, audiobooks, or media was being played on the device but the screen was locked, a volume slider was visible on the iPhone Lock Screen. The volume slider made it easy to see what volume something was playing at, and also made it very easy … Read More ⌘ Read more
Deals: Up to $198 Off M4 MacBook Air in 13″ & 15″
Amazon is offering nice discounts on the M4 MacBook Air series, in either the 13″ or 15″ screen sizes. You’ll find the best deal on the 24GB RAM models ($198 off the 24GB / 512GB model in 13″!), but there are discounts available on all memory/storage configurations and color options (Sky Blue, Midnight, Starlight, Silver). … Read More ⌘ Read more
How to Enable Volume Slider on iPhone Lock Screen
For the majority of existence for iPhone, anytime that music, podcasts, audiobooks, or media was being played on the device but the screen was locked, a volume slider was visible on the iPhone Lock Screen. The volume slider made it easy to see what volume something was playing at, and also made it very easy … Read More ⌘ Read more
Said goodbye to my boy today ⌘ Read more
Tesla’s sales in Europe plunge by half, signaling backlash against Musk runs deep ⌘ Read more
Trump admits to protecting Russia from ‘really bad things’ ⌘ Read more
Inside GitHub: How we hardened our SAML implementation
Maintaining and developing complex and risky code is never easy. See how we addressed the challenges of securing our SAML implementation with this behind-the-scenes look at building trust in our systems.
The post Inside GitHub: How we hardened our SAML implementation appeared first on [The GitHu … ⌘ Read more
My sweet 15yo girl ⌘ Read more
King Charles expresses love for Canada, says it will remain ‘strong and free’ ⌘ Read more
[$] Cory Doctorow on how we lost the internet
Cory Doctorow wears many hats:
digital activist, science-fiction author, journalist, and more. He has
also written many books, both fiction and non-fiction, runs the Pluralistic blog, is a visiting
professor, and is an advisor to the Electronic\
Frontier Foundation (EFF); his Chokepoint Capitalism
co-author, Rebecca Giblin, gave a [2023 keynote\
in Australia](https://lw … ⌘ Read more
She loves playing with my hand. I find it cute, is she lovely? ⌘ Read more
Tesla’s monthly sales in Europe plunge by half, signaling backlash against Musk runs deep ⌘ Read more
photo evidence of why cat people are naturally gravitated towards vim motions ⌘ Read more
Israel warns Europe that Palestine recognition may be met with West Bank annexation ⌘ Read more
I adopted a 14 year old cat.. ⌘ Read more
Russian bots roast “clown” Donald Trump after Putin comments ⌘ Read more
Security updates for Tuesday
Security updates have been issued by AlmaLinux (gstreamer1-plugins-bad-free, libsoup, and python-tornado), Debian (libavif and pgbouncer), Red Hat (gstreamer1-plugins-bad-free, mingw-freetype and spice-client-win, and webkit2gtk3), SUSE (firefox, govulncheck-vulndb, and python310-setuptools), and Ubuntu (flask, intel-microcode, openjdk-17-crac, tika, and Tomcat). ⌘ Read more
Anti-Musk sentiment runs high in Adelaide, capital of South Australia, as 95% of submissions to a local council oppose a proposed land sale to Tesla ⌘ Read more
Apple Acquires Gaming Studio RAC7
Apple has purchased game studio RAC7, according to a report from Digital Trends. RAC7 is a small, two-person company that developed Apple Arcade game Sneaky Sasquatch, and the acquisition was confirmed by an Apple spokesperson.
From Digital Trends:
We love … ⌘ Read more
LiveStore is a next-generation state management framework based on reactive SQLite and git-inspired syncing (via event-sourcing)
Comments ⌘ Read more
love-hate and otel: using it while avoiding complexity
I quite appreciated his workflow for keeping OTel’s complexity at arm’s length. Also, he’s got a generic tool that can parse logs and turn them into otel spans that combines well will canonical logs and “wide events”: https://github.com/jonjohnsonjr/logspan
[47°09′00″S, 126°43′06″W] Reading: 0.42000 PPM
Missing classes could cost you your US Visa, US Embassy warns students ⌘ Read more
golang 開發 OA 系統,工作流引擎選型
我想開發一套企業內部使用 OA 系統,使用 golang gin 開發,讓 AI 推薦了幾個流程管理的庫,即工作流引擎。發現大部分找到的都是 Java Sprint Boot 的實現,但是我還是希望用 golang gin 去實現。畢竟 golang gin 目前用的最順手,也積累了大量的內部功能庫,而且服務器資源佔用低。加上是集團內幾個公司一塊使用,使用現成的開源實現,也達不到要求,估計也很難改 ⌘ Read more
golang 開發 OA 系統,工作流引擎選型
我想開發一套企業內部使用 OA 系統,使用 golang gin 開發,讓 AI 推薦了幾個流程管理的庫,即工作流引擎。發現大部分找到的都是 Java Sprint Boot 的實現,但是我還是希望用 golang gin 去實現。畢竟 golang gin 目前用的最順手,也積累了大量的內部功能庫,而且服務器資源佔用低。加上是集團內幾個公司一塊使用,使用現成的開源實現,也達不到要求,估計也很難改 ⌘ Read more
ZooKeeper 實現分佈式鎖
基礎–ZooKeeper 的 4 個節點持久節點:默認的節點類型,一直存在於 ZooKeeper 中 持久順序節點:在創建節點時,ZooKeeper 根據節點創建的時間順序對節點進行編號 臨時節點:當客戶端與 ZooKeeper 斷開連接後,該進程創建的臨時節點就會被刪除 臨時順序節點:按時間順序編號的臨時節點 ZK 分佈式鎖相關基礎知識zk 分佈式鎖一般由多個節點構成( ⌘ Read more
MCP Server 的五種主流架構與 Nacos 的選擇
在 AI 大模型應用爆發的今天,Model Context Protocol (MCP) 作爲連接 AI 大模型與應用的關鍵協議,正在快速普及。然而,如何在企業級環境中高效部署和管理 MCP 服務,成爲技術團隊面臨的重要挑戰。本文將深入剖析 MCP Server 的五種主流架構模式,並結合 Nacos 服務治理框架,爲企業級 MCP 部署提供實用指南。MCP 架構的演進與挑戰MCP 協議爲 AI ⌘ Read more
一文讀懂 K8S Service 原理
概述在 K8S 集羣中, K8S 會給每一個 Pod 分配一個 podIP,默認網絡模式下,這個 podIP 是隨機分配的虛擬 IP,且該 podIP 會由於 Pod 重啓而自動更新,那麼客戶端訪問 Pod 時,必然要更新訪問地址。另一方面如果一個服務由多個 Pod 實例負載均衡提供服務,那麼在客戶端側實現負載均衡訪問也不合理。基於以上兩個問題,K8S 實現了 Service,Service 也是 ⌘ Read more
不會吧?你還在手動編輯 ~–ssh-config?
一個簡單高效的 SSH 和 Kuberenetes 連接管理工具在實際工作中經常需要遠程服務器和 Kubernetes,對於我這種 CLI 選手,不太喜歡一些圖形化工具,尤其是工具之間會有不兼容和遷移成本的問題。但當服務器和集羣的數量多了之後,通過編輯文本的方式管理連接信息,非常不方便且容易出錯。所以,我打造了 ConfigForge,一個專爲 macOS 用戶設計的開源 SSH 和 Kubern ⌘ Read more
Our little girl from a kitten to a year old ⌘ Read more
How Trump’s megabill transfers wealth in the US
Analysis by Tami Luhby and Zachary B. Wolf, Senior Writers - CNN
_Stephan: I have been looking for days for a clear, fact-based analysis of what Trump and the MAGAt Republicans are trying to do with the American economy, and I finally have found it. If you are a middle class or lower income person if this bill passes the Senate without major changes that require it going back to the House, and it is signed by Trump you are goin … ⌘ Read more
There’s a hidden provision in that big ugly bill that makes Trump king
Robert Reich, Chancellor’s Professor of Public Policy at the University of California at Berkeley - Raw Story
_Stephan: As you can see, I am not the only person who tracks the trends shaping the United States, who sees what is going on with the Trump MAGAt coup. In this article he points out something almost no one else in corporate media is talking about even though it ends democra … ⌘ Read more
Did Harvard reject Barron Trump? Truth behind his college choice has sparks buzz online
, - The Economic Times (India)
_Stephan: I have been following closely Trump’s attack on Harvard. At one level it is clearly part of MAGAt coup to intimidate or take over universities, so they do what the MAGAt fascists want, indoctrinate instead of educate. But there is something weird and personal about what Trump is doing and saying. According … ⌘ Read more
Malia Obama Is Charting Her Own Course
Dorian Smith-Garcia, Staff Writer - Yahoo
_Stephan: Malia Obama graduated from Harvard and has already established herself independent of her parents as a film director. Trump’s dislike of the Obamas is well known. Could the Obama daughter’s Harvard success and the stories of Barron’s Harvard rejection be why Trump seems so personally retributive against Harvard? I don’t know, maybe it is just a coincidence, but I suspect history will tell us. … ⌘ Read more
大模型瀏覽器自動化工具 brower-use
簡介Browser-Use Web UI 是大模型的瀏覽器自動化利器,其作用是提供了大模型和瀏覽器之間的交互方式,manus 等大多也能看到他的影子工作原理brower-use 執行主要分成以下幾步┌────────────┐ 狀態提示詞 ┌───────────┐│ │ ─────────────── │ ││ 瀏覽器環境 │ ⌘ Read more
RocketMQ 高級使用
消息存儲—-分佈式隊列因爲有高可靠性的要求,所以數據要進行持久化存儲。消息生成者發送消息 MQ 收到消息,將消息進行持久化,在存儲中新增一條記錄 返回 ACK 給生產者 MQ push 消息給對應的消費者,然後等待消費者返回 ACK 如果消息消費者在指定時間內成功返回 ack,那麼 MQ 認爲消息消費成功,在存儲中刪除消息,即執行第 6 步;如果 MQ 在指定時間內沒有 ⌘ Read more
Sat down at a restaurant in Spain and realised I have a date on the other side ⌘ Read more
NATO aware of axis between China, DPRK, Iran, and Russia in Ukraine war, Rutte says ⌘ Read more
Cursor - 12306 MCP,打造 AI 智能選票系統,超酷的!
大家好,我是蒼何。昨天線下活動見了米尼的孩子,說句實在的,勾起了我對家裏娃的想念。於是,我決定端午,我要回家,我要陪過度六一。掏出手機 12306,查票、候補、買票。開始計算着出發時間,到達家的時間,選擇高鐵還是硬臥,早上 6 點的車能否趕上,晚上十一點的車到家太晚會吵醒孩子,中午的車正好但往往沒票。。。。受夠了,每次都是這樣,買個票,能把我瞬間變成一隻哈巴狗,咧着嘴,大聲喘氣。於是,我想借助 A ⌘ Read more
Putin calls to ‘strangle’ Western companies still operating in Russia ⌘ Read more
[47°09′32″S, 126°43′48″W] Reading: 0.91000 PPM
10 Surprising Truths About the Power Grid You Were Never Told
Flip a switch, and the lights come on—simple, right? Not even close. Beneath the hum of your refrigerator and the glow of your phone charger lies one of the most complex, misunderstood systems in modern life: the power grid. It’s the backbone of civilization, yet most people have no idea how fragile, chaotic, and bizarre […]
The post [10 Surprising Truths About the Power Grid You Were Never Told](https://list … ⌘ Read more
Russia loses 990 soldiers and 17 artillery systems over past day ⌘ Read more
Get these cats to UFC asap. ⌘ Read more
Russia is unleashing aerial terror against Ukrainian civilians to make it seem like it is winning, experts say ⌘ Read more
Trump considers imposing sanctions on Russia in coming days, WSJ reports ⌘ Read more
Apple’s Tap to Pay Features Coming to These 18 New Countries
Apple is bringing Tap to Pay on iPhone to new eight countries, providing a way for sellers to use an iPhone as a contactless payment terminal, with plans to introduce Tap to Pay provision in 10 more.
Tap to Pay on iPhone first arrived in [February 2022](https://www.macrumors.com/202 … ⌘ Read more
golang 每日一庫之 redsync
redsync 是一個用 Go 編寫的分佈式互斥鎖(Distributed Mutex)庫,基於 Redis 實現。其主要目標是在分佈式系統中爲多個進程或服務之間提供互斥訪問的機制,確保同一時間內只有一個客戶端可以訪問共享資源。核心功能—-redsync 實現了 Redlock 算法(由 Redis 創始人 antirez 提出),該算法旨在在分佈式環境中實現安全、健壯的鎖。基本原理使用多個獨 ⌘ Read more
golang 每日一庫之 redsync
redsync 是一個用 Go 編寫的分佈式互斥鎖(Distributed Mutex)庫,基於 Redis 實現。其主要目標是在分佈式系統中爲多個進程或服務之間提供互斥訪問的機制,確保同一時間內只有一個客戶端可以訪問共享資源。核心功能—-redsync 實現了 Redlock 算法(由 Redis 創始人 antirez 提出),該算法旨在在分佈式環境中實現安全、健壯的鎖。基本原理使用多個獨 ⌘ Read more
I just found their luxury lifestyle ⌘ Read more
golang gin 基於 Casbin 實現權限控制
最近在使用 golang gin 開發一套公司內部的人事管理系統,但是發現權限管理比之前搞的系統要複雜不少, 所以我想借機瞭解一下傳說中的 Casbin 權限控制庫,看看是否可以借鑑一下。涉及權限控制的需求場景———–人事部門負責人需要能看到所有的人事數據 人事部門的普通 HR,只能看到部分部門的人事數據。即只能看到自己負責的部門數據 IT 部門或者行政部門指定人員,能看 ⌘ Read more
golang gin 基於 Casbin 實現權限控制
最近在使用 golang gin 開發一套公司內部的人事管理系統,但是發現權限管理比之前搞的系統要複雜不少, 所以我想借機瞭解一下傳說中的 Casbin 權限控制庫,看看是否可以借鑑一下。涉及權限控制的需求場景———–人事部門負責人需要能看到所有的人事數據 人事部門的普通 HR,只能看到部分部門的人事數據。即只能看到自己負責的部門數據 IT 部門或者行政部門指定人員,能看 ⌘ Read more
MarkItDown MCP:一鍵轉換 pdf-word-ppt-html 等文檔爲 MarkDown 格式
簡單介紹---- markitdown-mcp 包提供了一個輕量級的 STDIO 和 SSE MCP 服務器,用於調用 MarkItDown。 它公開了一個工具: converttomarkdown(uri) ,其中 uri 可以是任何 http: 、 https: 、 file: 或 data: URI 。Installation 安裝—————如遇到安裝失敗的問題, ⌘ Read more
費時一個多月終於使用 Session 實現了二維碼掃碼登錄功能
我終於完成了二維碼掃碼登錄功能,這個功能開發斷斷續續的用了我一個多月的空閒時間,其中 cookie 回寫和 session 同步就佔了 20 多天,開發有多痛苦,完成後就有多喜悅,。二維碼掃碼登錄是一種常見的無密碼認證方式,它的實現原理非常簡單:第一步在服務器生成一個唯一二維碼 ID 和對應的隨機 token,返回給 Web 網頁並生成二維碼,第二步用戶使用手機 APP 掃描二維碼,然後將用戶信息 ⌘ Read more
Ollama-OCR:基於 Ollama 多模態大模型的端到端文檔解析和處理
基本介紹Ollama-OCR 是一個 Python 的 OCR 解析庫,結合了 Ollama 的模型能力,可以直接處理 PDF 文件無需額外轉換,輕鬆從掃描版或原生 PDF 文檔中提取文本和數據。根據使用的視覺模型和自定義提示詞,Ollama-OCR 可支持多種語言,並且能把文檔轉換爲特定的格式進行輸出。支持多種視覺模型———–可以從 Ollama 上選擇最新的視覺模型: ● gem ⌘ Read more
Germany’s Merz says there are no more range restrictions on the weapons supplied to Ukraine ⌘ Read more
Armbian 25.5 Adds New Board Support, Application Modules, and Receives Community Recognition
The Armbian team has released version 25.5, bringing expanded hardware compatibility, improved system tools, and a growing library of post-install application modules. The update also coincides with Armbian being recognized by NetBox Labs with a 2025 NetBox Hero Award for its role in open infrastructure innovation. New in Armbian v25.5 The latest release include … ⌘ Read more
Minnie. No context. Just Minnie. ⌘ Read more
Kremlin calls Trump ‘emotional’ after US president says Putin is ‘crazy’ ⌘ Read more
DietPi May 2025 Update Introduces Security Changes, Kernel Fixes, and Software Cleanups
The latest DietPi release (v9.13) focuses on improving security defaults, enhancing support for specific SBCs, and removing outdated software options. The update also brings kernel upgrades, interface refinements, and dozens of bug fixes for improved stability across platforms. DietPi: DietPi is a lightweight, Debian-based operating system optimized for single-board compu … ⌘ Read more
He came up from our basement and decided he didn’t want to leave. I guess we have five cats now. ⌘ Read more
Vim now has a native vertical tabs/buffers list ⌘ Read more
Xi Jinping’s plan to beat America at AI
China’s leaders believe they can outwit American cash and capitalism with a focus on practical applications. ⌘ Read more
ask about Buf(fer)Explorer plugin: why does it not shown buffers without name? ⌘ Read more
Japan to Begin Clinical Trials for Artificial Blood in 2025 ⌘ Read more
HELP there’s suddenly an injured furball in front of my house! ⌘ Read more
Is this a good kitty ? ⌘ Read more
King Charles III arrives in Canada to underscore its sovereignty after Trump annexation threats ⌘ Read more
Germany and Ukraine’s other allies scrap range limits on arms sent to Kyiv ⌘ Read more
Merz: Hungary and Slovakia could lose EU funds over pro-Russia stance ⌘ Read more
My beautiful cat Jasmine. She’s nearly 14 years old but still as lively and as lovely as ever. ❤️ ⌘ Read more
Merz lifts range limits on Ukraine weapons to hit targets inside Russia ⌘ Read more
I ran so fast, this baby got lucky that there was two animal lovers there at the right time even though other cars just passed 😭 ⌘ Read more
I’ll doodle your Kitten😊 ⌘ Read more
Sweden allocates over US$500m to strengthen Ukraine’s defence capabilities ⌘ Read more