Hacker Newsnew | past | comments | ask | show | jobs | submit | Jtsummers's commentslogin

Part of that popularity (for the "mother of all..." expressions) was Cheney's doing. Playing on Saddam Hussein's phrase "Mother of all battles" with "Mother of all retreats" when describing the retreat of the Iraqi army from Kuwait.

Easily bypassed: https://archive.is/fS7VT

So why complain?

From this site's FAQ (linked at the bottom of the page):

> Are paywalls ok?

> It's ok to post stories from sites with paywalls that have workarounds.

> In comments, it's ok to ask how to read an article and to help other users do so. But please don't post complaints about paywalls. Those are off topic. More here. [emphasis added]


Seems to be in a CAPTCHA loop for me.

That happens if you use Cloudflare DNS.

https://web.archive.org/web/20260310203436/https://www.newsc...

Still easily bypassed.


https://news.ycombinator.com/item?id=47317568 - A submission by this person's company where they say they'll refund you if a bug makes it past their system. Given how buggy their own system apparently is (to the point they're scrapping all the code), perhaps it's not such a smart offer on their part.

This is amusing when paired with the CTO's admission that he ran his team horribly, directing them to not write tests, and that they have to scrap all their work:

https://news.ycombinator.com/item?id=47324691

Maybe if their product were better they wouldn't need to rewrite it, they could use it to improve itself.


Not Bob Martin, sudoku with TDD was Ron Jeffries.

https://news.ycombinator.com/item?id=3033446 - Linking to this old comment because it links to each of Ron's articles, a discussion about it, and Norvig's version.


Hah! That's probably why I can never find it.

Norvig's solution is a work of art. When people ask me for examples of intrinsic versus accidental complexity, his sudoku solver is the best one I have. My only note is that he gives up and goes brute force early. When I first encountered it I had a lot of fun layering other common solving strategies on top of his base without too much extra trouble.

What I did not have fun with is porting it to elixir. That was a long journey to get to a solution I could keep adding stuff too. Immutable data is rough, particularly when you're maintaining 4 distinct views on the same data.


The manual tests also stop being run, or get reduced to such an extreme that any value from them is going to be low. Testing only happy paths and maybe release specific tests. This is shockingly (to outsiders, not to anyone who's ever been in the industry) common in aerospace and defense systems. There were some aircraft I would not fly on for a few years until I knew our updates had rolled out. Now I'm not connected to that work anymore so I'm back to "ignorance is bliss" mode and try not to think about it.

It's pretty much the same number of bracket-type characters as other languages, and both () and {} require the use of the shift key. Only counting the parentheses and curly braces:

  (defun hello (name)
    (format t "Hello, ~A!" name)) ;; 6 parens, 6 shift keys

  def hello(name):
    print(f"Hello, {name}") # 4 parens, 2 curlies, 6 shift keys

  void hello(char* name) {
    printf("Hello, %s\n", name);
  } // 4 parens, 2 curlies, 6 shift keys
No real difference for typing.

I can't find any news either, but that is the claim of this submission.

  > Jonathan Bowen informed me of Tony Hoare's death on Thursday, March 5th. (translated from French)
The main reason to find it surprising is that it's now 4 days since then, I'd have expected something to have been published besides this page.

That link is about GPS spoofing, not Link 16 jamming, those are two different radio systems and two different attacks.

Its both.

They claimed

They jammed the control link so the operators couldnt control it, then used gps spoofing to make its "lost communication fly home" protocol land itself in hostile territory.


IFF system uses coded pulses at 1030mhz and 1090mhz. It's a totally different system from Link16.

Jamming the transponder would not be enough, it would also need to at least jam the identification/location messages in

https://en.wikipedia.org/wiki/TADIL-J

And also at least the satellite versions.

And all of which are part of the S300 systems EW package Iran possess, the Cobra V8 has a touted range of 250km.

Also been demonstrated now in Ukraine.

See also

https://www.armyrecognition.com/news/army-news/2026/iran-dep...


These aircraft are maintained pretty well. They have explicit refresh cycles where they're taken to depots and pretty much torn apart and then rebuilt. The electronics also get refreshed over time with newer components (not just newer versions of old components or refurbished components, but new electronics and computer systems). It's not like they're still frozen in time at whatever version was initially put out 50 years ago.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: