Searching txt.sour.is

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

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

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

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
In-reply-to » (#tbyqv7a) @andros Do edits cause problems? I sometimes make them and didn't realize it may be an issue

@lyse@lyse.isobeef.org i appreciate you updating this with that info. been in the weeds at work so haven’t been tracking the conversation here much. let me sit on this for a bit because often times the edits are within seconds of first post so maybe maybe i just allow them within a certain time frame or do away with them all together. i really only do it because it bugs me once i notice the typo :)

⤋ Read More
In-reply-to » This document is the result of a series of discussions between Robert "Uncle Bob" Martin and John Ousterhout, held between September 2024 and February 2025. The text addresses three main topics: method length, comments, and Test Driven Development (TDD). https://github.com/johnousterhout/aposd-vs-clean-code/blob/main/README.md This is something to read and reflect on for days.

Amd of course, TDD! I tried that, but it doesn’t work all that great for me in its strict form. I have the feeling that coming up with a single new failing test, making it pass, maybe some refactoring, rinse and repeat wastes significantly more time than doing it in – what they call – the “bundle” approach. Coming up with several tests in advance and then writing the code or vise versa is usually much quicker. I do find that more enjoyable, it also helps me to reduce smaller context switches. I can focus on either the tests or the production code.

As for the potentially reduced code coverage with a non-TDD approach, I can easily see which parts are lacking tests and hand them in later. So, that’s largely a specious argument. Granted, I can forget to check the coverage or simply ignore it.

I agree with John, TDD results in less elegant code or requires more refactoring to tidy it up. Sometimes, it’s also not entirely clear at the beginning how the API should really look like. It doesn’t happen often, but it does happen. Especially when experimenting or trying out different approaches. With TDD, I then also have to refactor the tests which is not only annoying, but also involves the danger of accidentally breaking them.

TDD only works really well, if you have super tiny functions. But we already established that I typically don’t like tiny methods just for the purpose of them being extremely short.

When fixing a bug, I usually come up with a failing test case first to verify that my repaired code later actually resolves the problem. For new code, it depends, sometimes tests first, sometimes the productive code first. Starting off with the tests requires the API to be well defined beforehand.

⤋ Read More
In-reply-to » (#jzdbrkq) What do you think? Where is the problem?

@andros@twtxt.andros.dev I believe you have just reproduced the bug… it looks like you’ve replayed to a twt but the hash is wrong. I can see the hash here from Jenny, but it doesn’t look like it corresponds to any{twt,thing}. if you check it out on any yarn instance it won’t look like a replay.

⤋ Read More
In-reply-to » @andros is it me or twtxt-el generates a wrong twt hash when I use the [ ↳ Reply to twt ] button?

I don’t think so, at least the tests I did passed. If you’re pretty sure it’s a bug, please create an issue in the repository with the specific case and I’ll investigate it.
There are 2 buttons to make replicas, one makes a replica in the thread where the twt is located (this is the one that should be used the most, as it serves a thread), the other creates a replica to a specific twt.
I’ll let you know a bit about the status: I’m just now implementing the thread screen. There you can be sure where you are. It’s a bit confusing right now, sorry. I think the client is still in alpha. When I’ve finished what I’m doing, and the direct message system, I’ll freeze development and focus on creating more tests, looking for bugs and making small visual adjustments.

⤋ Read More
In-reply-to » Have you ever had to refactor a project that was not documented? Any suggestions?

@andros@twtxt.andros.dev I suggest to not touch it and work on a different project instead. :-D

No, in all seriousness, that’s a tough one. Try to figure out the requirements and write tests to cover them. In my experience, if there is no good documention, tests might also be lacking. It goes without saying that you have to understand the code segments first before you can begin to refactor them. Commit even earlier and more often than usual, this will help you bisecting potentially introduced bugs later on. Basically baby steps.

But it also depends on the amount of refactoring required. Maybe just scrap it entirely and start from scratch. This might not be feasible due to e.g. the overall project size, though.

⤋ Read More
In-reply-to » @eapl.me Read flags are so simple, yet powerful in my opinion. I really don't understand why this is not a thing in most twtxt clients. It's completely natural in e-mail programs and feed readers, but it hasn't made the jump over to this domain.

@eapl.me@eapl.me Yeah, you need some kind of storage for that. But chances are that there’s already a cache in place. Ideally, the client remembers etags or last modified timestamps in order to reduce unnecessary network traffic when fetching feeds over HTTP(S).

A newsreader without read flags would be totally useless to me. But I also do not subscribe to fire hose feeds, so maybe that’s a different story with these. I don’t know.

To me, filtering read messages out and only showing new messages is the obvious solution. No need for notifications in my opinion.

There are different approaches with read flags. Personally, I like to explicitly mark messages read or unread. This way, I can think about something and easily come back later to reply. Of course, marking messages read could also happen automatically. All decent mail clients I’ve used in my life offered even more advanced features, like delayed automatic marking.

All I can say is that I’m super happy with that for years. It works absolutely great for me. The only downside is that I see heaps of new, despite years old messages when a bug causes a feed to be incorrectly updated (https://twtxt.net/twt/tnsuifa). ;-)

⤋ Read More

DietPi February 2025 News (Version 9.10)
The February 9, 2025 release of DietPi v9.10 introduces new images for single-board computers, improved compatibility for RISC-V devices, enhanced software tools, and several important bug fixes. This update extends support for StarFive VisionFive 2 and PINE64 Star64 with Debian Trixie, refines automation capabilities, and addresses software installation issues reported by the community. DietPi: DietPi […] ⌘ Read more

⤋ Read More
In-reply-to » @lyse As far as I know, they're still visible in the Web UI. Although, in the mobile app and youtube.com, I believe it tells you that the video isn't available without having to click on it. They don't tell you that in the RSS feed, and I agree; it gets annoying.

@mckinley@twtxt.net And there is the bracketed text duplication bug again… Actually with lots of twts. Did you edit a twt? Do you remember? /cc @prologic@twtxt.net

⤋ 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

Go 併發 Bug 殺手鐧:如何正確處理 Goroutines 中的錯誤?
📌 引言—–你是否遇到過這樣的情況:明明 Goroutine 已經執行,但程序結果卻異常? 錯誤似乎消失了,日誌中卻找不到任何線索? Goroutine 發生 panic,主程序卻沒有任何反應? 這些問題的根本原因通常是 Goroutines 中的錯誤處理缺失。如果沒有正確捕獲和處理錯誤,Go 的併發機制可能會讓 Bug 變得難以察覺,甚至導致程序崩潰。本文將深入剖析 G ⌘ Read more

⤋ Read More
In-reply-to » @bender @prologic I can reproduce this locally, too. But it doesn't matter if I follow the feed or not. With JS enabled, hitting "Reply" opens a textarea with @<url>. Submitting this writes @<domain url> instead of @<nick url> in the feed.

While I now have a somewhat working fix for it in yarnd (https://git.mills.io/yarnsocial/yarn/pulls/1232), I also have the feeling that I should fix literal formatting in lextwt as well. This also uncovered more bugs I believe: https://git.mills.io/yarnsocial/go-lextwt/pulls/28

But then there is also the question why the textarea is populated with @<url> in the first place rather than @<nick url> or yarnd’s own @nick@domain/@nick syntax. It indeed has to do something with whether I follow the mentioned feed or not.

Anyway, something to investigate for future Lyse or maybe @prologic@twtxt.net and/or @xuu@txt.sour.is. G’night!

⤋ Read More

WhatsApp Critical Privacy Bug Fixed in Latest iOS Update
WhatsApp has released version 25.2.3 for iOS devices to patch a significant privacy vulnerability that affected its “View Once” feature. The bug allowed users to access photos and videos that were meant to disappear after a single viewing.

Image

The security flaw, which only impacted iPhone users, allowed anyone to view supposedly ephemeral content by navi … ⌘ Read more

⤋ Read More

MacOS Sequoia 15.3 Update Brings Genmoji & Bug Fixes
MacOS Sequoia 15.3 update is now available to all Mac users running Sequoia. The latest software update for Mac includes Genmoji support, which allows users with Apple Intelligence supported hardware to generate custom Emoji icons in Messages, along with changes to improve AI summaries, bug fixes, security enhancements, and some other minor changes. For Mac … [Read More](https://osxdaily.com/2025/01/27/macos-sequoia-15-3-upda … ⌘ Read more

⤋ Read More

iOS 18.3 Update Released with Bug Fixes & AI Summary Improvements
iOS 18.3 for iPhone and iPadOS 18.3 for iPad have been released for all eligible devices. The new software updates focus on bug fixes, security enhancements, and bring some changes to AI features like Visual Intelligence and Apple Intelligence Summaries, the latter of which were generating inaccurate summaries and headlines which bothered some people. Since … [Read More](https://osxdaily.com/2025/01/ … ⌘ Read more

⤋ Read More

Update Now: iOS 18.3 and macOS Sequoia 15.3 Include 20+ Security Updates
Along with new features, the iOS 18.3, iPadOS 18.3, and macOS Sequoia 15.3 updates that Apple released today include multiple security fixes, including a fix for vulnerability that may have been actively exploited on some devices.

Image

According to Apple’s [security … ⌘ Read more

⤋ Read More

Haveno v1.0.18 released with various fixes and improvements
woodser1 has released Haveno2 version 1.0.183 with various bug fixes, improvements and updates.

Changes overview


Reduce disk usage up to 98% by saving wallets less frequently..
Update to Tor browser v14.0.3 and Tor binary v0.4.8.13
Increase trade limit of 'no deposit' offers to 1.5 XMR
Rename 'Cash at ATM' to 'Cardless Cash'
Support startup flag to specify blockchain location for local node
Improv ... ⌘ [Read more](https://monero.observer/woodser-releases-haveno-v1.0.18-fixes-improvements/)

⤋ Read More
In-reply-to » Hello @movq . Did you fixed jenny bug which causes fetching long ids from yarn instances on feeds like https://ciberlandia.pt/@marado.txt ? I'm asking because i want to store links in brackets on some of my posts and don't want to confuse jenny users

@doesnmppsflt@doesnm.p.psf.lt Not sure which bug you’re referring to. 🤔 (Did I forget?)

Those long IDs like (#113797927355322708) are simply part of that feed. Looks like the author just dumps ActivityPub IDs into twtxt. I think this used to work in the past, but the corresponding spec (https://twtxt.dev/exts/hash-tag.html) has been deprecated and jenny doesn’t support – actually, jenny never supported that.

jenny can only group threads by exactly one criterium (because it writes a Message-ID into the mail file) and that’s the regular twt hash. So, anything else, like people doing “#CoolTopic”, isn’t possible.

⤋ Read More

iOS 18.2.1 Released for iPhone & iPad with Bug Fixes
Apple has released iOS 18.2.1 for iPhone users, and iPadOS 18.2.1 for iPad users. The new software updates are said to include important bug fixes, and are therefore recommended for all users to install. No published security updates are included in the release, and it’s not entirely sure what the specific bug fixes are either. … Read MoreRead more

⤋ Read More
In-reply-to » tried building the yarn social app for android but wahhh android studio and flutter scare me... big ass IDEs and SDKs and shit not worth it

Don’t waste your time. You can find builds in dist directory. Also it’s abandoned app which have more bugs

⤋ Read More

Top Stories: iOS 19 Compatibility, Top 5 Apple Products for 2025, and More
It’s shaping up to be a busy 2025 for Apple, with a number of rumors and articles this week highlighting some of what we can expect.

Image

While the unveiling of iOS 19 is still over five months away, we’re already hearing about which devices are likely to support it, while in the much nearer term Apple is currently preparing an iOS 18.2.1 bug fix u … ⌘ Read more

⤋ Read More

DietPi August 2024 News (Version 9.7)
The December 23, 2024 release of DietPi v9.9 introduces several enhancements, new images for additional devices, and a range of bug fixes. This update improves support for single-board computers from Orange Pi and FriendlyELEC, enhances software tools, and addresses critical issues reported by the community. DietPi: DietPi is a lightweight and optimized operating system based […] ⌘ Read more

⤋ Read More

Cake Wallet adds ‘full support’ for XMR hardware wallets via Ledger
Cake Labs1 has released Cake Wallet v4.22.02 with full support for Monero hardware wallets via Ledger3 (Flex, Stax, and Nano X) on Android and iOS:

This release of Cake Wallet includes full Monero hardware wallet support via Ledger, including USB + Bluetooth on Android and Bluetooth on iOS. It also contains a bevy of bug fixes and quality of life improvements, including proper seed … ⌘ Read more

⤋ Read More

Beta 1 of iOS 18.3, MacOS Sequoia 15.3, iPadOS 18.3, Released for Testing
Apple has released the first beta versions of iOS 18.3, MacOS Sequoia 15.3, and iPadOS 18.3, for users enrolled in the beta testing programs for Apple system software. The upcoming updates are now in beta testing, and are expected to focus on bug fixes and security enhancements as usual. Some new features are likely to … [Read More](https://osxdaily.com/2024/12/17/beta-1-of-ios-18-3-macos- … ⌘ Read more

⤋ Read More

MacOS Sequoia 15.2 Update Released with ChatGPT Siri, Image Playground, Bug Fixes, & More
Apple has released MacOS Sequoia 15.2 as an update for Mac users running the Sequoia operating system. The software update includes new Apple Intelligence features including ChatGPT support for Siri, Image Playground image generation tools, along with some improvements to writing tools AI. Aside from AI, you’ll also find new abilities to share items in … [Read More](https://osxdaily.com/2024/12/11/macos-s … ⌘ Read more

⤋ Read More

iOS 18.2 Released with ChatGPT Siri, Image Playground, More AI, Bug Fixes, & Security Updates
Apple has released iOS 18.2 for all iPhone users, and iPadOS 18.2 for all iPad users. The new software updates focus primarily on bringing new Apple Intelligence AI features to compatible devices, including support for ChatGPT integration with Siri, Image Playground image generation, along with smaller new AI features throughout various apps and the operating … [Read More](https://osxdaily.com/2024/12/11/i … ⌘ Read more

⤋ Read More

b4n6_b4n6 proposes bounties for Stack Wallet bug fixes
b4n6_b4n61 has proposed bounties23 for fixing two recently reported Stack Wallet4 issues5:

#1 Add checksum check for mnemonic seed
Total Bounty: 0.5 XMR (to date)

#2 Diagnose and fix linux crash
Total Bounty: 0.5 XMR (to date)

To start working on the tasks yourself, you should make your intentions public by posting a comment in the bounty threads.

To increase the bounties you can … ⌘ Read more

⤋ Read More

Cake Labs releases Cake Wallet v4.21.2 and Monero.com v1.18.2
Cake Labs1 has released Cake Wallet v4.21.2 / Monero.com v1.18.22 with onboarding flow improvements, coin control bug fixes and enhancements, and various other changes.

Changes overview


Better onboarding flow (PIN screen before wallet creation/restoration)
Migrating our Monero nodes to SSL
Better privacy and security for users who leverage our node
Send all when selecting using coin control (for Monero) ... ⌘ [Read more](https://monero.observer/cake-wallet-4.21.2-monero.com-1.18.2-released/)

⤋ Read More

Stack Wallet adds support for XMR view-only wallets, ‘churn options’
rehrar1 has released Stack Wallet2 version 2.1.83 with support for Monero view-only wallets and churn options 4, various other changes and bug fixes.

Changes overview


Added Monero churn options
Added ability to set tor/clearnet options for individual nodes
Bug fixes for Solana, Tezos, ETH, Cardano, and epic
Paynym temporarily disabled while kinks worked out
Adju ... ⌘ [Read more](https://monero.observer/stack-wallet-v2.1.8-support-monero-view-only-wallets-churn-options/)

⤋ Read More

Unable to Accept iCloud Terms & Conditions or Dismiss the Pop-up? Here’s the Fix
A strange bug is impacting some iPhone, iPad, and Mac users, where they are presented with new “iCloud Terms & Conditions” to accept, but they are not able to accept them. On a Mac this is particularly annoying because the iCloud Terms & Conditions popup and screen will continuously bother you, but it’s equally annoying … [Read More](https://osxdaily.com/2024/11/27/u … ⌘ Read more

⤋ Read More

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

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

⤋ Read More

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

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

The full changelog is available on Github4.

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

⤋ Read More

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.

Changes overview

”`
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/)

⤋ Read More

XMRig v6.22.2 released
XMRig 1 version 6.22.22 has been released with a few bug fixes.

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

⤋ Read More

** Broughlike dev log **
I’ve been working on the broughlike pretty steadily since my last update. The gameplay loop is pretty much unchanged, but I’ve added a fair bit of polish, and fixed a lot of bugs. I think it is honestly sort of boring to play, but I am excited to have this as the starting point for future projects…can you smell the roguelike!? I can!

The major fixes and improvements that I’ve made since my last update include:

⤋ Read More

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

Milestone 3:
-Continued working on preparing the next release [..] v0.18.4.0 with multiple larger changes.
-Work on resolving HackerOne reports also continued [..]
-Investigated bugs and did some work on repository organization. [..]

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

⤋ Read More

MacOS Sequoia 15.1 with Apple Intelligence Available Now
Apple has released MacOS Sequoia 15.1, the first major update to MacOS Sequoia that includes Apple Intelligence features. The Sequoia 15.1 update also includes a few bug fixes, and brings drag and drop support to the popular iPhone Mirroring feature. Separately, Apple has also released iOS 18.1 and iPadOS 18.1 with Apple Intelligence, along with … [Read More](https://osxdaily.com/2024/10/28/macos-sequoia-15-1-with-apple- … ⌘ Read more

⤋ Read More

Cybersecurity spotlight on bug bounty researcher @adrianoapj
As we wrap up Cybersecurity Awareness Month, the GitHub Bug Bounty team is excited to feature another spotlight on a talented security researcher who participates in the GitHub Security Bug Bounty Program—@adrianoapj!

The post [Cybersecurity spotlight on bug bounty researcher @adrianoapj](https://github.blog/security/vulnerability-research/cybersecurity-spotlight-on-bug-bounty-researcher-adriano … ⌘ Read more

⤋ Read More

XMRig v6.22.1 released with bug fixes, tweaks
XMRig 1 version 6.22.12 has been released with several bug fixes and improvements.

Changes overview
#3531 Always reset nonce on RandomX dataset change.
#3534 Fixed threads auto-config on Zen5.
#3535 RandomX: tweaks for Zen5.
#3539 Added Zen5 to randomx_boost.sh.
#3540 Detect AMD engineering samples in randomx_boost.sh.

Verify the SHA256 sums with xmrig3’s GPG key4 (ID: 446A53638BE94409) before using the software.

Consult … ⌘ Read more

⤋ Read More

woodser releases Haveno v1.0.12 with various fixes and improvements
woodser1 has released Haveno2 version 1.0.123 with various improvements, updates, and bug fixes.

Changes overview


Update to monero-project v0.18.3.4 and monero-java v0.8.33
Play sounds for notifications (can be disabled in Settings)
Schedule offers using available and pending funds
Support AppImage installer for Linux
Fix exporting and importing payment accounts across clients
Reclassify mainnet nodes as pub ... ⌘ [Read more](https://monero.observer/woodser-releases-haveno-v1.0.12/)

⤋ Read More

Cyrix126 releases Gupaxx v1.5.1
Cyrix1261 has released Gupaxx 2 version 1.5.13 with multiple bug fixes:

Changes overview
Freeze after some time
Xmrig could not be started after Xmrig-Proxy manually (Linux/MacOS)
Node and Proxy custom args were not parsed correctly
Unable to save node selection in Proxy Tab
Crashes on Wayland [..]

The full changelog, sources, SHA256SUM and .asc files can be found on Github3.

This project is a Gupax 4 fork which in … ⌘ Read more

⤋ Read More

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

Milestone 2:
-Initial work started on the next release [..] v0.18.3.5 or v0.18.4.0.
-Continue to work HackerOne reports.
-Smaller bug fixes, including work on fixing CI again after multiple build issues. [..]

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

⤋ Read More

Gupaxx v1.5.0 released with monerod integration
Cyrix1261 has released Gupaxx 2 version 1.5.03 with monerod integration4, multiple other UI changes, bug fixes and updates:

Changes overview


UI:
-new big feature: integration of Monerod
-new button on p2pool simple tab to use the local node (default)
Internals:
-new big feature: integration of Monerod process
-put p2pool to synchronizing status if a node doesn't respond
Fixes:
-xmrig-proxy tab sim ... ⌘ [Read more](https://monero.observer/cyrix126-releases-gupaxx-v1.5.0-monerod-integration/)

⤋ Read More

MacOS Sequoia 15.0.1 Update with Bug Fixes is Available
Apple has released MacOS Sequoia 15.0.1 as a software update to Mac users running the Sequoia operating system. The update includes bug fixes and security enhancements, and is therefore recommended for all MacOS users running Sequoia to install. For Mac users who are running MacOS Sonoma or macOS Ventura, you’ll find Safari 18.0.1 update available … [Read More](https://osxdaily.com/2024/10/04/macos-sequoia-15-0-1-update-wi … ⌘ Read more

⤋ Read More

iOS 18.0.1 & iPadOS 18.0.1 Updates Released with Bug Fixes
Apple has released iOS 18.0.1 for iPhone and iPadOS 18.0.1 for iPad. The purpose of these small updates is to fix various bugs and resolve a variety of security issues that were present in the 18.0 releases of iOS/iPadOS. Specifically, iOS 18.0.1 aims to resolve some issues with touch screens and camera functionality on iPhone … Read MoreRead more

⤋ Read More

Kicking off Cybersecurity Awareness Month: Researcher spotlights and additional incentives!
For this year’s Cybersecurity Awareness Month, GitHub’s Bug Bounty team is excited to offer some additional incentives to security researchers!

The post [Kicking off Cybersecurity Awareness Month: Researcher spotlights and additional incentives!](https://github.blog/security/vulnerability-research/kicking-off-cybersecurity-awareness-mo … ⌘ Read more

⤋ Read More
In-reply-to » @movq going a little sideways on this, "*If twtxt/Yarn was to grow bigger, then this would become a concern again. But even Mastodon allows editing, so how much of a problem can it really be? 😅*", wouldn't it preparing for a potential (even if very, very, veeeeery remote) growth be a good thing? Mastodon signs all messages, keeps a history of edits, and it doesn't break threads. It isn't a problem there.😉 It is here.

@prologic@twtxt.net, there is a parser bug on parent. Specifically on this portion:

"*If twtxt/Yarn was to grow bigger, then this would become a concern again. *But even Mastodon allows editing*, so how
+much of a problem can it really be? 😅*"

⤋ Read More
In-reply-to » An alternate idea for supporting (properly) Twt Edits is to denoate as such and extend the meaning of a Twt Subject (which would need to be called something better?); For example, let's say I produced the following Twt:

@quark@ferengi.one I don’t really mind if the twt gets edited before I even fetch it. I think it’s the idea of my computer discarding old versions it’s fetched, especially if it’s shown them to me, that bugs me.

But I do like @movq@www.uninformativ.de’s suggestion on this thread that feeds could contain both the original and the edited twt. I guess it would be up to the author.

⤋ Read More
In-reply-to » An alternate idea for supporting (properly) Twt Edits is to denoate as such and extend the meaning of a Twt Subject (which would need to be called something better?); For example, let's say I produced the following Twt:

@prologic@twtxt.net I wouldn’t want my client to honour delete requests. I like my computer’s memory to be better than mine, not worse, so it would bug me if I remember seeing something and my computer can’t find it.

⤋ Read More

On the Subject of Feed Identities; I propose the following:

  1. Generate a Private/Public ED25519 key pair
  2. Use this key pair to sign your Twtxt feed
  3. Use it as your feed’s identity in place of # url = as # key = ...

For example:

$ ssh-keygen -f prologic@twtxt.net
$ ssh-keygen -Y sign -n prologic@twtxt.net -f prologic@twtxt.net twtxt.txt

And your feed would looke like:

# nick        = prologic
# key         = SHA256:23OiSfuPC4zT0lVh1Y+XKh+KjP59brhZfxFHIYZkbZs
# sig         = twtxt.txt.sig
# prev        = j6bmlgq twtxt.txt/1
# avatar      = https://twtxt.net/user/prologic/avatar#gdoicerjkh3nynyxnxawwwkearr4qllkoevtwb3req4hojx5z43q
# description = "Problems are Solved by Method" 🇦🇺👨‍💻👨‍🦯🏹♔ 🏓⚯ 👨‍👩‍👧‍👧🛥 -- James Mills (operator of twtxt.net / creator of Yarn.social 🧶)

2024-06-14T18:22:17Z	(#nef6byq) @<bender https://twtxt.net/user/bender/twtxt.txt>  Hehe thanks! 😅 Still gotta sort out some other bugs, but that's tomorrows job 🤞
...

Twt Hash extension would change of course to use a feed’s ED25519 public key fingerprint.

⤋ Read More

DietPi August 2024 News (Version 9.7)
The August 2024 release of DietPi v9.7 brings a series of enhancements, bug fixes, and a major kernel upgrade for devices utilizing the RK3588 SoC. This minor update focuses on improving system stability and user experience, particularly for ODROID and NanoPi devices. DietPi: DietPi is a lightweight and optimized operating system based on Linux, tailored […] ⌘ Read more

⤋ Read More

There is a bug in yarnd that’s been around for awhile and is still present in the current version I’m running that lets a person hit a constructed URL like

YOUR_POD/external?nick=lovetocode999&uri=https://socialmphl.com/story19510368/doujin

and see a legitimate-looking page on YOUR_POD, with an HTTP code 200 (success). From that fake page you can even follow an external feed. Try it yourself, replacing “YOUR_POD” with the URL of any yarnd pod you know. Try following the feed.

I think URLs like this should return errors. They should not render HTML, nor produce legitimate-looking pages. This mechanism is ripe for DDoS attacks. My pod gets roughly 70,000 hits per day to URLs like this. Many are porn or other types of content I do not want. At this point, if it’s not fixed soon I am going to have to shut down my pod. @prologic@twtxt.net please have a look.

⤋ Read More

PSA: There’s New Character Bug That Can Cause iPhones to Crash
There is a new character bug that can result in a respring on the iPhone or iPad, reports TechCrunch. Typing “”:: in the search field after swiping over to the App Library will cause the Springboard to reset, dropping you back at the ‌iPhone‌’s Lock Screen. A respring is not a full reset, and it only … ⌘ Read more

⤋ Read More

I’ve decided to try and get rid of as much stress as possible. Stupid things stress me out, some things are more important to fix then others. But today I got started, by fixing the xeon bulb on our car, been ignoring it for a year, because the car garage said it’ll cost me 350$ so get it changed (Because they had to remove the whole front).. So because of that I did not prioritize it. But today I went and bought a bulb for 50$ and I openened the hood of the car and saw I could just replace it my self by simply removing a cover to get access to the bulb. So I’ve been stressing over nothing for a year simply because I did not check and took their word for it. next thing to get fixed is a rotten board under a window outside, been bugging me for a long time, now I want to get that sorted next. All these small things adds up, and I want peace of mind.

⤋ Read More

iOS 17.6.1 & iPad 17.6.1 Released with Bug Fixes
Another day, another round of system software updates, such is the life of a modern Apple device user in this particular era of the two thousand and twenty fourth summer on planet Earth, Anno Domini. As the globe rotates to register a new day, you will be excited to learn that iOS 17.6.1 and ipadOS … Read MoreRead more

⤋ Read More

MacOS Sonoma 14.6.1 & Ventura 13.6.9 Released with Bug Fixes
If you feel like you have spent a significant amount of your time updating system software on your Apple devices lately, you’re in for a treat; another round of system software updates! This time around, Apple has released MacOS Sonoma 14.6.1 along with MacOS Ventura 13.6.9 for Macs, complete with bug fixes, just one week … [Read More](https://osxdaily.com/2024/08/08/macos-sonoma-14-6-1-ventura-13-6-9-released … ⌘ Read more

⤋ Read More

MacOS Sonoma 14.6 Update Released with Bug Fixes & Security Updates
Apple has released macOS Sonoma 14.6 for Mac users running the Sonoma operating system. The MacOS Sonoma 14.6 software update primarily focuses on bug fixes and security updates for most Macs, however it does include a nice new feature specifically for the 14″ M3 MacBook Pro series allowing that Mac to support two external displays … [Read More](https://osxdaily.com/2024/07/30/macos-sonoma-14-6-u … ⌘ Read more

⤋ Read More

MacOS Sonoma 14.6 Update Released with Bug Fixes & Security Updates
Apple has released macOS Sonoma 14.6 for Mac users running the Sonoma operating system. The MacOS Sonoma 14.6 software update primarily focuses on bug fixes and security updates for most Macs, however it does include a nice new feature specifically for the 14″ M3 MacBook Pro series allowing that Mac to support two external displays … [Read More](https://osxdaily.com/2024/07/30/macos-sonoma-14-6-u … ⌘ Read more

⤋ Read More

iOS 17.6 & iPad 17.6 Released for iPhone & iPad
Apple has issued software updates for iPhone and iPad, versioned as iOS 17.6 and iPadOS 17.6, respectively. The new software updates include bug fixes and security patches, and do not include any new features or changes to the operating systems. iOS 17.6 and iPadOS 17.6 are now the latest final stable builds of operating systems … Read MoreRead more

⤋ Read More

Updated Beta 4 of iOS 18 & iPadOS 18 Released
Apple has issued updated 4th beta versions for iOS 18 and iPadOS 18. The new build is 22A5316k. It’s unclear what the purpose of the newly released 4th beta build is, but given it’s small size and quick release, it’s reasonable to assume it’s either a bug fix or security patch. If you have already … Read MoreRead more

⤋ Read More

Release Candidate for iOS 17.6, macOS Sonoma 14.6, iPadOS 17.6 Available for Testing
Apple has issued the Release Candidate builds for iOS 17.6 for iPhone, ipadOS 17.6 for iPad, and macOS Sonoma 14.6 for Mac. Release Candidate builds are typically the last finalized beta build, which, assuming there are no significant bugs or security issues found, often matches the final version of that software to be released to … [Read More](https://osxdaily.com/20 … ⌘ Read more

⤋ Read More

在 Go 項目中使用 Redis 的幾個實用建議
今天來聊一聊 Redis,主要是聊一些在 Go 項目中使用 go-redis 代碼上的一些建議。在上代碼之前我還是要廢話幾句,在大家開發需求用到 Redis 時一定要多想個兩分鐘 “我是不是把 Redis 當數據庫用了?” 因爲數據在數據庫和 Redis 裏存兩份就就得考慮它們的一致性怎麼維護,賊麻煩,而這個一致性不做上線後還經常會出 BUG,所以不是必要我一般不用 Redis。需要過期的數據肯定 ⌘ Read more

⤋ Read More

DietPi July 2024 News (Version 9.6)
DietPi July 2024 News (Version 9.6)
The July 2024 release of DietPi v9.6 introduces new software, enhancements, and bug fixes to enhance user experience and system performance. This update includes the addition of the IRC bouncer software package soju and several improvements across different devices and features. ⌘ Read more

⤋ Read More

Attack of the clones: Getting RCE in Chrome’s renderer with duplicate object properties
In this post, I’ll exploit CVE-2024-3833, an object corruption bug in v8, the Javascript engine of Chrome, that allows remote code execution (RCE) in the renderer sandbox of Chrome by a single visit to a malicious site.

The post [Attack of the clones: Getting RCE in Chrome’s renderer with duplicate object properties](https://github.blog/2024-06-26-attack-of-the-cl … ⌘ Read more

⤋ Read More

DietPi June 2024 News (Version 9.5)
DietPi June 2024 News (Version 9.5)
The June 2024 release of DietPi v9.5 introduces exciting new features, significant enhancements, and bug fixes to ensure a more robust and streamlined experience for users of various single-board computers. This version includes the introduction of a new software package, Forgejo, alongside updates tailored to enhance compatibility and performance. ⌘ Read more

⤋ Read More

👋 If y’all notice any weird quirks or UI/UX bugs of late on my pod, please let me know! 🙏 For those that have a Javascript enabled web browser will notice (hopefully) a SPA (single page app) like experience, even in Mobile! No more full page refreshes! All this without writing a single line of Javascript (let alone React or whatever) 😅 – HTMX is pretty damn cooL! 😎 #htmx

⤋ Read More

Top Stories: iOS 17.5.1 Fixes Concerning Photos Bug, All-New iPhone 17 Model Rumored, and More
It’s been quite a week of Apple news and rumors, ranging from a concerning bug with deleted photos reappearing on users’ devices to hot rumors about a new high-end iPhone model for 2025 and a MacBook with a foldable screen coming as soon as 2026.

Image

Other news and rumors this week included fresh expectations for iOS 18 fe … ⌘ Read more

⤋ Read More

iOS 17.5.1 & iPadOS 17.5.1 Update Released to Fix Reappearing Deleted Photos Bug
Apple has released a small bug fix update for iPhone and iPad versioned as iOS 17.5.1 and iPadOS 17.5.1. The update specifically aims to fix a very strange bug where deleted photos would randomly reappear on some users devices. Sometimes the photos that reappeared on user devices were deleted many years prior, raising serious questions … [Read More](https://osxdaily.com/ … ⌘ Read more

⤋ Read More

MacOS Ventura 13.6.7 & macOS Monterey 12.7.5 Updates Available
macOS Ventura 13.6.7 and macOS Monterey 12.7.5 are now available as software updates for Mac users who are not running the macOS Sonoma operating system and the just released MacOS Sonoma 14.5 update. macOS Ventura 13.6.7 and macOS Monterey 12.7.5 focus on security fixes and are not expected to include any significant changes, bug fixes, … [Read More](https://osxdaily.com/2024/05/14/macos-ventura-13-6-7-ma … ⌘ Read more

⤋ Read More