Earlier quoted context omitted.
My Wikipedia Library membership gives me access to some cool resources that might be of interest: - Arcanum is the largest and continuously expanding digital periodical database from Eastern Europe, which contains scientific and specialized journals, encyclopaedias, weekly and daily newspapers and more - NewspaperARCHIVE.com is an online database of digitized newspapers, with over 2 billion news articles; coverage ex…
That's very cool, but I lack the 500+ total edits on Wikipedia to qualify. My first edit was 20 years ago this month and at my current pace I'll be able to access that in another 588 years. Is there some other way to pay [Wikipedia/WMF] for access to that bundle?
Show HN: Forty.News – Daily news, but on a 40-year delay
51–60 of 191 posts
Re: Show HN: Forty.News – Daily news, but on a 40-year delay
#52> For example, on Oct 7, 1985, Palestinian hijackers took over the cruise ship Achille Lauro. Reading this on a delay in 2025, the story unfolded over weeks: first they threw an American in a wheelchair overboard, then US fighter jets forced the escape plane to land, leading to a military standoff between US Navy SEALs and the Italian Air Force. Unbelievably, the US backed down, but the later diplomatic fallout led t…
Maybe this is just my bubble, but the messaging I get is that Israel should stop murdering Palestinian civilians and not that Hamas is somehow righteous in their actions.
Re: Show HN: Forty.News – Daily news, but on a 40-year delay
#53Earlier quoted context omitted.
That's very cool, but I lack the 500+ total edits on Wikipedia to qualify. My first edit was 20 years ago this month and at my current pace I'll be able to access that in another 588 years. Is there some other way to pay [Wikipedia/WMF] for access to that bundle?
Nope, there's no way to pay for access to the bundle as it's meant solely for core Wikipedia contributors. However, many of these services independently offer paid access
Maybe I'll just 10x how often I make edits so that I'm merely 59 years away from hitting 500.
Re: Show HN: Forty.News – Daily news, but on a 40-year delay
#54We didn't start the fire... as a service.
Re: Show HN: Forty.News – Daily news, but on a 40-year delay
#55> For example, on Oct 7, 1985, Palestinian hijackers took over the cruise ship Achille Lauro. Reading this on a delay in 2025, the story unfolded over weeks: first they threw an American in a wheelchair overboard, then US fighter jets forced the escape plane to land, leading to a military standoff between US Navy SEALs and the Italian Air Force. Unbelievably, the US backed down, but the later diplomatic fallout led t…
Palestina-Syria was a term coined for the region by Emperor Hadrian after the destruction of the Second Temple, so 40 years is nothing in the timeline of this whole conflict. The modern Zionism goes back to the 19th Century and the Israel occupation and oppression of Palestinians at least to 1948. So no, this skirmosh at the sea gave you very litlle understanding of why things are like they are, why the violence continues and how US has been funding this conflict the whole time.
If you actually want to understand what this conflict feels for a regular Palestinian just trying to live, listen this interview: https://pca.st/episode/4f0099d2-2c6e-4751-b1e1-e0913fa25734
Re: Show HN: Forty.News – Daily news, but on a 40-year delay
#56Earlier quoted context omitted.
It's funny that this site's tagline is "Exactly 40 years back, these felt huge. See how they landed with time." but so many of these stories are still just as alarming. If anything it often feels like we should've cared more. At the very least done more
In a similar vein, I think even news from 40 years ago can teach us a lot. The players may be different, but the game is the same. Many of today’s wars and conflicts were already ongoing; big pharma, big food, oil companies, corruption in our institutions, manufactured coups… it all feels like nothing ever really changes.
Re: Show HN: Forty.News – Daily news, but on a 40-year delay
#57Without mentioning the source of the articles, it's completely useless. It would be hard to detect completely AI hallucinated articles, without a possibility to check the authenticity of the content.
Re: Show HN: Forty.News – Daily news, but on a 40-year delay
#58 #!/bin/sh
curl -s http://internet-tty.net:8000/ITTY \
| lame --decode --quiet --mp3input - - \
| minimodem --rx rtty -f - -a --print-filter -iRe: Show HN: Forty.News – Daily news, but on a 40-year delay
#59> For example, on Oct 7, 1985, Palestinian hijackers took over the cruise ship Achille Lauro. Reading this on a delay in 2025, the story unfolded over weeks: first they threw an American in a wheelchair overboard, then US fighter jets forced the escape plane to land, leading to a military standoff between US Navy SEALs and the Italian Air Force. Unbelievably, the US backed down, but the later diplomatic fallout led t…
Re: Show HN: Forty.News – Daily news, but on a 40-year delay
#60I just use this script in a terminal. It needs curl, lame and minimodem. Easy and quick on any GNU/Linux or BSD distro, or WSL2: #!/bin/sh curl -s http://internet-tty.net:8000/ITTY \ | lame --decode --quiet --mp3input - - \ | minimodem --rx rtty -f - -a --print-filter -i