Searching txt.sour.is

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

Lecornu erneut zum Premier ernannt
Frankreichs Präsident Emmanuel Macron hat den zurückgetretenen Premier Sebastien Lecornu am Freitagabend überraschend erneut zum Regierungschef ernannt. Wie der Elysee-Palast mitteilte, soll der 39-Jährige nach seinen Bemühungen zur Lösung der Regierungskrise als Premier weitermachen und ein neues Kabinett zusammenstellen. Die Opposition kündigte umgehend einen erneuten Misstrauensantrag an. ⌘ Read more

⤋ Read More
In-reply-to » is there consensus on what characters should(n't) be allowed in nicks? i remember reading somewhere whitespace should not be allowed, but i don't see it in the spec on twtxt.dev — in fact, are there any other resources on twtxt extensions outside of twtxt.dev?

@zvava@twtxt.net @movq@www.uninformativ.de I’m not entirely sure about the spaces, but maybe they were omitted to simplify parsing of mentions in the form of @<nick url>. If the next token after the @<nick does not look like a URL, it’s not a mention but regular text. This is just wild guessing, though.

Looking at the regex and tests in the original twtxt reference implementation seems to confirm that theory in the sense as it relies on whitespace as the delimiter:

https://lyse.isobeef.org/tmp/screenshot-2025-09-17-21-30-25.png

Another thing about nicks is that the original twtxt reference implementation converts nicks to all lowercase:

https://lyse.isobeef.org/tmp/screenshot-2025-09-17-21-20-39.png

You probably know this already, the original twtxt file format specification can be found here: https://twtxt.readthedocs.io/en/latest/user/twtxtfile.html

As for extensions, I don’t know of anything outside of twtxt.dev that has actually been (partially) implemented. However, there is also the issue tracker of the official reference implementation. You might wanna dig through that. For example, there is an alternative suggestions of multiline messages: https://github.com/buckket/twtxt/issues/157

⤋ Read More

Sinfonias de Aço (de Manuel Melo)
(aos Sábados das 12h às 15h, na Rádio Barcelos)
Emissão de 23 Agosto 2025

39 músicas de bandas portuguesas, incluindo 7 que integram o catálogo da ANTI-DEMOS-CRACIA:

. The Dreams Never End - Perdido
. Marciano - John Said
. Ameeba - Lizard Face
. Sci Fi Industries - TriVial
. Kokori – Time Traveler (sedation mix)
. Turning Point – Espelho
. Zero à Esquerda - Porque Tens Tanto Poder

https://www.sinfonias.org/playlists/1961-playlist-podcast-23-agosto-2025

#kokori

⤋ Read More
In-reply-to » Just discovered how easy it is to recall my last arg in shell and my brain went 🤯 How come I've never learned about this before!? I wonder how many other QOL shortcuts I'm missing on 🥲

@aelaraji@aelaraji.com I use Alt+. all the time, it’s great. 👌

FWIW, another thing I often use is !! to recall the entire previous command line:

$ find -iname '*foo*'
./This is a foo file.txt

$ cat "$(!!)"
cat "$(find -iname '*foo*')"
This is just a test.

Yep!

Or:

$ ls -al subdir
ls: cannot open directory 'subdir': Permission denied

$ sudo !!
sudo ls -al subdir
total 0
drwx------ 2 root root  60 Jun 20 19:39 .
drwx------ 7 jess jess 360 Jun 20 19:39 ..
-rw-r--r-- 1 root root   0 Jun 20 19:39 nothing-to-see

⤋ Read More

New (February 2025) paper, https://cms.mgt.tum.de/fileadmin/mgt.tum.de/faculty_and_research/mppe/39_Nora_von_Ingersleben-Seip_How_the_European_Union_Fell_Out_Of_Love_With_Open-Source_Software.pdf , describes “How the European Union Fell Out of Love with Open-Source Software”:

“A coalition of determined open-source software (OSS) advocates and a handful of technology experts working in the European Commission set out in 2004 to end Microsoft’s monopoly. They almost succeeded. This article reveals how they managed to change the EU’s software policies, made Microsoft lobbyists work overtime - and in the end, and despite their best efforts, could not withstand the power of proprietary companies’ lobbying campaigns.

Drawing on the Multiple Streams Framework, the article explains the European Commission’s decision to promote OSS and open standards in 2004, and its puzzling decision to reverse course just a few years later, in 2010, despite its unchanged rhetoric about the benefits of openness. The analysis reveals three key factors that drove the changes in the EU’s policies.

In 2004, OSS advocates managed to frame the EU’s dependency on proprietary software as a problem – and the promotion of OSS and open standards as the solution.

In 2010, #Microsoft and other proprietary companies used their existing connections in Brussels to sow doubt about the maturity and cost of #OSS among #EU policymakers.”

25 years later we’re where we started.

#OpenSource #EIF

⤋ Read More

Deals: iPad mini 7 for $399, Apple Watch Series 10 for $329, Apple Studio Display for $1299
Amazon is back at it again with some more great discounts on select Apple gear. This time they’re knocking $100 off the price of iPad mini 7, $300 off the Apple Studio Display, $70 off Apple Watch Series 10, and $30 off a pack of AirTags 4-pack. Check out the deals and grab what interests … [Read More](https://osxdaily.com/2025/03/17/deals-ipad-mini-7-for-39 … ⌘ Read more

⤋ Read More

Monero Observer Blitz #39 - February 2025
Here’s a recap of what happened this February in the Monero community:

Breaking
  • binaryFate published a long overdue February 2025 Monero General Fund transparency report ( 1)
  • Rucknium publicly released all OSPEAD-related documents and code after 3+ years of research ( 2)
R&D
  • **There were four Monero Research Lab … ⌘ Read more

⤋ Read More

Deals: iPad mini 7 for $399, Apple Watch 10 for $329, $99 AirPods, AirTags 4-pack for $70, & More
Amazon is back with some great Apple deals this week, including the newest iPad mini 7 for $100 off, Apple Watch Series 10 for 18% off, AirPods starting at $99, a pack of AirTags for $70, $200 off MacBook Air models, and more. iPad mini 7 – $399 (down from $499) iPad mini 7 is … [Read More](https://osxdaily.com/2025/02/10/deals-ipad-mini-7-for-39 … ⌘ Read more

⤋ Read More

Monero Dev Activity Report - Week 3 2025: 66 PRs, 12 Issues
This weekly report aims to provide a big picture view of Monero development activity, increase community support for existing devs and, hopefully, encourage new contributions.

1 - PRs (66, 13:14:39)

Opened (13)

monero-project/monero:

  • #96971 [WIP] carrot_impl (jeffro256)
  • #96982 add do_not_relay option to sweep_single … (SNeedlewoods)
  • #97063 ci: build wallet_api for all linux cli jobs (t … ⌘ Read more

⤋ Read More
In-reply-to » So really your argument is just that switching to a location-based addressing "just makes sense". Why? Without concrete pros/cons of each approach this isn't really a strong argument I'm afraid. In fact I probably need to just sit down and detail the properties of both approaches and the pros/cons of both.

(#2024-09-24T12:39:32Z) @prologic@twtxt.net It might be simple for you to run echo -e "\t\t" | sha256sum | base64, but for people who are not comfortable in a terminal and got their dev env set up, then that is magic, compared to the simplicity of just copy/pasting what you see in a textfile into another textfile – Basically what @movq@www.uninformativ.de also said. I’m also on team extreme minimalism, otherwise we could just use mastodon etc. Replacing line-breaks with a tab would also make it easier to handwrite your twtxt. You don’t have to hardwrite it, but at least you should have the option to. Just as i do with all my HTML and CSS.

⤋ 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

Hmm…

Jun 19 23:31:38 yarn_init.sh[61567]: [yarnd] 2024/06/19 23:31:38 (127.0.0.1:40254) “POST /post HTTP/
1.0” 200 0 3.402208ms
[…]

Jun 19 23:31:39 yarn_init.sh[61567]: [yarnd] 2024/06/19 23:31:39 (127.0.0.1:40262) “GET /post HTTP/1.0” 404 729 123.474001ms

⤋ Read More