Viewing profile — nickdrozd
nickdrozd
HN member- Joined
- Thu, Jun 07, 2018, 4:55 PM UTC
- HN karma
- 1,054
- Public activity
- 219 items
- HN profile
- View on Hacker News ↗
About nickdrozd
Recent public activity
- story
-
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…
-
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…
-
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.
-
comment
Comment #46446721
What would be a better way to measure intelligence?
- story
- story
- story
- story
-
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…
-
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…
-
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…
-
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.…
- story
- story
-
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…
-
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 …
-
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.
- story
- story
- story
- story
-
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…
-
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…
-
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 …