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

Nowadays, almost any news org can have journalists reporting from across the planet in real-time. But back before internet connectivity was ubuquitous, StarLink satellites, smartphones and streaming video everywhere, CNN had a few reporters who had the then-very-rare satellite phones (I think they were almost small-backpack sized) who could report from Iraq on-site during Desert Storm, and it was revolutionary. CNN's ratings went through the roof during that war, and after the war was over, it was reported they raised their ad rates over 1000%, because they had this new giant audience. It really felt like a transformation of public news media.


It wasn't just the sat phones, but they had cameras with satellite links as well. Plus, CNN was the only team that stuck around in Baghdad when everyone else left town. From their hotel room, we watched with them the unedited footage as all of the tracers from the AA lit up the night sky in a way few outside of military service had ever seen. The DoD provided additional footage of missiles through windows, but CNN was the place where everyone watched the live views.

This was a pivotal time for news coverage. The only thing that is at the same level was the JFK assassination. Until then, newspapers were the main source of news. The JFK coverage is where TV took over with live coverage instead of reading yesterday's news. Throw in the live coverage of Oswald being shot, and it was pretty much a standing 8 count with the internet being the final TKO for newspapers. PBS did a special on this called "JFK: Breaking the News"[0]

[0]https://www.youtube.com/watch?v=q7yAaUmKwKs


Can you enumerate which parties have been "harmed" by her donations, and the precise nature of the harm(s)?


If this becomes the prevailing inclination amongst most readers, Janan Ganesh (one of my most favorite commentators anywhere) at the Financial Times will have a dim professional future.


Theoretically, in this case, the agonizing "It's pouring rain, blowing cold wind in your face, kids are screaming and hitting each other, you stubbed your toe into cart and generally just having bad day" scenario making any man unable to manage the extra-harrowing effort of directing a cart a few meters into a designated space.


> [..] I can't imagine how useless an unthinking AI would be at this when my own family and friends who, and this is important, _know me_, can't find anything to get me that doesn't land in the above categories

This is precisely the problem - an AI does not really "know" the recipient (set aside of what it means to "know" someone). The result is you get something just a bit more varied than the usual "He's a Guy - he'll love some Whiskey Stones, a Bacon-of-the-Month subscription, or a Beard Care Kit" advice. (Adjust for whatever target demographic.)


Acceleration by using the x86 AVX-512 extensions is especially compelling. Since ARM64 processors are becoming pervasive in server-side systems, is-there/will-there-be any optimization using the ARM64 NEON vector instructions in current or future Go versions? (The NEON instructions are 128-bit, instead of 512 bits in the AVX-512 set, but may still be useful.)


A former coworker who was a serious gun enthusiast experienced dangerously high levels of lead in his bloodstream - he had chronic headaches and other bodily pains. He visited shooting ranges several times per week, and also packed (assembled? made? I'm not sure the nomenclature) his own bullets. His doctors believe he aspirated atomized lead particulate doing so much shooting practice, and/or bullet manufacture. He underwent chelation therapy (a protocol involving taking certain medications that bind to heavy metals in the blood, and the patient excretes it out via urination) to reduce lead levels.


The risk would mostly be from the range, not the reloading. The problem is bullets are intended to scrape pretty hard against the barrel to get them spinning. That inevitably causes lead dust and indoor ranges can be pretty dangerous because of it.


I use command-line tooling much more than IDEs (e.g. VS Code), so the `gh` command-line tool (https://cli.github.com) for doing most of the usual hub-oriented workflow (PR authoring, viewing issues, status updates, etc) really helps a lot - I don't have to constantly <cmd>+<tab> to my browser, and point-click-point-click through web pages so much. It would be fantastic if ersc or any other jj-centered code-sharing hub had similar tooling early on.


I'm a big CLI for VCS person, so yeah, I use those tools too :)


There is a difference between "giving" and "taking".


There is! And my company has a legitimate interest in taking if the opportunity presents itself. We are a paper clip maximizing operation, not a charity


Back in the early '90s, I was a big fan of the C/C++ debugging library "electric fence" (written by Bruce Perens) - it was a malloc() implementation that used mmap() to set the pages of the returned buffer such that any writes in that region (and even read accesses!) caused a segfault to happen, and the program halts, so you can examine the stack. It was a godsend.


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

Search: