Searching txt.sour.is

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

Maintenant, c’est vous les médias.
Décidément, la campagne et l’élection de Donald Trump auront servi de « révélateur » et ainsi montré que le journalisme occidental, dans son acceptation historique, n’est plus que l’ombre de lui-même et a largement fait place à une véritable presse de propagande, dont les messages sont devenus de plus en plus délirants et outranciers à mesure qu’elle […] ⌘ Read more

⤋ Read More

Go 語言實現守護進程的技術詳解
引言–在後端開發中, 守護進程 (Daemon) 是一個非常重要的概念。它是一個在後臺運行的長期存在的進程, 不受終端控制。本文將詳細介紹如何使用 Go 語言實現守護進程, 並探討其中的關鍵技術點。什麼是守護進程?——–守護進程具有以下特徵:在後臺運行 與終端會話無關 通常在系統啓動時啓動, 在系統關閉時關閉 沒有控制終端 作爲服務運行 守護進程的啓 ⌘ Read more

⤋ Read More

Go sync-Cond:最容易被忽視的同步機制
引言在探討 Go 語言中的同步機制時,大多數開發者都熟悉 sync.Mutex 和 sync.RWMutex。然而,還有一個強大但經常被忽視的同步原語:sync.Cond。本文將詳細介紹 sync.Cond,解釋它的工作原理,並通過實際示例說明其應用場景。什麼是 sync.Cond?當一個 goroutine 需要等待一些特定的事情發生時,例如一些共享數據發生變化,它就會 “阻塞”,這意味着它只是 ⌘ Read more

⤋ Read More

eBPF on Go
本篇內容是根據 2021 年 10 月份#201 eBPF and Go[1] 音頻錄製內容的整理與翻譯eBPF(已有 7 年曆史)是一個可以在 Linux 內核中運行代碼的沙箱。它最初是一種構建防火牆的技術,隨着時間的推移不斷髮展,包含一系列新功能。本期大家討論了 eBPF 的起源及其工作原理,並深入研究了一些實際用例。雖然 eBPF 程序本身不是用 Go(更像 C)編寫的,但我們將瞭解如何從 ⌘ Read more

⤋ Read More

M4 Macs Unable to Run macOS VMs Earlier Than Ventura 13.4
New M4-based Macs are reportedly unable to run virtual machines of older macOS versions prior to macOS Ventura 13.4, according to user reports and developer findings.

Image

According to an in-depth write-up by the Eclectic Light Company’s Howard Oakley, security researcher Csaba Fitzl hi … ⌘ Read more

⤋ Read More

HackerBox 0108 Implements a Macintosh 128K Emulator on RP2040 Platform
This month’s HackerBox introduces an opportunity to explore retro computing through the configuration of the PICOboot RP2040 Development Board to emulate the functionality of an original Macintosh 128K. The Pico Micro Mac Kit is inspired by the PicoMicroMac project, which implements a Macintosh 128K emulator using the PICOboot RP2040 development board, powered by dual-core Cortex […] ⌘ Read more

⤋ Read More

kayabaNerve submits CCS proposal to get monero-serai, monero-wallet libraries audited by CypherStack
kayabaNerve1 has submitted a CCS proposal2 looking to get the monero-serai 3 and monero-wallet 4 Rust libraries audited by CypherStack5:

Now that monero-serai and monero-wallet are ready for their 1.0 release [..] I have decided to request the community’s support for their audits. [..] This CCS is to fund … ⌘ Read more

⤋ Read More

Monero Tech meeting scheduled for 25 November 2024 1800 UTC
The next Monero Tech meeting is scheduled to take place on Monday, November 25 2024 at 18:00 UTC, in the #no-wallet-left-behind 1 IRC-Libera/Matrix channels:

Based on the opinions given here2 I decided to go back to the No Wallet Left Behind Matrix room and IRC channel for the next i.e. coming Monday’s meeting, and to not contiune to hold meetings like the last one in the -dev Matrix room and IRC channel.

This meeting’s c … ⌘ Read more

⤋ Read More

iSG Display Max Gateway for Smart Home Automation with Matter and Zigbee
AmeriDroid recently featured the iSG Display Max Gateway, a flexible platform designed to streamline smart home management and automation. With its 10-inch display and support for Wi-Fi and Bluetooth Low Energy, the gateway integrates multiple protocols to offer flexibility for diverse smart home setups. The device is powered by an eight-core processor, although specific details […] ⌘ Read more

⤋ Read More

New AirTag Rumored to Launch in Mid-2025 With These Features
Apple released the AirTag in April 2021, so it is now three over and a half years old. While the AirTag has not received any hardware updates since then, a new version of the item tracking accessory is rumored to be in development.

Image

Below, we recap rumors about a second-generation AirTag.

Timing

Apple is aiming to release a new AirTag in mid-2025, according to _Bloomber … ⌘ Read more

⤋ Read More

Cake Wallet introduces ‘Cupcake’ companion app with initial support for Monero air-gapped wallets
Cake Labs1 has released Cake Wallet v4.21.02 with early support for Monero air-gapped wallets via their new companion app Cupcake (v0.1)3, beta support for LTC Ledger hardware wallets, various enhancements and bug fixes:

Cake Wallet now supports reading QR codes for airgapped wallets. This enables people to more securely store … ⌘ Read more

⤋ Read More

DiosDelRayo’s XmrSigner offline signing library CCS proposal fully funded
DiosDelRayo1’s CCS proposal2 to create an offline signing library for XmrSigner 3 is now fully funded:

196 XMR raised in 46 contributions (100%)

To learn more about VostoEmisio’s work, consult the previous Monero Observer report4.

  1. https://repo.getmonero.org/DiosDelRayo/, vthor (IRC/Libera) 

  2. [https://ccs.getmonero.org/propos … ⌘ Read more

⤋ Read More

Monero Dev Activity Report - Week 46 2024: 11 PRs, 9 Issues
This weekly report aims to provide a big picture view of Monero development activity, increase community support for existing devs and, hopefully, encourage new contributions.

1 - PRs (11, 8:3:0)

Opened (8)

monero-project/monero:

  • #95681 simplewallet: fix command argument and add skip_check_backround_mining arg (0xFFFC0000)
  • #95652 Fix typos. (sorenstoutner)
  • #95713 wallet: serialization not … ⌘ Read more

⤋ Read More

T-Bao Compact Device Featuring ESP32 and K210 Microcontrollers with 2MP Camera and 1.54″ Touch LCD
The LILYGO T-Bao K210 is a compact device that integrates the ESP32 and K210 microcontrollers, providing advanced capabilities such as face recognition. It features a 1.54″ capacitive touch screen with a resolution of 240×240 and a 2-megapixel camera. The device incorporates the ESP32-D0WDQ6-V3 chip, featuring a dual-core Xtensa LX6 processor runnin … ⌘ Read more

⤋ Read More

iOS 18.1: How to Type to Siri
With the introduction of Apple Intelligence in iOS 18.1, communicating with Siri has become more flexible since you can easily type your requests instead of speaking them. It’s a subtle but powerful change that’s perfect for those moments when you need to be quiet or discrete.

Image

Enabling Type to Siri is straightforward. Head to Settings -> Apple Intelligence & Siri, tap Talk & Type to Siri, and make sure th … ⌘ Read more

⤋ Read More

KubeCon + CloudNativeCon North America 2024 Day 3: Keynotes, announcements and more
It’s fitting that on the last day of KubeCon it was time to celebrate the community and the 10th anniversary of Kubernetes. A packed ballroom at the Salt Palace Convention Center was treated to a lot… ⌘ Read more

⤋ Read More

MoneroKon 2025 Planning Meeting scheduled for 23 November 2024 1700 UTC
The next MoneroKon 2025 Planning Meeting 1 is scheduled to take place on Saturday, November 23rd 2024 at 17:00 UTC in the #monerokon 2 Matrix/IRC channels.

The meeting’s discussion topics should be available on agenda.monerokon.org 3.

Logs for the previous meeting are available in the #monerokon channels2.

_Note that the upcoming event will take place in Prague on Jun … ⌘ Read more

⤋ Read More

woodser releases Haveno v1.0.14
woodser1 has released Haveno2 version 1.0.143 with various bug fixes.

Changes overview
Fix inverted fixed-price crypto offers by @bvcxza in #1411
Fix inverted buy/sell label for crypto offers by @woodser in #1417
Allow re-opening disputes until payout is confirmed by @woodser in #1412
Fix bug getting backup files @woodser in #1413

The full changelog is available on Github4.

Consult the installing.md 5 file for generi … ⌘ Read more

⤋ Read More

How to Find a Lost Apple Pencil
The Apple Pencil is a great accessory for iPad users, but obviously you can’t use an Apple Pencil if it’s lost, and it’s not particularly useful if it’s missing. Fortunately there are a few tricks that you can employ to help you find a lost Apple Pencil, so you can be back to your writing, … Read MoreRead more

⤋ Read More

Gain insights into cloud native applications with the OpenTelemetry Certified Associate (OTCA)
Announcing a New CNCF certification for OpenTelemetry OpenTelemetry (also known as OTel) is an open-source observability framework with tools, libraries, APIs, and SDKs for collecting, processing, and exporting rich telemetry data such as traces, metrics, and… ⌘ Read more

⤋ Read More

Announcing the first-ever KubeCon + CloudNativeCon Japan 2025 on June 16-17 in Tokyo
Following a successful KubeDay Japan, CNCF will be bringing its flagship conference to Tokyo to continue advancing cloud native technologies  Salt Lake City, UT. – KubeCon + CloudNativeCon North America 2024 – November 15, 2024  –… ⌘ Read more

⤋ Read More

Drumroll, please… announcing the CNCF 2025 event lineup
2025 is right around the corner, and we’re thrilled to announce the CNCF 2025 lineup of events! Next year, we are expanding our reach and will host our first-ever KubeCon + CloudNativeCon in Japan. Mark your… ⌘ Read more

⤋ Read More

An insider look at how we schedule KubeCon + CloudNativeCon events across the globe
CNCF Event Venue & Date Selection Process Planning a large conference like KubeCon + CloudNativeCon Europe or North America is a complex endeavor that begins years in advance. The venue and date selection process is an… ⌘ Read more

⤋ Read More

CNCF and Andela Announce Partnership to Train 20,000+ African Tech Professionals
The partnership will upskill African tech talent on Kubernetes basics; extend opportunity as global borderless workforces grow Salt Lake City, UT. – KubeCon + CloudNativeCon North America – November 15, 2024 – The Cloud Native Computing Foundation® (CNCF®),… ⌘ Read more

⤋ Read More

Automate Kubernetes Security and Operations with Kyverno Certified Associate (KCA)
Announcing a New CNCF certification for Kyverno Kyverno is an open-source policy engine designed for Kubernetes that allows teams to validate, mutate, and generate configurations, enabling the automation of security policies as code, beyond just audit… ⌘ Read more

⤋ Read More

Internal Developer Platforms at scale with the Certified Backstage Associate (CBA) certification
Announcing a New CNCF Certification for Backstage Backstage is an open-source framework for building developer portals, created by Spotify, designed to streamline the process of building software and digital products. Backstage restores order to microservices and… ⌘ Read more

⤋ Read More

Cloud Native Computing Foundation Expands Certification to Platform Engineering and More
As cloud native technologies become increasingly essential to organizations, CNCF is focused on certifications that resonate with developers Salt Lake City, Utah – KubeCon + CloudNativeCon North America – November 15, 2024 – The Cloud Native… ⌘ Read more

⤋ Read More

OrangePi 4A with Octa-Core ARM Cortex-A55, RISC-V Coprocessor, and M.2 2280 PCIe 2.0 NVMe SSD Support
Following the launch of the OrangePi RV in September, OrangePi has introduced another single-board computer, the OrangePi 4A. With a form factor similar to the Raspberry Pi, this board features an M.2 2280 slot for storage, dual camera interfaces, and multiple display peripherals. The OrangePi 4A is powered by the Allwinner T527 processor, whic … ⌘ Read more

⤋ Read More

France Afuera : plus de liberté, moins de cerfa !
Magie du succès, depuis que Musk les enchaîne (avec SpaceX, Starlink, la fréquentation en hausse constante de X.com et dernièrement, son habile soutien à Trump), tout le monde – ou presque – se réclame volontiers de ses idées ou de sa paternité… Notamment en ce qui concerne la mise en place du DOGE. Le DOGE ? […] ⌘ Read more

⤋ Read More

KubeCon + CloudNativeCon North America 2024 Day 2: keynotes, announcements and more
On the second day of KubeCon, nearly 9,200 attendees had the opportunity to focus on the theme of the day – security – while attending sessions, visiting the Sponsor Showcase, and networking. The mood was upbeat,… ⌘ Read more

⤋ Read More

Inside Argo: a new documentary on the tool simplifying Kubernetes deployments through automation
GitOps provides a pathway to stable, dependable, and predictable cloud native infrastructure and workflows. Over the past few years GitOps and Argo have grown hand in hand as ArgoCD has become a reliable solution for consolidating… ⌘ Read more

⤋ Read More

Apple Vision Pro Launches in Two More Countries
Apple Vision Pro launched in stores and began arriving to customers today in South Korea and the United Arab Emirates. In addition, customers can now schedule a free 30-minute appointment to demo the headset at Apple Store locations in both countries.

![ … ⌘ Read more

⤋ Read More

binarybaron releases ‘full rewrite’ of UnstoppableSwap GUI
binarybaron1 has released UnstoppableSwap GUI 2 and xmr-btc-swap 3 version 1.0.0-rc.14 with breaking changes on the network level:

This release is a full rewrite of the GUI. It includes breaking changes on the network level. This means you will not be able to swap with providers who have already updated, until you upgrade the GUI as well. This release includes a lot improvements on d … ⌘ Read more

⤋ Read More

Advancing Open-Source Support for MediaTek’s Genio IoT Platforms with Collabora
MediaTek is advancing its IoT Edge AI capabilities by expanding upstream support for its Genio platforms. Building on the success of the MediaTek Kompanio Chromebook project, this new initiative brings the focus to MediaTek’s Genio Evaluation Kits, which are being integrated into Collabora’s Linux development ecosystem. Collabora’s support for MediaTek Chromebooks over the last four […] ⌘ Read more

⤋ Read More

Fix iOS 18 Bluetooth Connection Problems
Some iPhone users have noticed Bluetooth connection problems after updating their device to iOS 18, often presenting as dropping connections, or as an inability to connect to Bluetooth devices, whether those Bluetooth devices are speakers, hearing aids, headphones, car stereo systems, or even gaming controllers. Often you can resolve Bluetooth issues by simply toggling Bluetooth, … [Read More](https://osxdaily.com/2024/11/14/fix-ios-18-bluetooth-connec … ⌘ Read more

⤋ Read More
In-reply-to » Anyone thinking of trying our (or already are) the ATprotocok / BlueSky? 🤔

I think it’s centralized shit with lying about decentralization. All network is worked by two centralized things: plc.directory (did storage?) and network relay (bsky.network). You can host your relay but this require TOO MUCH resources (2TB storage and 32GB RAM read more ). Also i try running PDS and: 1. I can’t register account via app,only via cli 2. It leaked on 2GB virtual machine then killed by oom after trying to register account via cli

⤋ Read More

Cloud Native Computing Foundation Announces the 2024 Community Awards Winners
Since 2016, these awards celebrate the incredible community members who make the cloud native ecosystem thrive Salt Lake City, UT. – KubeCon + CloudNativeCon North America 2024 – November 14, 2024 – The Cloud Native Computing… ⌘ Read more

⤋ Read More

CNCF Presents Top End User Award to Adobe
A global digital media and marketing solutions leader has contributed to 46 CNCF projects and shared a reference architecture for its Internal Developer Platform SALT LAKE CITY, Utah – KubeCon + CloudNativeCon North America – November… ⌘ Read more

⤋ Read More

CNCF Launches Technology Landscape Radar, Reference Architectures to Address Gaps in Cloud Native Ecosystem
CNCF’s End User Technical Advisory Board has compiled new materials to promote best practices and simplify the adoption of cloud native technologies  SALT LAKE CITY, Utah – KubeCon + CloudNativeCon North America – November 14, 2024… ⌘ Read more

⤋ Read More

Clipper HAT Mini Brings 4G LTE Connectivity to Raspberry Pi, Includes Free 100MB SIM Card
Pimoroni’s new Clipper HAT Mini brings 4G LTE connectivity to the Raspberry Pi, enabling projects to operate where Wi-Fi is limited or unavailable. Designed for remote applications, it supports reliable data transmission for outdoor sensors, mobile setups, and monitoring systems. The Clipper HAT Mini integrates a SIMCom A7683E 4G LTE module, supporting LTE Cat 1 […] ⌘ Read more

⤋ Read More

OpenAI’s ChatGPT for Mac Now Works With Xcode
The ChatGPT app for Mac is now able to integrate with coding apps like Xcode, VS Code, TextEdit, and Terminal, simplifying workflows where developers copy and paste their code from a coding app into ChatGPT.

Image

When ChatGPT is given permission to interact with an app like Xcode through a new Work with Apps feature, a selection of code can be sent directly to ChatGPT alongside a prompt. _ … ⌘ Read more

⤋ Read More

使用 go-jsonstruct 快速生成 Go 結構體,支持 JSON 或 YAML!
在 Go 語言開發中,我們經常需要處理 JSON 或 YAML 格式的數據。爲了方便地解析和操作這些數據,通常會定義相應的 Go 結構體與之對應。然而,手動編寫這些結構體定義可能會非常繁瑣,尤其是在處理複雜數據結構時。go-jsonstruct 工具應運而生!它可以幫助我們自動生成 Go 結構體定義,從而節省時間和精力,提高開發效率。本文將深入探討 go-jsonstruct 的功能、使用方法以及 ⌘ Read more

⤋ Read More

一個強大可靠的 Golang 池化庫 ants
ants 是 golang 語言的一個強大的、可靠的池化解決方案庫。ants 是一個高性能的 goroutine 池,實現了對大規模 goroutine 的調度管理、goroutine 複用,允許使用者在開發併發程序的時候限制 goroutine 數量,複用資源,達到更高效執行任務的效果。它可以自動調度海量的 goroutine,複用 goroutine,以及定期清理過期的 goroutine,可 ⌘ Read more

⤋ Read More

Apple Accused of Trapping 40 Million Customers into iCloud Service
Apple is facing an almost £3 billion ($3.78 billion) lawsuit after British consumer group Which? on Thursday alleged that the company breached competition law by locking millions of its customers out of its iCloud service and charging them “rip-off prices.”

Image

Apple users receive 5GB of free storage t … ⌘ Read more

⤋ Read More

KubeCon + CloudNativeCon North America 2024 Day One: Keynotes, sessions, announcements and more
More than 9,000 people convened at the Salt Palace Convention Center in Salt Lake City for the first day of KubeCon + CloudNativeCon North America. The mood was energetic and lively and the audience was primed… ⌘ Read more

⤋ Read More

0xFFFC posts October-November 2024 Monero dev report
0xFFFC1 has posted a second progress report (October 1-14 November 2024)2 for their full-time Monero dev work CCS proposal3:

Last month I worked on multiple PRs. Right now I am working on a few tasks: 1. Investigating wallet-rpc communication with daemon. 2. DNS TXT limitation issue we have.

Work overview

”`
Reviews:

  • ringct: add operator!= for key #9556
  • p2p: allow comments in banlist files #9558
  • c … ⌘ Read more”`

⤋ Read More

MoneroTopia 2024 conference kicks off in Mexico City
The 2024 edition of the 4-day annual MoneroTopia 1 event has just started2 in Mexico City (Huerto Roma Verde, Colonia Roma venue3) with more than 175 Monero attendees, 100 vendors and an unknown amount of locals expected to show up4:

As we kickoff #Monerotopia24 we want to give a shoutout to our Privacy Tech Sponsors. A huge thanks for their support!

Virtual conference tickets ($99)5 can … ⌘ Read more

⤋ Read More

v1docq47 submits CCS proposal for 6 months of Russian voice-over and transcription work
v1docq471 has submitted a new CCS proposal2 looking to continue doing Russian voice-over work and transcribing Monero content for the next 6 months (December 2024 - May 2025):

This is our new CCS proposal for voiceover of Konferenco 2024 videos into Russian, creating other content for Monero Russian Community Youtube channel3 and continue suppor … ⌘ Read more

⤋ Read More

Why is Wi-Fi Turning On By Itself on iPhone?
Many iPhone users have discovered that Wi-Fi is turning itself on automatically on their iPhone, usually after they install a system software update to iOS, restart the iPhone, or turn the iPhone back on. This is frustrating to many iPhone users because not everyone wants to have wi-fi turned on for any number of reasons, … Read MoreRead more

⤋ Read More

LitmusChaos gains adoption in lower environments
Project post from the LitmusChaos CommunityAs enterprises continue to scale their systems, resilience and stability remain crucial. Testing these under real-world failure scenarios without impacting production environments is essential. Over recent months, LitmusChaos has gained remarkable… ⌘ Read more

⤋ Read More

Announcing the inaugural contest for the Cloud Native Heroes Challenge
We’re thrilled to share the details of the inaugural contest in our Cloud Native Heroes Challenge program, a series of crowdsourced “prior art” contests in which cloud native developers can earn swag and prizes by helping… ⌘ Read more

⤋ Read More

Announcing the Cloud Native Heroes Challenge
Today at KubeCon+CloudNativeCon North America 2024, CNCF announced the Cloud Native Heroes Challenge, a patent troll bounty program in which cloud native developers and technologists can earn swag and win prizes by helping protect our ecosystem… ⌘ Read more

⤋ Read More

Scalable authentication across organizations with Keycloak 26
Project post by Alexander Schwartz, Keycloak Maintainer Keycloak brings scalable and customizable authentication to your environment! The team is thrilled to announce the release of Keycloak 26 which again improves its authentication features for its growing… ⌘ Read more

⤋ Read More

Announcing the release of KubeVirt v1.4
Project post from the Kubevirt Community The KubeVirt Community is proud to announce the release of v1.4. This release aligns with Kubernetes v1.31 and is the sixth KubeVirt release to follow the Kubernetes release cadence. What’s… ⌘ Read more

⤋ Read More

Learn How to Optimize Docker Hub Costs With Our Usage Dashboards
Customers can now manage their resource usage effectively by tracking their consumption with new metering tools. By gaining a clearer understanding of their usage, customers can identify patterns and trends, helping them maximize the value of their Docker Hub experience. ⌘ Read more

⤋ Read More

Go 項目實戰 - API 路由的分模塊管理
隨着項目開發的迭代,我們寫的接口往往會越來越多,如果都把 API 的路由寫到一個文件裏,那麼整個路由文件就會變得又亂又長,所以我們最好在項目開始階段就給路由的分模塊管理做好規劃。今天這個文章給大家介紹一下 Web 項目 API 路由的分模塊管理,我們的項目使用的是 Gin 框架,但基本上所有的 Web 框架都能按照這個方式來分模塊管理 API 接口的路由。 一些路由管理混亂的例子——– ⌘ Read more

⤋ Read More

L’État français va devoir maigrir un grand coup
À son apogée en 1921, l’Empire britannique administrait le quart de la population mondiale et presque le quart des terres émergées soit 540 millions de sujets de Sa Majesté répartis sur 33,7 millions de km². Pour gérer cette masse considérable d’individus et le plus grand empire de l’Histoire humaine jamais dépassé depuis, le gouvernement britannique […] ⌘ Read more

⤋ Read More

Go 併發控制:sync-Once 詳解
在 Go 語言的併發編程中,常常會遇到需要確保某個操作僅執行一次的場景。sync.Once 是 Go 標準庫中的一個簡單而強大的工具,專門用於解決這種需求。本文將深入解析 sync.Once 的使用方法和原理,幫助你更好地理解 sync.Once 在併發控制中的用法。sync.Oncesync.Once 是 Go 語言 sync 包中的一種同步原語。它可以確保一個操作(通常是一個函數)在程序的生命 ⌘ Read more

⤋ Read More

Go 編譯的幾個細節,連專家也要停下來想想
在 Go 開發中,編譯相關的問題看似簡單,但實則蘊含許多細節。有時,即使是 Go 專家也需要停下來,花時間思考答案或親自驗證。本文將通過幾個具體問題,和大家一起探討 Go 編譯過程中的一些你可能之前未曾關注的細節。 注:本文示例使用的環境爲 Go 1.23.0、Linux Kernel 3.10.0 和 CentOS 7.9。Go 編譯默認採用靜態鏈接還是動態鏈接?————— ⌘ Read more

⤋ Read More

18 New Things Your iPhone Can Do in iOS 18.2
Apple is set to release iOS 18.2 next month, bringing the second round of Apple Intelligence features to iPhone 15 Pro and iPhone 16 models. This update brings several major advancements to Apple’s AI integration, including completely new image generation tools and a range of Visual Intelligence-based enhancements. There are a handful of new non-AI related feature controls incoming as well.

![](https://images.macrumors.com/article-new/2024/10/ … ⌘ Read more

⤋ Read More

KubeCon + CloudNativeCon North America 2024 Day 0: Co-located events
Thousands of KubeCon + CloudNativecon North America attendees braved cold rain – and even snow – to attend 16 co-located events in the Salt Palace Convention Center in Salt Lake City. With talks aimed at every… ⌘ Read more

⤋ Read More

Monero Research Lab meeting scheduled for 20 November 2024 1700 UTC
The next Monero Research Lab1 meeting is scheduled to take place on Wednesday, November 20th 2024 at 17:00 UTC on IRC-Libera/Matrix2 in the #monero-research-lab channels.

Agenda overview (unconfirmed)
  • Updates. What is everyone working on?
  • FCMP++ tx size and compute cost and MAX_INPUTS/MAX_OUTPUTS3
  • Making transaction weight a function of number of inputs, outputs, and tx_extra length instead … ⌘ Read more

⤋ Read More