431 results for given

spacedaily.com
Gels may have given early Earth chemistry a place to organize into lifehttps://www.spacedaily.com/reports/Gels_may_have_given_early_Earth_chemistry_a_place_to_organize_into_life_999.htmlBerlin, Germany (SPX) Dec 03, 2025 An international team from Japan, Malaysia, the UK, and Germany has proposed that life on Earth may have emerged within sticky, surface-bound gels that formed before the first cells. The researchers argue that these prebiotic gels, attached to mineral or other surfaces, could have provided both structure and chemical environments that helped early chemistry progress toward biology. The tea
Dec 5, 2025 9:21 AM
cbsnews.com
Pentagon moves to fire publisher and editor of Stars and Stripeshttps://www.cbsnews.com/news/stars-and-stripes-publisher-editor-separation-notices-pentagon/The Pentagon has given separation notices to both the publisher and the editor-in-chief of Stars and Stripes, according to people familiar with the matter.
Aug 21, 2026 11:47 PM
bbc.co.uk
Swaggering Arsenal want title attack, not defencehttps://www.bbc.co.uk/sport/football/articles/cpw94evj1q7o?at_medium=RSS&at_campaign=rssArsenal started last season as nearly men but their title win has given them a swagger - as Coventry discovered on the Premier League's opening night.
Aug 21, 2026 10:55 PM
github.com
Show HN: Caspian – Talk to Human Tool for AI Agentshttps://github.com/TryCaspian/caspian-sdkSup HN! Dipanshu and Rushant here from Caspian. One is a functional programmer and the other has been deploying AI employees. Together we realized how agents have communication bottleneck.Given the coming agentic economy, we had a thought experiment on what can be the key infrastructure for agents as they get better. Our inspiration for solving for communications infra came from our own time spent just setting up comms while we were deploying open claw for companies plus we noticed about 15%+ of issues in Openclaw and Hermes were that of comms.So we abstracted the headache of reliable communication web-hooks, handling of queues, provision and identity management behind an single SDK integration / tool call. Think of it like rather than rolling your own auth, you can use better auth sdk, same thesis here.Technically, we designed the SDK from the ground up as a DSL for communications (heavy inspiration from functional programming) and then add on our own run time environment which auto p
Aug 21, 2026 4:17 PM
github.com
Show HN: Voro – An attention manager for agentic codinghttps://github.com/ClachDev/VoroA few months ago I was getting frustrated trying to use Claude Code effectively. I was finding that for small tasks I would spend a lot of time waiting for it to finish "thinking" and I would end up browsing here...To make a better use of my time, and ideally make better use of the limits, I developed Voro to help me know what I should be focusing on.Fundamentally it's a task tracker tailored for local agentic coding. Each task is a plan that gets a priority and works its way through a set of states that are either for "humans" or "agents". The main "cockpit" view lists a few different options of what I should be looking at. The bottom has a list of what your agents are working on.Agents are given a small description and generate a task. That can then be reviewed and accepted if it's good, or iterated on by refining. Once accepted it can be dispatched to an agent for implementation. Once finished it comes back for review which can again then be iterated on. The crucial thing is that ma
Aug 21, 2026 10:07 AM
bing.com
Why replacing staff with AI backfires - and 5 ways smart leaders generate real value insteadhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a89032e2cd74bd0ac11e9897f3c0ab3&url=https%3A%2F%2Fwww.zdnet.com%2Farticle%2Fwhy-replacing-staff-with-ai-backfires-and-how-smart-leaders-generate-real-value-instead%2F&c=1260053007426308256&mkt=en-usThree-quarters of organizations have found AI layoffs cost more than they saved, and as many as nine in 10 companies would rethink them given the chance.
Aug 20, 2026 11:34 AM
criboku.com
Show HN: Criboku – a daily logic puzzle based on cribbagehttps://criboku.com/I'm a longtime member of the American Cribbage Congress, and its chief programmer. I wanted to develop a daily puzzle page for cribbage nuts like myself, and so Criboku was born.Criboku is a daily cribbage-based logic puzzle. You have to fill in a grid from a given pool of cards to make cribbage hands. Each hand's score must match the values around the grid. Some cards and scores are given, you have to work out the rest.There's a new puzzle every day, and they get harder through the week. There's a help page that includes a primer on cribbage scoring. If you get stuck, there's a Hint feature that walks you through the logic needed to place each card.My favorite parts are the bits nobody sees. My generation method guarantees each puzzle has a unique solution, and can be solved just by deduction, no guessing and backtracking. Also, the answer never gets to the browser, because it's not needed. Thanks to the uniqueness guarantee, we know the solution has been reached by just checking the
Aug 20, 2026 2:22 AM
mainly.crnst8.com
Show HN: Mail client optimized for self-hosted email across multiple domainshttps://mainly.crnst8.com/As someone with a clean IP range and ADHD, I manage my inbox by splitting across a variety of accounts for a variety of domains. I’ve never really found a client that scratches all my itches, so I spent some time making one and it’s now become my daily driver.It’s optimised to be visually simple and highly configurable for things like colour, folders/subfolders, sorting and tweaking the search query function to better match what you search for often. There’s also some little nice-to-haves like a purpose-built PWA, bulk domain onboarding, MCP and dark mode.It’s fully self-hostable, open source and free of any AI bloat/VC fodder. Not trying to sell anything but rather make something un-shitified and simple to use, would love some feedback if you’ve given it a try! :~)
Aug 20, 2026 1:55 AM
sports.yahoo.com
Baker Mayfield mends fences with his familyhttps://sports.yahoo.com/articles/baker-mayfield-mends-fences-family-171533203.htmlAs franchise quarterbacks with family fractures go, most of the attention is given to Aaron Rodgers.
Aug 19, 2026 5:15 PM
news.ycombinator.com
AWS new AZ in eu-west-2 - beware of unexpected resultshttps://news.ycombinator.com/item?id=49363466It seems as though AWS have brought a new AZ online in eu-west-2 (London) today with very little fanfare or indeed without telling their support staff. It appears as eu-west-2d. No AWS docs yet reflect this change.Wanted to give anyone who uses this region a heads up just in case - at a client site it has caused a widespread bunch of issues as a result of Terraform failures etc. Depending on your codebase resources might be torn down and recreated unexpectedly. You can argue the case for whether this should cause you issues or not given this is the cloud etc but I just wanted to try and save someone else some hours of head scratching.aws ec2 describe-availability-zones --region eu-west-2 --all-availability-zones --query 'AvailabilityZones[].[ZoneName,ZoneID,ZoneTYpe,State,OptInStatus,Messages]' [ [ "eu-west-2a", null, null, "available", "opt-in-not-required", [] ], [ "eu-west-2b", null, null, "available", "opt-in-not-required", [] ], [ "eu-west-2c", null, null, "available", "opt-in-not
Aug 19, 2026 4:09 PM
sports.yahoo.com
Caitlin Clark reveals what she hopes people remember most about her when WNBA career is overhttps://sports.yahoo.com/articles/caitlin-clark-reveals-she-hopes-083000245.htmlCaitlin Clark is perhaps the most well-known WNBA player in the world, and that is in no way surprising given how often she sets records in the league. Since being drafted as the number one overall pick in 2024, she has taken the league by storm and most recently became the only player in WNBA history to average 26+ PPG and 9+ APG over an 11-game span.
Aug 19, 2026 8:30 AM
sports.yahoo.com
Tim Sherwood expects Arsenal to now play with Swagger and not pressurehttps://sports.yahoo.com/articles/tim-sherwood-expects-arsenal-now-080000686.htmlTim Sherwood believes winning the Premier League title has given Arsenal a significant boost in confidence, allowing them to play with less pressure and greater swagger.The Gunners were finally crowne...
Aug 19, 2026 8:00 AM
sports.yahoo.com
How Marty Smith Turned a NASCAR Assignment Into an ESPN Journey Unlike Any Otherhttps://sports.yahoo.com/articles/marty-smith-turned-nascar-assignment-041000398.html"My bosses have given me these opportunities. And whatever that is, I want to try to dominate that box. Whatever that box is, I want to maximize it. I want to make it grow and bloom and flourish with resonance that far surpasses what I had maybe hoped for." The post How Marty Smith Turned a NASCAR Assignment Into an ESPN Journey Unlike Any Other appeared first on Barrett Media.
Aug 19, 2026 4:10 AM
sports.yahoo.com
Making Her Mark: Maria Schuller becomes first Little Rock soccer player named to Hermann Trophy Watch Listhttps://sports.yahoo.com/articles/making-her-mark-maria-schuller-035128190.htmlLITTLE ROCK, Ark. (KLRT) – The soccer journey for Little Rock native Maria Schuller wasn’t always the easiest. “There’s times where, you know, I didn’t even know if I was going to keep playing soccer. So I’m extremely grateful for the opportunity that I was given here to play here and represent my hometown,” Schuller […]
Aug 19, 2026 3:51 AM
sports.yahoo.com
Arne Engels watches West Ham collapse after £22m Celtic transferhttps://sports.yahoo.com/articles/arne-engels-watches-west-ham-192500909.htmlArne Engels’ Celtic departure is only days old, but the midfielder has already been given an early taste of the pressure awaiting him at West Ham United.Arne Engels of Celtic FC (L) vies with Flavio...
Aug 18, 2026 7:25 PM