this post was submitted on 27 May 2025
9 points (100.0% liked)

Hacker News

1940 readers
513 users here now

Posts from the RSS Feed of HackerNews.

The feed sometimes contains ads and posts that have been removed by the mod team at HN.

founded 10 months ago
MODERATORS
top 3 comments
sorted by: hot top controversial new old
[–] BlazeDaley@lemmy.world 5 points 1 month ago

The source is worth a quick read. It’s very tongue in cheek.

[–] propter_hog@hexbear.net 3 points 1 month ago

This is kind of silly. Yes isn't slow. Just say you wanted to write something in Rust and this was the easiest thing you could think of.

[–] pelya@lemmy.world 1 points 1 month ago

How about /bin/true

int main() {
  return 0;
}

it's about the size limit of safe C code that I can write.