36,941 results for end · 2.847s

News for “end”
19 results • 2842 ms server time
Moozonian News
cbsnews.com• 3d ago• 1 min read
Dolly Parton dies at 80 | Special ReportDolly Parton, legendary singer-songwriter, actress and philanthropist has died at 80, her family says. Tony Dokoupil anchored CBS News' special report.
Moozonian News
bing.com• 3d ago• 1 min read
Exclusive: Randy Travis pays tribute to Dolly PartonIn a CNN exclusive, Dolly Parton’s dear friend Randy Travis, legendary country music singer and songwriter, shares memories of the late superstar. Travis and his wife Mary tell Erin Burnett how ...
Advertisement
Advertisement
Moozonian News
news.ycombinator.com• 3d ago• 1 min read
Show HN: Canaster is a canvas based visual workspaceCanaster is a canvas based visual workspace (think high performance hierarchical miro board).I had a particular vision for workspace I wanted where I can put my documents including pdfs/markdowns/tables/checklists in a visual hierarichal workspace.I started with a DOM based approach but that quickly hit its limits of responsiveness in terms on interaction, so i built this one with webgl and my main priority was a consistent 120+ fps rendering (you can see the fps number by clicking the (i) icon in the bottom right, the other buttons there are for refit/rearrange panels).You can drop pdfs/markdown files as it is organize them. Each 'panel' can the canvas can be maximised to interact with it and can inline edit with double clicking. You can also embed other websites (the ones which allow it)Workbooks can be private or public. Here are a bunch of documents I have created as a demohttps://canaster.in/d/naruto-casefiles/how-come-these-three-... https://canaster.in/d/admin/thirty-six-views-o
Advertisement
Moozonian News
bing.com• 3d ago• 1 min read
Fargo outdoor pools wrap up summer seasonFargo's five outdoor seasonal pools are closing for the fall after Tuesday, but Island Park and Davies pools will reopen for weekend hours the next two weeks.
Moozonian News
drop7.dev• 3d ago• 1 min read
Show HN: Searching for optimal strategies in a puzzle game with chance (Drop7)Sixteen years ago, I wrote a Java program which tried to pick the ideal move in a puzzle game called Drop7. On each turn, the player only has seven choices for their next move, but there is also an element of chance which turns this simple game into a surprisingly difficult problem involving search, hidden information, long-term planning, and chance.I renewed my investigation this weekend, into whether there is an autonomous strategy that averages more than one million points per game. An experienced human player can score a million points with long-term strategic thinking, but the best automated strategies I could come up with are currently averaging around 300k-400k points. One of the easiest ways to contribute to advancing this research is to compete on the global leaderboard and submit your human strategy - https://drop7.dev/compete.This project has also been an enlightening experiment into using agents as research collaborators and evidence collectors.Repository: https://github.co