Live data from Hacker News

Viewing profile — nickdrozd

nickdrozd

HN member
Joined
Thu, Jun 07, 2018, 4:55 PM UTC
HN karma
1,054
Public activity
219 items

About nickdrozd

nickdrozd.github.io

Recent public activity

  1. story
  2. comment
    Comment #46449070

    Here is an attempt: .de Q .nf .na .pso awk 'BEGIN{bs=sprintf("%c",92); pre=bs"&"} {out=pre; for(i=1;i Invoke with: nroff -U -Tascii quine.roff | sed -Ez '$ s/\n+$//' Possibly relie…

  3. comment
    Comment #46447618

    I gave a few attempts with ChatGPT and DeepSeek. Neither of them could get it right. So this goalpost can remain in place for the time being. (I am assuming that the task is actual…

  4. comment
    Comment #46446922

    How would your views about AI change if that goal were achieved? When my personal goal was reached, I found myself a little bit at a loss for words.

  5. comment
    Comment #46446721

    What would be a better way to measure intelligence?

  6. story
  7. story
  8. story
  9. story
  10. comment
    Comment #45276568

    Turing machine program states are conventionally represented with letters: A, B, C, etc. The starting state is A. Now suppose you are running a Turing machine program from the begi…

  11. comment
    Comment #44585354

    > The most insane python feature is that for loops keep their intermediate variable. "Insane feature" is a generous way of describing this behavior. I would say it is just a stupid…

  12. comment
    Comment #43302201

    Great post. Some general takeaways for people who want Knuth checks: 1. You are unlikely to find errors in the algorithms themselves, especially if they've been officially publishe…

  13. comment
    Comment #41582162

    > You never understand other people's code as well as your own. No matter how thoroughly you've read it, you've only read it, not written it. There is certainly some truth to this.…

  14. story
  15. story
  16. comment
    Comment #41383137

    For anyone who finds this sort of discussion interesting, I highly recommend reading Chapter 3 of The Structure and Interpretation of Computer Programs . There is quite a bit of ph…

  17. comment
    Comment #41239359

    Looking at some of these screenshots, this is such a fantastic idea that it is surprising it wasn't done earlier. Magit has the perfect interface, why shouldn't everything be like …

  18. comment
    Comment #41237982

    Well said. The Magit interface is such a pleasure to use, sometimes I will modify and rearrange commits just for fun. A Magit-style interface for Calc seems like a great idea.

  19. story
  20. story
  21. story
  22. story
  23. comment
    Comment #40866080

    > We are selecting for the maximally pathological machines. This is not quite right. We're selecting for maximally long-running (or mark-producing, etc) programs. Whether those pro…

  24. comment
    Comment #40862520

    Busy Beaver champion programs are said to run for super-exponentially many steps. But nobody has actually run their simulators for that many steps. Instead, simulators can prove ta…

  25. comment
    Comment #40859897

    > They have used a proof generator based on a logical theory... I don't understand your scenario. If they're using a proof generator, that sounds like the opposite of intuiting or …