I'm making a video game, and I want to map a joystick position to a rotation (of a sword). I have a set of keyframes for certain joystick positions, and I want to interpolate between the three nearest ones to create a…
This is awesome. I was looking for a solution for averaging multiple rotations, and I found https://mathweb.ucsd.edu/~sbuss/ResearchWeb/spheremean/paper... This method looks a lot easier than that paper, at least at my…
A game called 4D Golf came out recently if you want to try interacting with the physics of minigolf in 4 spatial dimensions.
For crypto, isn't assembly used to help prevent timing attacks? I don't know if that can be done in pure Rust.
As someone who's doing some accessibility programming but has no background in the field, I do have a random question to throw your way if you are game. Our team is developing voice control for a website. This is mainly…
The college in question is Lincoln College. This is somewhat confusing because there is a college called Illinois College. Because of this news, they are accepting transfers from Lincoln for all students in good…
I thought this feature was built in, but maybe not? All I can find is https://support.apple.com/en-us/HT212842 which seems to be on a per-app basis.
That kind of engine exists! It's called Maia, as mentioned in a sibling comment. https://maiachess.com/
A bit off topic, but I'd caution against using business tactics in chess. > While the opportunities Rockefeller capitalized on are unlikely to come about again, they show how chess strategies can translate into business…
I'd recommend Megalobox 2: Nomad as a rare gem, much more so than its first season. It takes a classic underdog story then asks: What happens after the hero wins? It's an adult story. A story of homelessness, of…
Determinism! [0] I'm switching a browser game side project from Typescript to WebAssembly because determinism enables a simpler style of multiplayer. Instead of relying on a server to manage state, I can just send…
Case in point: one of the fonts mentioned, recursive, has been on HN before (with 108 comments), but I only found one comment that explicitly talks about this property, and it doesn't do so by name.…
You can already put CSS in an SVG favicon. That's one way to adapt a favicon to a user's native dark mode/light mode preference.
Link for those that are curious: https://maiachess.com/ (It got posted on HN too, but I didn't see it get much traction). And you can challenge the bot on lichess: https://lichess.org/@/maia1
> Let those of us with mediocre knowledge and skills play the game at the level the masters play at with the help of some AI. Correspondance games on lichess.org give you an opening explorer which shows you what masters…
Macs vibrate the touchpad when you click. There's no hinge. It's the best solution I've used so far, and it's unique to apple as long as it remains patented (US 8,633,916).
If I could type that fast, I would immediately try to use the keyboard to think on screen, like thinking out loud (or subvocalizing). Writing as I think is like climbing with a rope. I don't get mental superpowers, but…
After hearing about pol.is[0] on HN, I've wondered about a system that allows or even encourages downvotes (with all vote counts hidden), but doesn't penalize content for being downvoted. Then downvoting to disagree…
There's a side project idea: create a `git calendar` command.
Here's a different example: Super Smash Bros Melee is almost 20 years old and still sees competitive play. There's a technique in the game called pivoting, which is a one-frame input used to unlock more movement…
Yes, you would need to fix the pixels to an initial or average value. I remember Nintendo didn't do this a couple years ago, accidentally leaking the name of a new game mode [1] for Smash Ultimate. [1]…
The "exploration and backtracking" you mention originally is the brute force method of solving sudoku by computer: recursive backtracking. If you want an example of sticking points, I'd recommend the Robin Hood sudoku:…
Speaking of great-looking puzzles, this youtube channel covered a visually stunning pi day sudoku some time ago. As you said, it uses extra constraints to reduce connectivity, but still, I find it amazing that the…
What would happen if you paste a complete program in all at once?
> making up scores for an imaginary league that's being played. Real sports might not work this way, but there is an imaginary sport whose virus-immune atheletes continue to compete even now. Jelle's Marble Runs [1] is…
I'm making a video game, and I want to map a joystick position to a rotation (of a sword). I have a set of keyframes for certain joystick positions, and I want to interpolate between the three nearest ones to create a…
This is awesome. I was looking for a solution for averaging multiple rotations, and I found https://mathweb.ucsd.edu/~sbuss/ResearchWeb/spheremean/paper... This method looks a lot easier than that paper, at least at my…
A game called 4D Golf came out recently if you want to try interacting with the physics of minigolf in 4 spatial dimensions.
For crypto, isn't assembly used to help prevent timing attacks? I don't know if that can be done in pure Rust.
As someone who's doing some accessibility programming but has no background in the field, I do have a random question to throw your way if you are game. Our team is developing voice control for a website. This is mainly…
The college in question is Lincoln College. This is somewhat confusing because there is a college called Illinois College. Because of this news, they are accepting transfers from Lincoln for all students in good…
I thought this feature was built in, but maybe not? All I can find is https://support.apple.com/en-us/HT212842 which seems to be on a per-app basis.
That kind of engine exists! It's called Maia, as mentioned in a sibling comment. https://maiachess.com/
A bit off topic, but I'd caution against using business tactics in chess. > While the opportunities Rockefeller capitalized on are unlikely to come about again, they show how chess strategies can translate into business…
I'd recommend Megalobox 2: Nomad as a rare gem, much more so than its first season. It takes a classic underdog story then asks: What happens after the hero wins? It's an adult story. A story of homelessness, of…
Determinism! [0] I'm switching a browser game side project from Typescript to WebAssembly because determinism enables a simpler style of multiplayer. Instead of relying on a server to manage state, I can just send…
Case in point: one of the fonts mentioned, recursive, has been on HN before (with 108 comments), but I only found one comment that explicitly talks about this property, and it doesn't do so by name.…
You can already put CSS in an SVG favicon. That's one way to adapt a favicon to a user's native dark mode/light mode preference.
Link for those that are curious: https://maiachess.com/ (It got posted on HN too, but I didn't see it get much traction). And you can challenge the bot on lichess: https://lichess.org/@/maia1
> Let those of us with mediocre knowledge and skills play the game at the level the masters play at with the help of some AI. Correspondance games on lichess.org give you an opening explorer which shows you what masters…
Macs vibrate the touchpad when you click. There's no hinge. It's the best solution I've used so far, and it's unique to apple as long as it remains patented (US 8,633,916).
If I could type that fast, I would immediately try to use the keyboard to think on screen, like thinking out loud (or subvocalizing). Writing as I think is like climbing with a rope. I don't get mental superpowers, but…
After hearing about pol.is[0] on HN, I've wondered about a system that allows or even encourages downvotes (with all vote counts hidden), but doesn't penalize content for being downvoted. Then downvoting to disagree…
There's a side project idea: create a `git calendar` command.
Here's a different example: Super Smash Bros Melee is almost 20 years old and still sees competitive play. There's a technique in the game called pivoting, which is a one-frame input used to unlock more movement…
Yes, you would need to fix the pixels to an initial or average value. I remember Nintendo didn't do this a couple years ago, accidentally leaking the name of a new game mode [1] for Smash Ultimate. [1]…
The "exploration and backtracking" you mention originally is the brute force method of solving sudoku by computer: recursive backtracking. If you want an example of sticking points, I'd recommend the Robin Hood sudoku:…
Speaking of great-looking puzzles, this youtube channel covered a visually stunning pi day sudoku some time ago. As you said, it uses extra constraints to reduce connectivity, but still, I find it amazing that the…
What would happen if you paste a complete program in all at once?
> making up scores for an imaginary league that's being played. Real sports might not work this way, but there is an imaginary sport whose virus-immune atheletes continue to compete even now. Jelle's Marble Runs [1] is…