Searching txt.sour.is

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

(#rozpvfa) > After working 14 years at IBM, he became senior vice president and chief technology officer at enterprise search vendor Verity in 2 …

After working 14 years at IBM, he became senior vice president and chief technology officer at enterprise search vendor Verity in 2004.[16][14][12] In July 2005, he was hired by Yahoo! to lead Yahoo! Research in Sunnyvale, California.[17] At Yahoo!, he worked on research projects including search and advertising.[15][18] In 2011, he was appointed as Yahoo!’s chief strategy offi … ⌘ Read more

⤋ Read More
In-reply-to » Hmmm, when I Ctrl+Left to jump a word left, I get 1;5D in my tt2 message text. My TERM is set to rxvt-unicode-256color. In tt, it works just fine. When I change to TERM=xterm-256color, it also works in tt2. I have to read up on that. Maybe even try to capture these sequences and rewrite them.

@movq@www.uninformativ.de Hahaha, that name is certainly fitting! :-D

Yeah, I should revert that and try to figure out which programs misbehaved. But that’s something for future Lyse. 8-) Right now, I just redefine TERM in my Makefile when the USER happens to be me.

⤋ Read More

Trump’s funding ax throws colleges into an existential crisis
Erica Pandey,    -  Axios

_Stephan: The Trumpian authoritarian coup continues, and democracy dissipates; all of this following Hitler’s action list point by point. What stands out for me is how weak the institutional resistance is. Universities are docilely falling to their knees. Law firms are proving equally craven. There is only one way this is going to stop. You – and I mean you – must participate … ⌘ Read more

⤋ Read More

Bill Gates Is Giving Up on Climate Change as Trump Drains the Woke Out of Washington: Looks like banking on billionaires to solve climate change isn’t gonna do the trick.
AJ Dellinger,  Staff Writer  -  Gizmodo

_Stephan: I confess this report surprised me. I thought Bill Gates, and his cohorts, recognized that no matter what Trump did they would stay the cour … ⌘ Read more

⤋ Read More

China, Russia eager to fill void as Trump axes US-funded media
,    -  Agence France-Presse (France) | Raw Story

_Stephan: Because the fascist oligarchal coup now underway in the United States is led by an ignorant psychopath and greedy short-sighted oligarchs, it is being carried out incredibly stupidly. The Putin dictatorship, of course, is very happy, because they have something that controls Trump in matters in which they are involved, i.e., the Ukrainian w … ⌘ Read more

⤋ Read More

10 Severe Medical Conditions with Surprising Health Benefits
Throughout human evolution, genetic variations that cause devastating diseases have persisted in populations at rates that seem to defy natural selection. This genetic paradox has prompted scientists to investigate why traits that cause serious illness in some individuals remain so common. Research has revealed a fascinating pattern: Many severe medical conditions offer unexpected health advantages […]

The post … ⌘ Read more

⤋ Read More

10 Unique Speakeasies Around the World
Speakeasies were illicit establishments that sold alcoholic beverages in secrecy. These bars became very popular during the Prohibition era in America (1920-1933), giving people a secret place to drink when alcohol was illegal. Modern-day speakeasies are increasingly popular and meant to be wrapped in secrecy. While there is no longer any illegal drinking happening at […]

The post [10 Unique Speakeasies Around the World](https://listverse.com/2025/03/22/ … ⌘ Read more

⤋ Read More
In-reply-to » Hmmm, when I Ctrl+Left to jump a word left, I get 1;5D in my tt2 message text. My TERM is set to rxvt-unicode-256color. In tt, it works just fine. When I change to TERM=xterm-256color, it also works in tt2. I have to read up on that. Maybe even try to capture these sequences and rewrite them.

@lyse@lyse.isobeef.org There’s a reason it’s called “(n)curses”. 😏 The only advice I can give is to never fiddle with reassigning control sequences and $TERM variables. Leave $TERM at whatever value the terminal itself sets and use an appropriate terminfo file for it. If there are programs misbehaving, they probably blindly assume XTerm and should be fixed (or have XTerm as a hard requirement). If you try to fix this on your end, it’ll likely just break other programs. 🥴

⤋ Read More

Top Stories: iPhone 17 Air Rumors, Apple’s Siri Problem, and More
With a bit of a lull in Apple product news following the launches of the latest Mac, iPad, and iPhone updates for early 2025, attention is turning back to rumors about other upcoming products with the all-new “iPhone 17 Air” for later this year and even next year’s iPhone 18 Pro seeing some recent rumors.

Image

Apple is also still getting attention for its … ⌘ Read more

⤋ Read More
In-reply-to » Hmmm, when I Ctrl+Left to jump a word left, I get 1;5D in my tt2 message text. My TERM is set to rxvt-unicode-256color. In tt, it works just fine. When I change to TERM=xterm-256color, it also works in tt2. I have to read up on that. Maybe even try to capture these sequences and rewrite them.

Well, some time ago I put this in my ~/.Xdefaults:

URxvt.keysym.Control-Up:    \033[1;5A
    URxvt.keysym.Control-Down:  \033[1;5B
URxvt.keysym.Control-Left:  \033[1;5D
    URxvt.keysym.Control-Right: \033[1;5C

Probably to behave more like XTerm and fix a few other issues I had with other programs. But, it turns out, tcell expects the original sequence: https://github.com/gdamore/tcell/blob/main/terminfo/r/rxvt/term.go#L487

Hmm.

⤋ Read More

Hmmm, when I Ctrl+Left to jump a word left, I get 1;5D in my tt2 message text. My TERM is set to rxvt-unicode-256color. In tt, it works just fine. When I change to TERM=xterm-256color, it also works in tt2. I have to read up on that. Maybe even try to capture these sequences and rewrite them.

⤋ Read More

[$] OSI election ends with unsatisfying results
The Open Source Initiative
(OSI) has announced
the results of its recent board of directors election. Ruth Suehle and
McCoy Smith are new to the board, while Carlo Piana will serve another
term. The results, however, seem tainted in the eyes of some
participants and observers. The election has been plagued by missteps
from the beginning and has culminated with the exclusion of three
candi … ⌘ Read more

⤋ Read More
In-reply-to » @lyse oooooh! I like how that's shaping up! Now you need a jobless vacation (not moneyless), so that the project goes from baby crawling, to toddler steps. :-)

@david@collantes.us Thanks, yes, absolutely! ;-)

I now notice that I should also show the original message(s) to which I reply. That was super useful in the original tt. But one after the other. The mentions are now automatically filled in. \o/

⤋ 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

Is there a way to auto-insert a time stamp on vi or vim at the beginning of each line? Like, upon opening like so:

2025-03-20 15:04:03 Blah blah blah blah
2025-03-20 15:04:15 Bleh bleh bleh bleh
2025-03-20 15:04:22 ...

⤋ Read More
In-reply-to » Dang it, first attempt failed:

(Back in tt.) Well, it kinda worked. At least appending to the file. But my cache database got screwed up. I do not yet support replies, so the subject and and root hash columns have not been set at all, resulting in a message that is just not shown at all. I gotta do something about that next. The good thing is, though, after simply fixing the two columns the message appeared on screen.

⤋ Read More

RPI Image Gen Introduces Custom Raspberry Pi Image Creation
The Raspberry Pi team has introduced rpi image gen, a new tool for creating custom software images with detailed control over configuration. It is designed for embedded systems, industrial applications, and personalized projects. rpi image gen is an alternative to the existing pi gen tool, which is used to produce the official Raspberry Pi OS […] ⌘ Read more

⤋ Read More

[$] The guaranteed contiguous memory allocator
As a system runs and its memory becomes fragmented, allocating large,
physically contiguous regions of memory becomes increasingly difficult.
Much effort over the years has gone into avoiding the need to make such
allocations whenever possible, but there are times when they simply cannot
be avoided. The kernel’s contiguous memory\
allocator (CMA) subsystem attempts to make such allocations possible,
but it has never been a perfect solution. Suren Baghd … ⌘ Read more

⤋ Read More

Julien Malka proposes method for detecting XZ-like backdoors
Julien Malka has
called for the NixOS project to use build-reproducibility to detect when a program has a maintainer-generated tarball that results in a different artifact than building from source. There are good reasons for projects to release maintainer-generated tarballs, but since the materials included in them are usually documentation, extra build scripts, and so on, it makes sense to check that they don’t … ⌘ Read more

⤋ Read More

i really wanna learn golang it looks fun and capable and i can read it kind of but every time i try it i’m immediately stuck on basic concepts like “what the fuck is a pointer” (this has been explained to me and i still don’t get it). i did have types explained to me as like notes on code which makes sense a bit but i’m mostly lost on basic code concepts

⤋ Read More
In-reply-to » my biggest fear of starting to work with servers professionally is realizing that no one uses servers anymore and having to do some cloud bullshit instead

@movq@www.uninformativ.de hahahah i for one hate sleeping and need to be busy 24/7 or else i go insane so server stuff is awesome for my ADHD ass!!!

IaaS does seem kinda interesting to me, i think i could vibe with that more than full on cloud stuff

i hope i can be one of those people who does the barebones stuff bc i am a rare sicko who finds it fun and cloud stuff scares me LMAOOOO

⤋ Read More

[$] Multiple memory classes for address-space isolation
Brendan Jackman has been working to try to get ahead of the next hardware CPU
vulnerability
before it gets discovered. In January, he posted the second version of
a patch set that introduces
address-space isolation (ASI) as a way of
preventing future CPU vulnerabilities from leaking important
information. The core concept is to ensure that data that is not currently
ne … ⌘ 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 Cool!

Proposal 3 (https://git.mills.io/yarnsocial/twtxt.dev/issues/18#issuecomment-19215) has the “advantage”, that you do not have to “mention” the original author if the thread slightly diverges. It seems to be a thing here that conversations are typically very flat instead of trees. Hence, and despite being a tree hugger, I voted for 3 being my favorite one, then 2, 1 and finally 4.

All proposals still need more work to clarify the details and edge cases in my opinion before they can be implemented.

⤋ Read More

Introducing rpi-image-gen for customized Raspberry Pi images
Raspberry Pi has
announced rpi-image-gen,
a tool to create custom software images for its devices.

rpi-image-gen is a Bash orientated scripting engine capable of
producing software images with different on-disk partition layouts,
file systems and profiles using collections of metadata and a defined
flow of execution. It provides the means to create a hig … ⌘ Read more

⤋ Read More

An Asahi Linux 6.14 progress report
The Asahi Linux project, working to support Linux on Apple hardware, has
published a\
progress report to coincide with the 6.14 kernel release.

Now that Rust for Linux abstractions are starting to be merged at a
healthy pace, we are faced with an emerging challenge. It is rare
for any kernel patch to survive the mailing list without at least a
couple of non-trivial changes, and Rust abstractions are no
exception. Every time an a … ⌘ Read more

⤋ Read More

What to do in London near the KubeCon + CloudNativeCon Europe 2025 Venue, part one
London’s calling and our local CNCF Ambassadors have answered with some great ideas of things to do close to the KubeCon + CloudNativeCon Europe 2025 venue. Cross the river Since our event is going to be… ⌘ Read more

⤋ Read More

These are the world’s happiest countries in 2025
Marnie Hunter,  Reporter  -  CNN

Stephan: Thanks to psychopath Trump, the oligarchs who own him, and the flying monkeys in Congress who pay obeisance to him, the United States has gone from Ronald Reagan’s description of the nation as a “Shining city on a hill.” to a non-democratic sewer of fascism, racism, resentment, and misery. We are no longer even in the top 20.

![](https://www.schwartzreport.net/wp-content/uploads/2025/ … ⌘ Read more

⤋ Read More

‘Absolute chaos’ at Dept of Agriculture could skyrocket rural grocery prices: report
Brad Reed,  Staff Writer  -  Raw Story

_Stephan: The United States as I predicted is going into recession, and your groceries prices are going to go up. We are at a moment of truth we have not experienced since the Founders created the United States. We are no longer a functioning democracy, and the authoritarian government that now runs the country cares noth … ⌘ Read more

⤋ Read More

US measles outbreak tops 300 cases — what to know about the disease
Emily Cooke,  Staff Writer  -  Live Science

_Stephan: Because of the destruction of the healthcare agencies in the United States by psychopath Trump, his Frankenstein oligarch Musk, and the flying monkeys of DOGE, I predict we are going to see more pandemics. Measles, now above 300 cases, has spread to a number of states beyond Texas – Alaska, California, Florida, Georgia, Kentucky, Maryland … ⌘ Read more

⤋ Read More

Trump Issues Firm Directive to Supreme Court Chief Justice John Roberts
Sonam Sheth and Gabe Whisnant,  Evening Politics Editor | Breaking News Editor   -  Newsweek

_Stephan: This, in my opinion is the critical turning point on whether democracy survives in the United States. Psychopath “king” Trump believes he is above the law, and will not, and need not, follow what judges decide. We are about to find out whether by judges he also means Supreme Court … ⌘ Read more

⤋ Read More

Extending my Komoot export script
I’ve taken another look at my export script for Komoot (original post), now that Bending Spoons has acquired Komoot. I’ve extended the script to also download cover images and, if available, an image of the map – I found that in the API responses. ⌘ Read more

⤋ Read More

10 Non-musical Films with Epic Musical Scenes
Generic conventions exist to signpost the kind of movie we are going to see and ensure we aren’t broadsided with teeny-bopper romance in our body horror or explosions and car chases in our period drama. And yet, plenty of filmmakers find subtle ways to break expectations while maintaining their film’s overarching genre. Only a select […]

The post [10 Non-musical Films with Epic Musical Scenes](https://listverse.com/2025/03/21/10-non-musical … ⌘ Read more

⤋ Read More

Foldable iPhone to Feature Impressive Battery Life Despite Thinness
Apple is putting a heavy focus on improving power efficiency while slimming down key components in its upcoming foldable iPhone, with battery capacity now a key priority for the company, according to a new report citing sources within Apple’s supply chain.

Image

According to Korean news aggregator account “ [yeux1122](http … ⌘ Read more

⤋ Read More

I always find the ‘Adven of code’ challenges difficult to follow.
i18n-puzzles.com has been a blast, but I don’t like having to think about puzzles on weekends. Like with exercise, doing it every day without rest doesn’t sound healthy.

I’d rater have a weekly challenge, at most three.

⤋ Read More

iPhone Users Who Pay for iCloud Storage Receive a New Perk
If you pay for iCloud storage on your iPhone, Apple has a new perk for you, at no additional cost.

Image

iCloud+ is the official name for Apple’s paid iCloud storage plans, which range from 50GB for $0.99 per month to 12TB for $59.99 per month in the United States. iCloud+ plans already come with multiple perks for free, such as Hide My Email and HomeKit Secure Video, a … ⌘ Read more

⤋ Read More
In-reply-to » my biggest fear of starting to work with servers professionally is realizing that no one uses servers anymore and having to do some cloud bullshit instead

@kat@yarn.girlonthemoon.xyz Using full-blown Cloud services is good for old people like me who don’t want to do on-call duty when a disk fails. 😂 I like sleep! 😂

Jokes aside, I like IaaS as a middle ground. There are IaaS hosters who allow you to spin up VMs as you wish and connect them in a network as you wish. You get direct access to all those Linux boxes and to a layer 2 network, so you can do all the fun networking stuff like BGP, VRRP, IPSec/Wireguard, whatever. And you never have to worry about failing disks, server racks getting full, cable management, all that. 😅

I’m confident that we will always need people who do bare-bones or “low-level” stuff instead of just click some Cloud service. I guess that smaller companies don’t use Cloud services very often (because it’s way too expensive for them).

⤋ Read More

Cloud Native Telco Culminating in London the Week of KubeCon + CloudNativeCon Europe 2025
The first week of April, from March 31st to April 4th will be a huge week for cloud native and Telco in London, and it will be a great opportunity to highlight how much telecom is… ⌘ Read more

⤋ Read More
In-reply-to » i tried deploying anubis (https://github.com/TecharoHQ/anubis) to protect my site superlove but yall i got so stuck with getting it behind caddy that i felt super dumb and gave up for now T_T

@kat@yarn.girlonthemoon.xyz UPDATE I DID IT!!!!!!! you will now see a cute anime girl that is behind the scenes testing if you are a bot or not in a matter of seconds before being redirected to the site :) https://superlove.sayitditto.net/

⤋ 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

I saw 100% I/O wait in htop today but couldn’t find a process which actually does I/O. Turns out, I/O wait isn’t what it used to be anymore:

https://lwn.net/Articles/989272/

In my case, it was mpd which triggered this:

https://github.com/MusicPlayerDaemon/MPD/issues/2241

mpd doesn’t actually do anything, it just sits there and waits for events. To my understanding, this is similar to something blocking on read(). I’m not quite sure yet if displaying this as I/O wait (or “PSI some io”) is intentional or not – but it sure is confusing.

Image

⤋ Read More

Five Learnings From Seven Years of Building Gloo and kgateway
We started Gloo Open Source in 2018, reaching GA in early 2019. Since then, we have grown Gloo adoption to hundreds of paid customers and numerous open-source users. We truly believe Gloo Gateway is the most… ⌘ Read more

⤋ Read More

KubeVirt Live Migration Mastery: Network Transparency with Kube-OVN
Discover how Kube-OVN enables transparent KubeVirt live migrations with IP preservation and <0.5s network downtime. In virtual machine usage scenarios, live migration allows a virtual machine to be moved from one node to another for operations… ⌘ Read more

⤋ Read More
In-reply-to » i tried deploying anubis (https://github.com/TecharoHQ/anubis) to protect my site superlove but yall i got so stuck with getting it behind caddy that i felt super dumb and gave up for now T_T

@prologic@twtxt.net oh yeah it’s absolutely epic i love how fast it is. it would be extra peak if it sent a message to every bot that it denies access to that just says “get fucked” or something idk

⤋ Read More

Assassin’s Creed Shadows Launches for Mac
Assassin’s Creed Shadows is available for download on the Mac as of today, and it is the first Assassin’s Creed title that is launching for Mac at the same time that it is launching on PlayStation 5, Windows machines, and the Xbox.

Image

Set in 16th century Japan, Assassin’s Creed Shadows is part of the main Assassin’s Creed gaming lineup, and it is the successor to Assass … ⌘ Read more

⤋ Read More

Trump administration unveils sweeping environment rollbacks
,    -  Agence France-Presse (France)

_Stephan: This is the way the United States is being described by the leading news service in France. The good news I think is that it is beginning to dawn on Americans that psychopath Trump and the MAGAt (formerly Republican) Party are carrying out a coup, and that the world sees this. The really bad news is that the Trump/Musk/MAGAt cabal have gutted all efforts to … ⌘ Read more

⤋ Read More

Here are the 60 universities under investigation by the Trump administration
Ray Bogan ,  Political Correspondent  -  Straight Arrow News

_Stephan: The Trump coup has made clear it considers the universities of America enemies of its authoritarian takeover of the United States. So completely predictably, like all fascist coups in history, the Trumpers (read neo-Nazis) are attacking and attempting to take control of American higher education. They g … ⌘ Read more

⤋ Read More

Russia’s Shadow War Against the West
Seth G. Jones,  President of the Defense and Security Department and Harold Brown Chair at the Center for Strategic and International Studies (CSIS)  -  Center for Strategic and International Studies

_Stephan: You may have heard or read that the Trumper administration (read neo-Nazi) has decided to end surveillance of Russian attempts to sabotage the wellbeing of the United States. Here is an excellent accurate assessment of what Putin is doing not jus … ⌘ Read more

⤋ Read More

10 Amazing Indicator Species That Reveal Environmental Truths
Nature has its own built-in alarm systems that alert us to environmental problems long before they become obvious. Known as “indicator species,” these creatures have special characteristics that make them especially sensitive to shifts in their surroundings. Some respond to air pollution, others to water quality changes, and still others to soil contamination. By watching […]

The post [10 Amazing Indicator Sp … ⌘ Read more

⤋ Read More

j-berman posts CCS progress report after 497 hours of dev work
j-berman1 has published a third progress report2 for his full-time 2025 (part 9) Monero (FCMPs++) dev work CCS proposal3:

Update 3 497 hours [..] Here’s what I aim to complete by the end of this CCS: Implement @jeffro256’s ideas here to handle reorgs better. Modify block headers for FCMP++. [..]

Work overview

”`

  • A FCMP++ testnet is working locally using the CLI and RPC wallets (G … ⌘ Read more”`

⤋ Read More

[ANN] MoneroTop - Spasm-powered XMR forum

Most Monero-related discussions happen on slave tech platforms, which are vulnerable to censorship and surveillance. It’s time to embrace freedom tech. You can now sign messages with your private keys and submit them to different networks at MoneroTop forum, which is powered by Spasm - the future of social media.

Links:

degenrocket (Session) ⌘ Read more

⤋ Read More

Monero Research Lab meeting scheduled for 26 March 2025 1700 UTC
The next Monero Research Lab1 meeting is scheduled to take place on Wednesday, March 26th 2025 at 17:00 UTC on IRC-Libera/Matrix2 in the #monero-research-lab channels.

Agenda overview (unconfirmed)
  • Updates
  • Maintainers for the research-lab GitHub repo3
  • FROSTLASS4
  • ‘Veridise Logarithmic Derivative Review’5
  • Prize contest to optimize some FCMP cryptography code6
  • Release o … ⌘ Read more

⤋ Read More
In-reply-to » My twtxt feed is now also available at gemini://roccodrom.de/twtxt.txt

well, I assume by syntax you mean Gemtext (which I like a lot, my personal blog is built on top of it), so I think it might work for twtxt clients…

I knew of twtxt in Gemini Antenna, so at least the 2017 spec might work on that protocol. I think the main issue with extensions is that they weren’t designed with many URLs and protocols in mind.

Also I have to admit that the Gemini community significantly reduced in the last few years. I don’t know how worth it is to add support for Gemini now.

⤋ 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

also I’ve made a draft of a voting page to receive preferences on each proposal
https://eapl.me/rfc0001/

Help me to play with it a bit and report any vulnerability or bug. Also any idea is welcome.

⤋ 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

I have applied your comments, and I tried to add you as an editor but couldn’t find your email address. Please request editing access if you wish.

Also, could you elaborate on how you envision migrating with a script? You mean that the client of the file owner could massively update URLs in old twts ?

⤋ Read More

Fixing Safari for Mac Error “This webpage was reloaded because a problem occurred”
Safari is a fantastic web browser on the Mac, but that doesn’t mean it’s always trouble-free. One issue that Safari users may see on the Mac from time to time will cause a webpage to refresh and then throw an error message that says “this webpage was reloaded because a problem occurred”. You might also … [Read More](https://osxdaily.com/2025/03/19/fixing-safar … ⌘ Read more

⤋ Read More

Deals: M3 MacBook Air 13″ 24GB / 512GB for $1099
Sure Apple just spec-bumped the MacBook Air to have an M4 chip, but if you don’t mind having the M3 chip instead, you can get a whopping 27% off the original retail price of an upgraded model with 24GB RAM and a 512GB SSD. This is still a fantastic Mac and has the M3 chip … Read MoreRead more

⤋ Read More

@andros@twtxt.andros.dev Can you reproduce any of this outside of your client? I can’t spot a mistake here:

$ curl -sI 'http://movq.de/v/8684c7d264/.html%2Dindex%2Dthumb%2Dgimp11%2D1.png.jpg'
HTTP/1.1 200 OK
Connection: keep-alive
Content-Length: 2615
Content-Type: image/jpeg
Date: Wed, 19 Mar 2025 19:53:17 GMT
Last-Modified: Wed, 19 Mar 2025 17:34:08 GMT
Server: OpenBSD httpd

$ curl -sI 'https://movq.de/v/8684c7d264/gimp11%2D1.png'
HTTP/1.1 200 OK
Connection: keep-alive
Content-Length: 131798
Content-Type: image/png
Date: Wed, 19 Mar 2025 19:53:19 GMT
Last-Modified: Wed, 19 Mar 2025 17:18:07 GMT
Server: OpenBSD httpd

$ telnet movq.de 80
Trying 185.162.249.140...
Connected to movq.de.
Escape character is '^]'.
HEAD /v/8684c7d264/.html%2Dindex%2Dthumb%2Dgimp11%2D1.png.jpg HTTP/1.1
Host: movq.de
Connection: close

HTTP/1.1 200 OK
Connection: close
Content-Length: 2615
Content-Type: image/jpeg
Date: Wed, 19 Mar 2025 19:53:31 GMT
Last-Modified: Wed, 19 Mar 2025 17:34:08 GMT
Server: OpenBSD httpd

Connection closed by foreign host.
$ 

⤋ Read More

@movq@www.uninformativ.de I have no doubt that you’re not seeing the images correctly 😀. It’s just that it’s broken when viewing them, in my case, and analyzing the URLs, I’ve seen everything I mentioned.
Regarding the hash, you’re right. I’ll have to investigate what’s going on. I’m having a hard time getting the hash generation to work properly.

⤋ Read More

@andros@twtxt.andros.dev Hm, looks correct to me. The image to be displayed is a thumbnail and this links to the full-sized image. The thumbnail (JPG) is auto-generated from the full image (PNG), hence the two extensions.

What does look strange, though, is that your client came up with the hash pqsmcka, while it should have been te5quba. 🤔

⤋ Read More

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

Feel free to propose another collaborative platform (for those without a G account), and also share your comments and analysis in the spreadsheet or in Gitea.

⤋ Read More

GNOME 48 released
GNOME 48 (“Bengaluru”)
has been released. As usual, this release includes a number of new
features and enhancements including support for shortcuts in the Orca
screen reader on Wayland, new fonts, addition of image editing to
Image Viewer, and more.

GNOME 48 includes a number of notable performance improvements. The
most significant of these is the introduction of dynamic triple
buffering. This change has undergone si … ⌘ Read more

⤋ Read More

Kubestronaut in Orbit: Willem Berroubache
Get to know Williem Willem Berroubache is a cloud native and Security Architect based in Paris, France, currently working at Orange. Over the years, he has worked on private cloud security use cases and telco cloud… ⌘ Read more

⤋ Read More