Live data from Hacker News

Viewing profile — cortesi

cortesi

HN member
Joined
Tue, Mar 24, 2009, 12:40 AM UTC
HN karma
1,011
Public activity
173 items

About cortesi

https://corte.si

https://github.com/cortesi

https://github.com/mitmproxy

Recent public activity

  1. comment
    Comment #48626967

    I only had time to use it for a couple of deep reviews of large Rust projects, and a few agentic coding tasks (implement plan X, refactor Y in fashion Z) before my quota ran out. M…

  2. comment
    Comment #48625727

    As a developer outside the US I think it's vital to have alternatives to OpenAI and Anthropic, but sadly this is not it. For $200/month you get https://x.com/cortesi/status/2068898…

  3. comment
    Comment #47242218

    I'm sorry, but we can tell absolutely nothing about Gary Marcus from this. People should have a look at the final data: https://github.com/davegoldblatt/marcus-claims-dataset/blob/…

  4. comment
    Comment #46787694

    Written in Rust, with cross-platform + web visualiser in egui.

  5. story
  6. comment
    Comment #44957976

    I have a tiny, relevant weekend project: https://github.com/cortesi/agentsmd This is a command-line tool that lets you generate your AGENTS.md and CLAUDE.md files from common sourc…

  7. comment
    Comment #44718720

    SQLx is great, but I had a long laundry list of issues with its SQLite support so I forked it into a focused SQLite-specific library. It has now diverged very far from SQLx, and th…

  8. comment
    Comment #42677056

    Nextest is one of the very small handful of tools I use dozens or hundreds of times a day. Parallelism can reduce test suite execution time significantly, depending on your project…

  9. comment
    Comment #42491266

    I'd love to say that it's taking off, but it looks like daily active users (as measured by sampling popular relays) has been stagnant at just under 20k for 6 months: https://stats.…

  10. comment
    Comment #40807263

    We haven't found this to be an impediment. Keep things modular, and share the type definitions of anything you import with the model. As the benefits here become more and more clea…

  11. comment
    Comment #40807118

    Claude 3.5 Sonnet's coding abilities are incredibly impressive. I think it lets an expert programmer move more than twice as fast. There are limits - to produce high quality code, …

  12. comment
    Comment #39213555

    Oh, right! That's just a bit of fun - a random pattern (picked to be vaguely visually pleasing), which is laid out on the Hilbert curve, and then offset by a calculated amount depe…

  13. comment
    Comment #39212818

    The mousover always shows a contiguous section of the underlying file. So you're seeing a constant-length section of the space-filling curve centered on the cursor as you move the …

  14. comment
    Comment #39211302

    There is, but I see it's not visible on smaller resolutions - I should fix that. The default color scheme just classifies bytes into black (0x00), white (0xff), blue (ascii), and l…

  15. comment
    Comment #39210952

    Ah, this is an old side-project of mine. Something I should probably make clearer is that files are not uploaded anywhere - the app is completely local, and all analysis is done in…

  16. comment
    Comment #32355079

    This was a fascinating rabbit hole. Here's Myron May - who shot and injured 3 people and then was killed by the cops - describing his "stalking". At first blush, he seems intellige…

  17. comment
    Comment #30143241

    I once correctly guessed a that friend's PIN was "1729", based only on the fact that he was a maths major, a huge fan of Ramanujan, and was sure to have read this story. I still ch…

  18. comment
    Comment #29831692

    It depends on what kind of geek you are. "The Ants" is perhaps my favourite non-fiction book of all time - at the time it was written it was a fair account of the total sum of huma…

  19. comment
    Comment #27841672

    This review of "Naturalist" in the NYTimes gives some flavor of events: https://archive.nytimes.com/www.nytimes.com/books/98/12/06/s... The book itself is well worth reading - it's…

  20. comment
    Comment #27841517

    The feud is alluded to in the article. The broad summary is that Wilson had the temerity to devote the final chapter of Sociobiology, a book that pretty much launched the field of …

  21. comment
    Comment #27841337

    Lewontin's reputation will be forever tarnished by his disgraceful treatment of E.O. Wilson, a dispute in which he was viciously unfair and in which Wilson has proved to be correct…

  22. comment
    Comment #24816506

    That's quite possible! Though after staring at thousands of these across many application domains, I do think the space-filling curves perform legitimately better. Another factor i…

  23. comment
    Comment #24816354

    Oh, hey - that's my post. I have a blazingly fast re-implementation of these algorithms in Rust, which will soon make an appearance as a set of command-line tools. This will be a c…

  24. comment
    Comment #24645225

    Whoa. Many, many years ago I started idly hacking on a similar project with similar ideas and an identical name. I've always intended to return to it in my Copious Spare Time, whic…

  25. story