HN user

jmaygarden

727 karma
Posts7
Comments261
View on HN

How is that different than C++? The places where you would pick something like Python instead for expediency still apply…

To be honest, I used to feel the same way that you do about Rust posts. Then I started using it, and I got enthusiastic as well.

That's the problem with the legal system. It's extraordinarily common to plead guilty when innocent because fighting the charge is more damaging than accepting a deal.

I even had this happen to me with a traffic ticket. It was way too expensive to fight it even though I could easily proven my innocence.

This lady probably would lose at trial and then have to appeal. The judge could instruct the jury that they have to adjudicate whether she dropped off the child or not regardless of whether that should be reasonable. You often can't argue constitutionality and some other factors until appeal. That would bankrupt the family.

That’s analogous to saying that “vaccination isn’t a great strategy from the perspective of those with adverse reactions.” In another thread, you did not accept that line of reasoning. Why is it valid in this case?

As far as I know, the only instance of a poison pill being triggered was Versata Enterprises, Inc. in December 2008.

TL;DR: A competitor (Selectica, Inc.)--wishing to purchase Versata--bought over 5% of the shares. The IRS considers this an ownership change, and it imposes a penalty to discourage trading of Net Operating Loss (NOL) carryovers. A poison pill was in place to prevent this tax issue. The board executed the poison pill to dilute Selectica ownership from 6.4% to 3.9%, and that action held up through appeal to the Delaware Supreme Court.

https://www.lw.com/upload/pubcontent/_pdf/pub2563_1.pdf

I agree with you, but he doesn’t really have the authority to push the investigation in any other way than to roast whoever he has access to in public meetings. There isn’t congressional support to pass a resolution or bill to do so. He holds minority views within a minority party, and he is just one legislator, not an executive.

In other words, the only way that Rand Paul can influence the situation in any meaningful way is through political means. So, I find it hard to fault the theatrics with Fauci as distasteful as there are.

Fauci himself told The Washington Post that mask supply was a motive back in July 2020. So, it was a combination of two factors as you rightly point out. Thank you for correcting my omission.

“We didn’t realize the extent of asymptotic spread…what happened as the weeks and months came by, two things became clear: one, that there wasn’t a shortage of masks, we had plenty of masks and coverings that you could put on that’s plain cloth…so that took care of that problem. Secondly, we fully realized that there are a lot of people who are asymptomatic who are spreading infection. So it became clear that we absolutely should be wearing masks consistently.”

https://www.washingtonpost.com/video/washington-post-live/fa...

The post that is now flagged was referring to Dr. Fauci's March 8, 2020 statement that "there's no reason to be walking around with a mask." Dr. Fauci made that statement in a context of trying to ensure that enough protective equipment was available for frontline health workers at a time when there were runs on toilet paper in stores.

I believe you are mischaracterizing the argument that was made. Unfortunately, we may no longer view the original post because your opinion has apparently been deemed more correct.

I'd never considered the modulo operator to be that uncommon, but I've mostly worked in systems software and firmware. Is that really the case?

I've worked with people who were fine programmers and when I brought up FizzBuzz had no idea how to solve it.

I would not categorize FizzBuzz as a puzzle. It is one of the most straight-forward ways to test for an understanding of iteration and selection. Those are fundamental building blocks that all programmers must know.

Your point about anxiety under the unusual pressure is valid. However, I personally find that to be a useful datapoint in the interview process as well. This is especially the case for a startup with time pressures or a role that may interact with customers. Otherwise, the onus is on the interviewer to set the applicant at ease.

Are you thinking of C++ issues with constructors? I don’t see anything wrong with the use of static variables in this single file C program. This isn’t a library; it’s a standalone web server.