Joseph's Avatar

Joseph

@ender-yoga

Autistic. Rustation. Pythonista. Ecmascribe. Fan of deadpan or absurd humor. https://ender.yoga/about/

56
Followers
216
Following
186
Posts
06.11.2024
Joined
Posts Following

Latest posts by Joseph @ender-yoga

Preview
Announcing Rust 1.91.1 | Rust Blog Empowering everyone to build reliable and efficient software.

#rustlang 1.91.1 shipped about seven days ago with two bug fixes. WASM module linking and illumos file locking fixes
blog.rust-lang.org/2025/11/10/R...

17.11.2025 03:55 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Nice holiday lights

09.11.2025 06:18 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
Inside Rust's std and parking_lot mutexes - who wins? A teardown of Rust's mutex internals plus real benchmarks so you know when to choose std or parking_lot.

parking_lot mutex seems to perform better in programs that need regular access to data. It does this by managing access in user space and provides the next task/thread with access to the mutex instead of the previous task
blog.cuongle.dev/p/inside-rus...

#rustlang

09.11.2025 02:34 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

during the Roman empire, language was pretty much taught as a way to regulate thought. Grammar is closer to a thought pattern while the vocal-words are recited verbatim. Which is pretty much how things are today for people that don't spend much time being creative ( my opinion )

06.11.2025 07:25 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

whoops, stimming. Thank you for asking, so I could correct myself

06.11.2025 07:16 ๐Ÿ‘ 2 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

yeah, this happens. The way I came back from it, I realigned my autistic mask using stemming. It sucked for a bit, but after a couple months. I started noticing distinct improvements across the board. I have minimized my stress, but it was a hard reset to a lot

06.11.2025 07:08 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Platform Support - The rustc book

#rustlang now supports tier1 windows arm 64 processors using the aarch64-pc-windows-msvc build target with the release of 1.91.0 doc.rust-lang.org/rustc/platfo...

02.11.2025 11:07 ๐Ÿ‘ 3 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

no more ai slop for me. Installed a search engine which allows me to disable ai entirely from the search results

30.10.2025 14:31 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

It should not take #rustlang an hour to compile something simple. There must be something I'm missing. Anyone have a document on how to improve compilation performance?

30.10.2025 04:47 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 2 ๐Ÿ“Œ 0
Promoting Parallel Front End - Rust Project Goals

Rust compiler team is refocusing on improving and reducing compilation times by adding parallel compilation to cargo - rust-lang.github.io/rust-project...

30.10.2025 00:51 ๐Ÿ‘ 3 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
In-place initialization - Rust Project Goals

in place initialization will make it possible for #rustlang to support async fn traits. Super excited - rust-lang.github.io/rust-project...

30.10.2025 00:43 ๐Ÿ‘ 2 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

finally developed a need for PhantomData. I feel my ability to write #rustlang has risen to a new high because of it. Awesome

24.08.2025 02:12 ๐Ÿ‘ 5 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

hi there, any very opinionated people available to talk about PDF readers and e-books?

I've used kindle for a bit, but I'd like a good application on the desktop. Anyone have some recommendations?

17.08.2025 23:43 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

I'd like to write an eventually consistent SSM module in #rustlang that could send #PowerShell or #Bash commands to a fleet of machines using #aws System Service Manager. Anyone in need of this tool? DM me!

17.08.2025 22:19 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Having an app which provides the different shows available on different streaming services with trailers and pilots of the movies or shows would really improve my quality of life because I'll be able to find things more relative to my interests

16.08.2025 04:16 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Finally sat down and learned how to write a proc macro in #rustlang. Definitely worth knowing how to do. The hardest part was figuring out how to test the code without having to run a whole program. Once I got past that hurdle, it was just like writing a rust

Very excited

15.08.2025 01:16 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

might have to get better at c++. Could be fun

08.08.2025 08:28 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

took most of the day off, then I ended up writing a bluesky scrapper in #rustlang

the AT protocol is interesting. The text is partitioned into rich text objects and each have a start/stop.

I don't understand the design decision behind it, but it makes parsing content easier

02.08.2025 13:41 ๐Ÿ‘ 3 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

Brilliant

02.08.2025 12:12 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

Accurate. However, resolvable. Mindfulness helps, oddly enough

01.08.2025 07:08 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

So, and MLE?

โœ… Check

01.08.2025 07:06 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Friends

01.08.2025 07:04 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

angry autistic rant

We need to increase the average salary for all teachers across the United States

Teaching is the single most important occupation in the world

AI is great, but teachers are better

29.07.2025 04:36 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

I don't know what I just read, but I think it was amazing

28.07.2025 05:19 ๐Ÿ‘ 2 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

The feeling of people being difficult to understand is quite common. I'm still searching for a friend group, myself

26.07.2025 12:20 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

ah, bluesky didn't load the whole thread. I see it now

26.07.2025 12:16 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

wrestlers, as in the sport or the drama?

26.07.2025 11:47 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

What the?

26.07.2025 00:36 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

interesting viewpoint. I don't disagree, but I can't agree at the same time

Disabled relative to NT, yes, an argument can be made. Disabled relative to other autistic people. I think there is a lot to be explored. I will confirm that autistic people tend to trigger on each other more often than NT

25.07.2025 07:45 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

What in the flying.. eh...?

25.07.2025 07:41 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0