That’s cool. Personally I just integrated it into my normal chat client by connecting Aichat, which supports a ton of backends including Ollama and hosted options, with Matrix.
Blog post with more info https://jackson.dev/post/chaz/
Admin of the Bestiverse
That’s cool. Personally I just integrated it into my normal chat client by connecting Aichat, which supports a ton of backends including Ollama and hosted options, with Matrix.
Blog post with more info https://jackson.dev/post/chaz/
Do you think that Amazon gets its content (movies on Prime video) for free? Or do you think that piracy sites pay for their content (stolen movies on torrent sites)?
Edit: To answer you more directly, YouTube pays creators a cut of the ad revenue, and Amazon/Netflix pay the movie/show creators through licensing deals.
That just makes sense though? The legit sites have to pay for, fund, or in some way support the content which does cost money. The piracy sites obviously don’t have that cost so they don’t need as much income.
The piracy sites also pay a lot less in infra, since they rely on the user to store, seed to others, and serve the content to the local users. All that infra is offloaded to the user.
That is a lot of effort to go through to avoid using a VPN.
That’s somewhat similar to the plot of the movie Plan 75.
“In a dystopian alternate reality, the Japanese government creates a program called “Plan 75” that offers free euthanasia services to all Japanese citizens 75 and older in order to deal with its rapidly aging population.”
What could content creators switch to that would save your own bandwidth?
Yea, too many people won’t realize that they are just the on-call person fixing it.
You realize Nikocado has over 4 million subscribers, plus another million on his second channel? It’s not like there’s just a small handful of people who engage with this person.
Hmm, I could have sworn I had code for this but I’m not able to find it. I wrote a DLX impl many years ago and used it for a few things, and I wrote several different sudoku solvers, but I don’t seem to have ever used my DLX impl to solve sudoku puzzles…
What you need to do is create a row for every possible entry and location in the puzzle. So you will have a row representing every single possible entry option. 9 options x 81 total squares = 729 total rows.
The columns in your Exact Cover Matrix represent all the different constraints, where each column must be unique in the solution.
So your Exact Cover Matrix will need 324 columns = 81 (squares) + (9 (numbers) * 9 (rows)) + (9 (numbers) * 9 (cols)) + (9 (numbers) * 9 (boxes))
When you fill out all the rows, you’ll place 1’s in all the columns that that specific entry aligns with. Take the example of the row corresponding to the entry “5” in the Sudoku Puzzles top left box. That row in your Exact Cover Matrix will contain:
To feed a specific puzzle into your solver, it kinda depends on the solver, you just need to force the output to contain those specific rows.
The 3DS has a screen that size?
Edit: I’m dumb, I made this comment thinking this alarm clock was a watch…somehow. It definitely looks like the sameish size screen