“This has been a very terrible experience,” Trump says, addressing the court on the large monitor.President-elect Donald Trump and attorney Todd Blanche appears remotely for a sentencing hearing in front of New York State Judge Juan Merchan at New York Criminal Court in Manhattan in New York City, Jan. 10, 2025.Jeenah Moon, Pool via Getty…
LA fires live updates: Over 30 people remain unaccounted for
LA City Fire Chief Kristin Crowley said she and LA Mayor Karen Bass went on an aerial survey of the devastated areas to see the size, scope and complexity of the fires.The “massive, massive destruction is unimaginable until you actually see it,” Bass said. “I think of the families … we are going to continue…
GitHub
This project uses the free tier of GitHub Actions to run a webscraper. The YML files controling the scraping are located under .github/workflows. The parsed content is saved on rss_feeds_combined.txt and nyt.txt. One of the YML files is pasted below as an example. name: Use the standard Python library to parse RSS Feeds on: workflow_dispatch:…
News Feed
Grrrr… still no luck… Here’s the snippet from my config.js: module: “newsfeed”, position: “bottom_bar”, config: { feeds: [ { title: “New York Times”, url: “https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml” }, { title: “CNN”, url: “http://rss.cnn.com/rss/cnn_topstories.rss” }, // { // title: “NPR” // url: “https://feeds.npr.org/1001/rss.xml” // }, // { // title: “Houston Chronicle” // url: “https://www.chron.com/rss/feed/Houston-and-Texas-272.php” // }, ], showSourceTitle:…
NPR now supports JSON Feed!
The NPR Tech Team achieved several technical accomplishments last month, most notably launching HTTPS support for npr.org. We didn’t make a public announcement at the time, but we also quietly launched something I’m personally very excited about: full JSON Feed support for NPR news feeds (example) and podcasts (example).The official JSON Feed icon. (Source: JSONFeed.org)Why…
RSS Feeds
RSS Feeds – OPB>> 0; // 3. If IsCallable(predicate) is false, throw a TypeError exception. if (typeof predicate !== ‘function’) { throw new TypeError(‘predicate must be a function’); } // 4. If thisArg was supplied, let T be thisArg; else let T be undefined. var thisArg = arguments[1]; // 5. Let k be 0. var…