Show more

We seem to have lost one of the “2” decorations, but thanks to a bit of quick thinking, I don’t think anyone will notice.

ctgraphy.tumblr.com/post/12903 This detailed explanatory blog post is, for me, doing for photography a bit of what Greg Milner's excellent "Perfecting Sound Forever: An Aural History of Recorded Music" wordyard.com/2010/08/04/perfec does for audio recording and playback. The author demonstrates and explains, about post-processing manipulation/retouching/editing involving correcting light and color:

"And so that’s what photoshop means 95% of the time. It’s correcting what the camera couldn’t do."

OK, I upgraded to the latest Signal and it still works as an SMS client.

Kind of a twist of the knife that they are also prominently pushing “stories” in this update, which…. does not seem like it was any sort of user-requested feature.

Paul Ganssle  
#Signal users on #Android, anyone have a suggestion for a decent replacement SMS client? Looks like I am going to have to upgrade the app soon. 🙁

users on , anyone have a suggestion for a decent replacement SMS client? Looks like I am going to have to upgrade the app soon. 🙁

I'm translating an figure for a article. I have an alignment problem due to the being not available everywhere. Is there a way to right-align text boxes independently of the actual font being used? I want them to remain editable as text. I'm using .

This is the file's page: commons.wikimedia.org/wiki/Fil
In my browser (Chrome on Ubuntu), the text is misaligned (image 1). Image 2 is the screenshot of the relevant SVG code.

From what I can gather, text-anchor:end is indeed what we want to ensure right-alignment but it's not working. Any idea on how to make this work?

I kinda thought Amazon was just completely neglecting Goodreads, but they’ve recently been doing a bunch of messing around with the front-end in a very “likes are now florps / timeline goes sideways” way.

Show thread

Possibly this is related to the fact that Goodreads is the slowest website I use regularly, and has been for many, many years?

Show thread

Goodreads, I’ve regularly used your website for 13 years, and reviewed over 1000 books. I’ve got librarian privileges and I’m not even using a bunch of weird IP addresses.

Why do I need to complete a captcha every time I submit a review?

New post:

harihareswara.net/posts/2022/s

I've started regularly using OpenAI's #Whisper to make transcripts and captions/subtitles, and am writing to share how, and why, and my reflections on the ethics of using it.

A lot of HOWTO in here, but the last section dives into @simon's #ML #machinelearning #AI vegan analogy in a way you might find interesting even if Whisper isn't your thing.

When you’re doing walking lunges next to someone doing high steps and another person doing lateral band walks.

I’m happy to announce #Python attrs 22.2.0!

The headline feature is certainly the `alias` argument to fields that allows you to freely set the __init__ name for attributes (e.g. if you don't like attrs's behavior of stripping underscore).

But there's also a lot of under-the-hood improvements around performance and typing.

This is the last version to support Python 3.6. 🫡

github.com/python-attrs/attrs/

Just stumbled across my 7th grade school transcripts. Apparently I got an F in Technology, so I think that means a career as a programmer isn’t going to work out.

On the plus side, I got an A- in Latin, so I guess it’s Vale programming, Salve… being a Latin teacher?

Coverage.py 7.0 has shipped!

The feature change is `report --format`, but the version bumped because you might need to fix some settings.

Let me know if something is truly broken!
pypi.org/project/coverage/7.0.

If anybody wants to contribute to an open source project with more almost 7 million downloads a month, have a look at github.com/tox-dev/tox/issues/

#tox #opensource

Looks like #Coverage 7 for #python dropped and here's a pro tip:

If you had:

```
[tool.coverage.paths]
source = ["src", ".tox/*/site-packages"]
```

change the second line to:

```
source = ["src", ".tox/**/site-packages"]
```

(or even `source = ["src", ".tox/py*/**/site-packages"]`)

If nothing about this makes sense: hynek.me/articles/testing-pack

@adamchainz @pganssle (TL;DR at the bottom) by default, less draws to the alternate screen so when you quit it, you no longer see what you've seen right before quitting, you just get back to the terminal as if the command never returned anything.
If you Google for this, you'll find that there's an `-X` option that allows you to set less to draw on the primary screen but this has a couple of drawbacks. Notably, this makes less not capture mouse scroll events which means you can no longer scroll through the file with mouse scroll.
If, instead of `-X`, you use this new `--redraw-on-quit` option, less will continue drawing on the alternate screen, so mouse scroll will work and after quitting less will just redraw what you've last seen before quitting on the primary screen.
I find this useful because after finding what I need using less, I usually want to type some command that's based on what I've seen there and this allows me to still see what I was looking at after quitting less.

TL; DR:
<no options> - doesn't keep output after quitting, mouse scroll works
`-X` - keeps output after quitting, breaks mouse scroll
`--redraw-on-quit` - keeps (technically redraws) output after quitting, mouse scroll works

Congratulations to the new Python Steering Council for 2023!

* Pablo Galindo Salgado
* Gregory P. Smith @gpshead
* Emily Morehouse
* Brett Cannon @brettcannon
* Thomas Wouters @Yhg1s

And a welcome to first-time council member, Emily Morehouse. The other four were also members (at least) last year.

peps.python.org/pep-8104/#resu #PythonSteeringCouncil #Python #SteeringCouncil

Somehow `less` only has 328 GitHub stars! Give it some love ⭐️

github.com/gwsw/less

Show more
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.