Hacker Newsnew | past | comments | ask | show | jobs | submit | oliwary's commentslogin

Impressive! Do you include puzzles released before the training data cutoff date?

I think it's akin to self driving cars prioritizing nornal roads rather than implementing new infrastructure. Tricky, but if you get it right the whole world opens up, since you don't depend on others to adapt your system.

What's next? Claude Iliad?

This is super cool! Ran into an issue though, the first time it boots perfectly, after the first refresh it loads for a bit (downloads the image again instead of from cache) and then a cachebuster URL is added and loading starts over, without ever finishing. Ideally it would just load from cache on refresh.


I have one of the TTGO T-watches: https://www.tinytronics.nl/en/development-boards/microcontro...

For me it is mainly a decoration of my drawer, but maybe comes close to what you are looking for. :)


That's what I thought too. But actually trying to use it shows how badly battery optimized it (and surely also my code) are.

It wouldn't hold longer than a few hours when WiFi was actually active


with smaller battery-powered electronics, you typically want to sleep for as long as possible, and only wake to check if anything new has happened as quickly as possible before going back to sleep, the longer this duty cycle is acceptable for, the more battery life you'll get


This is insane if true - could be super useful for data extraction tasks. Sounds like we could be talking in the cents per millions of tokens range.


Cool, similar to helicopters which can also control direction indepentendent of thrust, which leads to RC helicopters being able to pull of crazy, physics-defying moves like here: https://www.youtube.com/watch?v=QSiwyoQldfo


That's the worst lawnmower I've ever seen. It didn't even cut the grass as much as it just bothered the blades of grass. 0 out of 5 stars. What's that? It's not a mower. Oh, well then, that thing is cool as hell, but not as cool as the pilot that looks like he's just casually standing there.


is mowing grass with a helicopter an actual commononly attempted trick like a kickflip with a skateboard?


This made me chuckle:)


That is bizarre and amazing. I have never seen any kind of aircraft that resembled a dragonfly as much as that.

The maneuvers are so extreme and come so fast that I would not have been able to say for certain that this wasn't just a very nasty crash in progress. But they were, in fact, completely controlled and intentional.

Incredible.


Thank you for that. That was the most astonishing display of precision (in any field of endeavour) that I have seen in quite some time.


Thanks! I’ll keep this on hand for next time I hear that a UFO proof video comes out saying that an object can’t move the way it does on screen.


Wing area (roughly) scales by n² and mass by n³, so size matters for this kind of thing.

See https://en.wikipedia.org/wiki/On_Being_the_Right_Size (PDF at https://www.phys.ufl.edu/courses/phy3221/spring10/HaldaneRig...)


Acro RC helis are an amazing sight, but it’s not really related to the article. They’re just rotors that can reverse their thrust entirely by changing the pitch angle below zero (i.e. lower than regular helicopters can). Many prop planes use that for braking



I have found them to work quite well for frontend (most recently on https://changeword.org), although it sometimes gets stuff wrong. Overall, LLMs have definitely improved my frontend designs, it's much better than me at wrangling CSS. Two things that have helped me:

1) Using the prompt provided by anthropic here to avoid the typical AI look: https://platform.claude.com/cookbook/coding-prompting-for-fr...

2) If I don't like something, I will copy paste a screenshot and then ask it to change things in a specific way. I think the screenshot helps it calibrate how to adjust stuff, as it usually can't "see" the results of the UI changes.


I am working on my first multilingual word game: https://changeword.org

My previous games have all been exclusively in English, but this one also has Spanish, French, German, Dutch and Swedish. It's a take on the classic word ladder game, with golf scoring mechanics.

Still needs a bit of fine-tuning for the word lists and puzzle generation, but I think it's already pretty playable. :)


In https://squareword.org (2D variant) I was also running into this problem. It's a bit different though, since I need to find valid 5x5 squares, with 5 words down and 5 across. Surprisingly, there is quite a limited number of such squares.

Ive been able to solve it by slowly injecting more challenging words over time, which has the side effect of also introducing a difficulty gradient. Players seem happy so far :)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: