Skip to main content




🕛Z #NowPlaying at the top of the hour, 2 hours of relaxing #NewAge, #ambient, and #meditationmusic on Northern Lights: The New Age Show, #live with Kelly Sapergia. More information is at ksapergia.net/northernlights/. Tune in either by visiting theglobalvoice.info and clicking on the Listen Live link, or go directly to theglobalvoice.info:8443/broad… #TGVRadio #audio #radio 📺🗣️📻🎶🎙️🌌🌈🫣🫰🩵🪬🫶


in reply to Hubert Figuière

*Christmas* display in a store spotted here last week... 🎄

(Meanwhile, a thermometer here registered 35°C outside)



mačky už žujú a jedna zase "nová" mám pocit aj pod schodami, tá na fotke je zo včera

edit: tak aj z dnes

This entry was edited (2 months ago)


Ah sad, even if I wanted to use the Windows NT Program manager inside my Windows 11 installation, #NVDASR no longer reads out the program items you arrow to. Funny too think that it wasn't accessible out of the box, but also not surprised since this was common for those days. Here's a good forum topic for files: wincert.net/forum/topic/13964-…
in reply to Tamas G

Only thing I can think of is you could try an older version of NVDA? Given what you're trying to work with was designed for an older version of Windows, it may work, but I have no idea - you'd have to try it to find out.
in reply to NV Access

@NVAccess MSAA didn't exist back then. You would probably need something that can build an off screen model based on video card intersection like in the old days.


lb people get such a bee in their bonnet about rust. just chill out. be normal.



Job control at the shell:

Run a command that keeps running. For these purposes, the otherwise pointless command:

ping localhost > /dev/null<br>

Nothing much will happen, though the program is running normally. It just doesn't spit out any output, or, rather, spits it out into the null device, where it gets eaten. So pretend this is doing something useful.

Now we want to run something else. We don't need to kill this task, nor do we need to open a new terminal or swap virtual consoles. We don't need screen or tmux for this either.

Just hit Control+Z. You will get something like:

[1]+  Stopped                 ping localhost > /dev/null<br>

and the shell prompt will be back. That task is now "stopped" which means it's basically paused -- still running, but suspended.

The [1] is the job number -- and you can refer to the job by that id with the bg and fg commands by prefixing it with %.

Run this:

bg %1<br>

and you will get the output
[1]+ ping localhost > /dev/null &<br>

This tells you than job 1 is running again, now in the background, exactly as if you had run it with & at the end. Now, if you want to bring it back to the foreground, you can just do this:
fg %1<br>

and it will bring it up front and centre. If, instead, you want to terminate the job, you can do
kill %1<br>

and that'll do it for you.

You can have about as many jobs in one shell as you want. That's kind of the point -- you're in a Vim session and you want to hop out to a shell, hit Control+Z to pause it so you can come back later. Start a long Make build, and background it so you can go do something else. This is one of the key things that makes the command line useful.

Oh, and if it's not ambiguous, you can use %name (where name is the program name) instead of the number.

This entry was edited (2 months ago)



Great article: The journey of an internet packet: Exploring networks with traceroute sebastianmarines.com/post/jour…

Khronos reshared this.



I made the #curl manpages on the website show the examples snippets using a grey background to "stand out" a little better:

curl.se/docs/manpage.html

It made me spot that they often get a leading blank line so now I have a pending PR to fix that as well...

#curl
in reply to daniel:// stenberg://

I was giving training all week, and was using the curl command, its man page and your site of documentation done well.

Followed by the warning, not all projects do it so well.



Librsvg 2.58.94 is out! This is the release candidate for GNOME 47.

A bunch of build fixes, and two bug fixes from fuzz testing.

gitlab.gnome.org/GNOME/librsvg…



For Linux people who want to play games on Steam💩 but can't because it's completely inaccessible, this script might help. I named it spos.sh. If there's enough interest in this I could put it somewhere more permanent.
#!/usr/bin/env bash

# Steam username
userName=""
# Steam password
password=""


if [[ ${#userName} -lt 2 ]] || [[ "${#password}" -lt 2 ]]; then
    echo "Please edit $0 and set userName and password."
    exit 0
fi

export DIALOGOPTS='--no-lines --visit-items'

startPosition="$(grep -n '^exit 0$' "${0}")"
startPosition="${startPosition%%:*}"
((startPosition++))
mapfile -t data < <(tail -n +${startPosition} "$0" | grep -v "^#" | grep -v "^$")
if [[ "${#data[@]}" -lt 1 ]]; then
    echo "No games added yet."
fi
declare -a menuList
for i in "${data[@]}" ; do
    menuList+=(
        "${i#*|}"
        "${i%|*}"
    )
done
game="$(dialog --backtitle "Steaming Pile of Shit Launcher" \
    --clear \
    --ok-label "Launch" \
    --no-tags \
    --menu "Please select a game to launch" 0 0 0 "${menuList[@]}" --stdout)"
[[ $? -ne 0 ]] && exit 0
steam -applaunch "${game}" -silent -login "${userName}" "${password}" -rememberpassword "$@"

exit 0
# Examples of how to add a game.
<a class="hashtag" data-tag="conjury" href="https://social.wolfe.casa/tag/conjury">#Conjury</a>|2684520
<a class="hashtag" data-tag="mortal" href="https://social.wolfe.casa/tag/mortal">#Mortal</a> Kombat 1|1971870
in reply to Billy

Linux version of steam is still crap? I know the Windows one you can log into easily now without issue and such, at one point that was not a thing.
in reply to Sarah Russell

@blindbat84 yeah, completely sucks. That is why I always refer to it as Steam💩 the worst part is, they fixed it for about a month in the beta, then broke it again. So, they know it can be fixed, they knnow it needs to be fixed, they even fixed it, but they don't care enough to keep it fixed.


After every flight, UPS pilots fill out a form, called a "gripe sheet" which tells mechanics about problems with the aircraft. The mechanics correct the problems, documnt their repairs on the form, then pilots review the gripe sheets before the next flight.
Never let it be said that ground crews lack a sense of humor. Here are actual maintenance complaints submittd by UPS pilots ("P") and solutions recorded ("S") by maintenance engineers:
P: Left inside main tire almost needs replacement.
S: Almost replaced left inside main tire.
P: Test flight OK, except auto-land very rough.
S: Auto-land not installed on this aircraft.
P: Something loose in cockpit
S: Something tightened in cockpit
P: Dead bugs on windshield.
S: Live bugs on back-order.
P: Autopilot in altitude-hold mode produces a 200 feet per minute descent
S: Cannot reproduce problem on ground.
P: Evidence of leak on right main landing gear.
S: Evidence removed.
P: DME volume unbelievably loud.
S: DME volume set to more believable level.
P: Friction locks cause throttle levers to stick.
S: That's what friction locks are for.
P: IFF inoperative in OFF mode.
S: IFF always inoperative in OFF mode.
P: Suspected crack in windshield.
S: Suspect you're right.
P: Number 3 engine missing.
S: Engine found on right wing after brief search.
P: Aircraft handles funny.
S: Aircraft warned to: straighten up, fly right, and be serious.
P: Target radar hums.
S: Reprogrammed target radar with lyrics.
P: Mouse in cockpit.
S: Cat installed.
P: Noise coming from under instrument panel. Sounds like a midget poundng on something with a hammer.
S: Took hammer away from midget.
Credit Goes To The Respective Owner.

The image shows a UPS cargo airplane in flight against a clear blue sky. The aircraft is a large, four-engine jet with the UPS logo prominently displayed on the tail. The body of the plane is mostly white with a brown and gold stripe running along the side. The words "Worldwide Services" and "Synchronizing the world of commerce" are written on the side of the plane. The landing gear is extended, indicating that the plane is either approaching for landing or has just taken off.

reshared this




Welcome to the RB family, stasis 🥳

apt.izzysoft.de/packages/stasi…

stasis is a backup and recovery system, you can self-host its server part.

#reproducibleBuilds #IzzyOnDroid



Retiring from the Rust for Linux project - Wedson Almeida Filho | Lobsters
lobste.rs/s/46pt2l/retiring_fr…
in reply to Rui Batista

@ragb às vezes conscientemente faço baits, mas isto não foi de propósito.


Méquié? Os brazucas vão mesmo mandar o Space Karen comer palha?


Checking out a new site that is under construction about #aprs how.aprs.works
#aprs


And again:

A crash of #tusky when using a copied link in combination with a user mention with an @ that opens the window to select zje particular user.

I really don't get it ... @Tusky

in reply to AndyGER

sorry for the problem, let,s see what is happening
..


Ich weiß ja jetzt nicht, ob es Menschen wirklich von Straftaten abhält, wenn man ihnen jegliches (Bar-)Geld, jegliche Selbstbestimmung über alle Aspekte ihres Lebens bis hin zu den Nahrungsmitteln und jegliche Teilhabe an der Gesellschaft verwehrt.

Aber vielleicht bin ich einfach nicht so klug wie Herr Lindner & seine Kollegen.

This entry was edited (2 months ago)



Unsere Vortragsreihe Tram & Design geht in die nächste Runde. Als nächstes haben wir Alfred Peter aus Straßburg zu Gast.

Tramway Superstar
Die Renaissance von Strasbourg

11.09. 18:30
Baukulturforum (Waisenhofstr. 3)

tram-kiel.de/vortrag

in reply to Tram für Kiel e.V.

Alfred Peter hat die moderne Straßburger Tram über 30 Jahre mitgestaltet, vom Neubau bis zur jetzt sechsten Linie und den aktuellen Erweiterungen.

Straßburg hat sich seither völlig verändert: Ruhe und Gelassenheit beherrschen jetzt die Innenstadt, nicht das Auto. Das hat mehr Leben in die Innenstadt gebracht, der Einzelhandel profitierte enorm.

This entry was edited (2 months ago)


Habeck kritisiert Merz-Vorschlag zur Asylpolitik: "Das ist nicht Problemlösung, das ist unverantwortlich" lto.de/recht/nachrichten/n/rob…


📚 Fences? Leases? Shards? View changes?

If you'd like a deep dive into the world of distributed event streaming, join us on September 20, where we'll hear from Unison developer Fabio Labella about his work on the KLogs library.

🎟️ Register below:
unison-lang.org/unison-forall-…



god damn new washing machine. does two cold water shot, fill light turns on, makes a weird sound then does nothing else.
in reply to Captain Steph

I managed to make it start, using manual water level. after filling, it wash 5 times then stop. all lights are off. why is this thing so complicated and untrusty??



#Windows11 news you can use: August 2024 - Catch up on the latest capabilities for Windows 11 management and security.
elevenforum.com/t/windows-11-n…



I recently learned about another woman who had left her PhD program because all the men in her lab wouldn't stop hitting on her and harassing her.

This is not the first time I have heard a story like this.

I am not usually prone to fits of uncontrollable rage, but I have been fucking seething.

We need to do better.



Asking for donations in Plasma

pointieststick.com/2024/08/28/asking-for-donations-in-plasma

Why do we ask for donations so often? Because it’s important! As KDE becomes more successful and an increasing number of people use our software, our costs grow as well: Web and server hosting Organizing and hosting larger Akademy events Funding more and…



Many thanks to Peter Greco for interviewing @DavidGoldfield and @bblazie for Vision Australia's Focal Point.
You can listen to the first part of the interview via this link.
omny.fm/shows/focal-point

DG



Rust devs: "Linux is resistant to change. We can't have any nice things."

*BSD people: "Linux changes all the time. Just leave good enough alone."

Normal admin types: 🤷




Discover how to create Windows Services in Go for efficient background processes with simplified coding steps and robust performance insights. #DEVCommunity
dev.to/cosmic_predator/writing…



My buddy Scott Cranfill and I are teaching a tutorial about building more accessible websites with @wagtail at #DjangoConUS

Come join us!

youtu.be/G0V95XRXEDY

Sign up with this link and you'll get $50 off your class fee! 👉 ti.to/defna/djangocon-us-2024/…

#wagtail #django

This entry was edited (2 months ago)



How to Wirelessly Transfer Files Between Windows, macOS, Linux, and Mobile

Check it out! 👇
howtogeek.com/how-to-wirelessl…

#Ios #Ipados #Macos #Windows #Files #Mac