Searching txt.sour.is

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

iOS 16.7.9, iPadOS 16.7.9, iOS 15.8.3, & iPadOS 15.8.3 Released with Security Fixes
Apple has issued security updates for prior generation iPhone and iPad models that are not compatible with iOS 17.6 and iPadOS 17.6. Specifically, the new updates are versioned as iOS 16.7.9, iPadOS 16.7.9, iOS 15.8.3, and iPadOS 15.8.3, and include important security fixes making them recommended for all users to install onto compatible devices. iOS … [Read More](htt … ⌘ Read more

⤋ Read More
In-reply-to » Bought a motorcycle this summer, I did not want two cars, and Marlyn would like to have the car more when I'm at work. So I bought a new cheap motorcycle, KTM Adventure 390. It's been 10 years since I last had a motorcycle (back then I had a KTM 990cc). Here I am with my daughter on the new bike :) My kids love to go for rides, so does Marlyn as well, so it's a lot of fun for all of us. Media

@bender@twtxt.net It cost what you mentioned here too, but they had a special discount, and the shop gave 20% discount for all the gear we needed (since I bought the bike + gear for two persons), so all in all I got a really good deal on it. Also interest rate is locked for 3 years (low rate) so that was also a good deal.
I just took the longest time I could on the loan, to have a low price each month, and then i just pay extra whenever I can to get it payed down faster.
Luckily the Marlyn, my son, and my daughter all fit the same gear, so the 3 of them share that, that saved a lot of money too :)

When i met Marlyn (before we had kids) I asked here to go on her first trip with me (I had a bike before I met her back then), and we went on a 2 week ride from Norway to Italy and back (venice) through the alps and all that. Was super fun, and I think it’s pretty cool of her to say yes to a 2 week trip as passenger :)

⤋ Read More

Golang - range 迭代器揭祕
簡介我們正在使用 Go 語言編寫 Dolt[1] ,這是世界上第一個版本控制的 SQL 數據庫。像大多數大型 Go 代碼庫一樣,我們有很多需要迭代的集合類型。 Go 1.23 的新特性 [2] 中,你現在可以使用 range 關鍵字來迭代自定義集合類型。這是如何工作的? 這是個好主意嗎? 讓我們深入探討一下。如果你想運行本教程中的任何代碼,你需要 安裝 Go 1.23 發佈候選版 [3] ,或者在 ⌘ Read more

⤋ Read More

Mali-G610 Achieves OpenGL ES 3.1 Conformance
Collabora recently announced a significant milestone: the Panthor kernel driver and Mesa Panfrost driver have achieved official conformance for OpenGL ES 3.1 on the Mali-G610 chip, part of the 10th generation of Mali GPUs, known as “Valhall”. According to Collabora’s latest news, achieving conformance involved passing tens of thousands of test cases, providing assurance to […] ⌘ Read more

⤋ Read More

Revised 3rd Betas of iOS 18, MacOS Sequoia, iPadOS 18 Released
Apple has released revised versions of iOS 18 beta 3, iPadOS 18 beta 3, and macOS Sequoia beta 3. The revised beta builds are as follows; iOS 18 beta 3 now is build 22A5307i, iPadOS 18 beta 3 is now 22A5307i, and macOS Sequoia 15 beta 3 is now 24A5289h. For registered developers, obtaining the … Read MoreRead more

⤋ Read More

Top Stories: Everything New in iOS 18 Beta 3, HomePod With Screen Rumor, and More
Apple is moving right along with development and testing on iOS 18 and related software updates, with the third developer betas arriving this past week and public beta versions of most of them expected very shortly.

Image

Not all of the new features Apple showed off at WWDC last month will be available right away, however, with some r … ⌘ Read more

⤋ Read More

Apple Vision Pro Launches in UK, Canada, France, Germany, and Australia
Apple’s Vision Pro spatial computing headset today arrived at Apple Store locations in the United Kingdom, Canada, France, Germany, and Australia. The device was previously only available in Hong Kong, Japan, Singapore, mainland China, and the United States.

Image

Consumer interest in the $3,499 he … ⌘ Read more

⤋ Read More

MacOS Sequoia 15 Beta 3 Available to Download
Apple has issued macOS Sequoia beta 3 for developers participating in the MacOS Sequoia beta testing program. MacOS Sequoia, versioned as MacOS 15, includes a variety of new features, including iPhone Mirroring that allows you to see and interact with your iPhone on your Mac screen, a new Passwords app, Apple Intelligence AI features, a … Read MoreRead more

⤋ Read More

Beta 3 of iOS 17.6, iPadOS 17.6, & macOS Sonoma 14.6 Available for Beta Testing
While the majority of the Apple beta testing world has moved into iOS 18 beta, iPadOS 18 beta, and MacOS Sequoia beta, Apple continues to release beta versions for upcoming current generation system software as well. In this case, iOS 17.6 beta 3, iPadOS 17.6 beta 3, and macOS Sonoma 14.6 beta 3, are all … [Read More](https://osxdaily.com/2024/07/09/beta-3-of-ios-17-6-ipados … ⌘ Read more

⤋ Read More

iOS 18 Beta 3 Available to Download Now for iPhone & iPad
Apple has issued iOS 18 beta 3 for iPhone, along with iPadOS 18 beta 3 for iPad. iOS 18 and iPadOS 18 include a variety of new features for iPhone and iPad, from new Dark Mode icon and widget themes for the Home Screen, color hued icon customizations, the ability to customize Control Center, improvements … Read MoreRead more

⤋ Read More

Raspberry Pi Compute Module 4S with 8GB RAM + 32GB eMMC Now Available for Ordering
The distributor Waveshare recently featured the Raspberry Pi Compute Module 4S (CM4S), a System on Module based on the Raspberry Pi 4 Model B, intended for industrial applications. It retains the form factor of the older Compute Module 3 and 3+, offering multiple standard peripherals. The CM4S is equipped with a Broadcom BCM2711 quad-core 64-bit […] ⌘ Read more

⤋ Read More

Golang 編寫範型集合,官方文檔未提及的訣竅
引言–Go 的泛型功能在 Go 1.18 版本中發佈, 至今已有兩年多了。我們正在使用 Go 開發 Dolt[1] , 這是世界上第一個支持版本控制的 SQL 數據庫。儘管我們有數十萬行 Go 代碼, 但我們並沒有大量使用泛型。我們在一些地方使用泛型 來加速代碼中的高流量部分 [2] , 但總的來說, 除了 slices[3] 和 maps[4] 包中的一些有用的庫方法外, 我們還沒有找到使用泛 ⌘ Read more

⤋ Read More

Hmm…

Jun 19 23:31:38 yarn_init.sh[61567]: [yarnd] 2024/06/19 23:31:38 (127.0.0.1:40254) “POST /post HTTP/
1.0” 200 0 3.402208ms
[…]

Jun 19 23:31:39 yarn_init.sh[61567]: [yarnd] 2024/06/19 23:31:39 (127.0.0.1:40262) “GET /post HTTP/1.0” 404 729 123.474001ms

⤋ Read More

Apple’s Phone App Finally Supports T9 Dialing in iOS 18
T9 dialing, or Text on 9 keys, is a predictive text technology that emerged in the 90s to make it easier to type text messages on devices with limited input options, such as traditional mobile phones with numeric keypads. Each number key (2-9) on a T9 keypad is mapped to a set of letters. For example, the key “2” corresponds to “ABC,” “3” to “DEF,” and so on.

![](https://images.macrumors.com/article-new/2024/06/t9-dialing-phone-keypad-ios- … ⌘ Read more

⤋ Read More

8devices Carambola 3 Wi-Fi Module Now Includes OpenWrt Upstream Support
The Carambola 3 is a compact System on Module powered by the Qualcomm QCA4531 chipset, designed for a broad range of embedded applications including IoT, industrial automation, and smart home devices. This Wi-Fi module, which also has a compatible DVK, now benefits from OpenWrt support, as announced by 8devices. The Carambola 3 offers robust connectivity […] ⌘ Read more

⤋ Read More

M5PoECAM-W V1.1: A Programmable PoE Camera with ESP32+W5500 Chipset & 3MP OV3660 Sensor
This week, M5Stack launched the M5PoECAM-W V1.1, a Power over Ethernet camera with Wi-Fi 802.11 b/g/n support. Powered by the robust “ESP32 + W5500” chipset, it features a 3-megapixel OV3660 sensor that offers a 65° field of view, ideal for extensive image capture. This ESP32 module comes equipped with 16MB of Flash memory and 8MB […] ⌘ Read more

⤋ Read More

如何優雅地處理 Goroutines 中的錯誤?
在使用 goroutines 的時候,你肯定遇到過需要處理不同 goroutine 裏面的錯誤的情況,這裏跟大家分享幾點經驗之談,也歡迎大家討論。❌ 在 Waitgroup 中處理有些開發者可能會使用下面的方式:package mainimport ( ”errors” ”sync” ”time”)func main() { var wg sync.WaitGroup wg.Add(3) var ⌘ Read more

⤋ Read More

Revealed: Complete iPhone 16 Pro and iPhone 16 Pro Max Dimensions
This year, Apple is set to increase the size of its premium iPhones, and it will be the first size update we’ve had in several years. While we’ve known for some time that the iPhone 16 Pro will measure in at 6.3 inches (up from 6.1) and the Pro Max will measure in at 6.9 inches (up from 6.7), we have not had a complete picture of every dimension, until now.

![](https://images.macrumors.com/article-new/2024/06/iphone-16-pro-max-i … ⌘ Read more

⤋ Read More

探索 Go 語言數據庫查詢的終極指南:深入解析 GORM 的強大查詢功能
一、GORM 基本查詢1、基本查詢func (c UserController) UserSelect() { //1、查詢id=3的用戶 user := models.User{Id: 3} models.DB.Find(&user) //2、查詢所有數據 user := []models.User{} result := models.DB.Find(&user) //5 (統計 ⌘ Read more

⤋ Read More

DSGW-130: A Voice-Control Enabled Touchscreen Control Panel for Smart Homes
DSGW-130: A Voice-Control Enabled Touchscreen Control Panel for Smart Homes
The DSGW-130 Zigbee Touch Screen Control Panel by Dusun is a compact device designed for smart home automation. Measuring 86mm by 86mm, it fits into an 86-type junction box, replacing traditional wall switches. It supports Zigbee 3.0, facilitating the integration and management of Zigbee devices into smart homes. ⌘ 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

Apple Promotion Boosts iPhone Trade-In Values for a Limited Time
Apple today launched a limited-time promotion that increases the trade-in values for select iPhone models in the United States when customers buy a new iPhone.

Image

The promotion lasts from today until June 3, and means anyone trading in their existing iPhone 11 or newer will get more money knocked off the price of a new iPhone. As you can see fro … ⌘ Read more

⤋ Read More

3 Great Photo App Tips for iPhone, iPad, & Mac That You May Have Overlooked
The Photos app is a major part of the Apple ecosystem, providing a ton of powerful capabilities for managing and editing photos whether you’re using Photos on iPhone, Mac, or iPad. While you may already be familiar with some great tips like editing photos for color, cropping, applying filters, and creating folders for your photos, … [Read More](https://osxdaily.com/2024/05/09/overlooked-photos-app-tips-iphone-i … ⌘ Read more

⤋ Read More

Matter 1.3 Specification Adds Energy Reporting, Electric Vehicle Charging, Water Management Support and More
The Connectivity Standards Alliance (CSA) today announced the debut of a new Matter 1.3 specification that’s available for device makers and platforms. Matter is a smart home protocol that allows smart devices to work across multiple platforms, including HomeKit.

Image

Matt … ⌘ Read more

⤋ Read More

DietPi April 2024 News (Version 9.3) & Open Beta Version 9.4.0
DietPi recently released version 9.3, followed by Open Beta v9.4.0, with both updates introducing new features, enhancements, and bug fixes to the lightweight Linux distribution. DietPi: DietPi is a lightweight and optimized OS based on Linux, specifically designed for single-board computers and small-scale devices. It aims to provide a minimal and efficient environment for running […] ⌘ Read more

⤋ Read More

Google 孵化了 3 個 Go 安全庫,推薦使用!
大家好,我是煎魚。Google 作爲一家用戶體量很大的企業,有非常多的產品,經常會被黑客攻擊或被拿來練手。因此其設計的產品、編程語言、工具庫等都會要求考慮安全性相關的內容。例如:各種供應鏈攻擊、CWE 等安全的查缺補漏等。我們作爲用戶(使用者),可以 “白嫖” 這些功能實現。直接複用在自家的業務上就可以了。這樣每年在護網上都能省不少勁。三個 Go 安全庫———本次 Google 輸出了 ⌘ Read more

⤋ Read More

Golang 高效的切片拼接和 Go1-22 中新的拼接方法
在 Go 中,切片拼接是一種常見操作,但如果處理不當,可能會導致性能問題或意外的副作用。本文將詳細介紹幾種切片拼接的高效方法,討論它們的優缺點以及適當的使用場景。 基本的方法和其限制使用 append 函數最直接的方法是使用 append 函數,它將一個切片的元素添加到另一個切片的末尾。slice1 := []int{1, 2}slice2 := []int{3, 4}result := app ⌘ Read more

⤋ Read More

Go 語言將 PDF 轉爲 Word ,代碼怎麼實現?
將 PDF 轉換爲 Word 這是一個很常見的功能了,用 Go 語言實現,可以通過以下步驟完成:1 安裝 PDF 轉換工具庫:首先需要使用 Go 語言中的 PDF 轉換庫,比如 pdftoword 或 pdfcpu。你可以使用 Go 的包管理工具(如 go get)來安裝這些庫。2 導入依賴庫:在 Go 項目中導入你選擇的 PDF 轉換庫,並確保正確地導入了所有需要的依賴項。3 加載 PDF 文件 ⌘ Read more

⤋ Read More

使用 GitHub Actions 構建 Golang PGO
今年 2 月,我宣佈 Dolt 版本現已構建爲配置文件引導優化 (pgo) 二進制文件,利用 Golang 1.20 的強大功能將 Dolt 的讀取性能提高 5.3%。在我宣佈這一消息之前,我們的一位常駐 Golang 專家 Zach 試驗並測試了 Golang 的 pgo 功能,並寫下了他在使用 Dolt 構建後觀察到的性能提升,該配置文件首先針對 Dolt 運行我們的 Sysbench 基準測 ⌘ Read more

⤋ Read More

Beta 3 of iOS 17.5, macOS Sonoma 14.5, iPadOS 17.5, Available for Testing
Apple has issued the third beta versions of iOS 17.5, macOS Sonoma 14.5, iPadOS 17.5, watchOS 10.5, visionOS 1.2, and tvOS 17.5, to all users participating in the beta testing programs for Apple system software. The new beta builds are available to both developer beta and public beta testers on any actively enrolled device, though … [Read More](https://osxdaily.com/2024/04/24/beta-3-of-ios- … ⌘ Read more

⤋ Read More

How to Use the Latest GPT 4 & DALL-E 3 Free on iPhone & iPad with Copilot
GPT 4 is an extremely advanced large language model with immense AI capabilities, and DALL-E 3 is a wildly impressive AI image generator that creates pictures from text descriptions. Both of these tools are incredibly powerful and impressive, and while you can access them for a fee through the parent company who developed the models, … [Read More](https://osxdaily.com/2024/04/19/how-use-gpt-4-dall-e-3-f … ⌘ Read more

⤋ Read More

Go 實現在線用戶消息推送實戰!
前言–今天老闆又給下了一個需求,在線用戶的消息推送,這個功能我相信 95% 的產品都有這個需求,比如下面的需求場景1: 運營給在線的用戶推送一些活動或者文案或者公告2: 實時監控和通知:在監控系統中,可以使用消息推送來實時向操作員發送系統警報和通知。例如,當系統出現異常或達到某個閾值時,服務器可以向操作員發送警報消息。3: 社交網絡和新聞資訊:使用消息推送來通知用戶有新的消息、新的粉絲或者新的內 ⌘ Read more

⤋ Read More

3 Mac Tips for Working with International Teams
If you’re a Mac user and you work with teams internationally, as many of us do nowadays, you can make your life a little easier by utilizing some handy tips and tricks to keep track of time zones, translate languages and overcome language barriers more easily, and to be aware of local holidays and customs … Read MoreRead more

⤋ Read More

ECM-ADLN-N97 3.5” Single Board Computer Incorporates Intel Alder Lake-N Processor
The ECM-ADLN-N97, designed by BCM Advanced Research, is a sophisticated 3.5” Single Board Computer. It boasts advanced capabilities, including DDR5 RAM support, dual 2.5GbE ports, and multi-display functionality. Additionally, it’s available in a fanless, slim PC form factor for efficient and compact deployment. As its name implies, this product is built around the Intel Processor [ … ⌘ Read more

⤋ Read More

4 秒處理 10 億行數據! Go 語言的 9 大代碼方案,一個比一個快
編譯 | 核子可樂、凌敏來自 | InfoQ2024 年開年,Java “十億行挑戰”(1BRC)火爆外網。該挑戰賽要求開發者編寫一個 Java 程序,從一個包含十億行信息的文本文件中檢索溫度測量值,並計算每個氣象站的最小、平均值和最高溫度。“十億行挑戰” 的目標是爲這項任務創建最快的實現,同時探索現代 Java 的優勢。這項挑戰聽起來很簡單。但十億行代碼實際是一項龐大的工程,如果以每個數字 3 ⌘ Read more

⤋ Read More

slog 終極指南
在本文中,我們將探討 Go 中的結構化日誌記錄,並特別關注最近推出的 log/slog[1] 軟件包, 這個軟件包旨在爲 Go 帶來高性能、結構化和分級的日誌記錄標準庫。該軟件包起源於由 Jonathan Amsterdam 發起的 GitHub 討論 [2], 後來專門建立了一個提案 [3] 細化設計。一旦定稿,它在 Go v1.21 版本中發佈。在以下各節中,我將全面呈現 slog 的功能, ⌘ Read more

⤋ Read More

Analog Discovery Pro ADP2230: New Mixed Signal Oscilloscope from Digilent
The Analog Discovery Pro ADP2230 is a mixed signal oscilloscope designed for a range of professional engineering applications. It integrates multiple functions typically found in various test and measurement devices into a single unit. Key components and capabilities include: For digital signal processing, the device includes 16 digital input/output channels, compatible with 3.3 V CMOS […] ⌘ Read more

⤋ Read More

Collabora’s Recent Advances in Open Source Boot Chains and Vulkan Drivers
This month, Collabora has announced two significant advancements in open-source technology. Firstly, the integration of the NVK project, an open-source Vulkan driver for NVIDIA GPUs, into Mesa 24.1 marks a major development in graphics driver technology. Secondly, Collabora has improved the boot process for Rockchip’s RK3588 by including an open-source BL31 (Boot Loader stage 3.1) […] ⌘ Read more

⤋ Read More

Arduino Debuts Nano 33 BLE Rev2 with Dual IMUs and MicroPython Support
The recently introduced Arduino Nano 33 BLE Rev2 builds on the success of its predecessor, the Nano 33 BLE, by retaining the compact size and 3.3-V compatibility, while enhancing its features and capabilities. This board is well-suited for a diverse range of projects, including wearable technology to advanced robotics. This device incorporates the u-blox NINA-B306, […] ⌘ Read more

⤋ Read More

別再手寫配置了!動態配置管理實踐指南
*一、分佈式配置的意義1.1 什麼是分佈式配置分佈式配置管理是指在分佈式系統中,對不同節點上的配置文件進行集中式、動態化管理。與傳統通過修改配置文件進行配置相比,分佈式配置管理系統具有以下優點:(1) 中心化管理: 配置集中放在配置服務器上, 方便管理和控制。(2) 動態更新: 支持在線動態修改配置, 服務端會主動推送配置文件更新到客戶端。(3) 高可用 & 數據一致性: 配置服務器會構建集羣防止 ⌘ Read more

⤋ Read More

Bird-feed loaf and a date: What children eat in Gaza
Hunger stalks the entire Gaza Strip, the tiny enclave where 2.3 million people have been living under Israel’s bombardment since Oct. 7 as it battles Hamas militants. In central Gaza, three young brothers had run away in secret to take refuge with their aunt in her tent in Deir al-Balah because there was nothing to eat in Gaza City. Just north of Deir al-Balah, Warda Mattar, a displaced mother … ⌘ Read more

⤋ Read More

Thousands of academic workers at York University go on strike
Some students at Toronto’s York University are worried about falling behind on their school work after a union representing 3,000 academic workers said the university didn’t meet their demand to “address the affordability crisis” and the workers went on strike. Dozens of union members including contract faculty, teaching and graduate assistants, research assistants and part-tim … ⌘ Read more

⤋ Read More

Man wanted after stealing car with child inside
Police are searching for a man who stole a car in Detroit that had a child inside. The 3-year-old girl and car were both later found, but the suspect is still on the run after the crime on the city’s west side over the weekend. ⌘ Read more

⤋ Read More

Ben Stokes brushes off suggestion that England were not ruthless against India
Ben Stokes dismissed suggestions England lack a ruthless edge and expressed pride at how his team have fared in Indian conditions after not being given a “chance in hell” of success. England succumbed to a first Test series defeat under the leadership of captain Stokes and head coach Brendon McCullum, as India moved into an unassailable 3-1 lea … ⌘ Read more

⤋ Read More

3 Ways to Unblock YouTube & Watch Blocked Videos from Any Device
Many networks will block YouTube for any number of reasons; maybe you’re in a region or country where YouTube is not allowed, maybe you’re at a school or institution where YouTube is blocked, maybe censorship is blocking YouTube content, maybe your current network blocks YouTube, or maybe a particular YouTube video is region restricted. Whatever … [Read More](https://osxdaily.com/2024/02/18/3-ways-to-unblock-youtube-w … ⌘ Read more

⤋ Read More

I finally found the NASM assembler.

https://nasm.us/index.php

I had heard that name before, many times, but somehow never looked into it. Weird. 🤨🤔

This is the kind of program I was looking for.

  1. It is free software. Especially in the DOS ecosystem, free/libre software is a very scarce resource.
  2. It’s a small command line program, not a huge behemoth.
  3. Documentation appears to be well written.
  4. It can even cross-compile DOS binaries from Linux.

⤋ Read More

Beta 3 of macOS Sonoma 14.4, iOS 17.4, iPadOS 17.4, Available for Testing
The third beta version of macOS Sonoma 14.4, iOS 17.4, iPadOS 17.4, and watchOS 10.4, has been released to users enrolled in the beta testing programs for Apple system software. Additionally, beta 2 of VisionOS 1.1 is available for users beta testing software on the Apple Vision Pro. Downloading Beta 3 of iOS 17.3/iPadOS 17.3, … [Read More](https://osxdaily.com/2024/02/13/beta-3-of-macos-so … ⌘ Read more

⤋ Read More

How to Watch Super Bowl 58 Free from iPhone, Apple TV, Mac, iPad, Web
Super Bowl 58 (or Super Bowl LVIII) is set to begin on February 11 at 3:30PM PT / 6:30PM ET, where the San Francisco 49ers will face the Kansas City Chiefs at Allegiant Stadium in Las Vegas, Nevada. The game is being aired on CBS live, but if you don’t have a TV with an … Read MoreRead more

⤋ Read More

Safari 17.3.1 Update for MacOS Ventura & Monterey Fixes Overlapping Text Bug
Apple has released Safari 17.3.1 as a software update for macOS Monterey and macOS Ventura. The small Safari update appears to resolve the same overlapping text bug that was patched with macOS Sonoma 14.3.1, iOS 17.3.1, iPadOS 17.3.1, and watchOS 10.3.1. When users experience this bug, it can look like text is either disappearing (even … [Read More](https://osxdaily.com/2024/02/10/safari-17-3-1-up … ⌘ Read more

⤋ Read More

MacOS Sonoma 14.3.1 Update Fixes Text Overlap Bug on Macs
iOS 17.3.1 and iPadOS 17.3.1, which fixes the same bug on iPhone and iPad, and watchOS 10.3.1, which resolves the bug on Apple Watch. How to Download & Install MacOS Sonoma 14.3.1 Update Be sure you backup the Mac to Time Machine before beginning any software update. Go to the  Apple menu Choose “System … Read MoreRead more

⤋ Read More

iOS 17.3.1 Update Released to Fix Overlapping Text Bug on iPhone & iPad
Apple has released iOS 17.3.1 as an update for iPhone, along with iPadOS 17.3.1 for iPad. The small software update includes a bug fix for an issue where text may duplicate or overlap while typing. There do not appear to be any other changes or security fixes in this update. Separately, macOS Sonoma 14.3.1 and … [Read More](https://osxdaily.com/2024/02/08/ios-17-3-1-update-released-to-fix … ⌘ Read more

⤋ Read More

OKdo ROCK 5 AIO Edge Media Board with 3 TOPs NPU and Pre-integrated AI Stack
The OKdo ROCK 5 AIO Edge AI Media Board, belonging to the ROCK Series, features a 3 TOPS NPU. It incorporates an AI stack designed for compatibility with GStreamer and OpenCV, suitable for custom computer vision projects. The ROCK 5 AIO is powered by the reliable Rockchip RK1808 System-on-Chip (SoC), which features a dual-core ARM […] ⌘ Read more

⤋ Read More

使用 Go 打造百億級文件系統的實踐之旅
JuiceFS 企業版是一款爲雲環境設計的分佈式文件系統,單命名空間內可穩定管理高達百億級數量的文件。構建這個大規模、高性能的文件系統面臨衆多複雜性挑戰,其中最爲關鍵的環節之一就是元數據引擎的設計。JuiceFS 企業版於 2017 年上線,經過幾年的不斷迭代和優化,在單個元數據服務進程使用 30 GiB 內存的情況下,能夠管理約 3 億個文件,並將元數據請求的平均處理時間維持在 100 微秒量級 ⌘ Read more

⤋ Read More