
mashable.com
NYT Connections Sports Edition today: Hints and answers for August 17, 2026https://mashable.com/entertainment/nyt-connections-sports-edition-hint-answer-today-august-17-2026Connections: Sports Edition is a New York Times word game about finding common sports threads between words. How to solve the day's puzzle.Aug 17, 2026 3:31 AM
sports.yahoo.com
Nebraska’s Defense Steals the Show at Red-White Scrimmagehttps://sports.yahoo.com/articles/nebraska-defense-steals-show-red-023044313.htmlLed by 13 blocks from Manaia Ogbechie, the Huskers' middle blockers and serving made finding kills a challenge for their offense.Aug 17, 2026 2:30 AM

mashable.com
NYT Connections hints today: Clues, answers for August 17, 2026https://mashable.com/entertainment/nyt-connections-hint-answer-today-august-17-2026Connections is a New York Times word game that's all about finding the "common threads between words." How to solve the puzzle.Aug 17, 2026 2:00 AM

fortune.com
Teenagers are shooting out over 50 applications and getting ghosted even for volunteer jobs: ‘I’ll take anything at this point’https://fortune.com/2026/08/09/teenager-summer-job-market-internships-volunteering-applications-ghosting/The summer job market has been “soul destroying” for teens in the U.S., Canada, and U.K.—but some are finding a way in.Aug 17, 2026 12:40 AM
sports.yahoo.com
3 encouraging signs for future in Mets' 3-game sweep over Nationalshttps://sports.yahoo.com/articles/3-encouraging-signs-future-mets-213627382.htmlThe Mets are finding momentum after the trade deadline and capped a sweep of the Nationals. Here is what they learned about their future in the sweep.Aug 16, 2026 9:36 PM
sports.yahoo.com
Clark downs H/H Wood Ducks, reach first-ever Class B state amateur title gamehttps://sports.yahoo.com/articles/clark-downs-h-h-wood-143400498.htmlAug. 16—MITCHELL — The Clark Traders have spent the 2026 postseason finding ways to win games they probably had no business winning. On Friday night at Cadwell Park, they found another one. After trailing by four runs early, committing five errors and being outhit 12-8, the Traders continued their remarkable postseason run by rallying past the Hartford/Humboldt Wood Ducks 7-6 in the Class B ...Aug 16, 2026 2:34 PM
julius383.github.io
Show HN: PageSieve, a web scraping browser extensionhttps://julius383.github.io/PageSieve/PageSieve[1] is a browser extension for scraping data from different websites from within your browser. Currently it's Firefox only but I am open to porting it to other browsers if that's something people want.My original motivation for this started with a desire to improve the capabilities of the selectorgadget[2] bookmarklet to support extracting as well as finding selectors.The ideal use case is when some data you need is useful but you don't want to spend the effort of writing a one-off script to extract it especially nowadays when a lot of websites need an entire JavaScript environment to load correctly which complicates scraping.Using this extension means you only need to maintain the selectors for extracting the data and don't need to worry about managing dependencies. As long as the website can be opened in your browser you should be able to scrape data from it using the extension.I have a lot of features planned as well as some rough edges that need smoothing. I use this extenAug 16, 2026 1:45 PM
sports.yahoo.com
Warriors Get Tremendous Update On Jimmy Butler’s Returnhttps://sports.yahoo.com/articles/warriors-tremendous-jimmy-butler-return-034057340.htmlThe Golden State Warriors are entering the season with a tough path towards finding success. A rocky offseason has seen Golden State adding zero new free agents or trade pieces yet. The Warriors entered the summer hoping to land LeBron James, but he clearly didn’t believe in their chances of true NBA Championship contention. Golden […] The post Warriors Get Tremendous Update On Jimmy Butler’s Retu...Aug 16, 2026 3:40 AM

mashable.com
NYT Connections Sports Edition today: Hints and answers for August 16, 2026https://mashable.com/entertainment/nyt-connections-sports-edition-hint-answer-today-august-16-2026Connections: Sports Edition is a New York Times word game about finding common sports threads between words. How to solve the day's puzzle.Aug 16, 2026 2:00 AM

mashable.com
NYT Connections hints today: Clues, answers for August 16, 2026https://mashable.com/entertainment/nyt-connections-hint-answer-today-august-16-2026Connections is a New York Times word game that's all about finding the "common threads between words." How to solve the puzzle.Aug 16, 2026 2:00 AM
sports.yahoo.com
UFC 330 video: Neil Magny outlasts Ramiz Brahimaj for dramatic second-round knockouthttps://sports.yahoo.com/articles/ufc-330-video-neil-magny-223814101.htmlNeil Magny just keeps finding ways to winAug 15, 2026 10:38 PM

foxnews.com
Henry Winkler opens up about the unexpected career he considered before becoming an actorhttps://www.foxnews.com/entertainment/henry-winkler-opens-about-unexpected-career-considered-before-becoming-actorHenry Winkler almost studied to become a child psychologist before transitioning into a career as an actor and finding fame as Fonzie on "Happy Days."Aug 15, 2026 10:28 PM
mashable.com
NYT Connections Sports Edition today: Hints and answers for August 15, 2026https://mashable.com/entertainment/nyt-connections-sports-edition-hint-answer-today-august-15-2026Connections: Sports Edition is a New York Times word game about finding common sports threads between words. How to solve the day's puzzle.Aug 15, 2026 1:44 PM
mashable.com
The best sex and dating apps for hooking uphttps://mashable.com/uk/roundup/best-hookup-apps-ukLooking for no strings attached sex? We've lined up a selection of sex apps for finding something casual.Aug 15, 2026 4:00 AM
mashable.com
NYT Connections hints today: Clues, answers for August 15, 2026https://mashable.com/entertainment/nyt-connections-hint-answer-today-august-15-2026Connections is a New York Times word game that's all about finding the "common threads between words." How to solve the puzzle.Aug 15, 2026 2:00 AM

wired.com
Mark Zuckerberg’s AI Manifesto Is 6,500 Words—and Barely Says Anythinghttps://www.wired.com/story/mark-zuckerbergs-ai-manifesto-is-6500-words-and-barely-says-anything/AI is shifting the culture, from tech CEO manifestos to 1 am job interviews. We unpack some of the latest, along with the top findings from Black Hat and Defcon, this week on Uncanny Valley.Aug 13, 2026 9:14 PM
argmin.dev
Show HN: Argmin, challenges for optimizing hard problemshttps://argmin.devI want to share a project I've been working on called argmin.dev. It's a platform for hard optimization problems where a solution can be checked deterministically.For a bit of background, I've always found these types of problems interesting. The really difficult optimization problems where techniques like gradient decent don't work, or where even finding a feasible solution is difficult (e.g. square packing). I've worked on these independently for fun and have created this project as a way to share the problems I find interesting with the community. I am curious to see how far others can push these.Each challenge is defined by its verifier, a program that will enforce the constraints, and evaluate the objective function. The verifiers are open-source per challenge, so users can check their solutions against it before submitting. The platform keeps a record of submissions and will update the leaderboard each time someone finds a new record. Because the verifier is the spec, any loopholAug 11, 2026 4:51 PM
sentris.dev
Show HN: Sentris – scans your Supabase repo for missing RLS and leaked keyshttps://www.sentris.dev/indexI built this after finding a service_role key in the client bundle of one of my own side projects. It had been live for weeks. That key bypasses RLS completely, so anyone who opened the site could have read every row of every table.Four checks: tables in public without RLS (or with using(true) policies), secrets in repo files and the live bundle, route handlers that take a caller-supplied id with no auth check, and storage buckets marked public. It reads migrations and route handlers in the repo, because a URL scanner can't see any of that.All four rules are written out in full on the page. I also publish precision/recall against my test corpus at /precision: 9 repos, 24 planted findings. Small corpus, and I built it myself, so take the numbers for what they are. There's a full unedited sample report at /sample.Scanning is free and needs no login. Happy to answer anything, especially about false positives.Aug 11, 2026 11:31 AM
latimes.com
Judges nix Trump's mandatory immigrant detention policy, teeing up Supreme Court fighthttps://www.latimes.com/california/story/2026-07-31/trump-mandatory-immigrant-detention-policy-9th-circuit-rulingThe 9th Circuit was one of two appellate courts to issue rulings this week against the Trump administration, finding that immigrants who are detained away from the border are entitled to a bond hearing to decide whether they should be freed or remain in detention while their case proceedsJul 31, 2026 7:20 PM
github.com
Show HN: Mwe-MCP – self-hosted memory for AI agents that knows who may know whathttps://github.com/Fr4nZ82/mwe-mcpHi HN, for about a year now I've been experimenting with AI agents and building my own home ecosystem; from the start I set out with the idea of an agent that behaves like a member of the family, not as a personal agent, and this made me clash very early first with OpenClaw's builtin memory, then I tested dozens of memory plugins without ever finding one that fit my purpose, so like any good builder I made my own. First on OpenClaw, as a plugin, then the idea matured and since the beginning of this year the memory plugin has evolved into an agent agnostic MCP server. It has been running my household since spring, 4 people and 3 agents on the same memory.The core idea that sets this project apart is the addition of inline ACLs on the prose of the wiki pages; the inspiration came to me, in all honesty, when social media was full of the redacted documents from the Epstein files; the wikis are written like that, every paragraph, every item of a list, every sensitive piece of data has its oJul 23, 2026 12:38 PM