Advertisement · 728 × 90

Posts by e. tadeu

> One paper’s acknowledgements thank “Professor Maria Bohm at The Starfleet Academy for her kindness and generosity in contributing with her knowledge and her lab onboard the USS Enterprise”

1 day ago 0 1 0 0
Preview
Rust for CPython Progress Update April 2026 | Python Insider Rust for CPython project status update April 2026

Just posted the Rust for CPython Progress Update for April 2026 to the Python Insider Blog!

This covers what we've been up to and our roadmap to a PEP. If you're interested in contributing please join our Discord!

blog.python.org/2026/04/rust...

4 days ago 27 5 0 0

2. I don't mind if people don't want to use Rust but instead of rewriting it from scratch every single time, why don't you write bindings and make them available for everyone? This is both easier and more maintainable, and would actually be helpful for the community.

1 week ago 38 3 1 1
Preview
Why pylock.toml includes digital attestations A Python project got hacked where malicious releases were directly uploaded to PyPI. I said on Mastodon that had the project used trusted publishing with digital attestations, then people using a pylo...

I said digital attestations and `pylock.toml` would have helped with the litellm attack. People asked for more details, so I wrote a blog post explaining why it would have helped.

snarky.ca/why-pylock-t...

2 weeks ago 21 8 1 0
Limit candidate packages to those that were uploaded prior to the given date.
Accepts RFC 3339 timestamps (e.g., 2006-12-02T02:07:43Z), local dates in the same format (e.g., 2006-12-02) resolved based on your system's configured time zone, a "friendly" duration (e.g., 24 hours, 1 week, 30 days), or an ISO 8601 duration (e.g., PT24H, P7D, P30D).
Durations do not respect semantics of the local time zone and are always resolved to a fixed number of seconds assuming that a day is 24 hours (e.g., DST transitions are ignored). Calendar units such as months and years are not allowed.
May also be set with the UV_EXCLUDE_NEWER environment variable.

Limit candidate packages to those that were uploaded prior to the given date. Accepts RFC 3339 timestamps (e.g., 2006-12-02T02:07:43Z), local dates in the same format (e.g., 2006-12-02) resolved based on your system's configured time zone, a "friendly" duration (e.g., 24 hours, 1 week, 30 days), or an ISO 8601 duration (e.g., PT24H, P7D, P30D). Durations do not respect semantics of the local time zone and are always resolved to a fixed number of seconds assuming that a day is 24 hours (e.g., DST transitions are ignored). Calendar units such as months and years are not allowed. May also be set with the UV_EXCLUDE_NEWER environment variable.

In light of the fallout from the LiteLLM supply chain attack, I just learned that you can exclude newly published package versions when installing with uv using exclude-newer.

2 weeks ago 28 5 2 0

JSSE is a new JS engine made by Claude over two months with four hours human supervision by @p.ocmatos.com

🦀 Choosing Rust aided the feedback loop
💯 Fully-compliant with test262(!)
🐌 Pure interpreter, unoptimized, slow
➰ Longest dev loop: 16 hours on Temporal
💸 ~$4k on Opus 4.6 API calls

2 weeks ago 27 9 3 2
JSSE: A JavaScript Engine Built by an Agent - Notes & Code JSSE is the first JavaScript engine to pass 100% of test262 non-staging tests. 170,000 lines of Rust. Zero lines written by me.

Meet JSSE - a Claude Code built Javascript Engine - that passes 100% of the test262 suite. First of a kind... More info at p.ocmatos.com/blog/jsse-a-... #claude #javascript #engine #agents

2 weeks ago 29 8 3 4
Advertisement
Rust threads on the GPU GPU code can now use Rust's threads. We share the implementation approach and what this unlocks for GPU programming.

We are excited to announce that we can successfully use Rust's std::thread on the GPU. This has never been done before.

www.vectorware.com/blog/threads...

Supporting Rust's std::thread enables existing Rust code to work on the GPU and makes GPU programming more ergonomic.

2 weeks ago 136 27 0 3
Post image

Transformers are Bayesian Networks

A transformer is a Bayesian network and he establishs this in five ways.

arxiv.org/abs/2603.17063

3 weeks ago 34 5 3 1
Post image

LLMs predict my coffee dynomight.net/coffee/

3 weeks ago 15 1 0 2
Video

These Brazilian Cheese Breads are giving “I may be small, but I run the whole snack table” energy.

Serve them warm. Tear them dramatically. Let the cheese pull do all the talking.

www.loulougirls.com/easy-brazili...

#PaoDeQueijo #BrazilianCheeseBread #CheesyBites

1 month ago 2776 233 160 33
AI should help us produce better code - Agentic Engineering Patterns AI should help us produce better code - Agentic Engineering Patterns

AI should help us produce better code
simonwillison.net/guides/agent...

1 month ago 121 18 9 3

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

1 month ago 67 8 3 0
Video

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/

1 month ago 2616 870 132 159
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...

1 month ago 36 5 0 3
Video

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.

1 month ago 258 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.

1 month ago 161 16 3 0
Advertisement
Post image

we live in the ruins of a greater civilization

1 month ago 23343 5830 161 174

Mr. C++

2 months ago 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.

2 months ago 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.

2 months ago 1 0 2 0

/model claude-opus-4-5-20251101

2 months ago 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."

2 months ago 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.

2 months ago 1 0 1 0
Video

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 👇

2 months ago 1 1 1 0
Advertisement
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/

2 months ago 2661 296 40 25
Post image
2 months ago 242 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

2 months ago 13 5 0 0
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...

2 months ago 514 123 29 43