🧮 USERS:1 FEEDS:2 TWTS:1161 ARCHIVED:80975 CACHE:2542 FOLLOWERS:17 FOLLOWING:14
Go 包構建:專家也未必瞭解的文件選擇細節
在 Go 語言開發中,包(package)是代碼組織的基本單位 [1],也是基本的構建單元。Go 編譯器會將每個包構建成一個目標文件 (.a),然後通過鏈接器將這些目標文件鏈接在一起,形成最終的可執行程序。儘管 Go 包的構建過程看似簡單,但實際上蘊含着許多值得深入瞭解的細節。例如,當我們執行 go build 命令時,Go 編譯器是如何選擇需要編譯的源文件的?你可能會回答:“不就是通過文件名中的 ⌘ Read more
🧮 USERS:1 FEEDS:2 TWTS:1160 ARCHIVED:80963 CACHE:2541 FOLLOWERS:17 FOLLOWING:14
Kewbit posts bounty for QubesOS Haveno AppVM
Kewbit1 has posted a bounty2 for creating a hardened and secure QubesOS3 AppVM that can run Haveno4 with external Tor integration:
We are seeking a skilled developer or QubesOS enthusiast to create a hardened and secure AppVM (based on Debian 12 TemplateVM) [..] A bounty will be offered for this project upon successful completion. The exact value will depend on the quality and thoroughness of the deliverables.
Total ... ⌘ [Read more](https://monero.observer/kewbit-bounty-qubesos-haveno-appvm/)
[LTH] [Bounty] [0.1 XMR] Fix ‘[warn] Unparseable address in hidden service port configuration’ error
So I’ve been getting the above error on my TOR monero nodes, the nodes will start and work without issue (20+ nodes) but after X amount of hours all of them show the same “[warn] Unparseable address in hidden service port configuration.” this has only started in the last week, anyone else finding the same? Sometimes it recovers automatically others it will sit repeating the same error until rebooted where it will work again.
Lin … ⌘ Read more
deparei-me com isto no aliexpress e espero não ser o único que fica 🤔 com esta forma de abreviar
[47°09′37″S, 126°43′56″W] Raw reading: 0x673E1591, offset +/-1
🧮 USERS:1 FEEDS:2 TWTS:1159 ARCHIVED:80771 CACHE:2557 FOLLOWERS:17 FOLLOWING:14
Cuprate Meeting scheduled for 26 November 2024 1800 UTC
The next Cuprate Meeting is scheduled1 to take place on Tuesday, November 26 2024 at 18:00 UTC on IRC-Libera/Matrix2 in the #cuprate channels.
Agenda overviewCuprate is an effort to create an alternative Monero node implementation.
Greetings
Updates: What is everyone working on?
Project: What is next for Cuprate?
Any other business
The meeting’s moderator should be Boog9003. Consult the Cuprate co … ⌘ Read more
Community Workgroup Meeting scheduled for 23 November 2024 1600 UTC
The next Monero Community Workgroup Meeting is scheduled1 to take place on Saturday, 23rd 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 for the previous meeting are available on Monero Observer5.
_This is an ongoing story a … ⌘ Read more
Monero Research Lab meeting scheduled for 27 November 2024 1700 UTC
The next Monero Research Lab1 meeting is scheduled to take place on Wednesday, November 27th 2024 at 17:00 UTC on IRC-Libera/Matrix2 in the #monero-research-lab channels.
iOS 18.1.1 & iPadOS 18.1.1 Security Updates Released
Apple has issued iOS 18.1.1, iPadOS 18.1.1, iOS 17.2.2, and iPadOS 17.2.2, for iPhone and iPad users. These updates are relatively small but contain important security fixes, making the software updates important for users to install onto eligible devices. Separately, Apple also released MacOS Sequoia 15.1.1 with the same set of security patches, along with … [Read More](https://osxdaily.com/2024/11/19/ios-18-1-1-ipados-18-1- … ⌘ Read more
MacOS Sequoia 15.1.1 with Security Fixes Available Now
Apple has released MacOS Seqouia 15.1.1, a small software update focused on important security fixes for the Mac. No new features are included, but several actively exploited security issues are patched, making these important updates to install on your Apple devices. Separately, Apple has also released iOS 18.1.1 for iPhone, ipadOS 18.1.1 for iPad, visionOS … [Read More](https://osxdaily.com/2024/11/19/macos-sequoia-15-1-1- … ⌘ Read more
[47°09′12″S, 126°43′12″W] Reading: 1.23 Sv
Make Sure to Update: iOS 18.1.1 and macOS Sequoia 15.1.1 Fix Actively Exploited Vulnerabilities
The iOS 18.1.1, iPadOS 18.1.1, and macOS Sequoia 15.1.1 updates that Apple released today address JavaScriptCore and WebKit vulnerabilities that Apple says have been actively exploited on some devices.
With the J … ⌘ Read more
🧮 USERS:1 FEEDS:2 TWTS:1158 ARCHIVED:80759 CACHE:2552 FOLLOWERS:17 FOLLOWING:14
everoddandeven releases monerod-gui v1.0.2
everoddandeven1 has released Monero node manager monerod-gui 2 version 1.0.2 Tenacity 3 with multiple fixes and improvements:
UI fixes and improvements
Upgrade/install daemon fixes
Consult the Github repository2 for the complete changelog4, a demo and usage instructions.
To support further development of the Monerod Daemon GUI, transfer any amount of XMR to the projec … ⌘ Read more
@doesnm@doesnm.p.psf.lt up to you. I have mine to rotate at 1,000 twtxts. I have vomited over 400, so far. I have some way to go till rotation. :-D
Apple Seeds Third Beta of visionOS 2.2 to Developers With Ultrawide Mac Virtual Display
Apple today seeded the third beta of an upcoming visionOS 2.2 update to developers for testing purposes, with the beta coming a week after the second visionOS 2.2 beta.
visionOS 2.2 can be installed by going to the Software Update section of the Settings app … ⌘ Read more
eBPF on Go
本篇內容是根據 2021 年 10 月份#201 eBPF and Go[1] 音頻錄製內容的整理與翻譯eBPF(已有 7 年曆史)是一個可以在 Linux 內核中運行代碼的沙箱。它最初是一種構建防火牆的技術,隨着時間的推移不斷髮展,包含一系列新功能。本期大家討論了 eBPF 的起源及其工作原理,並深入研究了一些實際用例。雖然 eBPF 程序本身不是用 Go(更像 C)編寫的,但我們將瞭解如何從 ⌘ Read more
🧮 USERS:1 FEEDS:2 TWTS:1157 ARCHIVED:80751 CACHE:2550 FOLLOWERS:17 FOLLOWING:14
[WTS] [EU] [0.1 XMR] LycaMobile Germany +49 ready to use
LycaMobile SIM card without credit. Can be used immediately after topping up, no registration required. Please inquire about shipping outside the EU.
Link: https://xmrbazaar.com/listing/bTW7/
75UN3HCW (Threema) ⌘ 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
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
[47°09′50″S, 126°43′52″W] Raw reading: 0x6739A281, offset +/-1
🧮 USERS:1 FEEDS:2 TWTS:1156 ARCHIVED:80715 CACHE:2527 FOLLOWERS:17 FOLLOWING:14
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
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.
https://repo.getmonero.org/DiosDelRayo/, vthor (IRC/Libera) ↩
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.
Opened (8)
monero-project/monero
:
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
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.
Enabling Type to Siri is straightforward. Head to Settings -> Apple Intelligence & Siri, tap Talk & Type to Siri, and make sure th … ⌘ Read more
🧮 USERS:1 FEEDS:2 TWTS:1155 ARCHIVED:80531 CACHE:2518 FOLLOWERS:17 FOLLOWING:14
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
woodser releases Haveno v1.0.14
woodser1 has released Haveno2 version 1.0.143 with various bug fixes.
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.
Monero Observer Artistic Saturday Top 5 - Week 46, 2024
Previous Artistic Saturday weekly reports can be found in the [art] 1 section.
[47°09′50″S, 126°43′48″W] Reading: 1.17000 PPM
🧮 USERS:1 FEEDS:2 TWTS:1154 ARCHIVED:80495 CACHE:2515 FOLLOWERS:17 FOLLOWING:14
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
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
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
🧮 USERS:1 FEEDS:2 TWTS:1153 ARCHIVED:80482 CACHE:2520 FOLLOWERS:17 FOLLOWING:14
[WTB] [NY/Miami] Monero with cash
Those interested in selling their Monero(XMR) for cash please message me. Cities of interest: 1. New York 2. Miami. But open to worldwide transactions.
Link: https://farside.link/libreddit/r/Monero/comments/1gr9xzb/
/u/Legitequities (Reddit) ⌘ 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:
Work overviewLast 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.
”`
Reviews:
- ringct: add operator!= for key #9556
- p2p: allow comments in banlist files #9558
- c … ⌘ 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!
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
Go 編譯的幾個細節,連專家也要停下來想想
在 Go 開發中,編譯相關的問題看似簡單,但實則蘊含許多細節。有時,即使是 Go 專家也需要停下來,花時間思考答案或親自驗證。本文將通過幾個具體問題,和大家一起探討 Go 編譯過程中的一些你可能之前未曾關注的細節。 注:本文示例使用的環境爲 Go 1.23.0、Linux Kernel 3.10.0 和 CentOS 7.9。Go 編譯默認採用靜態鏈接還是動態鏈接?————— ⌘ Read more
🧮 USERS:1 FEEDS:2 TWTS:1152 ARCHIVED:80475 CACHE:2518 FOLLOWERS:17 FOLLOWING:14
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.
[WTS] [$1.5K USD] Encrypted Graphene OS Pixels Fully Setup
PIXEL 6, 6a, 6 Pro, 7a, 7, 7 Pro, 8a, 8 Pro
Link: https://moneromarket.io/listing/e6cd0a03-238b-434f-9a25-382e8da30725
u/Encrypto84 (MoneroMarket.io) ⌘ Read more
everoddandeven releases monerod-gui v1.0.0 ‘Tenacity’
everoddandeven1 has announced2 the first stable release (v1.0.0 Tenacity 3) of Monero node manager monerod-gui 4:
Changes overviewRPM package now available. Donations are appreciated, including to the bounty5 for this project
Add WOW donations
Get battery level implementation
Optimize rpc traffic
RPM build workflow implementation
Linux fixes [..]
Consult the Github repos … ⌘ Read more
Cost-Effective DART-MX91 SoM with 1.4GHz NXP i.MX 91 Processor Available from $35
Variscite has introduced the DART-MX91 System on Module, a compact and cost-effective solution within the DART Pin2Pin family, targeting edge devices for IoT, smart cities, industrial applications, and more. Powered by a 1.4 GHz Cortex-A55 NXP i.MX 91 processor, the DART-MX91 supports up to 2GB of LPDDR4 memory and offers eMMC storage options ranging from […] ⌘ Read more
🧮 USERS:1 FEEDS:2 TWTS:1151 ARCHIVED:80389 CACHE:2498 FOLLOWERS:17 FOLLOWING:14
Cuprate Meeting scheduled for 19 November 2024 1800 UTC
The next Cuprate Meeting is scheduled1 to take place on Tuesday, November 19 2024 at 18:00 UTC on IRC-Libera/Matrix2 in the #cuprate channels.
Agenda overviewCuprate is an effort to create an alternative Monero node implementation.
Greetings
Updates: What is everyone working on?
Project: What is next for Cuprate?
Any other business
The meeting’s moderator should be Boog9003. Consult the Cuprate co … ⌘ Read more
Haveno adds support for USDT
woodser1 has released Haveno2 version 1.0.133 with support for Tether (USDT)4, various improvements, updates, and bug fixes.
”`
Support USDT (ERC20 & TRC20)
Refactor tabs for simplicity
Update Tails script to retry download using wget
Improve backup recovery if wallet cache is corrupt
Fix sorting Buy or Sell XMR > Amount column
Update price nodes to support USDT
Other stability improvements and bug fixes [..]
... ⌘ [Read more](https://monero.observer/haveno-v1.0.13-released-support-tether-usdt/)
“
j-berman posts CCS progress report after 397 hours of dev work
j-berman1 has published a second progress report2 for his full-time 2024 (part 8) Monero/Seraphis dev work CCS proposal3:
Work overviewGoals for the remainder of the CCS: Enable starting to build the tree from a wallet’s arbitrary restore height, rather than require sync from genesis.
”`
- Implemented building the tree for fcmp++ in wallet2
- Fixed the migration code to resize the db … ⌘ Read more”`
Apple Continues to Prepare for Next-Generation CarPlay in iOS 18.2 Beta
It has been nearly two and a half years since Apple first previewed next-generation CarPlay at WWDC 2022, and it has still yet to become available in any vehicles. Fortunately, though, Apple continues to work on the software system.
Within the co … ⌘ Read more
Apple Vision Pro 2 With M5 Chip May Not Launch Until 2026
Apple’s second-generation Vision Pro headset with the M5 chip could launch as late as 2026, according to Bloomberg’s Mark Gurman.
In the latest edition of his [“Power On” newsletter](https://www.bloomberg.com/news/newsletters/2024-11-10/apple-s-expansion-plan-glasses-home-devices-mixed-real … ⌘ Read more
🧮 USERS:1 FEEDS:2 TWTS:1150 ARCHIVED:80371 CACHE:2512 FOLLOWERS:17 FOLLOWING:14
nahuhh releases ‘basicswap-bash’ v0.14.1
nahuhh (ofrnxmr)1 has released basicswap-bash 2 version 0.14.13:
Changes overviewA suite of bash scripts to install and manage BasicSwapDEX on Windows(WSL)/Debian/Ubuntu/Arch/Fedora
* placeorders: use python to check offer size
* setup: update tails
* fix $PATH detection
* fix restore from seed
* install: xfce .profile use in .xsessionrc
Installation instructions are available on the Github release page3.
… ⌘ Read more
🧮 USERS:1 FEEDS:2 TWTS:1149 ARCHIVED:80357 CACHE:2530 FOLLOWERS:17 FOLLOWING:14
Monero Dev Activity Report - Week 45 2024: 18 PRs, 12 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 (13)
monero-project/monero
:
MoneroKon 2025 Planning Meeting scheduled for 16 November 2024 1700 UTC
The next MoneroKon 2025 Planning Meeting 1 is scheduled to take place on Saturday, November 16th 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 on Monero Observer4.
_Note that the upcoming event will take place in Prague on June 20-22 20 … ⌘ Read more
rottenwheel publishes ‘Revuo Monero’ Issue href=”https://txt.sour.is/search?q=%23217”>#217**
rottenwheel1 has published Issue #2172’3 of the weekly Revuo Monero audience-funded newsletter, which covers October 31-7 November 2024 news:
Recent News
Upcoming Events
CCS Proposals
Price & Blockchain Stats
Volunteer Opportunities
Support
To support Revuo Monero, you can contribute XMR to the address listed in the footer of each issue and on the Support 4 page.
MoneroKon 2025 event to be held June 20-22 in Prague at La Fabrika/Second Culture
The fifth edition of the Monero Konferenco 1 annual meeting is set2 to take place place in Prague, Czech Republic on June 20-22 at the La Fabrika/Second Culture 3 venue (previously known as Paralelni Polis):
Save the date: MoneroKon will be held 20th - 22nd June 2025 [..] Sign up to our mailing list to be notified when tickets go on sale
The previous conference was also held in Pragu … ⌘ Read more
🧮 USERS:1 FEEDS:2 TWTS:1148 ARCHIVED:80344 CACHE:2539 FOLLOWERS:17 FOLLOWING:14
jeffro256 posts September-October 2024 Monero/Carrot dev update
jeffro2561 has posted the first progress report (M1/September-Otcober 2024)2 for their Monero/Carrot3 dev work CCS proposal4:
I spent a lot of time recently refactoring the design of the Carrot implementation to make it well documented and clear, as well as highly reusable. I also spent a lot of time removing dependencies so that it’s ready to be quickly parsed by future impleme … ⌘ Read more
Monero Observer Artistic Saturday Top 5 - Week 45, 2024
Previous Artistic Saturday weekly reports can be found in the [art] 1 section.
Gingeropolous submits CCS proposal to upgrade ‘Monero Research Computing’ cluster
Gingeropolous1 has submitted a new CCS proposal2 looking to upgrade their Monero Research Computing cluster by installing 1TB of RAM3 to a new Epyc server:
This proposal is for funds for me to purchase 1 TB of ram to install in a new 2x 7h12 server (256 threads!) so monero researchers can stop fiddling with memory constraints when working or waiting for … ⌘ Read more
@eapl.me@eapl.me here are my replies (somewhat similar to Lyse’s and James’)
Metadata in twts: Key=value is too complicated for non-hackers and hard to write by hand. So if there is a need then we should just use #NSFS or the alt-text file in markdown image syntax

if something is NSFWIDs besides datetime. When you edit a twt then you should preserve the datetime if location-based addressing should have any advantages over content-based addressing. If you change the timestamp the its a new post. Just like any other blog cms.
Caching, Yes all good ideas, but that is more a task for the clients not the serving of the twtxt.txt files.
Discovery: User-agent for discovery can become better. I’m working on a wrapper script in PHP, so you don’t need to go to Apaches log-files to see who fetches your feed. But for other Gemini and gopher you need to relay on something else. That could be using my webmentions for twtxt suggestion, or simply defining an email metadata field for letting a person know you follow their feed. Interesting read about why WebMetions might be a bad idea. Twtxt being much simple that a full featured IndieWeb sites, then a lot of the concerns does not apply here. But that’s the issue with any open inbox. This is hard to solve without some form of (centralized or community) spam moderation.
Support more protocols besides http/s. Yes why not, if we can make clients that merge or diffident between the same feed server by multiples URLs
Languages: If the need is big then make a separate feed. I don’t mind seeing stuff in other langues as it is low. You got translating tool if you need to know whats going on. And again when there is a need for easier switching between posting to several feeds, then it’s about building clients with a UI that makes it easy. No something that should takes up space in the format/protocol.
Emojis: I’m not sure what this is about. Do you want to use emojis as avatar in CLI clients or it just about rendering emojis?
使用 Go 構建 Web 應用:MVC 模式、Gin 框架、GORM 和 JWT
在本文中,我們將使用 Go 編程語言構建一個 Web 應用程序,利用 Gin 框架進行路由,GORM 進行數據庫交互,並使用 JWT(JSON Web Tokens)進行身份驗證。應用程序將採用 MVC(模型 - 視圖 - 控制器)設計模式,以促進關注點的清晰分離。前置條件—-在開始之前,請確保您具備以下條件:已在您的計算機上安裝 Go(版本 1.16 或更高)。 已設置 Postgre ⌘ Read more
🧮 USERS:1 FEEDS:2 TWTS:1147 ARCHIVED:80339 CACHE:2544 FOLLOWERS:17 FOLLOWING:14
geonic submits CCS proposal for MoneroTopia 2024 marketing campaign
geonic1 has submitted a CCS proposal2 looking to run a marketing and publicity campaign for the upcoming MoneroTopia3 event that will take place between November 14-17 in Mexico City:
As discussed in the previous community meeting, I am proposing that we spend the unused funds from the last Monero Outreach CCS4 on marketing & publicity for Monerotopia 2024, which starts ne … ⌘ Read more
On my blog: Real Life in Star Trek, Time’s Arrow, part 1 https://john.colagioia.net/blog/2024/11/07/time-s-arrow-1.html #scifi #startrek #closereading
Announcing Kyverno release 1.13!
Project post originally published on the Kyverno blog Kyverno 1.13 released with Sigstore bundle verification, exceptions for validatingAdmissionPolicies, new assertion trees, generate enhancments, enhanced ValidatingAdmissionPolicy and PolicyException support, and tons more! Wednesday, October 30, 2024 Kyverno… ⌘ Read more
T Display S3 AMOLED Plus with Enhanced 1.91″ Display and Real Time Clock
The T-Display S3 AMOLED Plus is an upgraded development board based on the ESP32-S3 microcontroller with a dual-core LX7 processor. It features a 1.91″ AMOLED display with a 240×536 resolution, using RM67162 IPS AMOLED technology for sharp colors and full viewing angles with QSPI interface support. Similar to the LILYGO T4 S3 launched last year, […] ⌘ Read more
🧮 USERS:1 FEEDS:2 TWTS:1146 ARCHIVED:80323 CACHE:2540 FOLLOWERS:17 FOLLOWING:14
Unstoppable Domains introduces personalized .XMR onchain domains
Unstoppable Domains 1 has announced2 the launch of personalized .XMR 3 onchain domains that can be used instead of long wallet addresses, seemingly in collaboration with Cake Wallet and the Monero project:
In partnership with @monero and @cakewallet, we’re making $XMR payments more secure and private. [..] .XMR domains let you transact securely on Monero and streamline payments in … ⌘ Read more
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
[47°09′22″S, 126°43′11″W] Reading: 1.31000 PPM
🧮 USERS:1 FEEDS:2 TWTS:1145 ARCHIVED:80310 CACHE:2546 FOLLOWERS:17 FOLLOWING:14
‘The Aloha Project’ announces new Haveno mainnet instance with zero fees
alohamarkus1 from The Aloha Project 2 has announced3 the launch of Haveno Aloha 4, a new public Haveno instance running on Monero’s main network that apparently doesn’t charge any fees:
So I have been working on an ‘alternate’ network [..] it’s out now on mainnet but should require some testing, if anyone wants to help? [..] we have generous sponsors, that means haveno-aloh … ⌘ 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.
[47°09′40″S, 126°43′30″W] Raw reading: 0x672A08C1, offset +/-1
Golang 策略設計模式
本文主要介紹了在 Golang 中實現策略設計模式(Strategy Design Pattern)的方法和優勢。策略設計模式是一種用於處理多種相似算法或行爲的設計模式,允許在運行時動態切換算法。原文: Strategy Design Pattern in Golang[1]假設有一個名爲 PaymentStrategy 的接口,包含一個名爲 Pay() 的方法,有兩種名爲 CreditCar ⌘ Read more
🧮 USERS:1 FEEDS:2 TWTS:1144 ARCHIVED:80292 CACHE:2571 FOLLOWERS:17 FOLLOWING:14
Cuprate Meeting scheduled for 12 November 2024 1800 UTC
The next Cuprate Meeting is scheduled1 to take place on Tuesday, November 12 2024 at 18:00 UTC on IRC-Libera/Matrix2 in the #cuprate channels.
Agenda overviewCuprate is an effort to create an alternative Monero node implementation.
Greetings
Updates: What is everyone working on?
Project: What is next for Cuprate?
Any other business
The meeting’s moderator should be Boog9003. Consult the Cuprate co … ⌘ Read more
hinto-janai completes third milestone for Cuprate CCS proposal
hinto-janai1 has completed2 the third milestone for their latest CCS proposal3 to work full-time on Cuprate 4 development:
Work overviewCompleting milestone 1 & 2 will likely take longer than expected. I am conservatively estimating this CCS will take ~30 days longer than originally expected to complete, ETA end of December.
Lints: integrated for all of Cuprate's librarie ... ⌘ [Read more](https://monero.observer/hinto-janai-completes-third-milestone-cuprate-ccs-proposal/)
[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
🧮 USERS:1 FEEDS:2 TWTS:1143 ARCHIVED:80280 CACHE:2583 FOLLOWERS:17 FOLLOWING:14
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
🧮 USERS:1 FEEDS:2 TWTS:1142 ARCHIVED:80274 CACHE:2580 FOLLOWERS:17 FOLLOWING:14
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
[47°09′19″S, 126°43′07″W] Reading: 1.97 Sv
[47°09′24″S, 126°43′48″W] Reading: 1.64 Sv
🧮 USERS:1 FEEDS:2 TWTS:1141 ARCHIVED:80263 CACHE:2576 FOLLOWERS:17 FOLLOWING:14
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