mppf

I made the new scalable sort routine for the Chapel standard library! Now it's possible to easily sort a distributed array just by calling the standard library 'sort'. It even outperforms the best distributed Chapel sort to date, and it performs competitively with the KaDiS AMS sort written in MPI. There are more details in the release announcement linked below.

mastodon.social/@chapelprogram

#ChapelLang #Sort #MPI #HPC

Chapel Programming Language (@chapelprogramminglanguage@mastodon.social)

Attached: 1 image Chapel 2.5 is being released today!…

Mastodon
Some Dude on the Interwebs

@amigaunicorn @_elena@mastodon.social @yunohost@toot.aquilenet.fr

The point is that the person I'm replying to is bringing to the "fediverse" the
very worst of Twitter.

Her
entire usage of the Fediverse seems to amount to emphatically writing, in the #most #vapid #sort #of #language, about how she's... using the Fediverse to write about how she's using the Fediverse to share about how she's using the Fediverse to...

...ah, right: to escape from (and I quote) "the
#broligarchy" and "right-wing #haters".

One would not suspect an ulterior motive, were it not for the fact that, according to her WIkipedia page, she "is the founder and editor-in-chief of a now-defunct website that aims to provide 'positive role models' for young girls" and founded "a platform empowering companies and organizations with innovative tools to measure the gender gap", as well as having self-produced a "documentary about the marketing of unattainable beauty ideals around the world" so maybe it's a bit of a serial thing?

I didn't want the Internet and I certainly don't want the Fediverse to be captured by this kind of individual.

In other words, I think the individual in question is a very refined sort of (political) spammer and profiteer.

I would ordinarily just ignore the post, but renotes occasionally catch me off-guard.

I do apologise for that, a grownup ought to be able to ignore.

Brendan Hayward

want to see what's on your path in a sane and readable fashion?

```echo $PATH | sed 's/:/\n/g' | sort```

#bash #shell #unix #linux #echo #sed #sort

Orhun Parmaksız 👾

Do you enjoy nitpicking Rust code? Me too.

🦀 **cargo-sort-derives** — Consistently order derive attributes in your Rust struct and enums.

⚙️ Supports specifying the order and configuring the ignored lines/ranges.

⭐ GitHub: github.com/lusingander/cargo-s

#rustlang #cargo #derive #sort #subcommand #plugin #programming #commandline

Michael T. Richter

Since we appear to be doing this shit again in the USA, I've dusted off some old code that I'm releasing for the use of ICE. I hope they enjoy it.

#software #algorithm #sort #satire #ICE

Esben Skou Buhl
Sort hest med sadel

Collage af tekstiler på lærred.
I ramme af egetræsfiner.
25 x 25 cm. (med ramme).

#sort #hest #horse #pferd #collage #kunst #art #egetræ #egetræsfiner #egetræsramme #akrylmaling #akryl
Gea-Suan Lin

開發 Git 的人所推薦的 .gitconfig 設定

在 Hacker News 上看到這個有趣的主題:「How Core Git Developers Configure Git (gitbutler.com)」,原文則是在「How Core Git Developers Configure Git」這邊。

裡面提到的東西我自己大多數都已經 tune 過了,不過還是有些之前沒設定的,像是 tag.sort 用 version:refnam

blog.gslin.org/archives/2025/0

#Computer #Murmuring #Software #algorithm #config #diff #git #gitconfig #sort #tag

開發 Git 的人所推薦的 .gitconfig 設定

在 Hacker News 上看到這個有趣的主題:「How Core Git Developers Configure…

Gea-Suan Lin's BLOG
Unity :Friendica: ⁂
Ich habe eine .txt (neu.txt) Datei, die unterschiedliche Begriffe beinhaltet. Das Problem ist, dass einige der Begriffe doppelt vorkommen. Wie also die Datei mit den doppelten Begriffen bereinigen? Lösung:
cat neu.txt | tr -s ' ' '\n' | sort | uniq | tr -s '\n' ' ' > neu1.txt
Dies erstellt eine neue .txt (neu1.txt) mit bereinigten Inhalt. Ich liebe Linux einfach. 👍
#Linux #cat #sort #uniq
🪑Dr Rockstar ♫

#BASH
#LS

When considering what lies beneath, what is your preferred means of discovery?

I dunno why this suddenly seemed to be my favorite, and I muse,
"Why haven't you been doing that all along [, Jackass!]?"

```
ls -dl ./*/
```

#CONTAINERS #FOLDERS #DIRECTORIES #OBJECTS #LIST #SORT #Filesystem

Oh, and here's one about #FSTAB
haha. i used it enough times by now that I don't need a guide anymore.

Lookee, Ma! Him's learning!
statecollegeguitarlessons.com/

Nov 22, 2024, 23:10 · · · 0 · 0
TechHelpKB.com 📚

Getting an extra level of order into your folders on Windows 11's File Explorer is super easy. Shift-click on the File Explorer category you want your files to be sorted by after you make the first column sort.

#microsoft #windows11 #file #explorer #sort
pcworld.com/article/2513299/th

Habr

Её величество Сортировка

Можно ли сортировать несортируемое? Почему декоратор в питоне называется "total_ordering"? Как отсортировать тексты по смыслу? Надо ли сохраняться, перед использованием "compare function"? Сортировка используется настолько часто, что мы порой забываем об этом фундаментальном алгоритме. В статье сделан обзор различных тем, которые могут встретиться в контексте разного рода сортировок.

habr.com/ru/articles/850296/

#сортировка #упорядочивание #sort #sorting #сортировки

Её величество Сортировка

Сначала кажется, что сортировка - это тривиально. В…

Хабр
Habr

Изучение известные алгоритмы сортировок

Цель данной лабораторной работы – посмотреть на алгоритмы с различной асимптотикой, научиться анализировать время работы алгоритмов и включать разные степени оптимизации.

habr.com/ru/articles/850302/

#сортировки #python #sort