Searching txt.sour.is

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

T-Display K230 Combines RISC-V Processing with LoRa, Wi-Fi, and AMOLED Display
The LILYGO T-Display K230 is a compact development board targeting IoT and embedded system applications. It features the Kendryte K230 system-on-chip, which includes a dual-core 64-bit RISC-V processor and dedicated units for AI acceleration, graphics rendering, and multimedia processing. The K230 SoC includes two CPU cores: CPU1 operates at 1.6 GHz, while CPU0 runs at […] ⌘ Read more

⤋ Read More
In-reply-to » Hmmm, when I Ctrl+Left to jump a word left, I get 1;5D in my tt2 message text. My TERM is set to rxvt-unicode-256color. In tt, it works just fine. When I change to TERM=xterm-256color, it also works in tt2. I have to read up on that. Maybe even try to capture these sequences and rewrite them.

Well, some time ago I put this in my ~/.Xdefaults:

URxvt.keysym.Control-Up:    \033[1;5A
    URxvt.keysym.Control-Down:  \033[1;5B
URxvt.keysym.Control-Left:  \033[1;5D
    URxvt.keysym.Control-Right: \033[1;5C

Probably to behave more like XTerm and fix a few other issues I had with other programs. But, it turns out, tcell expects the original sequence: https://github.com/gdamore/tcell/blob/main/terminfo/r/rxvt/term.go#L487

Hmm.

⤋ Read More

Hmmm, when I Ctrl+Left to jump a word left, I get 1;5D in my tt2 message text. My TERM is set to rxvt-unicode-256color. In tt, it works just fine. When I change to TERM=xterm-256color, it also works in tt2. I have to read up on that. Maybe even try to capture these sequences and rewrite them.

⤋ Read More
In-reply-to » Hi! For anyone following the Request for Comments on an improved syntax for replies and threads, I've made a comparative spreadsheet with the 4 proposals so far. It shows a syntax example, and top pros and cons I've found: https://docs.google.com/spreadsheets/d/1KOUqJ2rNl_jZ4KBVTsR-4QmG1zAdKNo7QXJS1uogQVo/edit?gid=0#gid=0

@eapl.me@eapl.me Cool!

Proposal 3 (https://git.mills.io/yarnsocial/twtxt.dev/issues/18#issuecomment-19215) has the “advantage”, that you do not have to “mention” the original author if the thread slightly diverges. It seems to be a thing here that conversations are typically very flat instead of trees. Hence, and despite being a tree hugger, I voted for 3 being my favorite one, then 2, 1 and finally 4.

All proposals still need more work to clarify the details and edge cases in my opinion before they can be implemented.

⤋ Read More

Rare Apple-1 Computer Sells for $375,000
A rare, operational Apple-1 Computer was recently put up for auction, and it ended up selling for $375,000. The Apple-1 was the first computer sold by Apple co-founders Steve Jobs and Steve Wozniak, and so few remain that they fetch high prices at auction.

Image

The Apple-1 that sold is known as the “Bayville” Apple-1, an … ⌘ Read more

⤋ Read More

[$] LWN.net Weekly Edition for March 20, 2025
Inside this week’s LWN.net Weekly Edition:

  • Front: Oxidizr; Spectre mitigations; Frozen pages; Mapcount madness; Open-source risks; /e/OS.

  • Briefs: Supply chain attacks; SystemRescue 12.00; Casual Make; GIMP 3.0; Git 2.49.0; GNOME 48; PeerTube 7.1; Quotes; …

  • Announcements: Newsletters, conferences, security updates, patches, and more. ⌘ Read more

⤋ Read More

j-berman posts CCS progress report after 497 hours of dev work
j-berman1 has published a third progress report2 for his full-time 2025 (part 9) Monero (FCMPs++) dev work CCS proposal3:

Update 3 497 hours [..] Here’s what I aim to complete by the end of this CCS: Implement @jeffro256’s ideas here to handle reorgs better. Modify block headers for FCMP++. [..]

Work overview

”`

  • A FCMP++ testnet is working locally using the CLI and RPC wallets (G … ⌘ Read more”`

⤋ Read More

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

Agenda overview (unconfirmed)
  • Updates
  • Maintainers for the research-lab GitHub repo3
  • FROSTLASS4
  • ‘Veridise Logarithmic Derivative Review’5
  • Prize contest to optimize some FCMP cryptography code6
  • Release o … ⌘ Read more

⤋ Read More

@andros@twtxt.andros.dev Can you reproduce any of this outside of your client? I can’t spot a mistake here:

$ curl -sI 'http://movq.de/v/8684c7d264/.html%2Dindex%2Dthumb%2Dgimp11%2D1.png.jpg'
HTTP/1.1 200 OK
Connection: keep-alive
Content-Length: 2615
Content-Type: image/jpeg
Date: Wed, 19 Mar 2025 19:53:17 GMT
Last-Modified: Wed, 19 Mar 2025 17:34:08 GMT
Server: OpenBSD httpd

$ curl -sI 'https://movq.de/v/8684c7d264/gimp11%2D1.png'
HTTP/1.1 200 OK
Connection: keep-alive
Content-Length: 131798
Content-Type: image/png
Date: Wed, 19 Mar 2025 19:53:19 GMT
Last-Modified: Wed, 19 Mar 2025 17:18:07 GMT
Server: OpenBSD httpd

$ telnet movq.de 80
Trying 185.162.249.140...
Connected to movq.de.
Escape character is '^]'.
HEAD /v/8684c7d264/.html%2Dindex%2Dthumb%2Dgimp11%2D1.png.jpg HTTP/1.1
Host: movq.de
Connection: close

HTTP/1.1 200 OK
Connection: close
Content-Length: 2615
Content-Type: image/jpeg
Date: Wed, 19 Mar 2025 19:53:31 GMT
Last-Modified: Wed, 19 Mar 2025 17:34:08 GMT
Server: OpenBSD httpd

Connection closed by foreign host.
$ 

⤋ Read More
In-reply-to » Hi! For anyone following the Request for Comments on an improved syntax for replies and threads, I've made a comparative spreadsheet with the 4 proposals so far. It shows a syntax example, and top pros and cons I've found: https://docs.google.com/spreadsheets/d/1KOUqJ2rNl_jZ4KBVTsR-4QmG1zAdKNo7QXJS1uogQVo/edit?gid=0#gid=0

@eapl.me@eapl.me Good job! I have added these comments:

  1. It is only long for humans. Clients can only leave a hyperlink.
  2. The nickname is just a decoration, only the date that acts as the id and the URL matter. The nick is used for humans reading the feed.
  3. It can be migrated with a script, if the feed exists.

⤋ Read More

New Smartwatches Support PebbleOS with Long Battery Life and E-Paper Displays
Two new smartwatches running open-source PebbleOS have been introduced: Core 2 Duo and Core Time 2. These watches maintain compatibility with thousands of existing Pebble apps while incorporating modern hardware updates. Core 2 Duo is an updated version of the Pebble 2, featuring a 1.26-inch black-and-white e-paper display and a polycarbonate frame in White or […] ⌘ Read more

⤋ Read More

RDK X5 Development Kit Featuring HDMI, MIPI CSI, and Gigabit Ethernet
The RDK X5 is a development kit designed for intelligent computing and robotics. It features a form factor similar to the Raspberry Pi single board computer but is powered by the 10 TOPS Sunrise 5 processor. The RDK X5 includes an octa-core Cortex-A55 CPU running at 1.5 GHz, a dedicated BPU with 10 TOPS of […] ⌘ Read more

⤋ Read More
In-reply-to » My twtxt feed is now also available at gemini://roccodrom.de/twtxt.txt

Timeline and twtxt-php, don’t support Gemini, only HTTP/S, as a design choice (although originally it was intended to work on Gemtext, it was a niche inside a niche, so it was discarded very soon).

At the moment of building the engine there weren’t many Gemini URLs supporting twtxt 1.1 (with twtxt.dev extensions).
Also User-Agent won’t work there, and many Gemini URLs are a mirror of the HTTP one, so I think is not strictly necessary.

my 2c

⤋ Read More

acx, plowsof, selsta, SyntheticBird45 CCS proposals ready for funding
Four CCS proposals have been moved to the funding stage and are now looking for community support:

  • acx’s !557 1: part-time work on Monfluo (3 months) 2
  • plowsof’s !560 3: CCS Coordinator 4
  • selsta’s !553 5: part-time monero development (3 months) (16) 6
  • SyntheticBird45’s !553 7: _Cuprate Arti integration and development ( … ⌘ Read more

⤋ Read More

Cuprate Meeting scheduled for 25 March 2025 1800 UTC
The next Cuprate Meeting is scheduled1 to take place on Tuesday, March 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 code reposi … ⌘ Read more

⤋ Read More

Monero Tech meeting scheduled for 24 March 2025 1800 UTC
The next Monero Tech meeting is scheduled to take place on Monday, March 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 Observer6.

… ⌘ Read more

⤋ Read More

rottenwheel publishes ‘Revuo Monero’ Issue href=”https://txt.sour.is/search?q=%23231”>#231**
rottenwheel1 has published Issue #23123 of the weekly Revuo Monero audience-funded newsletter, which covers March 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 Matrix roo … ⌘ Read more

⤋ Read More

ditatompel releases ‘xmr-remote-nodes’ v0.2.1
ditatompel1 has released xmr-remote-nodes 2 version 0.2.13 with a fix for CVE-2024-453384, new features and updates:

Changes overview

”`

  • fix: CVE-2024-45338 in #173
  • feat: Added tor hidden service via HTTP header
  • feat: Added more information on monero node details page
  • feat: Added curl example command to Node details modal and page
  • feat: Store hashed user IP address when submitting new node
  • build(de … ⌘ Read more”`

⤋ Read More

Comet GL-RM1 Enables Remote Control with 2K Video Resolution
Comet (GL-RM1) is a hardware-based remote KVM solution for remote computer access and control. Its open-source design enables hardware-level interaction, making it useful for remote work, IT maintenance, and server management. It allows full control over offline computers, including BIOS access, troubleshooting, and boot failure recovery. The device features a quad-core 1.5GHz processor, 1GB DDR3 […] ⌘ Read more

⤋ Read More

Monero Dev Activity Report - Week 11 2025: 14 PRs, 3 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 (14, 8:0:6)

Opened (8)

monero-project/monero:

  • #98321 wallet: fix different-signedness int comparison warnings (jeffro256)
  • #98332 src: fix windows path handling in daemonizer (#9665) (0xFFFC0000)
  • #98363 cryptono … ⌘ Read more

⤋ Read More

MoneroKon 2025 Planning Meeting scheduled for 22 March 2025 1700 UTC
The next MoneroKon 2025 Planning Meeting 1 is scheduled to take place on Saturday, March 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 in the #monerokon channels2.

It is worth mentioning that a CCS proposal to partially fund this year’ … ⌘ Read more

⤋ Read More

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

5 - ‘Boys vs men’ image (by darkfigod2)

Image

4 - ‘Fight for what you believe’ Pepe (by giallo_19863)

Image

3 - ‘Spell it out!’ graphic (by gnuteardrops4)

![‘Spe … ⌘ Read more

⤋ Read More

Trump Signs Executive Order Handing U.S. Public Forests Over to Private Logging Industry
Cristen Hemingway Jaynes,  Contributing Writer  -  EcoWatch

_Stephan: The national parks and monuments have existed in the United States for over a century since the first national park in the U.S., Yellowstone National Park, was established on 1 March 1872 by an act of Congress and signed into law by President Ulysses S. Grant. Since they were estab … ⌘ Read more

⤋ Read More

Cuprate ‘ready for casual usage’ after ~12 months of paid development
hinto-janai1 has announced2 the first alpha release (v0.0.1 Molybdenite 3) of Cuprate4 - an alternative and independent Rust Monero node implementation - after more than 12 months of continuous CCS-funded development:

The first alpha release is now ready for casual usage.

Contributors overview


@Asurar0
@Boog900
@dimalinux
@hinto-janai
@jomuel
@kayabaNerve ... ⌘ [Read more](https://monero.observer/cuprate-v0.0.1-molybdenite-released-after-12-months-paid-development/)

⤋ Read More

Monero Research Lab meeting scheduled for 19 March 2025 1700 UTC
The next Monero Research Lab1 meeting is scheduled to take place on Wednesday, March 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
  • Release of OSPEAD HackerOne and CCS milestone submissions4
  • Possible intermediate hard fork before FCMP hard fork
  • Research on sub … ⌘ Read more

⤋ Read More

Sign in as anyone: Bypassing SAML SSO authentication with parser differentials
Critical authentication bypass vulnerabilities (CVE-2025-25291 + CVE-2025-25292) were discovered in ruby-saml up to version 1.17.0. In this blog post, we’ll shed light on how these vulnerabilities that rely on a parser differential were uncovered.

The post [Sign in as anyone: Bypassing SAML SSO authentication with parser differentials](https://github.blog/security/sign-in-as-anyone- … ⌘ Read more

⤋ Read More

Datalagring, igen!
Some of my usual readers will have to excuse me. This post will be in
Swedish. It’s about proposed Swedish legislation for forcing someone
who offers a message system to the public to cooperate with the law.

— — —

Ändring
  • Första version: 2025-03-10 07:55
  • Ändrad: 2025-03-12 18:01 +0100: Listan i “En bugg?” hade automatiskt
    numrerats av blogverktyget och HTML så poängen försvann. Nu citerad
    mer korrekt där det framgår att “1.” är borttagen.
Inledning

Nytt lagförslag: Även chatsystem ska va … ⌘ Read more

⤋ Read More

Texas Instruments Introduces MSPM0C1104 as the Smallest Available Microcontroller
Texas Instruments has introduced the MSPM0C1104, which it describes as the world’s smallest microcontroller, expanding its MSPM0 MCU portfolio. Measuring only 1.38mm², this wafer chip-scale package MCU is 38% smaller than existing alternatives. It is designed for applications where board space is limited, such as medical wearables and personal electronics, while maintaining functio … ⌘ Read more

⤋ Read More

Cuprate Meeting scheduled for 18 March 2025 1800 UTC
The next Cuprate Meeting is scheduled1 to take place on Tuesday, March 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 code reposi … ⌘ Read more

⤋ Read More

Community Workgroup Meeting scheduled for 15 March 2025 1600 UTC
The next Monero Community Workgroup Meeting is scheduled1 to take place on Saturday, 15th of March 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 story and the re … ⌘ Read more

⤋ Read More

iOS 18.3.2 Update Released with Bug Fixes
Apple has released iOS 18.3.2 for iPhone and ipadOS 18.3.2 for iPad. The updates are focused on security patches and bug fixes, and do not include any new features. Separately, there are updates available for Mac as MacOS Sequoia 15.3.2, Safari 18.3.1 for Ventura and Sonoma, tvOS 18.3.1 for Apple TV, and visionOS 3.2.3 for … Read MoreRead more

⤋ Read More

MacOS Sequoia 15.3.2 Update Released with Fixes for Bugs & Security Issues
MacOS Sequoia 15.3.2 has been released by Apple for Mac users running the Sequoia operating system. The update includes important bug fixes and security patches, and Apple recommends installing the update on all eligible devices. If your Mac is running macOS Ventura or macOS Sonoma, you will find an update to Safari 18.3.1 available instead … [Read More](https://osxdaily.com/2025/03 … ⌘ Read more

⤋ Read More

golang 每日一庫之 bluele-gcache
bluele/gcache 是一個 高性能、功能豐富的 Go 語言緩存庫,支持多種緩存策略,如 LRU(最近最少使用)、LFU(最少使用頻率)、ARC(自適應緩存替換)等,可以靈活選擇適合的緩存模式。1. 安裝———使用 go get 下載安裝:go get github.com/bluele/gcache然後在代碼中導入:import ”github.com/bluele/gcach ⌘ Read more

⤋ Read More

Bluesky Extends Video Limit, Adds DM Filtering in Latest App Update
Bluesky has released an update that makes it possible for users to post longer videos to the social media platform and X (Twitter) rival. Version 1.99 triples the maximum video length from 60 seconds to three minutes, addressing one of users’ most frequent requests.

Image

As shared in a [Blue … ⌘ Read more

⤋ Read More

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

Milestone 3:
* v0.18.4.0 is code-ready and currently in testing phase
* Traced down a bug in a recently merged PR that is part of v0.18.4.0
* Handle the recent DDoS attempt on public nodes

Note that misc work is not explicitly mentioned in these updates. The full list of changes can be found on Github3’[4 … ⌘ Read more

⤋ Read More

rottenwheel publishes ‘Revuo Monero’ Issue href=”https://txt.sour.is/search?q=%23230”>#230**
rottenwheel1 has published Issue #23023 of the weekly Revuo Monero audience-funded newsletter, which covers March 2-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 room … ⌘ Read more

⤋ Read More

go-attention:純 Go 語言實現的注意力機制和 Transformer
go-attention[1] 是由 takara.ai[2] 的前沿研究團隊開發的,是第一個純 Go 語言實現的注意力機制和 Transformer 層的庫。它專爲高性能和易用性而設計,目前已開源且經獲得了 291 star。主要特點—-純 Go 實現:無外部依賴,適合邊緣計算和需要依賴管理的場景 完整的注意力機制:包括基本的點積注意力和多頭注意力 完整的 Transformer ⌘ Read more

⤋ Read More

Monero Tech meeting scheduled for 17 March 2025 1800 UTC
The next Monero Tech meeting is scheduled to take place on Monday, March 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 Observer6.

… ⌘ Read more

⤋ Read More

Monero Dev Activity Report - Week 10 2025: 10 PRs, 0 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 (10, 6:4:0)

Opened (6)

monero-project/monero:

  • #98261 crypto: add function sc_1() (jeffro256)
  • #98272 crypto: add FCMP++ generators T, U, & V (jeffro256)
  • #98283 crypto: add Ed25519->X25519 conversion functions ( … ⌘ Read more

⤋ Read More

John-Doggett releases ‘Monerod Node Setup Scripts’ v0.4.0
John-Doggett1 has released Monerod-Node-Setup-Scripts 2 version 0.4.03 with a bugfix for the certificate renewals script4 and various improvements:

This release fixes an issue with the watch_certificates_xmr.sh script that checks the certificate from caddy and copies it over to monerod. If you have an existing install using HTTPS, you must download the new watch_certificates_xmr.sh and … ⌘ Read more

⤋ Read More

SyntheticBird45 submits CCS proposal to implement native Tor support into Cuprate through Arti
SyntheticBird451 has submitted a CCS proposal2 looking to work for 2 months on Cuprate3 development with the goal of implementing native Tor support into cuprated through the arti-client crate 4:

Cuprate is currently in alpha version and a lot of features are planned on the roadmap up to beta phase. One of the features present on this … ⌘ Read more

⤋ Read More

everoddandeven releases ‘Monero Daemon GUI’ v1.2.0
everoddandeven1 has released Monero node manager monerod-gui 2 version 1.2.0 Shadowness 3 with various upgrades, fixes and improvements:

Changes overview
Upgrade Electron to v35.0.0
Upgrade Angular to v19
Upgrade dependencies
TOR and I2P service
Private testnet tool
UI fixes and improvements
monerod settings fixes

Consult the Github repository2 for the complete changelog4, a demo … ⌘ Read more

⤋ Read More

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

It is worth mentioning that a CCS proposal to partially fund this year’s event is … ⌘ Read more

⤋ Read More

M5Stack Cardputer v1.1 Brings Upgraded Microcontroller and Improved Keyboard
M5Stack has released Cardputer v1.1, an upgraded version of its compact computing platform. The latest version introduces the StampS3A microcontroller, an improved antenna, and a more responsive keyboard, enhancing stability and usability. Additional refinements include optimized power consumption and better RGB LED control, improving overall efficiency. Cardputer v1.1 features the StampS3A, … ⌘ Read more

⤋ Read More

Cake Wallet v4.23.3 pre-release available for testing
Cake Labs1 has released Cake Wallet beta version 4.23.32 for public beta testing:

This release brings a few minor bug fixes, migrates Quantex -> SwapTrade and re-enables them by default for swaps, and adds a new exchange called Kryptonim for buying and selling crypto in many jurisdictions.

Changes overview


Token whitelisting to better protect against scams
SwapTrade exchange enabled by default
UI enhancement ... ⌘ [Read more](https://monero.observer/cake-wallet-v4.23.3-pre-release-available-testing/)

⤋ Read More

N1co1asB1ancon1 submits CCS proposal to develop and release ‘Monero Contract System’ v1
N1co1asB1ancon11 has submitted their first CCS proposal2 to finish developing the first version of Monero Contract System 3, a Rust web application which allows users to host their own arbitration/escrow platform:

People can create contracts like, “You will build me a website like X and Y in 1 month” or the what i think will be the most common “You will sell me 10 xmr for … ⌘ Read more

⤋ Read More

KubeCon + CloudNativeCon Europe 2025 co-located event deep dive: OpenFeature Summit
Co-chairs: Michael Beemer, Jonathan Norris, Thomas PoignantApril 1, 2025London At the OpenFeature Summit, we want attendees to leave with a deep understanding of the latest trends and real-world use cases in feature flagging. This event is… ⌘ Read more

⤋ Read More

Analysis Finds Trump Tariffs Will Cost Average US Family $1,600 or More Per Year
Jessica Corbett,  Senior Editor  -  Common Dreams

_Stephan: I have seen several estimates on what the Trump MAGAt Party’s impact on the economy is going to cost each American household; this one seems the most fact-based. Maybe $1,600 this year is not that much to you, but to millions of U.S. families it is going to have a serious impact. And after the State of the U … ⌘ Read more

⤋ Read More

Monero Research Lab meeting scheduled for 12 March 2025 1700 UTC
The next Monero Research Lab1 meeting is scheduled to take place on Wednesday, March 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 code3
  • Release of OSPEAD HackerOne and CCS milestone submissions4
  • Possible intermediate hard fork before FCMP hard fork
  • Research on sub … ⌘ Read more

⤋ Read More
In-reply-to » @eapl.me There are several points that I like, but I want to highlight number 7. https://text.eapl.mx/a-few-ideas-for-a-next-twtxt-version #twtxt

For point 1 and others using the metadata tags. we have implemented them in yarnd as [lang=en][meta=data]

⤋ Read More

KubeCon + CloudNativeCon Europe 2025 co-located event deep dive: Cloud Native + Kubernetes AI Day
Co-chairs: Rajas Kakodkar, Ricardo Rocha, Thiago Gil, Yuan TangApril 1, 2025London Cloud Native & Kubernetes AI Day brings together a diverse range of technical enthusiasts, open source contributors, practitioners, researchers and end users, all united in… ⌘ Read more

⤋ Read More

golang 每日一庫之 go-flags
go-flags 是一個用於處理命令行參數和標誌的 Go 庫,它提供了一種簡潔而靈活的方式來定義和解析命令行標誌(flags)和參數。這個庫對於需要處理命令行輸入的 Go 應用程序非常有用,特別是在構建 CLI(命令行工具)時。1. 安裝 go-flags首先,你需要安裝 go-flags 庫。在命令行中運行以下命令:go get github.com/jessevdk/go-flags這個命令會 ⌘ Read more

⤋ Read More

Go 1-24 中改進的 Finalizer:介紹 runtime-AddCleanup
Go 1.24 通過 runtime.AddCleanup 引入了一個新的、改進的 Finalizer 機制。這個函數是對 runtime.SetFinalizer 的重大改進,提供了更多的靈活性、更好的效率和改進的安全性。Finalizer 在 Go 中扮演着關鍵角色,當對象不再可達時運行清理函數。這允許開發者自動執行諸如關閉文件、釋放內存和註銷資源等重要任務。今天我們將探討 runtime.A ⌘ Read more

⤋ Read More

Cuprate Meeting scheduled for 11 March 2025 1800 UTC
The next Cuprate Meeting is scheduled1 to take place on Tuesday, March 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 code reposi … ⌘ Read more

⤋ Read More

b4n6_b4n6, not-a-money-printer propose bounties to make Monero GUI, RetoSwap, UnstoppableSwap ‘Whonix friendly’
b4n6_b4n61 and not-a-money-printer2 have proposed bounties345 to make monero-wallet-gui6, RetoSwap7, and UnstoppableSwap8 Whonix friendly 9:

”`
#1 Make monero-wallet-gui whonix friendly
Total Bounty: ~0.12 XMR (to date)

#2 Make reto swap whonix friendly
To … ⌘ Read more”`

⤋ Read More
In-reply-to » @eapl.me There are several points that I like, but I want to highlight number 7. https://text.eapl.mx/a-few-ideas-for-a-next-twtxt-version #twtxt

looks good to me!

About alice’s hash, using SHA256, I get 96473b4f or 96473B4F for the last 8 characters. I’ll add it as an implementation example.
The idea of including it besides the follow URL is to avoid calculating it every time we load the file (assuming the client did that correctly), and helps to track replies across the file with a simple search.

Also, watching your example I’m thinking now that instead of {url=96473B4F,id=1} which is ambiguous of which URL we are referring to, it could be something like:
{reply_to=[URL_HASH]_[TWT_ID]} / {reply_to=96473B4F_1}
That way, the ‘full twt ID’ could be 96473B4F_1.

⤋ Read More

Monero Tech meeting scheduled for 10 March 2025 1800 UTC
The next Monero Tech meeting is scheduled to take place on Monday, March 10 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 Observer6.

… ⌘ Read more

⤋ Read More

selsta submits CCS proposal for 3 months of Monero dev work until end of May 2025
selsta1 has submitted a new CCS proposal2 to continue working part-time on Monero development for 3 more months, until the end of May 2025:

Work for 30 hours per week over the next 3 months (from March to end of May) at a rate of 50€ / hour. At 210€ / XMR this makes ~93 XMR.

Total funding: 93 XMR.

ETA: (end of) May 2025.

The dev will continue testing and reviewing PR’s, Mone … ⌘ Read more

⤋ Read More

rottenwheel publishes ‘Revuo Monero’ Issue href=”https://txt.sour.is/search?q=%23229”>#229**
rottenwheel1 has published Issue #22923 of the weekly Revuo Monero audience-funded newsletter, which covers February 23-2 March 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 M … ⌘ Read more

⤋ Read More