Community Workgroup Meeting scheduled for 9 November 2024 1600 UTC
The next Monero Community Workgroup Meeting is scheduled1 to take place on Saturday, 9th of November 2024 at 16:00 UTC, in the #monero-community 2’3 channels.
Discussions should be focused on community highlights, CCS updates and workgroup reports. plowsof4 will moderate the meeting.
Logs and summary for the previous meeting are available on Monero Observer5.
_This is an ongoin … ⌘ Read more
I SUCK at Welding! ⌘ Read more
[47°09′22″S, 126°43′11″W] Reading: 1.31000 PPM
Turning SHRIMP into Woven Fabric ⌘ Read more
What Karpenter v1.0.0 means for Kubernetes autoscaling
Member post by Rajdeep Saha, Principal Solutions Architect, AWS and Praseeda Sathaye, Principal SA, Containers & OSS, AWS Introduction Karpenter is an open-source project that provides node lifecycle management to optimize the efficiency and cost of running workloads… ⌘ Read more
LitmusChaos is joining KubeCon + CloudNativeCon North America 2024!
Project post originally on the Litmus blog by Sayan Mondal, Community Manager and Maintainer Hello LitmusChaos Community! 👋 Over the past few years, LitmusChaos has evolved tremendously, becoming a leading open-source tool for Chaos Engineering within… ⌘ Read more
What to Expect From Apple’s Powerbeats Pro 2 Next Year
A few months ago, Apple shared a short teaser video in which it revealed that it will be releasing new Powerbeats Pro 2 next year. The video showed MLB superstar Shohei Ohtani wearing the upcoming version of the earbuds, which appear to have some slight design changes compared to the original Powerbeats Pro from 2019.

In this video, I explain the different ways somebody can acquire XMR, and the tradeoffs that each one has. If you found this useful, make sure to share with noobies, and if you are feeling generous, donations are appreciated!
Link: https://redirect.invidious.io/watch?v=UKOE2DKBmRQ
lordx3nu:matrix.org ⌘ Read more
Monero Research Lab meeting scheduled for 13 November 2024 1700 UTC
The next Monero Research Lab1 meeting is scheduled to take place on Wednesday, November 13th 2024 at 17:00 UTC on IRC-Libera/Matrix2 in the #monero-research-lab channels.
Proterozoic Rocks
⌘ Read more
I Want to be a U.S Citizen ⌘ Read more
Beta 2 of iOS 18.2, MacOS Sequoia 15.2, & iPadOS 18.2 Available for Testing
The second beta versions of iOS 18.2, MacOS Sequoia 15.2, and iPadOS 18.2 are now available for users participating in the beta testing programs for Apple system software. The new betas continue to focus on additional Apple Intelligence features, expanding beyond the writing tools, smart replies, and summary features what was initially introduced in iOS … [Read More](https://osxdail … ⌘ Read more
is our brain fooling us to think we’re special? ⌘ Read more
Will We Meet Our Alien Neighbors in 2031? ⌘ Read more
How to Change iPhone Used by iPhone Mirroring on Mac
If you have several iPhone’s, as many people do when they buy a new iPhone, upgrade, get a hand-me-down, develop iPhone software, or develop mobile sites or apps where you test things on multiple devices, you might be in a situation where iPhone Mirroring on the Mac is using an iPhone that you do not … Read More ⌘ Read more
Mastering Argo CD image updater with Helm: a complete configuration guide
Member post by Stanislava Racheva, DevOps & Cloud engineer at ITGix Understanding Argo CD Image Updater In modern Kubernetes environments, managing container images and ensuring that applications are always running the latest, most secure versions can… ⌘ Read more
Kubestronaut in Orbit: Rishabh Sharma
Get to know Rishabh This week’s Kubestronaut in Orbit, Rishabh Sharma, our first Kubestonaut from Finland, is a senior software development engineer where he manages cloud native tech solutions for Capgemini Finland Oy. He is currently… ⌘ Read more
Dockerize WordPress: Simplify Your Site’s Setup and Deployment
Learn how to Dockerize WordPress by following steps to create Dockerfiles, containerize existing WordPress instances, and set up Traefik for automatic TLS certificates. ⌘ Read more
Malleable Encryption - Computerphile ⌘ Read more
Get to know our new DEI Community Hub at KubeCon + CloudNativeCon North America 2024
We are delighted to announce our new DEI Community Hub at KubeCon + CloudNativeCon North America, sponsored by Google Cloud, a physical space to connect, learn, and celebrate diversity, equity, and inclusion and accessibility! The DEI… ⌘ Read more
[47°09′40″S, 126°43′30″W] Raw reading: 0x672A08C1, offset +/-1
Apple’s Employee Count Grew This Year Despite Smaller-Scale Layoffs
Apple’s employee count grew in 2024, despite reports that the company had at least four incidents of smaller-scale layoffs this year.
As of late September, Apple had approximately 164,000 full-time employees worldwide, the company disclosed [in a filing](https://d18rn0p25nwr6d.cloudfront.net/CIK-0000320193/c87043b9-5d89-4717-9f49-c4f9663d0061.p … ⌘ Read more
Can AI predict the Melbourne Cup winner? I decided to find out
ChatGPT can simulate therapy sessions, solve complex maths problems and give you relationship advice. But tipping the Melbourne Cup winner? ⌘ Read more
完全用 Go 編寫的 JS 引擎
背景介紹隨着互聯網技術的迅猛發展,JavaScript 已經成爲幾乎所有現代網頁和應用開發中不可或缺的組成部分。但是,JavaScript 的執行環境通常侷限於瀏覽器或者 Node.js,這爲那些希望在不同環境下運行 JavaScript 代碼的開發者帶來了限制。特別是在 Go 語言環境中,開發者面臨着將 JavaScript 與 Go 通信的挑戰,因爲二者運行時不一致可能導致性能下降和開發效率降 ⌘ Read more
Golang 策略設計模式
本文主要介紹了在 Golang 中實現策略設計模式(Strategy Design Pattern)的方法和優勢。策略設計模式是一種用於處理多種相似算法或行爲的設計模式,允許在運行時動態切換算法。原文: Strategy Design Pattern in Golang[1]假設有一個名爲 PaymentStrategy 的接口,包含一個名爲 Pay() 的方法,有兩種名爲 CreditCar ⌘ Read more
萬字長文講透 Go 程序性能優化
性能分析和優化是所有軟件開發人員必備的技能,也是後臺大佬們口中津津樂道的話題。Golang 作爲一門 “現代化” 的語言,原生就包含了強大的性能分析工具 pprof 和 trace。pprof 工具常用於分析資源的使用情況,可以採集程序運行時的多種不同類型的數據(例如 CPU 佔用、內存消耗和協程數量等),並對數據進行分析聚合生成的報告。trace 工具則關注程序運行時的事件(例如協程狀態切換,G ⌘ Read more
Go 中祕而不宣的數據結構 BitVec:位向量 125MB 存儲 10 億個數據
位圖 (bitmap) 是一種優雅而高效的數據結構, 它巧妙地利用了計算機最底層的位運算能力。你可以把它想象成一個巨大的開關陣列, 每個開關只有打開和關閉兩種狀態 —— 這就是位圖的本質。每一位都可以獨立控制, 卻又可以通過位運算實現羣體操作。在實際應用中, 位圖的威力令人驚歎。設想你需要在海量數據中查找重複的數字, 傳統的哈希表或數組都會佔用大量內存。而位圖卻能巧妙地用一個比特位標記一個數字的 ⌘ Read more
一個比較 tricky 的 Golang 問題: 最大協程數量
在 Go 語言面試中, 關於 “可以產生的最大協程數量” 這個問題有時會讓候選人措手不及。答案並不是簡單地給出一個具體數字。面試官通常用這個問題來評估你對 Go 併發模型、內存管理以及協程實踐經驗的理解。理解 Go 的併發模型和協程效率首先需要明確以下幾點:協程是由 Go 運行時管理的輕量級用戶空間線程, 比傳統的操作系統線程更高效 Go 並沒有對協程數量設置嚴格限制, 在合適的條件下, 你可以同 ⌘ Read more
MELBOURNE CUP DAY ⌘ Read more
Indonesia iPhone Ban: Apple Proposes $10M Manufacturing Investment
Apple has proposed investing nearly $10 million in Indonesian manufacturing operations in an effort to lift the country’s recent ban on iPhone 16 sales, according to sources familiar with the matter (via South China Morning Post).

Result for the Nix Steering Committee Election 2024 ⌘ Read more
Melbourne Cup Fever ⌘ Read more
Lawsuit Accuses PowerSchool of Selling Student Data To 3rd Parties
A former teacher has filed a federal lawsuit against PowerSchool, alleging the education technology giant illegally sells student data to third parties without proper consent. Emily Cherkin, lead plaintiff in the class action suit filed in San Francisco, claims PowerSchool has amassed 345 terabytes of data from 440 school districts, including … ⌘ Read more
do zombies have a conscious? ⌘ Read more
5 Helpful Uses for Apple Intelligence on Mac, iPhone, & iPad
Apple Intelligence is here on Mac, iPhone, and iPad, and while the system requirements are strict, the Apple devices that are new and powerful enough to use the AI tools now gain some really fantastic features. We’re going to show you six helpful Apple Intelligence features and uses that you’ll find beneficial to your workflow, … [Read More](https://osxdaily.com/2024/11/04/5-helpful-uses-for-apple-intelligence-o … ⌘ Read more
Docker Desktop 4.35: Organization Access Tokens, Docker Home, Volumes Export, and Terminal in Docker Desktop
Docker Desktop 4.35 includes organization access tokens, a new Docker product home page, terminal enhancements, Docker Desktop for Red Hat Enterprise Linux, and the performance boost from Docker VMM for Apple Silicon Macs. ⌘ Read more
KubeCon + CloudNativeCon North America 2024 co-located event deep dive: Cloud Native StartupFest
Co-chairs: Megan Reynolds, Kelsey Hightower November 12, 2024 Salt Lake City, Utah At the Cloud Native StartupFest expect to get inspired by hearing from successful cloud native entrepreneurs, learn about some of the most exciting cloud… ⌘ Read more
Maximizing Docker Desktop: How Signing In Unlocks Advanced Features
Signing into Docker Desktop unlocks advanced features and integrations, enabling developers and admins to fully leverage Docker’s cloud-native tools for enhanced productivity, security, and scalability. ⌘ Read more
macOS Sequoia 15.2 Beta Shows Weather in Menu Bar
In the latest macOS Sequoia 15.2 beta, there is a new option to add the weather in your current location to the menu bar of the Mac. The menu bar weather feature shows the temperature along with an icon for the weather conditions, like a cloud if it’s cloudy and a sun if it’s sunny.
Clicking into the icon … ⌘ Read more
Using AI Tools to Convert a PDF into Images
Learn how to turn a PDF into a bunch of images with the help of Docker and AI tools. ⌘ Read more
Assistant Treasurer ‘cosied up to banks’, tech giants say
Technology lobby group DIGI says there has been an “extraordinary” level of engagement between Stephen Jones and Australia’s banks on new anti-scam laws. ⌘ Read more
OpenTelemetry Is expanding into CI/CD observability
SIG post by Dotan Horovits and Adriel Perkins, Project Leads, SIG CI/CD Observability, OpenTelemetry We’ve been talking about the need for a common “language” for reporting and observing CI/CD pipelines for years, and finally, we see… ⌘ Read more
The Heartwarming Armadillo ⌘ Read more
My IETF 121 Agenda
Here’s where you can find me at IETF 120 in Vancouver! ⌘ Read more
En coulisse, la guerre de 5e génération fait rage
Alors que les tensions géopolitiques croissent encore et que la campagne électorale américaine arrive à son apex dans quelques heures tout au plus, les coulisses d’internet bruissent des petits échos de grandes manœuvres que le grand public semble ignorer (à ses dépens ?)… Il y a ainsi eu l’étonnante explosion du satellite Intelsat 33E, placé […] ⌘ Read more
10 個最佳 Golang 庫
10 個最佳 Golang 庫—————在 Golang 中,我們可以找到垃圾回收、可接受的庫和標準的類型系統。Golang 適用於系統編程,也被稱爲包。Go 語言被稱爲 Golang 是因爲它在編程語言 GO 中收集了一些可重用的代碼組件。在 Go 語言中,包在組織和結構化代碼方面起着重要作用,還提高了可讀性、代碼可重用性和可維護性。這裏爲你介紹十個最佳 Golang 庫。這 ⌘ Read more
一個小例子,給你講透 Go 配置管理,輕鬆將其融入到項目中
在軟件開發中,配置管理是一個不可或缺的部分。無論是開發環境、測試環境還是生產環境,我們都需要一種方法來存儲和讀取配置信息。在 Golang 項目中,Viper 是一個非常流行且功能強大的庫,用於處理配置文件。下面我會寫一些例子,幫助大家快速上手。什麼是 Viper?———-不賣關子,直接上 GitHub 地址:https://github.com/spf13/viper 大家可以直接去 ⌘ Read more
This YouTube Trend Gives Me Brain Rot ⌘ Read more
[47°09′38″S, 126°43′57″W] Reading: 1.74 Sv
iOS 18.1: Take a Hearing Test With AirPods Pro 2
If you’re concerned about hearing loss and own AirPods Pro 2, Apple in iOS 18.1 offers a convenient new clinical-grade hearing test that’s easy to use. Here’s everything you need to know about checking your hearing health with this new feature.
Note that Apple’s Hearing Test feature is not available in all regions, likely due to differing regulatory laws. Apple [mai … ⌘ Read more
‘Delete, delete, delete’: Musk’s political plans put millions of Americans at risk
Elon Musk’s company stewardship gives us some clues about what his role in a Trump administration might look like, and it’s not good news – for anyone. ⌘ Read more
Monero Tech meeting scheduled for 18 November 2024 1800 UTC
The next Monero Tech meeting is scheduled to take place on Monday, November 18 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
[ANN] Vessal - Looking for feedback!
I’m Connor, founder of Vessal, and wanted to (1) share with the group and (2) collect any feedback or suggestions you all may have.
Links:
/u/connorb23i@lemm.ee ⌘ Read more
[LTT] Buy/Sell XMR on Bitpapa
Localmonero migrant(500+ feedback) Buying and selling of XMR(Monero) with escrow in GBP/EURO here… UK Bank transfer, PayPal, Wise etc etc, need to cashout your XMR? Also have listing’s on Haveno DM me
Link: https://bitpapa.com/user/scousesmokjer
u/Scousesmoker (Reddit) ⌘ Read more
Probabilistic Uncertainty
⌘ Read more
Canon Now Accepting Orders for Spatial Video Lens Previewed at WWDC
Canon’s new stereoscopic RF-S7.8mm F4 STM DUAL camera lens for spatial video recording recently became available for pre-order. In the U.S., pricing is set at $449.99, and orders are estimated to be delivered in mid-November.
Apple an … ⌘ Read more
(Updated) WIZnet Reveals New Enhanced Raspberry Pi Pico Boards with Ethernet Functionality
WIZnet has revealed two new microcontroller evaluation boards, the W5500-EVB-Pico2 and W5100S-EVB-Pico2. These boards are based on the Raspberry Pi RP2350 microcontroller and are equipped with fully hardwired TCP/IP controllers, enhancing their networking capabilities. The W5500-EVB-Pico2 features the W5500 Ethernet Controller, which supports eight independent hardw … ⌘ Read more
RockChip RK3568-Based SBC for Embedded Applications with PoE+ Support
Engicam has showcased a single-board computer based on the RockChip RK3568 series, targeting a range of embedded and industrial applications. This high-performance board offers dual Gigabit Ethernet ports, including one with PoE+ support, as well as an HDMI port capable of up to 4K resolution at 60Hz. Powered by the RockChip RK3568 or RK3568J CPU, […] ⌘ Read more
This Engine Powered the First Rocket Missile in WWII! ⌘ Read more
My October ‘24 in Review
October has also been over for three days now, so it’s high time to take a (very) brief look back. ⌘ Read more
iOS 18.2 With Genmoji and More Expected to be Released in First Week of December
Apple is aiming to release iOS 18.2 during the first week of December, according to Bloomberg’s Mark Gurman.
The software update includes additional Apple Intelligence features, including Genmoji, Image Playground, Image Wand, and more.
Related Roundups: iOS 18, [iPadOS 18](https://www.ma … ⌘ Read more
Luckfox Omni3576 Board with Rockchip RK3576 Running Debian 12
Luckfox Omni3576 Board with Rockchip RK3576 Running Debian 12 ⌘ Read more
Xbox goes disc-free with Call of Duty the star attraction
The Xbox Series X Digital Edition isn’t much of an upgrade, but it’s still a fantastic host for Microsoft’s marquee Game Pass service. ⌘ Read more
XMRig v6.22.2 released
XMRig 1 version 6.22.22 has been released with a few bug fixes.
Fixed corrupted API output in some rare conditions.
Fixed number of threads on the new Intel Core Ultra CPUs.
Verify the SHA256 sums with xmrig3’s GPG key4 (ID: 446A53638BE94409) before using the software.
Consult the README.md5 file for more information about XMRig and transfer Monero to the project’s donation address6 if you want to support the … ⌘ Read more
Monero Dev Activity Report - Week 44 2024: 11 PRs, 10 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.
Opened (5)
monero-project/monero:
BenraouaneSoufiane submits CCS proposal to ‘extend’ CryptoCheckout project
BenraouaneSoufiane1 has submitted their first CCS proposal2 looking to extend the CryptoCheckout 3 project by creating a WordPress plugin for WooCommerce merchants and a Shopify payment app:
The target audiance is any person has XMR address/wallet, it could be as a merchant has online business want to accept XMR, or naturel user want to pay using his XMR balance.
” … ⌘ Read more
Apple Intelligence is here, but it’s not all that smart
Apple’s summarising and rewriting tools feel very similar to those already available on other phones, and that isn’t necessarily a good thing. ⌘ Read more
Apple to Sell Belkin Head Strap for Use With Vision Pro’s Solo Knit Band
Apple plans to sell a Belkin head strap that can be attached to the Vision Pro’s Solo Knit Band, for added comfort and stability while wearing the headset, according to a product listing spotted by Brad Lynch of EOZ VR (reposted by [@M1Astra](https:/ … ⌘ Read more
[47°09′07″S, 126°43′19″W] Reading: 0.52000 PPM
** Broughlike dev log **
I’ve been working on the broughlike pretty steadily since my last update. The gameplay loop is pretty much unchanged, but I’ve added a fair bit of polish, and fixed a lot of bugs. I think it is honestly sort of boring to play, but I am excited to have this as the starting point for future projects…can you smell the roguelike!? I can!
The major fixes and improvements that I’ve made since my last update include:
- better way finding … ⌘ Read more
Scientists Discuss the Hard Problem of Consciousness ⌘ Read more
[47°09′19″S, 126°43′07″W] Reading: 1.97 Sv
[47°09′24″S, 126°43′48″W] Reading: 1.64 Sv
It’s been seven years since my father passed, taken from us far too soon at the age of 51. I was only 18 then, and while time has softened some of the pain, his influence remains a constant part of me. He was a person full of curiosity and passion, qualities I feel he passed down to me in his own way. ⌘ Read more
Top Stories: New M4 MacBook Pro, iMac, and Mac mini!
Following the iPad mini launch last week and a tease about Mac announcements for this week, Apple indeed made three key Mac product announcements: new iMac, Mac mini, and MacBook Pro models.
These machines bring the M4 chip series to Apple’s Mac lineup for the first time, but each in it … ⌘ Read more
[ANN] PSA: LocalMonero/AgoraDesk’s services will be offline after 2024-11-07
Links:
u/Alex_LocalMonero (Reddit) ⌘ Read more
Monerujo adds support for Exolix exchange in v4.1.2
m2049r1 has released Monerujo2 version 4.1.23 with support for crypto exchange platform Exolix 4:
Upgrading to Monero Core to v0.18.3.4
Add support for Exolix exchange
Minor bugfixes
Some refactoring
Before usage it is recommended to back up your seed and verify that you have downloaded the correct file using the SHA256 hash listed on Github3.
If you need help, consult the … ⌘ Read more
Cyrix126 releases Gupaxx v1.5.2
Cyrix1261 has released Gupaxx 2 version 1.5.23 with various bugfixes and improvements:
[UI] Node : place toggle buttons on same height
[UI] P2Pool: "use local node" unchecked by default
[Internal] increase default p2pool buffer from 5% to 25%
[Internal] update chosen XvB node at start of process
[Fix] prevent updating xmrig/proxy twice immediately if time too spare
[Fix] remove Xmrig-Proxy empty directory from standalone ver ... ⌘ [Read more](https://monero.observer/cyrix126-releases-gupaxx-v1.5.2/)
monerod-gui v0.1.2-rc released with Windows installer and portable app
everoddandeven1 has released monerod-gui 2 version 0.1.2-rc3 with a new Windows installer and portable app, multiple fixes and improvements:
Changes overviewThis tool simplifies the process of managing a full Monero node, enabling users to run, configure, and monitor monerod without needing to use the command line.
Import/export monerod configuration
Windows portable app and installer
... ⌘ [Read more](https://monero.observer/everoddandeven-releases-monerod-gui-v0.1.2-rc/)
Monero Observer Artistic Saturday Top 5 - Week 44, 2024
Previous Artistic Saturday weekly reports can be found in the [art] 1 section.
Got a PPC Mac in the Closet? Check Out the Aquafox Browser for Tiger & Leopard
If you have an old PowerPC Mac laying around collecting dust in a closet somewhere, you might be able to get some use out of it today by installing a functional modern web browser, like Aquafox. Since so much of what many of us do on computers is done in a web browser, you might … [Read More](https://osxdaily.com/2024/11/01/got-a-ppc-mac-in-the-closet-check-out-the-aquafox-br … ⌘ Read more
Game Off 2024 theme announcement
GitHub’s annual month-long game jam, where creativity knows no limits! Throughout November, dive into your favorite game engines, libraries, and programming languages to bring your wildest game ideas to life. Whether you’re a seasoned dev or just getting started, it’s all about having fun and making something awesome!
The post Game Off 2024 theme announcement appeared first on [The GitHub Blog](https: … ⌘ Read more
Kubectl logs tail: a guide to tailing Kubernetes logs
Member post originally published on Middleware’s blog In the world of cloud-native applications, Kubernetes stands as the go-to platform for container orchestration (the automated process of managing, scaling, and maintaining containerized applications across multiple hosts). As applications grow… ⌘ Read more
The one cyber threat that keeps the former NSA boss awake at night
Admiral Mike Rogers led both the NSA and the United States Cyber Command, and there’s one issue concerning him more than any other. ⌘ Read more
iPhone 17 and ‘iPhone 17 Air’ Again Rumored to Feature 120Hz ProMotion Displays
All four iPhone 17 models launching next year will be equipped with low-power LTPO displays, according to an industry source cited by South Korea’s ETNews this week. While the report does not mention this, the use of LTPO technology suggests that the entire iPhone 17 lineup will feature ProMotion displays with a variable refresh rate up to 120Hz.
![](https://images.macrum … ⌘ Read more
M5Stack Introduces LLM Module for Offline AI Applications
M5Stack has launched the M5Stack LLM Module, an advanced offline large language model inference module designed for terminal devices requiring efficient, cloud-independent AI processing. This product is described as targeting offline applications such as smart homes, voice assistants, and industrial control. The AX630C SoC appears to include dual-core Arm A53 processors clocked at 1.2GHz, along […] ⌘ Read more
Milices partout, justice nulle part
Une nouvelle fois, SciencePo, l’anciennement vénérable institution, fait parler d’elle dans l’actualité. Ainsi, le procès qui impliquait son ancien directeur pour violences conjugales arrive à son terme et la presse relate que le procureur de la République en charge du dossier a requis six mois de prison avec sursis contre le prévenu. L’affaire est symptomatique […] ⌘ Read more