e. tadeu's Avatar

e. tadeu

@tadeum.dev

software development (python, rust, c++, julia), science, math... also enjoy: games, movies, series, comics, art

384
Followers
896
Following
25
Posts
07.08.2023
Joined
Posts Following

Latest posts by e. tadeu @tadeum.dev

NumPy in rust now exists folks. Let the science people know.

07.03.2026 19:54 πŸ‘ 66 πŸ” 8 πŸ’¬ 3 πŸ“Œ 0
Video thumbnail

i built an entire x86 CPU emulator in CSS (no javascript)

you can write programs in C, compile them to x86 machine code with GCC, and run them inside CSS

lyra.horse/x86css/

24.02.2026 02:23 πŸ‘ 2609 πŸ” 874 πŸ’¬ 130 πŸ“Œ 158
It is absurdly improbable that you can hoover up the internet, shred it, then talk to the mulch pile and it talks back.

It is absurdly improbable that you can hoover up the internet, shred it, then talk to the mulch pile and it talks back.

The Douglas Adams age of technology (2024)

interconnected.org/home/2024/02...

22.02.2026 08:28 πŸ‘ 33 πŸ” 5 πŸ’¬ 0 πŸ“Œ 3
Video thumbnail

What do LLMs see?

I wrote a lil' tool that extracts the attention matrices out of open models and creates this typing visual, with each token's opacity changing according to its average attention score as the prompt progresses. Dimmer words are considered less important to the model.

19.02.2026 12:14 πŸ‘ 257 πŸ” 42 πŸ’¬ 17 πŸ“Œ 8

"you can just use embedded rust libraries off the shelf for GPUs because it's just a normal no-std library, duh" is SUCH a huge validation for how we've structured the embedded Rust ecosystem.

No OS to port, no complex tooling to set up. If you can run rust code, you can just drop no_std crates in.

17.02.2026 17:20 πŸ‘ 160 πŸ” 16 πŸ’¬ 3 πŸ“Œ 0
Post image

we live in the ruins of a greater civilization

13.02.2026 03:12 πŸ‘ 23264 πŸ” 5814 πŸ’¬ 161 πŸ“Œ 173

Mr. C++

10.02.2026 01:47 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Usually in this last situation it would require a few iterations of agent review, human review, simplification, etc.

Also, there are probably many teams out there where the "review pipeline" is already almost a bottleneck, even without LLM agents.

09.02.2026 16:24 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Oh, I mean, it's debatable more in the sense that it really depends on the situation and context.

Maybe the agent will help fix a super hidden bug with changes in 3 lines of code (trivial review), maybe it will generate tons of boilerplate with complex interactions that would require a long review.

09.02.2026 16:20 πŸ‘ 1 πŸ” 0 πŸ’¬ 2 πŸ“Œ 0

/model claude-opus-4-5-20251101

09.02.2026 15:10 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

"We choose to go to the fucking Moon in this fucking decade and do the other fucking things, not because they are fucking easy, but because they are fucking hard."

08.02.2026 16:22 πŸ‘ 10 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

Another argument for up:
- This fact will create more demand for Rust, thus for Rust developers

Now, both arguments for down are debatable. AI only helps learning if the developer really really wants to learn, the "easy mode" it creates is to not learn much and just depend on the AI tools.

06.02.2026 11:52 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Video thumbnail

Rust has a linear algebra problem.

See, linear algebra is super important for many of the applications where Rust is most commonly used. Yet, we have an underwhelming set of linear algebra libraries.

Matthew Treinish of IBM Quantum explains why they're underwhelming πŸ‘‡

04.02.2026 00:53 πŸ‘ 1 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0
Comic. Conjecture: It’s possible to construct a convincing proof without words, pictures, or content of any kind. Proof: [empty box] [caption] Proofs without words are cool, but we can go further.

Comic. Conjecture: It’s possible to construct a convincing proof without words, pictures, or content of any kind. Proof: [empty box] [caption] Proofs without words are cool, but we can go further.

Proof Without Content

xkcd.com/3201/

03.02.2026 20:56 πŸ‘ 2647 πŸ” 295 πŸ’¬ 40 πŸ“Œ 25
Post image
27.01.2026 21:37 πŸ‘ 244 πŸ” 31 πŸ’¬ 4 πŸ“Œ 1

Zlib-rs is now feature-complete! We've released v0.6, the first version with a stable and complete API. The blog post has the details.

With thanks to our maintainer Folkert de Vries, our contributors and @sovereign.tech.

trifectatech.org/blog/zlib-rs...

#rust #rustlang

27.01.2026 10:17 πŸ‘ 13 πŸ” 5 πŸ’¬ 0 πŸ“Œ 0
Preview
Record, replay, and rerun - cargo-nextest Recording test runs, replaying them later, and rerunning test failures.

nextest can now rerun failing tests!

cargo nextest self update --version 0.9.123-b.3
# enable functionality, see link
cargo nextest run

If tests fail and/or the run is cancelled, then:

cargo nextest run -R latest

to rebuild and pick up from where the test run left off.

Please test this out!

22.01.2026 01:13 πŸ‘ 28 πŸ” 5 πŸ’¬ 3 πŸ“Œ 1
Preview
Skyreader: A RSS Reader on the AT Protocol Introducing a RSS reader for the AT Protocol where you feeds and article sharing are portable

Oops, I started a new project: Skyreader, an RSS reader on the AT Protocol. Share cool articles like it's 2010 and Google Reader would never die. skyreader.app

www.disnetdev.com/blog/2026-01...

20.01.2026 18:52 πŸ‘ 515 πŸ” 124 πŸ’¬ 29 πŸ“Œ 43

Who here nostalgic for Reader?

20.01.2026 23:21 πŸ‘ 426 πŸ” 55 πŸ’¬ 17 πŸ“Œ 5
Post image

Continuing to have AI build a weird game demo a day. Here is: "Make a game where you have to prevent the apocalypse, but the interface is just Jira tickets"

Pretty fun/funny branching storyline, all text is AI created with minor feedback from me. Play: gentle-bienenstitch-01e24b.netlify.app

17.01.2026 19:23 πŸ‘ 127 πŸ” 15 πŸ’¬ 7 πŸ“Œ 5
Post image

wikipedia turns 25 today! the last unenshittified major website! backbone of online info! triumph of humanity! powered by urge of unpaid randos to correct each other! somehow mostly reliable! "good thing wikipedia works in practice, because it sure doesn't work in theory" - old wiki adage

15.01.2026 13:47 πŸ‘ 12538 πŸ” 4027 πŸ’¬ 95 πŸ“Œ 306
Preview
Python Software Foundation News

@anthropic.com is investing $1.5 million in the PSF, focused on security. These funds will make an enormous impact on the PSF and the security of millions of #Python and @pypi.org users. Please join us in thanking Anthropic for this landmark gift!

Read more on our blog:

13.01.2026 13:01 πŸ‘ 144 πŸ” 31 πŸ’¬ 5 πŸ“Œ 7
Post image

Three hours, 2.2 million tokens later with mostly passive prompting hours in the evening, and some overnight "continue" prompts and minijinja is fully ported to go. I linked the single pi session that has all prompts in it. shittycodingagent.ai/session/?29f...

13.01.2026 08:11 πŸ‘ 50 πŸ” 4 πŸ’¬ 5 πŸ“Œ 2
Preview
a baby is running down a hallway with the words nope ! ALT: a baby is running down a hallway with the words nope !
12.01.2026 14:28 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
If on a winter's night a traveler - Wikipedia

en.wikipedia.org/wiki/If_on_a...

11.01.2026 21:34 πŸ‘ 4 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Another Erdos problem this morning:

(just to respond to a few people-- the system does NOT work by trying every possible answer and then checking. There's not enough matter and energy in the universe to solve theorems by trying every possible combination of symbols or whatever)

11.01.2026 11:54 πŸ‘ 127 πŸ” 12 πŸ’¬ 3 πŸ“Œ 2
Plot showing linear speedup with number of cores for different interpn calc methods.

Plot showing linear speedup with number of cores for different interpn calc methods.

The `interpn` library for Rust and Python has the fastest interpolation algorithms I'm aware of - up to 250x faster than Scipy - and today it got faster!

After years of focusing on single-thread performance, I finally called it good gave it more cores - and the parallel speedup is nearly linear!

10.01.2026 23:07 πŸ‘ 4 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0
Preview
How we made Python's packaging library 3x faster Along with a pip (and now packaging) maintainer, Damian Shaw, I have been working on making packaging, the library behind almost all packaging related tools, faster at reading versions and specifiers,...

On behalf of the packaging maintainers, I’d like to announce packaging 26.0rc1 is out! Please try it out, as it's a huge release. If you'd like to read about the performance work making this the fastest version of packaging ever, see my post:
iscinumpy.dev/post/packagi...

09.01.2026 19:10 πŸ‘ 24 πŸ” 8 πŸ’¬ 2 πŸ“Œ 2

but Swift rounds toward zero to avoid issues of getting results in the wrong quadrant

09.01.2026 17:02 πŸ‘ 31 πŸ” 0 πŸ’¬ 3 πŸ“Œ 0

the one from Rust, 0X40490FDB, is the correctly rounded one and is closer to real pi

09.01.2026 17:00 πŸ‘ 23 πŸ” 0 πŸ’¬ 2 πŸ“Œ 2