HN user

mmusson

268 karma
Posts0
Comments78
View on HN
No posts found.

Huh? How do you think `const char s = "Hello"; const char t = &s[1];` works?

I think you and the parent are using different definitions of granularity. The parent meant that sizeof(t) could be 32 or 64 bits. I think you just meant that the smallest thing the pointer references is the address of a single byte.

Rust already has fat pointers though. A reference to a smaller byte value could be a pointer plus a bit-mask.

I think there is a skill issue. Just like in any other pursuit, some people are going to be better at using AI productively. It is a tool. You are still responsible for the quality of the resulting code whatever the mix of human and tool generated.

From what I have read, John had a genius for what you might call relentless optimization. Even if they just improve the performance or reduce the hardware requirements of executing an already trained LLM that would be a huge win. Current progress in that regard focuses on reducing the fidelity of the LLM to make it easier to execute, which isn’t ideal.

The sweet spot for SO for me is workarounds for esoteric problems, not for more common issues because the solutions tend to be out of date (but correct for an older version of the library or whatever).

The question is what you really believe to be true. If your car hit me and you truly didn’t remember it that way then you are proving the author’s point.

Maybe you do remember hitting me. There will still be innumerable questions that you couldn’t answer because they were out of your perception in the moment. What if it turns out that in hitting me you stopped me from running over an old lady.

Whether or not you learn of that detail will have a big effect on how you remember the accident.

I think the point is that interpretation is all we really have. We believe that memories are these absolute things, but rigorous studies show that no human being remembers things perfectly, even when they believe they do.

For many years as a kid, I knew Santa Claus was real because I had seen him come to my house. My faith was unshakable, because I had observed it with my own eyes. Years later, I found out that on Christmas morning. My dad had left the room changed into the Santa outfit, snuck outside and came to the back door to surprise me with my mom. I was too young to realize that my dad had snuck away and wasn’t there at the same time as Santa.

If we could look back in time and see things just as they were I think it would be disconcerting how many little details we remember wrong that our mind fills in, without us realizing it.

I was a juror on a very small case. A previous trial assigned guilt. Our trial was to determine damages. It was eye opening for me. We were not allowed to know things like medical bills and costs the victim incurred. We were forced to choose some number without having an basis for establishing the magnitude. I still don’t know if we were too high or too low.

I read a short story (don’t remember the author), the gist of which was an a future where time travel is possible and accessible. There was a group tasked with cleaning up time travel mistakes. Their motto was Everyone always tries to kill Hitler. But this leads to a future armageddon so they have to keep undoing it.

For certain types of prompts like basic arithmetic that would give ChatGPT trouble, it actually does do a good job coming up with useful questions when prompted. For example, if you ask it the answer to 2 * diameter of the Moon, and then give it a prompt such as what information it would need to answer, it will do a good job breaking down the parts of the problem. So there’s no reason that it couldn’t take some prompt like that and turn around and generate queries to gather those facts in order to create the final answer. In this scenario is really chatting with search engines and things like Wolfram Alpha.

Fields Medals 2022 4 years ago

I do like that the Fields Medal goes to people nearer to the start of their careers than the end like the Nobel awards.

I would be curious about, say, the next five people that didn’t make the cut. Is it common that they still go on to get a Fields Medal?

Also I wonder if there was ever a joint result that led to both authors being awarded a Fields Medal. I can’t find one but strong collaborations are not uncommon, so…

For mean one of the most appealing parts of his comedy is that he is very clear that it is one thing to be insightful and quite another to actually make the better choices. He plays with that dichotomy a lot.

Even here. An essay on the corrupting and addicting influence of fame that basically announces a return to seeking fame.

Some of the famous people just have knack for asking the right questions and then answering them.

I am reminded of a joke that goes something like, if you hit a roadblock in your math problem, the best way to solve it is to get Terry Tao interested in it.