I convinced my wife to marry me. She was very pessimistic, thinking that I would leave her. It took six months to get a positive response to my proposal and another year of reassurance before we married. We have been married 41 years. The courtship was helpful experience for the marriage.
Did her pessimism ever subside or did you just learn to accept it as part of her?
Ask HN: What's the hardest problem you've ever solved?
341–350 of 441 posts
Re: Ask HN: What's the hardest problem you've ever solved?
#342Earlier quoted context omitted.
Did her pessimism ever subside or did you just learn to accept it as part of her?
She still has a bit of fear and uncertainty, which I have learned to accept, but I do not believe she is worried that I will ever leave.
Re: Ask HN: What's the hardest problem you've ever solved?
#343I somehow decided I needed to cheat to pass a certain exam because I was basically crap at memorizing stuff. So I used an analogue wireless headphone, an induction loop around my neck and a mobile phone. Since I lacked an accomplice to dictate, I read aloud the hundreds of pages and recorded myself, careful to preserve and properly serialize things like complex formulas. This was before the era of iPods and SDCard pl…
Re: Ask HN: What's the hardest problem you've ever solved?
#344Convincing a department to graduate me with an ABET accredited degree without finishing all coursework. It was significantly easier than deriving the time-dependent wave equation for hydrogen, writing a Java-to-MIPS compiler with two implementations, one in C++ and one in Java, and making an UNIX FORTRAN reactor simulator compile on Windows 95 (lol!)... all with crushingly, untreated depression. Also, survived the Lo…
Can you elaborate?
Re: Ask HN: What's the hardest problem you've ever solved?
#345Earlier quoted context omitted.
I think that's the craziest one I've heard so far. I can't imagine trying to reproduce a hardware bug in an FPGA with a logic analyzer. How much time did you spend on the bug? Was it something that you ignored for a long time, and then you decided to dive in and spend a couple of weeks on it?
It was about 8 years ago, so my memory is a bit foggy. At one point we had everyone on our entire project working on it, which was about 20 people. We had daily calls with the customer since it was causing frequent outages on their network. I was full time on the bug for a while, and most of that time was spent making meticulous documentation for what happens in every clock cycle in the fpga. I visited the customer's…
Re: Ask HN: What's the hardest problem you've ever solved?
#346Earlier quoted context omitted.
There's more to exams than memorization too, and cheating because you don't like memorization is childish. If the exams really test only memorization, drop the class.
Some classes are on the critical path to graduation. I wouldn't suggest delaying an entire degree because one or two classes have bad exams. Cheating to avoid memorization is childish, but let's not forget that students are usually children, or still in the process of maturing into adults.
Re: Ask HN: What's the hardest problem you've ever solved?
#347Earlier quoted context omitted.
Admitting to significant academic fraud during a job interview is a very, very bad idea. Furthermore, I would question the ethics and morality of any company that said "Wow, you solved an incredibly tough problem in order to commit fraud. Boy, are we the place for you!"
> Admitting to significant ... fraud during a job interview is a very, very bad idea. After serving his time, that's exactly how Frank Abagnale got a job in the FBI. https://en.wikipedia.org/wiki/Frank_Abagnale
Re: Ask HN: What's the hardest problem you've ever solved?
#348Earlier quoted context omitted.
This is the best thing I have ever read on HN
I was going to say the same thing. We really need a HN hall of fame for many of these types of comments. Pure gold. Made my Sunday.
Re: Ask HN: What's the hardest problem you've ever solved?
#349Earlier quoted context omitted.
I would allow it (if these kind of skills to design all of this system is the skills that is useful for this job). You are honest to admit it, and if you can make such thing, it is good. Of course that was cheating, but that does not mean that such thing is only to make fraud; you might do similar thing with other thing too.
Once you admit to fraud, though, they have no idea what else you might be lying about -- including the admission itself. They can't exactly call his old professor to confirm that he built and used a cheating machine. Plus, after you admit to doing it once, if I weren't the sort to reject you outright, I'd still call every single person and institution on your resume to confirm all of those were real. Right out of the…
Re: Ask HN: What's the hardest problem you've ever solved?
#350Earlier quoted context omitted.
It was about 8 years ago, so my memory is a bit foggy. At one point we had everyone on our entire project working on it, which was about 20 people. We had daily calls with the customer since it was causing frequent outages on their network. I was full time on the bug for a while, and most of that time was spent making meticulous documentation for what happens in every clock cycle in the fpga. I visited the customer's…
Wow, that blows my mind. I don’t even know how to ask the right question, but is there some kind of “formal verification” or “type-checking” that could have caught this issue earlier? Or is that just too difficult, and reserved for medical equipment, nuclear reactors, etc.?