Searching txt.sour.is

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

Cake Labs releases Cake Wallet v4.23.2, Monero.com v1.20.2
Cake Labs1 has released Cake Wallet version 4.23.22 with a Monero Android crash fix, Zano and Ethereum enhancements, Ledger bugfixes and UI improvements:

We’re excited to announce the latest update, which brings a host of enhancements to improve performance, security, and user experience.3

Changes overview

”`

  • Significant improvements to Zano functionality
  • Enhanced Ethereum integration with improve … ⌘ Read more”`

⤋ Read More
In-reply-to » Today is an important day. We have a new extension: Direct message 🪇🗨️🚀🥳❤️ https://twtxt.dev/exts/direct-message.html #twtxt

@arne@uplegger.eu Hi! I love that you’re implementing it! Maybe, when we’re both done, we could test the clients by communicating both.
I don’t think I’m going to be able to help you much, my knowledge of OpenSSL and PHP is not as high as I’d like it to be.
Maybe the OpenSSL version uses SHA-1 by default in PHP. Or that the IV is derived together with the key (not generated separately). But I’m not able to answer your questions, sorry.
I’m invoking the commands directly, without any libraries in between. Maybe that would help you?

⤋ Read More
In-reply-to » @andros I have really tried to get behind it. For an implementation for my TwtxtReader (PHP) I simply lack the knowledge of the standard-openssl parameters. All my solution approaches require “nonce” or “initialization vector” on one or the other side. In addition, the “magic numbers” (“Salted__”) were not consistent in my tests.

@arne@uplegger.eu Well, just for my understanding. The command:
echo "Lorem ipsum" | openssl enc -aes-256-cbc -pbkdf2 -iter 100000 -out message.enc -pass file:shared_key.bin
will take the input string from echo to openssl. It then will

  1. use the content of shared_key.bin as password
  2. use PBKDF2 with an iteration of 100000 to generate a encryption key from the given password (shared_key.bin)
  3. use the PBKDF2 generated key for an aes-256-cbc encryption

The final result is encrypted data with the prepended salt (which was generated by runtime), e.g.: Salted__q�;��-�T���"h%��5�� ....

With a dummy script I now can generate a valide shared key within PHP ‘openssl_pkey_derive()’ - identical to OpenSSL.
I also can en-/decrypt salted data within my script, but not with OpenSSL. There are several parameters of PBKDF2 unknown to me.

Question:

  1. Is the salt, used by aes-256-cbc and PBKDF2 the same, prepended in the encrypted data?
  2. Witch algorithm/cipher is used within PBKDF2: sha1, sha256, …?
  3. What is the desired key length of PBKDF2 (https://www.php.net/manual/en/function.openssl-pbkdf2.php)?

To be continued …

⤋ Read More

Meeting summary: Monero Research Lab, 19 February 2025
This is a comprehensive summary, with added reference links, of the MRL meeting1 from February 19th 2025, 1700 UTC.

Logs

The raw, unedited, full log file for this meeting:

250219-mrl.log (168 lines)

Summary

Note: it is possible that some relevant information may be missing from this summary; read the full log file for the complete, unedited discussion.

⤋ Read More

iPhone 16e Released by Apple
Apple has released a new entry level model iPhone, dubbed iPhone 16e. The iPhone 16e replaces the iPhone SE in the lineup, and introduces a modernized design along with some nice updated features for a low-end model, along with a higher price tag. iPhone 16e includes a 6.1″ OLED display with PWM (replacing the 4.7″ … Read MoreRead more

⤋ Read More

iPhone 16e is Equipped With 8GB of RAM for Apple Intelligence
Apple never publicly advertises the amount of RAM included in iPhones, but MacRumors has confirmed that the iPhone 16e is equipped with 8GB of RAM.

Image

Given the iPhone 16e supports Apple Intelligence, it was widely expected that the device would have 8GB of RAM, as that is the minimum amount of memory required for … ⌘ Read more

⤋ Read More

使用 Go 構建可擴展的 WebAssembly 應用
Go 1.24 通過新增 go:wasmexport 指令和構建 WASI 反應器(Reactor)的能力,顯著增強了其 WebAssembly(Wasm)支持。這些特性使開發者能夠將 Go 函數導出到 Wasm 模塊,實現與 Wasm 主機的深度集成,拓展了 Go 在 Wasm 應用開發中的可能性。WebAssembly 與 WebAssembly 系統接口(WASI)————- ⌘ Read more

⤋ Read More

golang 每日一庫之 govalidator
govalidator 是一個用 Go 語言編寫的輕量級的驗證庫,提供了豐富的驗證和清理功能,主要用於驗證和清理用戶輸入的數據(如表單數據、API 請求的 JSON 數據等)。它支持常見的數據驗證功能,如電子郵件、URL、IP 地址、信用卡號等的驗證,同時也支持自定義驗證規則。1. 安裝你可以通過 go get 來安裝 govalidator:go get github.com/asaskevic ⌘ Read more

⤋ Read More

Go 中的實時批處理: 高效數據處理的藝術
開篇:當實時性遇見批量處理 ————–在處理大量數據時,我們通常面臨兩個選擇:單條處理 和 批量處理。前者處理及時,但系統開銷大;後者吞吐量高,但可能增加延遲。那麼,有沒有一種方式能兼顧兩者的優勢?答案是——實時批處理(Real-time Batching)。爲什麼選擇 Go? ————-1.1 天生爲併發而生Go 的 Goroutine 和 Channel 機 ⌘ Read more

⤋ Read More

John Foss publishes ‘The Monero Moon’ Issue href=”https://txt.sour.is/search?q=%2377”>#77**
John Foss1 has published Issue #772 of The Monero Moon curated newsletter:

Explore the latest edition for an update on all the latest Monero (XMR) news, developments, and entertainment! [..] If you enjoy the newsletter and want more of this content, shout me a beer by donating some spare Monero you didn’t lose in your boating accident. I’m completely independent and rely solely on donations, with no sponsorship. A massive thank yo … ⌘ Read more

⤋ Read More

jeffro256 posts January 2024 Monero/Carrot dev update
jeffro2561 has posted the first progress report (M1/January 2025)2 for their Monero/Carrot3 dev work CCS proposal4:

I spent a lot of time reviewing / debugging the upcoming release v0.18.4.0 build. I would like to post more details about this for transparency, but some of it involves vulnerability work, so I will hold off for now. I plan to publish reports about this eventually.

Work overview

… ⌘ Read more

⤋ Read More

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

Agenda overview (unconfirmed)
  • Updates
  • Prize contest to optimize some FCMP cryptography code3
  • FCMP research progress status4
  • Fluffy blocks efficiency improvements
  • Research on subnet deduplication for peer selectio … ⌘ Read more

⤋ Read More

Rucknium completes second milestone for statistical research CCS proposal
Rucknium1 has completed2 the second milestone for their latest CCS proposal to conduct statistical research to improve Monero’s privacy 3:

I have completed Milestone 2. [..] With @Boog900, investigated the empirical privacy impact of suspected spy nodes and organized a public campaign to urge Monero node operators to ban suspected spy nodes from connecting to their no … ⌘ Read more

⤋ Read More
In-reply-to » You have a microwave oven at home, right?

I’m surprised, here you can’t find dial controls anymore. How old are your ovens? The last one my parents had was from the 90s.

I was amazed experimenting with different combinations, for instance instead of 100, using 60 for a minute, 90 for 1:30, and stupid stuff like heating with 11, 22, 55 seconds and so, to make it quicker to type any time.

⤋ Read More

golang 面試官:for select 時,如果通道已經關閉會怎麼樣?如果只有一個 case 呢?
今天咱們聊點技術性的東西,具體說一下 Go 語言中的 for select 語句,特別是在面試中經常被問到的兩個問題。題目 1:for select 語句中,如果通道已經關閉了,會怎麼樣?這道題乍一聽簡單,但其實是面試官最喜歡用來考察你是否真正理解 Go 中通道機制的題目之一。假設你在寫一個需要從通道讀取數據的程序,然後突然有人關了通道,你會怎麼處理?程序會怎麼樣?如果你把這個問題想得很簡單,你可 ⌘ Read more

⤋ Read More

Cuprate Meeting scheduled for 25 February 2024 1800 UTC
The next Cuprate Meeting is scheduled1 to take place on Tuesday, February 25 2025 at 18:00 UTC on IRC-Libera/Matrix2 in the #cuprate channels.

Cuprate is an effort to create an alternative Monero node implementation.

Agenda overview
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

⤋ Read More

Bloody hell 🤦‍♂️🤦‍♂️

$ jq -r --arg host "gopher.mills.io" '. | select(.request.host==$host) | "\(.request.client_ip) \(.request.uri) \(.request.headers["User-Agent"])"' mills.io.log-au | while IFS=$' ' read -r ip uri ua; do asn="$(geoip -a "$ip")"; echo "$asn $ip $uri $ua"; done | grep -E '^45102.*' | sort | head
45102 47.251.70.245 /gopher.floodgap.com/0/feeds/democracynow/2015/Oct/14/0 ["Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"]
45102 47.251.84.25 /gopher.floodgap.com/0/feeds/voaheadlines/2014/Mar/09/voanews.com-content-article-1867433.html ["Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"]
45102 47.82.10.106 /gopher.viste.fr/1/OnlineTools/hangman.cgi%3F0692937396569A52972EB2 ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.43"]
45102 47.82.10.106 /gopher.viste.fr/1/OnlineTools/hangman.cgi%3F9657307A96569A52974634 ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.43"]
45102 47.82.10.106 /gopher.viste.fr/1/OnlineTools/hangman.cgi%3FB7571C7896569A529E6603 ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.43"]
45102 47.82.10.106 /gopher.viste.fr/1/OnlineTools/hangman.cgi%3FB75EF81296569A529E6617 ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.43"]
45102 47.82.10.106 /gopher.viste.fr/1/OnlineTools/hangman.cgi%3FC6564ADB96569A5A9E660C ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.43"]

⤋ Read More

Go 1-24 的 omitzero:JSON 處理的福音
使用 omitempty 忽略 JSON 中的可選字段 (Go 1.24 之前)——————————————當你有一個要轉換爲 JSON 的結構體時,你可能有一些字段是可選的。例如,我們採用以下結構體:type Response struct { ID        string    json:“id” // 其他字段省略 UpdatedA ⌘ Read more

⤋ Read More

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

This meeting’s chairperson will probably be r​brunner72 and the agenda should include various topics: Seraphis3/JAMTIS4, FCMPs5, and other long-term Monero development issues.

Logs for the previous meeting are available on Monero Observer[6]( … ⌘ Read more

⤋ Read More

rottenwheel publishes ‘Revuo Monero’ Issue href=”https://txt.sour.is/search?q=%23227”>#227**
rottenwheel1 has published Issue #22723 of the weekly Revuo Monero audience-funded newsletter, which covers February 9 - 16 2025 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.

Join the Revuo XMPP MUC5 and Matri … ⌘ Read more

⤋ Read More

plowsof posts second progress report for fifth CCS coordinator term
plowsof1 has submitted a second progress report2 after working for almost 5 months during their fifth term as CCS coordinator3:

Although 86~ days have passed since the last milestone completion, i’ve been performing my duties / fulfilling my hourly commitments - lack of good time management has lead to there being too many loose ends (especially for -site) and meeting attendance coul … ⌘ Read more

⤋ Read More

Monero Dev Activity Report - Week 7 2025: 40 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 (40, 3:2:35)

Opened (3)

monero-project/monero:

  • #97951 tests: Speed up p2p reorg test (iamamyth)
  • #97982 CoC: do not allow Maintainers to tag releases, unless core is not available within a reasonable time (tobtoht)

monero-proj ... ⌘ [Read more](https://monero.observer/monero-dev-activity-report-week-7-2025/)

⤋ Read More

You have a microwave oven at home, right?

You can type 3 and 0 for 30 seconds, 100 for a minute (shown as 1:00), or 200 for two minutes (2:00).

What would happen if you type 777 and Start?
A) Nothing
B) Self-destruction
C) Will run for 7 minutes and 77 seconds (boring!)

What about 7777 ?

⤋ Read More

MoneroKon 2025 Planning Meeting scheduled for 22 February 2025 1700 UTC
The next MoneroKon 2025 Planning Meeting 1 is scheduled to take place on Saturday, February 22nd 2025 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

⤋ Read More

acx releases first beta for Mysu Wallet fork ‘Monfluo’
acx1 has announced2 the first beta release of Monfluo 3 (v0.6.04) - a pure Monero wallet for Android that was forked from Mysu Wallet5 last year:

Monfluo is a fork of Mysu (previously known as MyNero) originally developed by pokkst. Mysu was a fork of Monerujo developed by m2049r. [..] There are no unique features (except the lack of features), it is a very simple wallet for minimalists. There is no su … ⌘ Read more

⤋ Read More

Community Workgroup Meeting scheduled for 15 February 2025 1600 UTC
The next Monero Community Workgroup Meeting is scheduled1 to take place on Saturday (today), 15th of February 2025 at 16:00 UTC, in the #monero-community 23 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 … ⌘ Read more

⤋ Read More

Monero Observer Artistic Saturday Top 5 - Week 7, 2025
Previous Artistic Saturday weekly reports can be found in the [art] 1 section.

5 - ‘Perfect time to invest in Monero’ graphic (by gnuteardrops2)

Image

4 - ‘You have the private key to my heart’ Monerochan (by kenzeezy3)

![‘You have the private key to my heart’ Monerochan](/assets/img/art/25-7/you-hav … ⌘ Read more

⤋ Read More

@andros@twtxt.andros.dev it seems your GtS has issues:

Warning! It looks like trusted-proxies is not set correctly in this instance’s configuration. This may cause rate-limiting issues and, by extension, federation issues.

If you are the instance admin, you should fix this by adding 10.66.66.1/32 to your trusted-proxies.

⤋ Read More

jeffro256, SNeedlewoods CCS proposals fully funded
jeffro256’s full-time development 2025Q1 1 and SNeedlewoods’s part-time dev work 2 CCS proposals were fully funded today, with help from the Monero General Fund3:

jeffro256:
 * 114 XMR raised in 19 contributions (38 XMR sent from GF)

SNeedlewoods:
 * 23 XMR raised in 14 contributions (7.67 XMR sent from GF)

To learn more about the two proposals, consult the previous Monero Observer reports4’[ … ⌘ Read more

⤋ Read More

SECO Pi Vision 10.1 Brings Modular Industrial HMI with Raspberry Pi CM5
SECO S.p.A. and Raspberry Pi Ltd have introduced the SECO Pi Vision 10.1 CM5, an HMI solution powered by the Raspberry Pi Compute Module 5, debuting at embedded world 2025 from March 11-13 in Nuremberg. This modular system combines SECO’s hardware and IoT expertise with Raspberry Pi’s technology for industrial automation, smart retail, and transportation. […] ⌘ Read more

⤋ Read More

Go 語言中如何高效地處理集合
在 Go 語言中,處理集合(如切片、映射等)時,可以通過多種方式提高效率。以下是一些常見的高效處理集合的方法,結合詳細的代碼例子進行講解。1. 使用切片(Slice)代替數組切片是 Go 中常用的集合類型,它比數組更靈活,因爲切片的長度是可變的。package mainimport “fmt”func main() { // 創建一個切片 numbers := []int{1, 2, ⌘ Read more

⤋ Read More

ESP32-S3 IR Thermal Imaging Camera Module with Wi-Fi and Bluetooth Connectivity
Waveshare recently launched the ESP32-S3 IR Thermal Imaging Camera Module which is a wireless infrared thermal imaging device based on the ESP32-S3-WROOM-1 chip. Designed with a compact form factor of 29 × 29mm, this module is intended for applications such as thermal monitoring, security surveillance, and industrial diagnostics.   The product page does not mention […] ⌘ Read more

⤋ Read More

woodser releases monero-cpp v0.8.13, monero-java v0.8.36, monero-ts v0.11.3
woodser1 has just released new versions for three Monero libraries: monero-cpp v0.8.132, monero-java v0.8.363, and monero-ts v0.11.34:

Changes overview


monero-cpp:
-Support wallet->get_default_fee_priority()
-Fix building sample_code.cpp on Linux
-Update instructions to use unbound v1.22.0
-Update instructions to use boost v1.85.0
-Update build ... ⌘ [Read more](https://monero.observer/woodser-releases-monero-cpp-v0.8.13-monero-java-v0.8.36-monero-ts-v0.11.3/)

⤋ Read More

reviewing logs this morning and found i have been spammed hard by bots not respecting the robots.txt file. only noticed it because the OpenAI bot was hitting me with a lot of nonsensical requests. here is the list from last month:

i have placed some middleware to reject these for now but it is not a full proof solution.

⤋ Read More

10 Unbelievable Advertising Fiascoes
For various reasons, product advertisements sometimes go awry in a big way. A case in point: Budweiser Light’s ad campaign featuring transgender influencer Dylan Mulvaney resulted in a boycott that cost the company almost 1.5 billion dollars, as customers switched from Bud Light to competitors’ brands. As Harvard Business Review points out, companies learned that […]

The post [10 Unbelievable Advertising Fiascoes](https://listverse.com/2025/02/12/10-unbeliev … ⌘ Read more

⤋ Read More

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

Agenda overview (unconfirmed)
  • Updates
  • Prize contest to optimize some FCMP cryptography code3
  • Research on subnet deduplication for peer selection to reduce spy node risk4
  • AOB

This meeting’s chairperson should be Ru … ⌘ Read more

⤋ Read More

v1docq47 posts December 2024 - January 2025 CCS progress report
v1docq471 has posted the first progress report (December 2024 - January 2025)2 for his latest CCS proposal3 to do Russian voice-over work and transcribe Monero content:

Although our proposal is still in ‘Funding Required’ stage, we did not sit idle, we worked according to the planned milestones. In addition, due to the prolonged funding stage (PR merged ~63 days ago), we additionally place … ⌘ Read more

⤋ Read More

John Foss publishes ‘The Monero Moon’ Issue href=”https://txt.sour.is/search?q=%2376”>#76**
John Foss1 has published Issue #762 of The Monero Moon curated newsletter:

Explore the latest edition for an update on all the latest Monero (XMR) news, developments, and entertainment! [..] If you like the newsletter and want more of this content, then shout me a round of beers by donating some spare Monero you didn’t lose during your boating accident.

The publication includes news about:

  • Development, Releases, and Technology … ⌘ Read more

⤋ Read More

FiatDemise’s XMRChat CCS proposal ready for funding
FiatDemise1’s CCS proposal2 to retroactively fund the XMRChat 3 project is ready for funding:

Funding needed: 114 XMR

To support this proposal, you can donate any XMR amount to the address listed on its Gitlab Funding Required 2 page.

It is worth noting that 70.56 XMR has already been transferred to this CCS; the funds were repurposed from the TipXMR project, as planned4.

Consult the p … ⌘ Read more

⤋ Read More

PSA: Latest Software Updates Enable Apple Intelligence on Some Mac, iPhone, iPad
Many Mac, iPhone, and iPad users are discovering that installing the latest available system software updates of MacOS Sequoia 15.3.1, iOS 18.3.1, and iPadOS 18.3.1 will automatically enable Apple Intelligence, even if the feature has been disabled before. While this doesn’t happen to everyone, some Mac, iPhone, and iPad users are seeing an Apple Intelligence … [Read More](htt … ⌘ Read more

⤋ Read More
In-reply-to » Excellent article where you reflect on why it is important to write in your blog, even knowing that nobody will read it. https://andysblog.uk/why-blog-if-nobody-reads-it/ At least this article does.

@andros@twtxt.andros.dev The article is a good reminder of the true blogging mindset. But let’s try to think beyond. 2 ideas: (1) writing “forces clarity, structures your thoughts, sharpens your perspective”. But it also generates thoughts in the sense of Heinrich von Kleist (1805). (2) You’re writing for “the future you, one right person, one day” but you are also writing for the AI. The idea of AI as an audience.

⤋ Read More

selsta posts January 2025 Monero dev report
selsta1 has posted a monthly CCS progress report2 for January 2025, which includes several Monero dev updates.

Milestone 2:
* Most time was spent on v0.18.4.0
 * I also created a to-do list that shows the current status
* Removed old debug code that we used to verify the difficulty code
 (this could speed up sync times)
* Hackerone conflict resolution

Note that misc work is not explicitly mentioned in these updates. The full … ⌘ Read more

⤋ Read More

Boog900 submits CCS proposal for 4 months of full-time Cuprate dev work
Boog9001 has submitted a new CCS proposal2 looking to continue full-time development work on Cuprate 3 for 3 months and also get compensated for January work:

I will work for 3 months on Cuprate with an initial focus on releasing an alpha cuprated [..] I plan to work on what I think is best to advance the project. I am also asking for payment for the hours I worked in January. \ … ⌘ Read more

⤋ Read More

Cuprate Meeting scheduled for 18 February 2024 1800 UTC
The next Cuprate Meeting is scheduled1 to take place on Tuesday, February 18 2025 at 18:00 UTC on IRC-Libera/Matrix2 in the #cuprate channels.

Cuprate is an effort to create an alternative Monero node implementation.

Agenda overview
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

⤋ Read More

MacOS Sequoia 15.3.1 Update with Bug Fixes Released
Apple has released MacOS Sequoia 15.3.1 update for Mac users running the Sequoia operating system. The new software update includes bug fixes and security enhancements, making it recommended for all users. Separately, Apple has released iOS 18.3.1 for iPhone, ipadOS 18.3.1 for iPad, watchOS 11.3.1 for Apple Watch, and updates to other Apple devices as … [Read More](https://osxdaily.com/2025/02/10/macos-sequoia-15-3-1-update-with-b … ⌘ Read more

⤋ Read More

MacOS Sequoia 15.3.1 Update with Bug Fixes Released
Apple has released MacOS Sequoia 15.3.1 update for Mac users running the Sequoia operating system. The new software update includes bug fixes and security enhancements, making it recommended for all users. Separately, Apple has released iOS 18.3.1 for iPhone, ipadOS 18.3.1 for iPad, watchOS 11.3.1 for Apple Watch, and updates to other Apple devices as … [Read More](https://osxdaily.com/2025/02/10/macos-sequoia-15-3-1-update-with-b … ⌘ Read more

⤋ Read More

MacOS Sequoia 15.3.1 Update with Bug Fixes Released
Apple has released MacOS Sequoia 15.3.1 update for Mac users running the Sequoia operating system. The new software update includes bug fixes and security enhancements, making it recommended for all users. Separately, Apple has released iOS 18.3.1 for iPhone, ipadOS 18.3.1 for iPad, watchOS 11.3.1 for Apple Watch, and updates to other Apple devices as … [Read More](https://osxdaily.com/2025/02/10/macos-sequoia-15-3-1-update-with-b … ⌘ Read more

⤋ Read More

iOS 18.3.1 Update Released with Bug Fixes & Security Patches
iOS 18.3.1 for iPhone and iPadOS 18.3.1 for iPad are now available for all eligible users and devices. The new iOS/iPadOS software updates are relatively small and focus on security enhancements and bug fixes, making the update recommended to all users. Additionally, MacOS Sequoia 15.3.1 is available as as software update for Mac, along with … [Read More](https://osxdaily.com/2025/02/10/ios-18-3-1-update-relea … ⌘ Read more

⤋ Read More

ARK Pi6X: An NDAA-Compliant Raspberry Pi CM4 Carrier with Integrated PX4-Based Flight Controller
The ARK Pi6X by ARK Electronics is a carrier board compatible with the compact Raspberry Pi CM4. This device integrates a PX4-based flight controller, a power module, and a 4-in-1 ESC mounting system into a single compact board, consolidating multiple UAV subsystems to reduce component complexity and improve integration efficiency.     This board functi … ⌘ Read more

⤋ Read More

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

This meeting’s chairperson will probably be r​brunner72 and the agenda should include various topics: Seraphis3/JAMTIS4, FCMPs5, and other long-term Monero development issues.

Logs for the previous meeting are available on Monero Observer[6]( … ⌘ Read more

⤋ Read More

ESP32-H2 Thread/Zigbee Gateway Module for Low-Power Wireless Communication
The ESP32-H2 Thread/Zigbee Gateway Module is a stackable development module designed for the M5 series hosts. It is based on the ESP32-H2-MINI-1 and supports Zigbee, Thread, and Matter. The module includes IEEE 802.15.4 wireless connectivity, making it capable of building Matter over Thread endpoint devices and supporting communication between different ecosystems.   The module features […] ⌘ Read more

⤋ Read More

Monero Dev Activity Report - Week 6 2025: 30 PRs, 13 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 (30, 16:3:11)

Opened (16)

monero-project/monero:

  • #97691 ci: run guix builds on Cargo.lock update (tobtoht)
  • #97732 depends: use staging_prefix_dir where possible (tobtoht)
  • #97673 wallet: avoid premature elevati … ⌘ Read more

⤋ Read More

rottenwheel publishes ‘Revuo Monero’ Issue href=”https://txt.sour.is/search?q=%23226”>#226**
rottenwheel1 has published Issue #22623 of the weekly Revuo Monero audience-funded newsletter, which covers February 3 - 9 2025 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.

Join the Revuo XMPP MUC5 and Matrix … ⌘ Read more

⤋ Read More

Monero Observer Artistic Saturday Top 5 - Week 6, 2025
Previous Artistic Saturday weekly reports can be found in the [art] 1 section.

5 - ‘Secure more Monero’ image (by cypherpunk313372)

Image

4 - ‘That looks like my Monero’ meme (by gigahalem3)

Image

3 - ‘Monero no spy’ graphic (by gnuteardrops[4] … ⌘ Read more

⤋ Read More

MoneroKon 2025 Planning Meeting scheduled for 15 February 2025 1700 UTC
The next MoneroKon 2025 Planning Meeting 1 is scheduled to take place on Saturday, February 15th 2025 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

⤋ Read More

Cyrix126 releases Gupaxx v1.8.0
Cyrix1261 has released Gupaxx 2 version 1.8.03 with various improvements and bugfixes:

This release is making the use of advanced submenu and simple submenu together sound. New feature to hide tabs you don’t use. New fields in advanced submenu for Node,P2Pool,Xmrig and Proxy tabs.

Changes overview


[UI] Node: button to enable "fast mode"
[UI] P2pool: binding port field
[UI] Xmrig: token field
[Internal] processes are now aware of custom va ... ⌘ [Read more](https://monero.observer/cyrix126-releases-gupaxx-v1.8.0/)

⤋ Read More

golang 每日一庫之 spf13-viper
spf13/viper 是一個非常流行的 Go 語言庫,主要用於處理應用程序的配置文件。它提供了一種靈活且強大的方式來讀取、解析和管理不同來源的配置數據,比如文件、環境變量、命令行參數等。Viper 以其簡潔、易用以及高度的可定製性在 Go 生態中廣受歡迎。1. Viper 的核心功能Viper 主要用於配置管理,它支持從不同來源加載配置、處理複雜的數據結構、以及提供對配置項的靈活訪問。以下是 V ⌘ Read more

⤋ Read More

hinto-janai submits CCS proposal for 3 months of full-time Cuprate, Monero/FCMP++ work
hinto-janaiyo1 has submitted a new CCS proposal2 looking to continue full-time development work on Cuprate 3 and contribute to Monero (FCMP++ reviews) for 3 months:

Cuprate is preparing its first alpha release, with a 4-week cycle. [..] I will be buying/renting a variety of hardware for testing/development and will post receipts for all hardware acquired a … ⌘ Read more

⤋ Read More

binaryFate publishes long overdue February 2025 Monero General Fund transparency report
Core Team member binaryFate1 has published a long overdue and much welcomed23 preliminary Monero General Fund transparency report4 which presents data until February 6th 2025:

I will give it few days for any discussion to take place and see if anything needs further clarification. After that we can make a blog post on getmonero.org. [..] End of 2023 … ⌘ Read more

⤋ Read More

m2049r releases Monerujo v4.1.6 with Exolix fixes
m2049r1 has released Monerujo2 patch version 4.1.63 with minor fixes - including for the Exolix 4 exchange integration - and various other changes and updates:

Changes overview


Minimum weblate requirements
Add Arabic Translation
Updated Swedish translation
Update Turkish and French translations
fix toolbar under notification bar
make node parsing and formatting ipv6-friendly
Update default nodes
update exolix ... ⌘ [Read more](https://monero.observer/monerujo-v4.1.6-released-exolix-fixes/)

⤋ Read More

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

Agenda overview (unconfirmed)
  • Updates
  • Prize contest to optimize some FCMP cryptography code
  • Research on Autonomous System (AS) peer connection rules to reduce spy node risk3
  • Reliability of MRL technical note 00104
    … ⌘ Read more

⤋ Read More

My hike today started off with a nice great spotted woodpecker right after the town sign. The -1°C didn’t feel all that cold in the sun. Even on the flat, I had to open my jacket with the sun on my back. The biotope got dug over, that’s now looking really sad. And they also fell a few large chestnuts. Surprisingly, there was actually snow on the mountain. Not much, maybe around three centimeters at most. It was melting and falling down the trees, which looked really cool. I enjoyed it a lot: https://lyse.isobeef.org/waldspaziergang-2025-02-04/

Image

⤋ Read More

Cuprate Meeting scheduled for 11 February 2024 1800 UTC
The next Cuprate Meeting is scheduled1 to take place on Tuesday, February 11 2025 at 18:00 UTC on IRC-Libera/Matrix2 in the #cuprate channels.

Cuprate is an effort to create an alternative Monero node implementation.

Agenda overview
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

⤋ Read More

rottenwheel publishes ‘Revuo Monero’ Issue href=”https://txt.sour.is/search?q=%23225”>#225**
rottenwheel1 has published Issue #22523 of the weekly Revuo Monero audience-funded newsletter, which covers January 23 - February 3 2025 news:

Recent News
Upcoming Events
CCS Proposals
Price & Blockchain Stats
Volunteer Opportunities
Support

To support Revuo Monero, you can donate to the project’s CCS4, or transfer some XMR to the address listed in the footer of each issue and on the Support [5](#fn: … ⌘ Read more

⤋ Read More

jeffro256, rottenwheel, SNeedlewoods CCS proposals ready for funding
Three CCS proposals have been moved to the funding stage and are now looking for community support:

  • jeffro256’s !540 1: full-time development 2025Q1 2
  • rottenwheel’s !535 3: Revuo Monero maintenance (2025 Q1) 4
  • SNeedlewoods’s !541 5: part-time dev work 6

To support the above proposals you can donate to the XMR addresses listed on the _ … ⌘ Read more

⤋ Read More

GENE-MTH6: A 3.5” SBC with Intel Core Ultra Processors for Edge Computing
AAEON has announced the GENE-MTH6, a 3.5” SubCompact Board designed for edge computing and embedded applications. Featuring Intel Core Ultra processors (Series 1) with integrated Intel Arc Graphics, the board supports up to 96GB of DDR5 memory and offers PCIe Gen 4 expansion with RAID 0 and RAID 1 support. The GENE-MTH6 is built around […] ⌘ Read more

⤋ Read More