Searching txt.sour.is

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

Apple’s new iPhone 16, watches and AirPods set to land in weeks. Here’s what to expect
Apple is planning to hold its biggest product launch event of the year on September 10, when the company will unveil the latest iPhones, watches and AirPods, according to people familiar with the situation. ⌘ Read more

⤋ Read More

Nouvelle petite pause
La précédente pause d’été fut plus courte que les années précédentes et, comme annoncé, elle se complète donc d’une autre qui tombera elle aussi alors que la racaille politicienne se réveillera de sa léthargie estivale : en effet, elle intervient au moment (rigolo ?) où la nouvelle législature va reprendre ses travaux, et alors que se profilent […] ⌘ Read more

⤋ Read More

Top Stories: September 10 iPhone Event Expected, 2024 Mac Updates, and More
Apple’s annual iPhone event is coming up quickly, and things are starting to firm up regarding what we might see and when.

Image

Beyond the iPhone and other updates expected next month, we’re also looking toward some Mac updates later in the year while Apple appears to be moving forward on its tabletop robot project, so read on below for al … ⌘ Read more

⤋ Read More

Listen to Apple Podcasts on the Web
Apple has released a web version of the Podcasts app, allowing anyone to listen to podcasts through the web interface. You can browse through podcasts to find new ones, search podcasts for specific guests or shows, see the ‘Top Charts’, or just have a look at what Apple considers noteworthy. The web version of Podcasts … Read MoreRead more

⤋ Read More

** You, and me, and the HTML5 canvas, pixel art, and quest logs **
As we start to round out the summer I haven’t been reading as much, so I don’t have much to report on that front, but I have been keeping busy!

I made yet another pixel art drawing tool, pixel pixel pixel pixel pixel pixel allows folks to draw chonky pixel art creations on pretty much any sized canvas. This was fun to make. I’ve spent so much time with the HTML5 canvas lately that I’m rea … ⌘ Read more

⤋ Read More

MYIR Nuvoton NuMicro MA35D1 Development Board with Future Debian and OpenWrt Support
This week, MYIR unveiled a new System-on-Module featuring the Nuvoton NuMicro MA35D1 processor in BGA packaging. Tailored for high-end edge IIoT gateway applications, the accompanying carrier board offers dual GbE ports, cellular connectivity, and more. The MYC-LMA35 System-On-Module is designed to support complex embedded design applications. It features the Nuvoton NuMicro … ⌘ Read more

⤋ Read More

Raspberry Pi Pico RP2040-Powered FlippyDrive: An Optical Disc Drive Emulator for GameCube
CrowdSupply recently announced the FlippyDrive campaign, described as an open-source optical disc drive emulator for the GameCube console designed to install without soldering. This product allows users to maintain their physical disc drive functionality while offering additional options for running backups and homebrew software. FlippyDrive operates using the Raspbe … ⌘ Read more

⤋ Read More

Ambient mesh: can sidecar-less Istio make your application faster?
Community post originally published on The New Stack by Lin Sun, Head of Open Source at Solo.io Ambient mode is the new sidecar-less data plane introduced in Istio in 2022. When ambient mode reached Beta status in May… ⌘ Read more

⤋ Read More

wasmCloud on the factory floor: efficient and secure processing of high velocity machine data
End user blog by Jochen Rau and Tyler Schoppe, Platform Engineering team at MachineMetrics “WebAssembly, wasmCloud, and NATS will not only reshape the MachineMetrics business but are already transforming industrial IoT. A big thanks to the WebAssembly and… ⌘ Read more

⤋ Read More

《黑神话:悟空》中的「观音禅院」有原型吗?它是哪个朝代的建筑风格?
游戏已经第三天,第一天幽魂毁了我的大圣梦,第二天晕3D毁了我的大圣梦,导致我仍在观音禅院遛弯……,这个非正经研究问题非常适合精神状态恍惚的我。

一、研究方法

针对这个问题,我们将从文献、整体布局、建筑现状三个角度来进行论证。本文章以《西游记》第十六回“观音院僧谋宝贝 黑风山怪窃袈裟“为研究基础,结合院内现存文字对观音禅院进行历史沿革梳理。以建筑现状及整体环境,对现存文物进行试断代工作。

以下所有内容均为不正经研究,如有学术错误,欢迎指正。

二、历史沿革

1、《西游记》内记载——贞观十四年

我们目前可知,“观音禅院”最早的登场是《西游记》第十六回,根据答主南塘少阁主对西游记地理的研究,观音禅院很可能是在敦煌西侧区域。

南塘少阁主:西游地理丛谈|从蛇盘山至流沙河【师徒归位】

后根据豆瓣《西游年表》的分析,本回发生的 … ⌘ Read more

⤋ Read More

La cocotte-minute occidentale
Avec les récentes émeutes au Royaume-Uni, on a pu constater que la société britannique n’était plus ce miracle d’équilibre entre les populations locales et les populations importées récemment. On sent même que les tensions qui se sont exprimées (et qui sont maintenant réprimées même sur les réseaux sociaux avec une brutalité particulièrement surprenante pour un […] ⌘ Read more

⤋ Read More

Go 程序如何實現優雅退出?來看看 K8s 是怎麼做的——下篇
K8s 的優雅退出現在,我們已經掌握了 Go 中 HTTP Server 程序如何實現優雅退出,是時候看一看 K8s 中提供的一種更爲優雅的優雅退出退出方案了😄。這要從 K8s API Server 啓動入口說起: https://github.com/kubernetes/kubernetes/blob/release-1.31/cmd/kube-apiserver/apiserver.gofRead more

⤋ Read More

Go 程序如何實現優雅退出?來看看 K8s 是怎麼做的——上篇
在寫 Go 程序時,優雅退出是一個老生常談的問題,也是我們在微服務開發過程中的標配,本文就來介紹下工作中常見的幾種優雅退出場景,以及帶大家一起來看一下 K8s 中的優雅退出是怎麼實現的。優雅退出我們一般可以通過如下方式執行一個 Go 程序:$ go build -o main main.go$ ./main如果要停止正在運行的程序,通常可以這樣做:在正在運行程序的終端執行 Ctrl + C。 ⌘ Read more

⤋ Read More

golang 日誌打印 如何添加 goroutinei
在 Go 語言中,標準庫沒有直接提供獲取 goroutine ID 的功能,因此,如果我們想在日誌中添加 goroutine ID,需要藉助一些非標準的方式來實現。方法 1: 通過第三方庫(如 github.com/petermattis/goid)github.com/petermattis/goid 是一個常用的第三方庫,它可以幫助我們獲取當前 goroutine 的 ID。我們可以通過它來實 ⌘ Read more

⤋ Read More

Instagram Gains Myspace-Style ‘Song on Profile’ Feature
Instagram has announced a new feature that allows users to add a song to their profile, an update that harks back to Myspace in the early 2000s.

Image

Added music appears in the bio area of a user’s profile. Unlike Myspace, the songs don’t autoplay when someone visits a user’s profile. Visitors can play and pause the song - or song sample, since the duration of t … ⌘ Read more

⤋ Read More

How to Run Llama LLM on Mac, Locally
Llama is a powerful large language model (LLM) developed by Meta (yes, the same Meta that is Facebook), that is able to process and generate human-like text. It’s quite similar to ChatGPT, but what is unique about Llama is that you can run it locally, directly on your computer. With a little effort, you’ll be … Read MoreRead more

⤋ Read More

现在的食品科技相较于古代如此发达,那腐乳和方便面调料哪个更鲜?
现代食品科技有些优势,但远说不上「吊打」。

因为,在鲜味的「呈现」和「制造」上,现代食品科技并没有太多颠覆性的进步,

更多是通过对各类鲜味物质特点的了解,做针对性的取长补短和深加工,调配出来更鲜美的食品。

——让以前大厨师独有的鲜味搭配经验,变为食品工程师可以掌握的常识和技巧。

怎么说呢?我们先来看看腐乳鲜味的秘密。

Image

一、腐乳的鲜味是怎么来的?

鲜味来源于蛋白质,相信很多关注食品科学的朋友们都知道。

腐乳的鲜味也是如此。

它的原料是蛋白质丰富的豆类(一般是黄豆):先把黄豆制作成豆腐,然后经过控制发酵后变成鲜味满满的腐乳~

在这个过程里, **霉菌分泌的生物酶会把蛋白质随机分解成氨基酸,以及多个 … ⌘ Read more

⤋ Read More
In-reply-to » @lyse so, is it safe to assume you occasionally, but carefully, vet your feeds, and have contingencies in place to not keep requesting a seemingly dead feed over and over?

Correct, @bender@twtxt.net. Since the very beginning, my twtxt flow is very flawed. But it turns out to be an advantage for this sort of problem. :-) I still use the official (but patched) twtxt client by buckket to actually fetch and fill the cache. I think one of of the patches played around with the error reporting. This way, any problems with fetching or parsing feeds show up immediately. Once I think, I’ve seen enough errors, I unsubscribe.

tt is just a viewer into the cache. The read statuses are stored in a separate database file.

It also happened a few times, that I thought some feed was permanently dead and removed it from my list. But then, others mentioned it, so I resubscribed.

⤋ Read More
In-reply-to » @movq Is there a good way to get jenny to do a one-off fetch of a feed, for when you want to fill in missing parts of a thread? I just added @slashdot to my private follow file just because @prologic keeps responding to the feed :-P and I want to know what he's commenting on even though I don't want to see every new slashdot twt.

@movq@www.uninformativ.de, that would be a nice addition. :-) I would also love the ability to hide/not show the hash when reading twtxts (after all, that’s on the header on each “email”). Could that be added as a user configurable toggle?

⤋ Read More

GitHub named a Leader in the Gartner first-ever Magic Quadrant for AI Code Assistants
This year, as part of its annual Magic Quadrant series, Gartner published a first-of-its-kind report analyzing the state of play in the AI Code Assistants market–and named GitHub a Leader.

The post [GitHub named a Leader in the Gartner first-ever Magic Quadrant for AI Code Assistants](https://github.blog/news-insights/company-news/github-named-a-lead … ⌘ Read more

⤋ Read More

Apple Releases New AirPods Pro 2 Beta Firmware With Support for iOS 18 Features
Apple today released a new firmware update for the AirPods Pro 2, including both the Lightning and USB-C versions. The firmware has a build number of 7A5290a, up from 7A5266c, and it is available to developers at the current time. This is the fourth firmware update that Apple has released since announcing new ‌AirPods Pro‌ 2 features in June.

![](https://images.macrumors. … ⌘ Read more

⤋ Read More

Milk-V RuyiBook Laptop Developed with XiangShan Nanhu RISC-V-based CPU
Milk-V has released preliminary specifications for the RuyiBook, a compact laptop built around the ‘XiangShan Nanhu’ CPU. The RuyiBook includes features such as dual 2.5 Gigabit Ethernet ports and an AMD RX 550 GPU for graphics. The XiangShan Nanhu CPU, also known as XiangShan-2 (RV64GCBK), is an open-source RISC-V processor capable of operating at speeds […] ⌘ Read more

⤋ Read More

Milk-V Cluster 08 RISC-V Cluster Supports Jupiter NX & Megrez NX Modules
The Milk-V Cluster 08 is an advanced full-stack RISC-V cluster designed to deliver high bandwidth and efficient computing across multiple nodes. In addition, the company has introduced two high-performance modules that are comparable in performance to the NVIDIA Jetson NANO and Xavier NX modules. The cluster incorporates the FSL1030M switch chip, similar to that used […] ⌘ Read more

⤋ Read More

Milk-V Megrez: An Upcoming RISC-V Based PC Powered by the ESWIN EIC7700X SoC
Milk-V recently unveiled the technical specifications of the Milk-V Megrez, a RISC-V AI PC powered by the ESWIN EIC7700X System-on-Chip. This system supports LPDDR5 memory, features a PCIe x8 connector, and offers a variety of storage options, serving as a versatile platform for advanced computing tasks. The Milk-V Megrez incorporates the ESWIN EIC7700X SoC, featuring […] ⌘ Read more

⤋ Read More

Golang 面試題:strings 和 strconv 包
作爲一種基本數據結構,每種語言都有一些對於字符串的預定義處理函數。Go 中使用 strings 包來完成對字符串的主要操作。4.7.1 前綴和後綴———–HasPrefix 判斷字符串 s 是否以 prefix 開頭:strings.HasPrefix(s, prefix string) boolHasSuffix 判斷字符串 s 是否以 suffix 結尾:strings.HasS ⌘ Read more

⤋ Read More

一款支持自動流水線和客戶端緩存的 Go 語言 Redis 客戶端
Rueidis 是一款高性能的 Go 語言 Redis 客戶端,它支持自動流水線操作和服務端輔助客戶端緩存等功能。Rueidis 的目標是提供一個簡單易用、性能卓越的 Redis 客戶端庫,以滿足 Go 開發者的各種需求。主要功能—-自動流水線操作,提升非阻塞命令的執行效率 服務端輔助客戶端緩存,大幅降低延遲和提高吞吐量 支持泛型對象映射和客戶端緩存 提供緩存策略模式(Cac ⌘ Read more

⤋ Read More

Viper:強大的 Go 配置解析庫
1 介紹Viper (https://github.com/spf13/viper) 是適用於 Go 應用程序的完整配置解決方案。它被設計用於在應用程序中工作,並且可以處理所有類型的配置需求和格式。目前 Star 26.6k, 它支持以下特性:設置默認值 從 JSON、TOML、YAML、HCL、envfile 和 Java properties 格式的配置文件讀取配置信息 實時監控和 ⌘ Read more

⤋ Read More

《黑神话:悟空》的地图设计是否属于给美术设计让路的太严重了?
目前,无攻略游戏进度,刚见到黄风大王。

Image

黑神话的地图可以用这句话来形容:“美术很棒,问题很大。”

单从地图中的诸多物品、佛像材质来说,但凡玩过几款游戏,都能感觉到《黑神话》中浓郁的文化气息,一砖一瓦都下了功夫,这当然包含投入的资金和考究这些内容所付出的精力。

Image

但仅仅做到这一点,就可以说《黑神话》的地图做得特别棒吗?答案是否定的。

至少在我游览了第一章、第二章的大部分地图后,我感觉到《黑神话》的地图在引导性,易读性,以及诸多空气墙的设计上,的确存在经验 … ⌘ Read more

⤋ Read More

Public Beta 5 of iOS 18, macOS Sequoia, iPadOS 18 Available for Testing
Apple has issued the 5th public beta of iOS 18, iPadOS 18, and macOS Sequoia. The 5th public beta build matches the 7th developer beta build, as is typically the case. There are rumors that iOS 18 dev beta 7 (and therefore iOS 18 public beta 5) is the final beta version of iOS 18.0, … [Read More](https://osxdaily.com/2024/08/21/public-beta-5-of-ios-18-macos-sequoia-ipados-18-available-for-test … ⌘ Read more

⤋ Read More

MacOS Sequoia 15 Beta 7 Available for Testing
The 7th beta version of macOS Sequoia 15 has been released for testing to those in the developer beta testing program. The same build is available to public beta testers as public beta 5. Additionally, iOS 18 beta 7, iPadOS 18 beta 7, watchOS 11 beta 7, tvOS 18 beta 7, and visionOS 2 beta … Read MoreRead more

⤋ Read More

Bridging cultures: empowering Japanese contributions to the Kubernetes community
Community post by Xie Ziyi, Kubernetes Upstream Training Japan Organizer, Cloud Native Community Japan Organizer, and Software Engineer, NEC Solution Innovators, Ltd. What is Kubernetes Upstream Training Japan Kubernetes Upstream Training Japan is a training course held in… ⌘ Read more

⤋ Read More

PSA: There’s New Character Bug That Can Cause iPhones to Crash
There is a new character bug that can result in a respring on the iPhone or iPad, reports TechCrunch. Typing “”:: in the search field after swiping over to the App Library will cause the Springboard to reset, dropping you back at the ‌iPhone‌’s Lock Screen. A respring is not a full reset, and it only … ⌘ Read more

⤋ Read More

Nordstream : les complotistes avaient encore une fois raison
Il était pourtant clair que la Russie était dirigée d’une main de fer par un fou assoiffé de puissance et que ce dernier, faisant fi de toute rationalité et alors que le conflit avec l’Ukraine s’éternisait, avait fait sauter le pipeline sous-marin Nordstream, plongeant les Allemands dans le désarroi. Abominable Vladimir Poutine, incapable de contrôler […] ⌘ Read more

⤋ Read More

UK Antitrust Watchdog Closes Apple App Store Investigation, Case to Be Reconsidered Under New Digital Rules Regime
The UK’s Competition and Market Authority (CMA) today announced it had closed an investigation into Apple’s App Store policies, as it expects to consider the concerns under a new digital markets competition re … ⌘ Read more

⤋ Read More

瞭解 Golang 中的內存管理:Stack vs Heap
內存管理是編程的一個重要方面,瞭解內存管理的工作原理會極大地影響應用程序的性能和效率。在 Golang 中,內存分配主要通過兩個區域進行管理:棧和堆。在本文中,我們將探討堆棧和堆內存的區別、Golang 如何處理這些分配,並提供實際示例來說明這些概念。Stack堆棧是什麼?堆棧是以後進先出(LIFO)方式運行的內存區域。它用於存儲局部變量和函數調用信息,如返回地址、參數和局部變量。堆棧因其後進先出 ⌘ Read more

⤋ Read More

乌尔善:以新技术探索中国电影工业化之路

Image

近年来,导演乌尔善以其独特的艺术视角和不懈的技术探索,成为推动中国电影工业化的重要力量。从2015年夺宝冒险影片《寻龙诀》,到2023年神话史诗影片《封神第一部:朝歌风云》,再到2024年真人漫改影片《异人之下》,乌尔善不断挑战自我,凭借不断拓新电影类型将新技术融入电影制作,为中国电影产业注入了新的活力。

真人漫改影片《异人之下》:技术与艺术的完美融合

Image

在《异人之下》的拍摄过程中,乌尔善首次将真人摹片动画结合人工智能技术应用于院线电影制作,这一创新不仅向原著漫画致敬,更为观众带来了前所未有的视觉体验。导演乌尔善确立了自己的改编原则——使用统一的视觉效果表达回忆,并最大程度靠近原漫画构图和画面。为此 … ⌘ Read more

⤋ Read More

AAEON’s UP Squared 7100 Updated with Intel Alder Lake-N Processors and Enhanced Memory Support
The UP Squared 7100 is the latest addition to the UP Squared series, featuring updates in performance, speed, and efficiency. This compact unit is equipped with Intel Alder Lake-N processors, designed to meet the needs of various industrial applications. Enhancements include better processing power, increased memory capacity, and improved graphics capabilit … ⌘ Read more

⤋ Read More

iOS 18 Beta 7 Available Now, Could Be Final Beta?
iOS 18 beta 7 and iPadOS 18 beta 7 are now available to users in the developer beta testing programs for iOS and iPadOS. Matching the 7th developer betas are the 5th public betas, which are available as well. And iOS 18 beta 7 might be the final beta version, other than features that are … Read MoreRead more

⤋ Read More

Sonos Can’t Release Old App for Customers Unhappy With Design Changes
Sonos won’t be able to re-release its old app to appease customers that have been dissatisfied with the new version of the app, Sonos CEO Patrick Spence today said on Reddit (via The Verge).

Image

Spence said that he was “hopeful” the old app would be able to be re-relea … ⌘ Read more

⤋ Read More

你知道 golang 中 sysmon 有什麼作用嗎?
在 Go 語言的運行時 (runtime 包) 中,sysmon 是一個系統監視器 (system monitor) 線程,它在 Go 運行時中扮演着非常重要的角色。sysmon 的主要職責是維護 Go 程序的健壯性和響應性,確保垃圾回收 (Garbage Collection, GC)、搶佔調度 (Preemptive Scheduling)、定時器 (Timers) 和一些其他後臺任務能夠及時 ⌘ Read more

⤋ Read More

Updated Version of iOS 17.6.1 & iPad 17.6.1 Released
Apple has re-released iOS 17.6.1 for iPhone and iPadOS 17.6.1 for iPad. The new build number is 21G101 for iOS 17.6.1, while the old build number was 21G93. It is unclear what is different about the new build, or why Apple didn’t label this update as iOS 17.6.2. Additionally, the new build is not listed … Read MoreRead more

⤋ Read More

Inside the numbers: the KubeCon + CloudNativeCon selection process for North America 2024
As part of our commitment to transparency within the cloud native community, we are providing an inside look into the work that goes on behind the scenes to bring the KubeCon + CloudNativeCon schedule to life. Note that… ⌘ Read more

⤋ Read More

Golang 高併發應用中的數據庫連接死鎖
在構建高併發的 Go 應用時, 數據庫連接池的使用是不可或缺的。然而, 如果使用不當, 連接池也可能成爲性能瓶頸, 甚至導致整個應用陷入死鎖。本文將深入探討 Golang 中數據庫連接死鎖的原因、影響以及解決方案, 幫助開發者構建更加健壯的應用程序。數據庫連接池的工作原理———–在深入討論連接死鎖之前, 我們需要先了解數據庫連接池的工作原理。連接池本質上是一個連接的緩存, 它可以避免 ⌘ Read more

⤋ Read More

去客厅化是否等同于多功能客厅,在现代空间设计中,如何赋予空间 N 种可能?
这两天为了布置我的客厅,让空间利用率更大化,又开始在脑细胞爆炸的边缘反复横跳了~

Image

Image

Image

说实话,兜兜转转这么多次改造下来,我算是琢磨明白了,很多人说的去「去客厅化」 ,其实很大一部分的概念是去除客厅传统的老式布局,而非去除它的实用功能。

在空间布局上做规 … ⌘ Read more

⤋ Read More

Écologie contre écologie : les panneaux solaires de la SNCF
Sans nul doute, le dérèglement climatique atteint actuellement des records : pataugeant dans des nappes phréatiques trop pleines, la sécheresse française est telle qu’elle provoque les plus mauvaises récoltes depuis 10 ans, et les canicules de pluie intense se multiplient comme les discours alarmistes des météorologues de plateau télé (qui sont à la météo ce que […] ⌘ Read more

⤋ Read More

Bronze-Like iPhone 16 Pro Color Could Be Called ‘Desert Titanium’
The new bronze-like color rumored to be replacing Blue Titanium in Apple’s upcoming iPhone 16 Pro lineup may be called “Desert Titanium,” according to the leaker known as “Majin Bu.”

Image

Concept render of new iPhone 16 Pro color.

Bu referenced the name on Sunday in a post on X (Twitter) … ⌘ Read more

⤋ Read More

** Evidently I’ve become a guy what that makes camera apps? **
I really like the unpredictable depth of field and color handling of single-use cameras. The day before we left for a little vacation to down east Maine I wrote another weird little camera app, lut cam. Lut cam attempts to simulate some of the aspects of a single-use camera by allowing you to apply color profiles to the raw image produced by a devic … ⌘ Read more

⤋ Read More

MSI’s MS-C913 Fanless PC Compatible with Jetson Orin Nano & Orin NX Series
MSI recently introduced the MS-C913, a fanless box PC designed for compatibility with the latest NVIDIA Jetson modules, including the Orin Nano and Orin NX. Notable features of the MS-C913 include dual Gigabit Ethernet ports, a high-resolution HDMI output, and multiple M.2 slots for flexible expansion. The Orin Nano module comes in 4GB or 8GB […] ⌘ Read more

⤋ Read More

M5Stamp Fly and M5Atom Joystick: Affordable Quadcopter and Controller Solutions Based on the M5StampS3 Platform
Earlier this month, M5Stack introduced the M5Stamp Fly and M5Atom Joystick, both powered by the ESP32-S3 System-on-Chip. These open-source devices, comprising a quadcopter kit and a dual-joystick remote controller, are engineered to offer a comprehensive and programmable solution for a variety of applications, including dro … ⌘ Read more

⤋ Read More

Get Up to $600 Off Apple’s M2 iPad Pro With New Record Low Prices
Best Buy is back this week with big discounts on the M2 11-inch and 12.9-inch iPad Pro, providing up to $600 off select models. A My Best Buy Plus/Total membership is not required to see these discounts.

Image

You’ll find both Wi-Fi and cellular tablets on sale at Best Buy, with a particular focus on the larger capacity 1TB and 2TB models. All … ⌘ Read more

⤋ Read More

Automatic Komoot export
While I like Komoot and use it to navigate and record all my tours, whether that are bike tours or hiking trips, it sucks that there’s no option to export all your data. There’s also no official API to easily implement such functionality. ⌘ Read more

⤋ Read More

Jetway JNUC-ADN1: NUC Board Featuring Intel N97 Processor and Dual 2.5GbE Ports
The JNUC-ADN1 is an embedded board with a NUC form-factor, powered by the Intel N97 low-power processor. This board is tailored for applications requiring efficient performance and compact size, such as digital signage and other commercial or industrial uses. The JNUC-ADN1 series is built around the Intel processor N97, which offers up to 3.60 GHz […] ⌘ Read more

⤋ Read More

Achat des fonds d’AXA par BNP Paribas : en quête de marges
Un article de Henry Bonner La banque BNP Paribas lance une acquisition des activités de gestion de fonds d’AXA – la société d’assurances et de finance – pour un peu plus de 5 milliards d’euros. Les Echos rapportent ainsi : “Après des années de valse-hésitation sur l’avenir de sa gestion d’actifs, AXA saute le pas. Le […] ⌘ Read more

⤋ Read More

Low-Cost R128-DevKit Features XuanTie RISC-V CPU, HiFi5 DSP, and Advanced Wireless Connectivity
DongshanPI recently featured the R128-DevKit, a compact development platform equipped with the XuanTie C906 RISC-V processor. This kit is designed for AI-based speech recognition and multimedia applications, featuring a suite of high-performance components. At the heart of the R128-DevKit is the XuanTie 64-bit RISC-V C906 CPU operating up to 600 MHz, paire … ⌘ Read more

⤋ Read More

** 📸 Photo **

Image

We took a boat to a teeny tiny island called Bean Island. We walked around the entire edge of the island’s rocky coastline.

There were some gloriously regal looking black backed gulls along the shore, as well as a pair of juvenile bald eagles who were making hilariously squeaky noises. ⌘ Read more

⤋ Read More

SSO and RBAC: a secure access strategy for your Kubernetes
Member post originally published on the Devtron blog by Bhushan Nemade TL;DR In the dynamic world of cloud-native, Kubernetes stands as an undisputed leader in the space of container orchestration. This article explores how to secure your Kubernetes… ⌘ Read more

⤋ Read More

Using an iPad Pro to Create 1-Bit Pixel Art in a Macintosh Emulator
An ex-Apple employee put together a rather incredible way to create 1-bit pixel art on a modern iPad Pro with an Apple Pencil by using a Macintosh emulator, and the results are very impressive! This super creative approach is the work of Matt Sephton (the same guy who re-made the nifty Stapler app!), who used … [Read More](https://osxdaily.com/2024/08/16/using-an-ipad-pro-to-create-1-bit-pixel-art-i … ⌘ Read more

⤋ Read More

Apple is Opening Up the iPhone’s NFC Chip: What You Need to Know
With the launch of iOS 18.1 this fall, Apple will allow third-party developers to support NFC contactless transactions for payments and more. Right now, the NFC chip is locked down, and it’s primarily only used for Apple Pay, but a number of new capabilities will be coming when Apple expands access to NFC.

![](https://images.macrumors.com/article-new/2023/11/Apple-Tap-to-Pay-on-iPhone-avail-FR-trans … ⌘ Read more

⤋ Read More

电影类型拓荒者乌尔善 一直在勇于试错的路上

Image

“我觉得只有生命是不可收回的成本,其他的都可以有赔有赚,但是时间是赔了就赔了。所以,你一定得放在一个值得做的事情上。”自神话史诗钜制《封神第一部:朝歌风云》2023年7月20日公映并且成为电影圈新晋爆款之后,围绕“封神”的话题热度一直居高不下。一年后,导演乌尔善携漫改影片《异人之下》与观众见面。尽管全新的国漫改编作品未能获得观众的热情追捧,但是在媒体镜头面前,导演乌尔善依然保持着一贯的情绪稳定状态,并且对电影类型拓荒这件事,有着勇往无前的执拗。

细看导演作品履历 乌尔善还真没输过

Image

时间倒退回2011年3月,早在与乌尔善合作开始之前,陈坤就特意来《刀见笑》首映礼捧场。“乌尔善有很多独特的想 … ⌘ Read more

⤋ Read More