Searching txt.sour.is

Twts matching #reading
Sort by: Newest, Oldest, Most Relevant

KCD Argentina 2024: mastering the Kubernetes tango and scoring goals in container orchestration
KCD post originally published on Linkedin by Angel Ramirez, CEO at Cuemby | CNCF & OSPO Ambassador | Public Speaker | Cloud Computing and Kubestronaut As an ambassador for the Cloud Native Computing Foundation (CNCF) and TODO (OSPO)… ⌘ Read more

⤋ Read More

Happy 7th Birthday, Istio!
Project post originally published on the Istio blog by Lin Sun, Solo.io, for the Istio Steering Committee Celebrating Istio’s momentum and exciting future. On this day in 2017, Google and IBM announced the launch of the Istio service mesh…. ⌘ Read more

⤋ Read More

Best Apple Deals of the Week: iPads and Apple Watches See Record Low Prices Alongside Samsung Monitors
This week began with a sitewide sale on Samsung that will continue through this Sunday, and continued with great discounts on the M4 iPad Pro, 10th generation iPad, Apple Watch SE, and Apple Watch Ultra 2.

Image

Note: MacRumors is an affiliate partner with some of these vendors. When you click a link and make a purchase, we may rece … ⌘ Read more

⤋ Read More

Un nouvel âge d’or du nucléaire ?
Pendant que la France hésite entre fermer ses centrales nucléaires et les relancer dans un « En Même Temps » foutraque très macronien, des sociétés se lancent dans la production de petits réacteurs nucléaires modulaires (SMR pour “small modular reactor”), notamment aux États-Unis. Au-delà des géants du secteur (comme Westinghouse, General Electric Hitachi Nuclear, General Atomics), on […] ⌘ Read more

⤋ Read More

RISC-V Based MaixCAM With 1TOPS NPU Performance and 5MP Camera Support
RISC-V Based MaixCAM With 1TOPS NPU Performance and 5MP Camera Support
The Sipeed MaixCAM is a specialized hardware platform designed for AI vision and AIoT applications, powered by the SOPHO SG2002 processor. This versatile board supports both Linux and RTOS environments, making it suitable for a range of embedded projects. ⌘ Read more

⤋ Read More

SECO 3.5″ Single Board Computer with RK3568 SoC and Linux Compatibility
SECO 3.5” Single Board Computer with RK3568 SoC and Linux Compatibility
The SBC-3.5-RK3568 by SECO emerges as a robust 3.5” single board computer powered by the Rockchip RK3568 SoC, combining high performance with extensive connectivity options. This SBC is tailored for a variety of applications, from industrial automation to digital signage and media streaming. ⌘ Read more

⤋ Read More

C 語言竟可以調用 Go 語言函數,這是如何實現的?
大家好,我是飛哥!今天和大家聊一個問題,一門語言是否可以在同一個進程內調用另外一門語言實現的函數?例如 C 語言是否可以調用 Golang 實現的函數?注意我說的是同進程內調用,跨進程的 IPC、PRC 之類的技術不算。直接拋出這個問題的答案,同進程跨語言調用是可行的。在各種語言設計時,爲了複用其它語言生態中積累下來的大量的代碼資產,都會實現跨語言調用的機制。例如在 Golang 中,實現了 cg ⌘ Read more

⤋ Read More

How to Use ChatGPT for Mac Right Now, Bypassing the Waitlist
OpenAI recently announced that an official ChatGPT app for Mac was coming with ChatGPT 4o support, complete with some pretty cool features like a keyboard shortcut to open a ChatGPT query from anywhere (kind of like Spotlight, but for ChatGPT), screenshot capabilities, ability to initiate discussions based on photos (for example, provide a picture of … [Read More](https://osxdaily.com/2024/05/23/how-to-use-chatgpt … ⌘ Read more

⤋ Read More

Announcing Docker Desktop Support for Windows on Arm: New AI Innovation Opportunities
Docker Desktop now supports running on Windows on Arm (WoA) devices. With this integration, Docker Desktop extends its reach to a new wave of hardware architectures, broadening the horizons for containerized application development. ⌘ Read more

⤋ Read More

Say goodbye to your sidecars: Istio’s ambient mode reaches Beta in v1.22
Project post originally published on the Istio blog by Lin Sun, Solo.io, for the Istio Steering and Technical Oversight Committees Layer 4 & Layer 7 features are both now ready for production. Today, Istio’s revolutionary new ambient data plane mode… ⌘ Read more

⤋ Read More

Kubestronaut in Orbit: Yongkang He
Get to know Yongkang Yongkang is one of our first Kubestronauts and is based in Singapore and supports a company in the Asia Pacific. He’s shifted his focus to cloud native technologies and is now fully certified on… ⌘ Read more

⤋ Read More

高考志愿填报有哪些方法和技巧?
志愿填报方法其实也是这些年老生常谈的问题了,首先从填报模式上来看,目前志愿填报就是三种模式:

1.新高考的专业+院校模式,适用于2024年的浙江、山东、辽宁、河北、重庆、贵州以及2025年的青海。

2.新高考的院校+专业组模式,2024年适用于上海、北京、天津、海南、江苏、湖南、湖北、广东、福建、黑龙江、吉林、甘肃、广西、安徽、江西等省市和自治区;2025年第一年参加新高考的省份中,除青海外都采用该模式。

3.老高考模式,2024年适用于陕西、山西、宁夏、西藏、新疆、四川、云南、青海、河南等省份。

志愿填报的方法当然多种多样,我也只是一家之言,但可以肯定的是不同的志愿填报模式对志愿填报方法肯定会存在影响,我尽量从这一层面来给大家分享一些志愿填报的思路和注意事项。

对于专业+院校模式,这种模式优点很明显,没有调剂,而且志愿填报的灵活度非常大,可以充分考虑考生对专业、院校、城市等等各方面的需求,夸张点说几乎是想怎么填就怎么填。但同样也存在缺点 … ⌘ Read more

⤋ Read More

Erlang Solutions: Balancing Innovation and Technical Debt
Let’s explore the delicate balance between innovation and technical debt.

We will look into actionable strategies for managing debt effectively while optimising our infrastructure for resilience and agility.

Balancing acts and trade-offs

I was having this conversation with a close acquaintance not long ago. He’s setting up his new startup, filling a market gap he’s found, rushed before the gap closes in. It’s a common starting … ⌘ Read more

⤋ Read More

萬字長文:Go 語言現代命令行框架 Cobra 詳解
Cobra 是一個 Go 語言開發的命令行(CLI)框架,它提供了簡潔、靈活且強大的方式來創建命令行程序。它包含一個用於創建命令行程序的庫(Cobra 庫),以及一個用於快速生成基於 Cobra 庫的命令行程序工具(Cobra 命令)。Cobra 是由 Go 團隊成員 spf13 爲 Hugo 項目創建的,並已被許多流行的 Go 項目所採用,如 Kubernetes、Helm、Docker (di ⌘ Read more

⤋ Read More

gojq:現代 Golang JSON 查詢神器
隨着現代應用程序對數據處理和解析需求的不斷增加,JSON 已成爲數據交換的主要格式之一。在 Golang 生態系統中,解析和操作 JSON 數據的工具層出不窮,而 gojq 則是其中一款功能強大且易於使用的 JSON 查詢工具。本文將深入解析 gojq,展示其強大功能和實際應用場景,並通過豐富的示例幫助讀者全面掌握這款利器。什麼是 gojq?———gojq 是一個用 Go 語言編寫的 ⌘ Read more

⤋ Read More

探索併發安全的 Go 語言 Map - 深入理解 cmap
在 Go 語言中,內建的map類型並不是線程安全的。也就是說,如果您在沒有任何併發控制的狀態下,在多個 goroutine 中對同一個map同時進行讀寫操作,那麼會出現競態條件(race condition),進而導致不可預見的結果。針對這一問題,地裏特(lrita)開發了cmap(concurrent-map),一個用於提供併發訪問的線程安全的map類型,它可以讓您在 Go 語言中更加方便地進行 ⌘ Read more

⤋ Read More

Gorm 源碼解析
我們先通過一張圖來看 Gorm 核心主流程。gorm 主流程1. 初始化 DB 連接—————-使用 database.sql 初始化連接。我們平時所說的數據庫驅動其實就是每個數據庫對 DSN 不同的解析方式,最終底層都是使用的 TCP 建立起數據庫連接。type Connector interface { Connect(context.Context) (Conn, err ⌘ Read more

⤋ Read More

go 語言是如何實現協程的
go語言的精華就在於協程的設計,只有理解協程的設計思想和工作機制,才能確保我們能夠完全的利用協程編寫強大的併發程序。Hi,我是 sharkChili ,是個不斷在硬核技術上作死的 java coder ,是 CSDN 的博客專家 ,也是開源項目 Java Guide 的維護者之一,熟悉 Java 也會一點 Go ,偶爾也會在 C 源碼 邊緣徘徊。寫過很多有意思的技術博客,也還在研究並輸出技術的路上 ⌘ Read more

⤋ Read More

聊聊 go 語言基於 epoll 的網絡併發實現
在之前的文章中我們已經介紹了 epoll 模型,而本文就從 go 語言源碼的角度來了解一下,go 語言是如何基於 epoll 模型完成高性能的網絡協程併發程序的。Hi,我是 sharkChili ,是個不斷在硬核技術上作死的 java coder ,是 CSDN 的博客專家 ,也是開源項目 Java Guide 的維護者之一,熟悉 Java 也會一點 Go ,偶爾也會在 C 源碼 邊緣徘徊。 ⌘ Read more

⤋ Read More

Gone 一個基於 Golang 的輕量級依賴注入框架
Gone 一個基於 Golang 的輕量級依賴注入框架Gone 首先是一個輕量的,基於 Golang 的,依賴注入框架,靈感來源於 Java 中的 Spring Framework;其次,Gone 框架中包含了一系列內置組件,通過這些組件提供一整套 Web 開發方案,提供服務配置、日誌追蹤、服務調用、數據庫訪問、消息中間件等微服務常用能力。文檔https://goner.fun/zh/ ht ⌘ Read more

⤋ Read More

這次用 Go 語言實現的多協程文件上傳,效果很明顯
多協程文件上傳是指利用多線程或多協程技術,同時上傳一個或多個文件,以提高上傳效率和速度。通過將文件分塊,每個塊由單獨的協程處理上傳,可以有效減少總上傳時間。Go 語言通過 goroutine 實現多協程文件上傳。多協程文件上傳的基本流程文件分塊:將大文件分成多個小塊,以便多個協程可以同時處理不同的塊。 上傳塊:每個協程負責上傳一個或多個塊。 合併塊:在服務器端接收到所有塊後,將其合併爲 ⌘ Read more

⤋ Read More

每個程序員都應該掌握的 Golang 性能優化祕技
性能分析和優化是所有軟件開發人員必備的技能,也是後臺大佬們口中津津樂道的話題。Golang 作爲一門 “現代化” 的語言,原生就包含了強大的性能分析工具 pprof 和 trace。pprof 工具常用於分析資源的使用情況,可以採集程序運行時的多種不同類型的數據(例如 CPU 佔用、內存消耗和協程數量等),並對數據進行分析聚合生成的報告。trace 工具則關注程序運行時的事件(例如協程狀態切換,G ⌘ Read more

⤋ Read More

X Confirms Plan to Make ‘Likes’ Private, Remove Likes Tab From Profiles
Social media platform X (formerly Twitter) will soon stop showing public “likes” on users’ profile pages, the company has said. The plan was confirmed on Wedndesday by X engineers, after MacRumors contributor Aaron Perris uncovered a flag in X’s iOS app revealing the coming change.

Image

Perris found that turning off the flag completely removes the “Likes” t … ⌘ Read more

⤋ Read More

Apple Deals: $200 Off M3 MacBook Air 15″ 16GB RAM / 512GB SSD
Amazon is back with some more great deals on the MacBook Air series, taking $200 off the 15″ model and $150 off the 13″ model, both with the upgraded 16GB RAM and 512GB SSD configurations. The latest MacBook Air features a Liquid Retina LCD display in either 13″ or 15″ screen sizes, the powerful and … Read MoreRead more

⤋ Read More

How to Search Google Without AI Rubbish & Clutter
Remember when you used to use Google search and it would only return a list of links for web results, letting you easily find what you’re looking for? Google was once the best way to search the web, but as almost all Google users have noticed, the web search engine has become less of an … Read MoreRead more

⤋ Read More

Does your observability practice lack maturity? Here’s what to do
Member blog post originally published on the Logz.io blog by Jake O’Donnell Observability isn’t new. But organizations are struggling to adopt mature observability practices, and the impact on business is palpable. Organizations are seeing the value of observability for… ⌘ Read more

⤋ Read More

AWS Karpenter vs Kubernetes Cluster Autoscaler: choosing the right auto-scaling tool
Member post originally published on the Devtron blog by Prakarsh TL;DR: Learn the key difference between AWS Karpenter and Kubernetes Cluster Autoscaler and choose the right auto-scaling tool for your infrastructure In the world of Kubernetes auto-scaling, finding… ⌘ Read more

⤋ Read More

What the Golf on Apple Vision Pro Gains New Levels
Popular Apple Arcade game What the Golf? for the Vision Pro is being updated with a slew of new content, with Apple adding 15 new areas with more than 100 spatial levels and 200 challenges to complete.

What the Golf? is, as the name suggests, a mini golf game aimed at people who hate golf. The goal is to get the ball to the hole, and every hole has a twist with different game mechanics to overcome.
… ⌘ Read more

⤋ Read More

xgo: 一款新鮮出爐的 Go 代碼測試利器
大家好,我是江湖十年。我曾經寫過一篇文章《測試代碼終極解決方案 Monkey Patching》,裏面介紹了 Go 語言中的猴子補丁方案。如今,時隔數月我又發現了一款新的工具可以實現 Monkey Patching,本文將帶大家一起嚐鮮下這款新的測試工具表現如何。簡介簡單一句話介紹 xgo:它是一款強大的的 Go 測試工具集,功能包括 Trap、Mock、Trace、增量覆蓋率。當然,開發中最常用 ⌘ Read more

⤋ Read More

使用 Go 語言實現 pping
大家好,我是鳥窩。在前一篇 pping: 被動式 ping,計算網絡時延中,我給大家介紹了 pping 這個工具的原理和使用方法。這篇文章中,我將使用 Go 語言實現 pping 工具。通過這篇文章,你將瞭解到:如何使用 gopacket 來捕獲和解析網絡數據包 如何設置捕獲時長和過濾捕獲的數據包 如何在 CGO 下靜態編譯庫,如 libpcap 瞭解 TCP/IP 協議棧的基本 ⌘ Read more

⤋ Read More

go3d:Go 語言遊戲方向的高性能 2D-3D 數學庫
在面向性能的編程世界中,go3d是爲 Go 語言提供的一款 2D/3D 數學庫,致力於提高圖形計算的效率與速度。適用於那些需要進行向量、矩陣等數學計算以實現圖形處理的應用程序,go3d提供了一套豐富的 API,以支持高效的數學運算。下面,我們將深入瞭解這個庫的主要特性、結構和使用方式,以及如何在項目中有效利用它。主要特性—-高性能設計:go3d庫主要關注於性能,通過優化算法和數據結構來減少計算 ⌘ Read more

⤋ Read More

L’entourloupe des tickets resto
Parmi les mille et une façon que les Français ont trouvé pour s’auto-appauvrir à grande vitesse (avec un succès maintenant mesurable par tous), il y a bien sûr l’incroyable empilement de cotisations et autres prélèvements automatiques (automagiques devrait-on écrire tant il s’agit de vaudou) sur les salaires et émoluments de revenu. Il existe cependant d’autres […] ⌘ Read more

⤋ Read More

Go Gio:用 Go 語言編寫跨平臺即時模式 GUI 的庫
在構建現代應用程序的過程中,不同平臺間的兼容性是一個不容忽視的挑戰。Go Gio 是一個用 Go 編程語言開發的庫,它致力於簡化跨平臺 GUI(Graphical User Interface,圖形用戶界面) 的構建工作,提供一種所謂的 “即時” (Immediate Mode) 編程模型。這種模型與傳統的 “保留模式” (Retained Mode) GUI 庫,例如 GTK+ 或 Qt,有所不 ⌘ Read more

⤋ Read More

Go 項目開發中如何讀取應用配置?
幾乎所有的後端服務都需要一些配置項來配置我們的服務,一些小型的項目,配置不是很多,可以選擇只通過命令行參數來傳遞配置,但是大型項目配置很多,通過命令行參數傳遞就變的很麻煩,不好維護,標準的解決方案是將這些配置信息保存在配置文件中,由程序啓動時加載和解析。所以對於一個稍微大型點的系統,配置文件加載和解析就是一個剛需。Go 生態中有很多包可以加載並解析配置,目前最受歡迎的是 Viper 包。Viper ⌘ Read more

⤋ Read More

Minisforum AtomMan X7 Ti Mini PC with Touchscreen and Intel 185H Processor
Minisforum AtomMan X7 Ti MINI PC with Touchscreen and Intel 185H Processor
The newly launched AtomMan X7 Ti by Minisforum is a compact mini PC designed for diverse computing needs. It features robust specifications, including the Intel Core Ultra 9 processor 185H for high processing power and Intel Arc Graphics for enhanced performance in gaming and graphic design. ⌘ Read more

⤋ Read More

JMP: Newsletter: SMS Routes, RCS, and more!
Hi everyone!

Welcome to the latest edition of your pseudo-monthly JMP update!

In case it’s been a while since you checked out JMP, here’s a refresher: JMP lets you send and receive text and picture messages (and calls) through a real phone number right from your computer, tablet, phone, or anything else that has a Jabber client.  Among other things, JMP has these features: Your phone number on every device; Multiple phone numbers, one app; Free as in Freedom; … ⌘ Read more

⤋ Read More

iOS 17.5.1 & iPadOS 17.5.1 Update Released to Fix Reappearing Deleted Photos Bug
Apple has released a small bug fix update for iPhone and iPad versioned as iOS 17.5.1 and iPadOS 17.5.1. The update specifically aims to fix a very strange bug where deleted photos would randomly reappear on some users devices. Sometimes the photos that reappeared on user devices were deleted many years prior, raising serious questions … [Read More](https://osxdaily.com/ … ⌘ Read more

⤋ Read More

Play Apple Music in Retro Mac OS X Fashion with QuickTune
Apple Music may be a modern offering from Apple, but a super fun project from developer Mario Guzman offers a very nostalgic interface to Apple Music, giving it a QuickTime lookalike appearance from 2005. Aptly named QuickTune, you’ll find QuickTune has a super simple and fun retro brushed metal interface to interact with Apple Music … [Read More](https://osxdaily.com/2024/05/21/play-apple-music-in-retro-mac-os-x-fashi … ⌘ Read more

⤋ Read More

“@docker can you help me…”: An Early Look at the Docker Extension for GitHub Copilot
Announcing the Docker extension for GitHub Copilot (@docker), a plugin that extends GitHub Copilot’s technology to assist developers in working with Docker. ⌘ Read more

⤋ Read More

Introducing GitHub Copilot Extensions: Unlocking unlimited possibilities with our ecosystem of partners
The world of Copilot is getting bigger, improving the developer experience by keeping developers in the flow longer and allowing them to do more in natural language.

The post Introducing GitHub Copilot Extensions: Unlocking unlimited possibilities with our ecosystem of partners appeared first on [The GitHub Blog](https://gi … ⌘ Read more

⤋ Read More

Love, hate, and policy languages: an introduction to decision-making engines
Community post by Gabriel L. Manor, Director of DevRel at Permit.io Domain-specific declarative languages have been a huge part of software development since its early days. Created to tackle the complexities and specialized requirements that general-purpose programming languages… ⌘ Read more

⤋ Read More

博物馆如何处理争议性展品或历史事件?
真诚是最好的必杀技。

广州艺术博物院的镇馆之宝之一,唐寅《江南春图卷》。

此画左半段意犹未尽,有被裁剪过可能性,故书法落款的真伪存疑,因此画作本身也存在争议性。

当前对外展出画作被专家组认定为真迹,但广州艺术博物院也大方将其在说明牌中讲解清楚,从科普性上来看,非常值得肯定。

Image

Image

Image

《江南 … ⌘ Read more

⤋ Read More

【网络迷踪】图中有高速铁路,或其他动车组运行线路时的解题思路,以及相关内容的简要科普
仅仅通过一张照片猜拍摄地等信息,对于不少人来说是一个有趣的活动;哪怕自己不会,跟着别人的解题思路获知答案也是一个有趣的过程。而如果是铁路相关照片,或图中有铁路(尤其是高速铁路或者其他动车组运行的铁路)时,能够很大程度上降低难度。但是需要注意的是, 不应出于娱乐之外的目的进行网络迷踪活动,人肉搜索是不被提倡的行为

拿到一张铁路相关的照片时,首先可以根据图中特征判断线路走向、时间、地区等信息,本文主要讲通过铁路自身的特征进行搜索。文中图片大部分来源于百度(能搜高清大图了好评),如涉及版权问题,可私信更换或要求添加来源。

线路

下面从轨道、接触网、桥梁三个方面简要说明。有时候,其他特征例如声屏障、道砟颜色等也能成为重要信息,不过这里就不展开叙述了。

轨道

如果图里能看清正线轨道的类型,那将是非常重要的信息。

先是无砟轨道,共分成五类。

CRTS I型板式,有实心和空心两种,特点为板之间有圆形的限位孔。实 … ⌘ Read more

⤋ Read More

New Beats Pill Appears in FCC Database Ahead of Launch
Multiple celebrities have been spotted with a new version of the Beats Pill speaker, and today the device showed up in an FCC database, suggesting that we’re getting closer to a potential launch.

Image

FCC filings typically happen just weeks ahead of when a product launches, so we could see this new Beats Pill speaker sometime in June. Apple plans to launch [Solo Buds … ⌘ Read more

⤋ Read More

ADHD需要哪些因素才能取得更高成就呢?
Garber将取得较高成就的ADHD的共同特征进行了归类,将之称为“复原力(resilience factor)”,可以被分为内部因素(internal)和外部因素(external)

Image

图片来自:https://www.linkedin.com/pulse/internal-innovation-versus-external-yaron-flint

内部因素:

1.控制(Control):关注如何获得并保持对自己生活的控制;

2.动机(Desire):积极或消极的动机都可以,比如“我希望我的理想可以实现”。

3.目标导向(Goal orientation):聚焦于特定的、明确的目标,当然这个目标应该是现实的、可行性的;

4.重构(Reframing):重新定义ADHD,找到自己的优势,从而克服困难和挑战;

5.持之以恒(Pers … ⌘ Read more

⤋ Read More

A人好书-社群书单分享

序言

在快节奏、充满干扰的世界里,找到一片宁静的阅读空间似乎是一项挑战。但阅读不应该是负担,它应该是一次冒险,一次发现,一次心灵的旅行。

今日书单 1.《为什么长大》 ​苏珊·奈曼

Image

《为什么长大》 ​苏珊·奈曼

“成长更多地关乎勇气而非知识:世界上所有的知识都无法代替你运用你自己的判断力的勇气。”

——很有启发的易读哲学书 by蘑菇

2.《射雕英雄传》 ​金庸

Image

《射雕英雄传》 ​金庸

“可是天下尽有聪明绝顶之人,文才武功,琴棋书画,算数韬略,以至医卜星相,奇门五行,无一不会,无一不精!只不过你们见不着罢了。”

_——傻小子初入社会遇到很多人心险恶的故事,不知为 … ⌘ Read more

⤋ Read More

若由你来提名一幅能参加「名画PK大赛」的美术画作,你会挑哪张呢?

1931年,达利绘制的《记忆的永恒》,“神仙打架”也只能靠他了:)

Image

一、和许多人一样,第一次看到《记忆的永恒》是学校发的美术课本上。

当时课业压力确实挺大,兴许是触动潜意识中压抑的部分,看着看着,竟有流泪冲动。于是,这幅画在少年精神世界里有了一席之地。“…这得是什么心路历程啊”出于好奇,自己还特意去了解这油画背后的作者:

萨尔瓦多·达利(Salvador Dali),1904年5月11日-1989年1月23日 ,生于西班牙;超现实主义绘画的代表人物,是具有卓越想象力的艺术家。

“你是你哥哥,死的那个是你”不仅仅是郭德纲的段子。

达利老爸在他5岁时,把他拎到夭折哥哥的墓前,一本正经告诉 … ⌘ Read more

⤋ Read More

AAEON Presents the World’s Smallest Edge PC with Embedded Intel Core CPUs
AAEON Presents the World’s Smallest Edge PC with Embedded Intel Core CPUs
The de next-TGU8-EZBOX by AAEON is the latest addition to the de next series, notable for its integration of powerful Intel Core processors in a compact form factor. Described by AAEON as the world’s smallest edge PC equipped with an Intel Core processor for edge computing and IoT gateway applications in constrained spaces. ⌘ Read more

⤋ Read More

Cloudflare 最佳實踐:如何通過 Go PGO 回收 CPU
Golang 1.20 在 go 編譯器引入了對配置文件引導優化 (PGO) 的支持。這允許指導編譯器根據系統的真實行爲引入優化。在 Cloudflare 的可觀察性團隊中,我們維護着一些基於 Go 的服務,這些服務在全球範圍內使用數千個內核,因此,即使宣傳的節省 2-7%,也能大幅減少我們的 CPU 佔用空間,而且實際上是免費的。這將減少我們內部服務的 CPU 使用率,釋放這些資源來滿足客戶請求 ⌘ Read more

⤋ Read More

iPhone 16 Pro Max to Feature New 48MP Wide and Ultra Wide Cameras
Apple’s iPhone 16 Pro Max will boast a bigger main camera sensor while both iPhone 16 Pro models will feature a 48-megapixel Ultra Wide camera for the first time, claims a rumor coming out of Asia.

Image

According to Weibo user OvO Baby Sauce OvO, the main camera of the iPhone 16 Pro Max will be based on an advanced c … ⌘ Read more

⤋ Read More

How to Install & Run Windows 11 in VMware Fusion Pro on Mac
There are numerous options to run Windows 11 simultaneously with MacOS, and one great app option that is newly free is VMware Fusion Pro 13. VMWare Fusion Pro makes it particularly simple to download, install, and setup Windows 11 in a virtual machine on the Mac, but if you’re new to virtualization and virtual machines, … Read MoreRead more

⤋ Read More

Cloud Native Glossary — the Russian version is live!
Community post by Kirill Kononovich, Dmitry Shurupov, Timur Tukaev The Cloud Native Glossary is a project led by the CNCF Business Value Subcommittee. Its goal is to explain cloud native concepts in clear and simple language without requiring… ⌘ Read more

⤋ Read More

Streamline the Development of Real-Time AI Applications with MindsDB Docker Extension
With MindsDB, you can build AI-powered applications easily, even with no AI/ML experience. Follow along to learn how to set up MindsDB in Docker Desktop. ⌘ Read more

⤋ Read More

有哪些著名的由女画家绘制的绘画作品?
凯绥·珂勒惠支(Käthe Kollwitz,1867-1945)是一位德国版画家、雕塑家和画家,以其深刻的社会和政治批判作品而闻名。她的艺术作品经常描绘工人阶级的斗争、贫困、战争和社会不公,反映了她对人类苦难的同情和对社会正义的渴望。

Image

珂勒惠支的作品以其强烈的情感表达和深刻的人文关怀而受到赞誉。她使用黑白对比鲜明的版画技术,创作出充满力量和戏剧性的图像。她的许多作品都是在第一次世界大战和第二次世界大战之间创作的,这些作品特别关注了战争对平民的影响。她的一些著名作品系列包括《死亡》(Der Tod)、《战争》(Der Krieg)和《无产阶级》(Proletariat)。她的作品不仅在欧洲,而且在全球范围内都有广泛的影响,被认为是20世纪社会现实主义艺术的典范。 … ⌘ Read more

⤋ Read More

21世纪之后还诞生过哪些全球公认的名画作品?
声明:以下都是 纯人工 写就的内容。(夹在一堆ai回答里还是想突出一下自己……)

我推荐 Fatinha Ramos, 一位葡萄牙的女性画家的作品。(在这个搜索“21世纪 名画家”的关键词,只会得到如下答案的时代,还是需要人来介绍一下。)

Image

我不知道你是不是听说过她的名字,但你应该见过这幅作品:

Image

这是在疫情时代举办的WIA(2021年世界插画大赛)的大奖作品。它勾勒出一幅人拥抱藏匿在黑暗(虚无)中的人的画面,整体氛围沉郁(黑色居多,较为亮眼的绿衣也被黑色 … ⌘ Read more

⤋ Read More