Searching txt.sour.is

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

North Korea rights capsized warship after failed launch
North Korea has raised a capsized warship and moored it at a pier in the north-eastern port of Chongjin, as it continues to repair the new vessel. Leader Kim Jong Un has described it as a significant asset for his nuclear-armed military. ⌘ Read more

⤋ Read More

Live: ‘Can’t remember’: Waters brushes off reports of a heated exchange with Cox
Greens leader Larissa Waters says she “can’t remember” if Dorinda Cox told her to “grow a spine” during a heated exchange after the senator’s failed leadership bid. Follow live. ⌘ Read more

⤋ Read More

10 Horror Films That Failed to Launch Their Franchise
Horror, more than any other cinematic genre, is obsessed with franchise building, owing to the low-cost, high-reward potential. But movie making is big business, and financiers and studios are not afraid to pull the plug if they don’t see a big payday ahead, no matter the project. These movies were set up for sequels and […]

The post [10 Horror Films That Failed to Launch Their Franchise](https://listverse.com/2025/05/16/10- … ⌘ Read more

⤋ Read More

10 Bizarre Consumer Products Pulled Within Days of Release
Some products fail slowly. Others detonate on impact. This list is for the latter—the bizarre, ill-conceived, or prematurely hyped products that barely made it out of the gate before getting yanked from shelves, recalled in embarrassment, or mocked into oblivion. Whether due to dangerous design flaws, baffling branding choices, or just plain public confusion, these […]

The post [10 Bizarre Consumer Products Pulled … ⌘ Read more

⤋ Read More

‘It’s bad’ MSNBC’s Rachel Maddow slams Trump for ‘killing miracle’ drug
Erik De La Garza,  Staff Writer  -  Raw Story | MSNBC

_Stephan: Yet further proof that psychopath Trump and his MAGAt servants care nothing for the wellbeing of Americans. I just don’t understand how this could get any clearer, nor how Americans fail to understand we are becoming a neo-medieval society. Hundreds of thousands of Americans, particularly young people who use drugs, are aliv … ⌘ Read more

⤋ Read More

Signing key change for Kali Linux
The Kali Linux distribution has announced
that software updates will soon start failing for all users:

This is not only you, this is for everyone, and this is entirely
our fault. We lost access to the signing key of the repository, so
we had to create a new one. At the same time, we froze the
repository (you might have noticed that there was no update since
Friday 18th), so nobody was impacted yet. But we’re going to
unfreez … ⌘ Read more

⤋ Read More

10 Fictional Species Designed for Battle
War is generally not something to aspire to. It’s a desperate measure to resolve one’s differences when all other options fail. Fighting forgoes people’s evolutionary intelligence and reduces them to their baser instincts. Such barbarism leaves both sides licking their wounds, coping with the pain and death that their actions have wrought. Granted, combat is […]

The post [10 Fictional Species Designed for Battle](https://listverse.com/2025/04/26/10-f … ⌘ Read more

⤋ Read More

Tor Browser 14.5 released
Version\
14.5 of the Tor\
Browser has been released. Notable features in this release
include the addition of Connection Assist for the Android version of
the Tor Browser, and language support for Belarusian, Bulgarian, and
Portuguese for all versions of the browser.

Should Tor Browser fail to establish a direct connection to the Tor
network, Connection Assist will offer to find and try bridges for
y … ⌘ Read more

⤋ Read More

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

Sometimes, we spend months stuck in inertia, distracted by screens and routine. So I’d like to give you a simple reminder: creating-in whatever form-is what makes you feel alive.

The beauty of working on projects is not in their ‘success’, but in the simple act of working on them. Whether it’s writing, cooking, programming or redecorating the house: play with ideas without pressure, engage in an activity to test, fail and discover without judgement.

In the end, what remains is not a perfect product, but the satisfaction of completion and valuable lessons.

Find a project, no matter how small, and let it take you without expectations.

⤋ Read More

@prologic@twtxt.net, from IRC:

  1. Saving preferences is failing. Specifically trying to save “Open Links” on the same window. For sure it isn’t happening. Check errors on browser’s console.
  2. Search results pagination is broken. Search for “twtxt.net” and see it. Also, picking oldest/newest makes no difference on that search query.

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

This is an example of what I believe every SRE should master and whatever Post Incident Review (PIR) should focus on. Where did the system fail. What are the missing or incomplete Safety Controls.

⤋ Read More

(#zzyjqvq) This is an example of what I believe every SRE should master and whatever Post Incident Review (PIR) should focus on. Where did t …
This is an example of what I believe every SRE should master and whatever Post Incident Review (PIR) should focus on. Where did the system fail. What are the missing or incomplete Safety Controls. ⌘ 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

10 Expensive Infrastructure “Solutions” That Were Total Fails
Infrastructure projects are meant to improve lives, reduce congestion, and modernize cities, but sometimes, they backfire spectacularly. Whether due to poor planning, unintended consequences, or outright corruption, these projects exacerbated the very problems they were designed to fix. From flood barriers that made flooding worse to highways that increased traffic, here are 10 times infrastructure […]

The post … ⌘ Read more

⤋ Read More

Mathieu Pasquet: slixmpp v1.9.1
This is mostly a bugfix release over version 1.9.0.

The main fix is the rust JID implementation that would behave incorrectly when
hashed if the JID contained non-ascii characters. This is an important issue as
using a non-ascii JID was mostly broken, and interacting with one failed in
interesting ways.

Fixes
  • The previously mentioned JID hash issue
  • Various edge cases in the roster code
  • One edge case in the MUC ( [XEP-0045](https: … ⌘ Read more

⤋ Read More

Insider poll: The Democratic Party has ‘lost its way’
Holly Otterbein, Lisa Kashinsky, Brakkton Booker and Myah Ward,  Staff Writers  -  Politico

_Stephan: I agree with this article and the poll it reports on. I think the Democratic Party is a disaster, and I don’t understand why its leaders do not seem to understand why they are failing. What I think the Democratic Party should be doing is putting forward leaders in their 30s and 40s, who are good public speakers  who can … ⌘ Read more

⤋ Read More
In-reply-to » Na, you're spot on, @movq! The result is an expected, terrible disaster. It just seems the absolute catastrophy is delayed for another four years.

@lyse@lyse.isobeef.org

To me it appeared that the failed attempts to ban NPD in the past actually helped them gain more supporters.

What makes AfD stronger for sure is just going “lol nah we’re not even going to try”:

https://www.tagesschau.de/inland/innenpolitik/afd-verbot-antrag-100.html

If they don’t try, then it means that “it can’t be that bad, it’s just a normal party”, right? 😡

⤋ Read More
In-reply-to » This document is the result of a series of discussions between Robert "Uncle Bob" Martin and John Ousterhout, held between September 2024 and February 2025. The text addresses three main topics: method length, comments, and Test Driven Development (TDD). https://github.com/johnousterhout/aposd-vs-clean-code/blob/main/README.md This is something to read and reflect on for days.

Amd of course, TDD! I tried that, but it doesn’t work all that great for me in its strict form. I have the feeling that coming up with a single new failing test, making it pass, maybe some refactoring, rinse and repeat wastes significantly more time than doing it in – what they call – the “bundle” approach. Coming up with several tests in advance and then writing the code or vise versa is usually much quicker. I do find that more enjoyable, it also helps me to reduce smaller context switches. I can focus on either the tests or the production code.

As for the potentially reduced code coverage with a non-TDD approach, I can easily see which parts are lacking tests and hand them in later. So, that’s largely a specious argument. Granted, I can forget to check the coverage or simply ignore it.

I agree with John, TDD results in less elegant code or requires more refactoring to tidy it up. Sometimes, it’s also not entirely clear at the beginning how the API should really look like. It doesn’t happen often, but it does happen. Especially when experimenting or trying out different approaches. With TDD, I then also have to refactor the tests which is not only annoying, but also involves the danger of accidentally breaking them.

TDD only works really well, if you have super tiny functions. But we already established that I typically don’t like tiny methods just for the purpose of them being extremely short.

When fixing a bug, I usually come up with a failing test case first to verify that my repaired code later actually resolves the problem. For new code, it depends, sometimes tests first, sometimes the productive code first. Starting off with the tests requires the API to be well defined beforehand.

⤋ Read More
In-reply-to » I heard that congratulations to Germany are in order, is that right? If so, congratulations!

Na, you’re spot on, @movq@www.uninformativ.de! The result is an expected, terrible disaster. It just seems the absolute catastrophy is delayed for another four years.

Even though I’m the last one who wouldn’t be glad about banning the nazis, I’m not a fan of banning parties in general. I believe that a healthy democracy has to withstand extremists. Whether it’s still healthy is debatable. To me it appeared that the failed attempts to ban NPD in the past actually helped them gain more supporters.

The big established parties are all bad traitors. I blame them and their actions to help raise AfD. They just give a fuck about the ordinary people, they’re only concerned about their private gain and power. I bet nothing will change, to the contrary, it will only get worse. The winners do have the chance to turn it for the better, but they just will not. No way, unfortunately.

But then, we must not forget that people are just dumb and stupid, too. Also, that won’t change. AfD won’t help these idiots either, but they still vote for them. I also don’t understand how there is still so much support for the other big parties left. Education is important. Very important. But I have the impression that we’re lacking it.

⤋ Read More

Some Apple Watch Bands Contain Toxic ‘Forever Chemicals’ Per Lawsuit
A class action lawsuit filed against Apple this week in a California federal court accuses the company of false advertising and violating various consumer laws, by failing to disclose that some Apple Watch bands contain toxic materials.

Image

Specifically, the [complaint](https://www.scribd.com/document/819359012/Cavalier-et-al-v-Ap … ⌘ Read more

⤋ Read More

PEP 773: A Python Installation Manager for Windows
Installation of the python.org Python distribution on Windows is complex. There are three main approaches with roughly equivalent levels of user experience, and yet all of these suffer from different limitations, including failing to satisfy modern usage scenarios. This PEP proposes a design for a single Windows install workflow tool that satisfies all the needs of the existing installers for the platform, while avoiding most of their limitations, and provides the core team with the … ⌘ Read more

⤋ Read More

Biden removes Cuba from list of state sponsors of terrorism
Eric Bazail-Eimil,  Staff Writer  -  Politico

_Stephan: In the final moments of his Presidency Joe Biden has made the first intelligent move about Cuba any President has made in nearly 50 years, and taken Cuba off the list of state sponsors of terrorism. Cuba has become essentially a failed state that its population has been unable to change largely because the United States has done everything it can to k … ⌘ Read more

⤋ Read More

Monero Dev Activity Report - Week 2 2025: 18 PRs, 6 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 (18, 12:0:6)

Opened (12)

monero-project/monero:

  • #96831 Failed to build for FreeBSD using GCC (Low-power)
  • #96872 depends: boost: update to 1.66.0 RELEASE
  • #96853 miniupnpc: fix build with gcc 14 [RELEAS … ⌘ Read more

⤋ Read More

Analyst hits MAGA falsehoods with brutal fact check over LA wildfires
Erik De La Garza,  News Writer  -  Raw Story

_Stephan: If you get your news about the L.A. fires from social media, much of what you are reading is crap. The lies about what caused the fires; and misinformation about how the local and state governments have failed to perform properly in dealing with the fires fill the social media sewer. From convicted felon Trump, and billionaire puppe … ⌘ Read more

⤋ Read More

Apple Broke a 13-Year Hardware Streak in 2024
For over a decade, Apple has consistently announced all-new hardware product lines, from the iPad in 2010 to the Vision Pro in 2023. But for the first time in 14 years, Apple failed to announce any major new hardware products in 2024, focusing solely on updates and refinements to its existing product lines.

Image

While Apple unveiled a l … ⌘ Read more

⤋ Read More

10 Catastrophic Translation Fails in History
Translation seems like an easy task these days, with the help of technology such as Google at our fingertips, but it isn’t always so simple. Simple translation when trying to greet someone from another country is one thing, but interpreting major documents or treaties is another. Translators and interpreters are professionals with years of experience, […]

The post [10 Catastrophic Translation Fails in History](https://listverse.com/2024/12/28/1 … ⌘ Read more

⤋ Read More

How Musk Outmaneuvered Trump
Robert Kuttner,  Co-founder and Co-editor and Professor - Brandeis University’s Heller School  -  The American Prospect

Stephan: Have you noticed how many times Trump has either made such a bad decision, Gaetz’s nomination, that it failed, or was outplayed by an oligarch? I think this is going to go on for the next four years, as the oligarchs who own the Congress strive for what they want, not what is best for Americans.

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

⤋ Read More

Mirror, Mirror 2024: A Portrait of the Failing U.S. Health System
David Blumenthal, Evan D. Gumas, Arnav Shah, Munira Z. Gunja, and Reginald D. Williams II,    -  The Commonwealth Fund

_Stephan: As we prepare to be a nation whose healthcare, already the worst amongst the developed democracies, is about to be taken over by incompetent weirdos, I thought it might be useful to readers to see how really bad the American illness profit system already is. By March I … ⌘ Read more

⤋ Read More

U.S. gets poor grade for maternal, infant health care outcomes
Marina E. Franco,    -  Axios | March of Dimes

Stephan: Yet another miserable report about the inferiority of America’s illness profit system. While the two parties in Congress whine and rant about each other no one other than Bernie Sanders and Elizabeth Warren seems to give a damn about the grim healthcare social outcome data that failed, yet so expensive, system produces year after year.

![](h … ⌘ Read more

⤋ Read More