Searching We Love Privacy Club

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

MoneroKon proposes bounty for Monero POS Android app
MoneroKon1 has proposed a bounty2 for the creation of a FOSS Monero Android app3 that can be used by merchants on a dedicated POS PDA device with thermal printer:

The aim is to make in-person transactions easy and fast at events such as MoneroKon.

Total Bounty: 0 XMR (to date)

Requirements overview
  • User friendly interface
  • Broadcast Monero URI information over NFC at checkout4
  • Inte 
 ⌘ Read more

​ Read More
In-reply-to » Simplified twtxt - I want to suggest some dogmas or commandments for twtxt, from where we can work our way back to how to implement different feature like replies/treads:

@Codebuzz@www.codebuzz.nl Speed is an issue for the client software, not the format itself, but yes I agree that it makes the most sense to append post to the end of the file. I’m referring to the definition that it’s the first url = in the file that is the one that has to be used for the twthash computation, which is a too arbitrary way of defining something that breaks treading time and time again. And this is the case for not using url+date+message = twthash.

​ Read More

Dilli Hai Dilwalon Ki
(Translation: “Delhi is for the warm-hearted”) A Delhi guide by Kunal Kushwaha, Field CTO at Civo The capital city of India, Delhi, has roots that trace back thousands of years. Known as Indraprastha in ancient texts dating as
 ⌘ Read more

​ Read More
In-reply-to » The original twt is unavailable. It may have been edited or deleted, or is from an unknown or muted feed.

(#2024-09-24T12:45:54Z) @prologic@twtxt.net I’m not really buying this one about readability. It’s easy to recognize that this is a URL and a date, so you skim over it like you would we mentions and markdown links and images. If you are not suppose to read the raw file, then we might a well jam everything into JSON like mastodon

​ Read More

Some more arguments for a local-based treading model over a content-based one:

  1. The format: (#<DATE URL>) or (@<DATE URL>) both makes sense: # as prefix is for a hashtag like we allredy got with the (#twthash) and @ as prefix denotes that this is mention of a specific post in a feed, and not just the feed in general. Using either can make implementation easier, since most clients already got this kind of filtering.

  2. Having something like (#<DATE URL>) will also make mentions via webmetions for twtxt easier to implement, since there is no need for looking up the #twthash. This will also make it possible to make 3th part twt-mentions services.

  3. Supporting twt/webmentions will also increase discoverability as a way to know about both replies and feed mentions from feeds that you don’t follow.

​ Read More
In-reply-to » The original twt is unavailable. It may have been edited or deleted, or is from an unknown or muted feed.

I demand full 9 digit nano second timestamps and the full TZ identifier as documented in the tz 2024b database! I need to know if there was a change in daylight savings as per the locality in question as of the provided date.

​ Read More

@sorenpeter@darch.dk I like this idea. Just for fun, I’m using a variant in this twt. (Also because I’m curious how it non-hash subjects appear in jenny and yarn.)

URLs can contain commas so I suggest a different character to separate the url from the date. Is this twt I’ve used space (also after “replyto”, for symmetry).

I think this solves:

  • Changing feed identities: although @mckinley@twtxt.net points out URLs can change, I think this syntax should be okay as long as the feed at that URL can be fetched, and as long as the current canonical URL for the feed lists this one as an alternate.
  • editing, if you don’t care about message integrity
  • finding the root of a thread, if you’re not following the author

An optional hash could be added if message integrity is desired. (E.g. if you don’t trust the feed author not to make a misleading edit.) Other recent suggestions about how to deal with edits and hashes might be applicable then.

People publishing multiple twts per second should include sub-second precision in their timestamps. As you suggested, the timestamp could just be copied verbatim.

​ Read More
In-reply-to » The original twt is unavailable. It may have been edited or deleted, or is from an unknown or muted feed.

@movq@www.uninformativ.de I did started from scratch, today. I using am commit 6e8ce5afdabd5eac22eae4275407b3bd2a167daf (HEAD -> main, origin/main, origin/HEAD), I keep myself up-to-date, LOL. Still, that specific twtxt (o6dsrga) is no longer.

​ Read More
In-reply-to » Hmm... I replied to this message:

This is how my original message shows up on jenny:

From: quark <quark>
Subject: (#o) @prologic this was your first twtxt. Cool! :-P
Date: Mon, 16 Sep 2024 12:42:27 -0400
Message-Id: <k7imvia@twtxt>
X-twtxt-feed-url: https://ferengi.one/twtxt.txt

(#o) @<prologic https://twtxt.net/user/prologic/twtxt.txt> this was your first twtxt. Cool! :-P

​ Read More
In-reply-to » (#o) @prologic this was your first twtxt. Cool! :-P

Hmm
 I replied to this message:

From: prologic <prologic>
Subject: Hello World! 😊
Date: Sat, 18 Jul 2020 08:39:52 -0400
Message-Id: <o6dsrga>
X-twtxt-feed-url: https://twtxt.net/user/prologic/twtxt.txt

Hello World! 😊

And see how the hash shows
 Is it because that hash isn’t longer used?

​ Read More

Release Date for iOS 18, macOS Sequoia, iPadOS 18, is September 16
In all of the hubbub about the new iPhone 16 series and release candidate builds for macOS Sequoia, iOS 18, and iPadOS 18, you might have missed when Apple announced what the official release dates will be for all of their new operating systems. Let’s clear that up right now so that you can be 
 Read More ⌘ Read more

​ Read More
In-reply-to » The original twt is unavailable. It may have been edited or deleted, or is from an unknown or muted feed.

I was not suggesting to that everyone need to setup a working webfinger endpoint, but that we take the format of nick+(sub)domain as base for generating the hashed together with the message date and content.

If we omit the protocol prefix from the way we do things now will that not solve most of the problems? In the case of gemini://gemini.ctrl-c.club/~nristen/twtxt.txt they also have a working twtxt.txt at https://ctrl-c.club/~nristen/twtxt.txt 
 damn I just notice the gemini. subdomain.

Okay what about defining a prefers protocol as part of the hash schema? so 1: https , 2: http 3: gemini 4: gopher ?

​ Read More
In-reply-to » The original twt is unavailable. It may have been edited or deleted, or is from an unknown or muted feed.

@prologic@twtxt.net Some criticisms and a possible alternative direction:

  1. Key rotation. I’m not a security person, but my understanding is that it’s good to be able to give keys an expiry date and replace them with new ones periodically.

  2. It makes maintaining a feed more complicated. Now instead of just needing to put a file on a web server (and scan the logs for user agents) I also need to do this. What brought me to twtxt was its radical simplicity.

Instead, maybe we should think about a way to allow old urls to be rotated out? Like, my metadata could somehow say that X used to be my primary URL, but going forward from date D onward my primary url is Y. (Or, if you really want to use public key cryptography, maybe something similar could be used for key rotation there.)

It’s nice that your scheme would add a way to verify the twts you download, but https is supposed to do that anyway. If you don’t trust https to do that (maybe you don’t like relying on root CAs?) then maybe your preferred solution should be reflected by your primary feed url. E.g. if you prefer the security offered by IPFS, then maybe an IPNS url would do the trick. The fact that feed locations are URLs gives some flexibility. (But then rotation is still an issue, if I understand ipns right.)

​ Read More
In-reply-to » 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

@prologic@twtxt.net What? I compiled, updated, and restarted. If you check what my pod reports, it gives that 7a
 SHA. I don’t know what that other screenshot is showing but it seems to be out of date. That was the SHA I was running before this update.

​ Read More

Apple announces launch date for new iPhone 16, watches and AirPods. Here’s what to expect
Apple has sent out invitations for a product launch event at its headquarters on September 9 in California, when it’s set to announce details of the iPhone 16 and other new devices. ⌘ Read more

​ Read More

As we reach mid-year 2024, a look at CNCF, Linux Foundation, and top 30 open source project velocity
Staff post by Chris Aniszczyk  Date/Time: July 11 at 8am For the last several years we have tracked open source project velocity, which has enabled us to monitor the trends and technologies that resonate with developers and end
 ⌘ Read more

​ Read More

How to Hide the Clock at MacOS Login Screen
The Mac login screen and lock screen displays a prominent large clock, with the date and time visible over the wallpaper or screensaver. While many users appreciate having the time and date right there at the login screen, other users may wish to hide the clock, date, and time, from the MacOS login screen. If 
 Read More ⌘ Read more

​ Read More

Apple Cancels the Apple Car Project
Apple has canceled their ambitious decade-long car project, codenamed Project Titan, according to a report from Bloomberg. Development on the Apple Car, which was apparently intended to be an electric vehicle with self-driving capabilities, became news in 2015, and originally had a speculative release dates of 2019 and 2020, which obviously came and went without 
 Read More ⌘ Read more

​ Read More

Australia’s nuclear ban ‘out of date’ with the world: Matt Canavan
Nationals Senator Matt Canavan says Australia’s nuclear energy ban is “out of date” with the rest of the developed world.

Australia is the only G20 nation which prohibits the development of nuclear energy.

Billionaire mining magnate Andrew Forrest doubled down on his opposition to nuclear energy, claiming it would take too long and be too expensive to implement.

“Its 
 ⌘ Read more

​ Read More

Bird-feed loaf and a date: What children eat in Gaza
Hunger stalks the entire Gaza Strip, the tiny enclave where 2.3 million people have been living under Israel’s bombardment since Oct. 7 as it battles Hamas militants. In central Gaza, three young brothers had run away in secret to take refuge with their aunt in her tent in Deir al-Balah because there was nothing to eat in Gaza City. Just north of Deir al-Balah, Warda Mattar, a displaced mother 
 ⌘ Read more

​ Read More

Odysseus sends back its first images of the moon
The Odysseus private moon lander has sent back its first images from the lunar surface.

Reportedly, it is the furthest south any vehicle has successfully landed on the moon and established communication to date.

The uncrewed spacecraft endured an intense landing approach on Friday last week.

It came after a navigation system error meant its flight controllers had to be used on untested work to safe 
 ⌘ Read more

​ Read More

Romeo Beckham confirms split from model girlfriend Mia Regan
The 21-year-old, who plays soccer for English Premier League team Brentford’s B team, had been dating the model since they were both 16, but both announced their split on Sunday. Romeo wrote on Instagram “Mooch (Mia’s nickname) and I have parted ways after 5 years of love, we still have a lot of respect for each other, and still hold a strong friendship and always will.”. 
 ⌘ Read more

​ Read More

Add Corporate Earnings Reports to Your Calendar on Mac, iPhone, iPad via Stocks App
The Stocks app for iPhone, Mac, and iPad, now offers a super convenient way of knowing when a companies upcoming earnings reports will be, and, even better for you earnings season enthusiasts, you can add those earnings report dates directly to your calendar immediately from the Stocks app. Because who doesn’t love listening in on 
 [Read More](https://osxdaily.com/2024 
 ⌘ Read more

​ Read More

XMPP Providers: XMPP Providers Fully Automated

Automate all the Things

During the past year, the team behind the XMPP Providers project worked on automating the process of gathering data about XMPP providers.
Automating this process reduces manual work significantly (for example, checking websites by hand, verifying information, listing sources, etc.) and helps to sustain the team’s efforts.
Automation also enables the project to be up to date – every day!

[ 
 ⌘ Read more

​ Read More

L’horreur qui vient
Les autoritĂ©s redoutent un attentat d’ici la fin de l’annĂ©e. Elles l’ont d’ailleurs trĂšs mĂ©diatiquement fait savoir, tant du cĂŽtĂ© europĂ©en que du cĂŽtĂ© français afin que toute la population soit correctement transie d’inquiĂ©tude et de mĂ©fiance pour la pĂ©riode des fĂȘtes. Et donc, que ce soit le rĂ©sultat d’une action prĂ©parĂ©e de longue date [
] ⌘ Read more

​ Read More
In-reply-to » Testing out Jenny. If this works I will setup Jenny with mutt.

@movq@www.uninformativ.de
Yes I have threading on. I wanted to put new posts at the top with set sort_aux = reverse-last-date-sent but that that makes the threads do the newest first not bellow the reply. So all replies are in a top newest order. But I can just use sort date_sent and then go to the end to go to the newest post.

​ Read More

How to Use & Access GPT-4 for Free
You may already be using ChatGPT, the phenomenally powerful and useful AI tool, but the free version is based on GPT-3.5. GPT-4 is said to be ten times more advanced, with enhanced creativity, reliability, up-to-date information, and an ability to interpret more nuanced instructions, so it’s understandable why users would like to explore and experience 
 Read More ⌘ Read more

​ Read More

How to Use & Access GPT-4 for Free
You may already be using ChatGPT, the phenomenally powerful and useful AI tool, but the free version is based on GPT-3.5. GPT-4 is said to be ten times more advanced, with enhanced creativity, reliability, up-to-date information, and an ability to interpret more nuanced instructions, so it’s understandable why users would like to explore and experience 
 Read More ⌘ Read more

​ Read More