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

Very cute aesthetic and reminiscent of Pirates!

I am lazy and would request a settings toggle to automatically adjust the sail angles for me for optimal speed given my bearing.


What a flattering comparison! I’ve gotten so many requests for an auto sail trim I might have to add it in, there definitely is a bit of learning curve to battling with the wind

a middle approach could be a trainer mode where you can say your desired direction of travel and the game gives you a suggestion of heading + trim. think like the driving line in racing sims, it doesn't brake for you but it helps you develop intuition of what to do when. a oldtimey map line drawn on the ocean to show where when to tack at what angle would be so nice. especially for the longer hops between islands.

This is an amazing idea, definitely going to explore this! It could even prompt you to cut upwind and dive ships effectively, there could be a lot of depth here

hmm yeah, take that one step farther and you have your get on the ocean fast tutorial level.. go from point a to point b. fight one ship. capture a small island. then the map opens up an you are just in the first level. ready to take on the rest. it also solves the beginner problem where if you cant kill three ships in one health bar you cant capture the island to heal and you can get stuck roaming the seas looking for places to heal. with a small (but a little far away) starter island you could retreat to heal and try again.

while i have you... what does the bounty hunters thing do? i see it pop up but then nothing really happens. i keep expecting like 5 ships to try and hunt me down but nada.


Very cool, hard to beat the Earthican flag though

https://theinfosphere.org/images/1/17/Earth_Flag.svg


Did you miss an "/s"? That's horrendous!

Yes it’s from Futurama

Not at all - it's clearly intended as a threat. /s

It might be an ROI calculation, e.g. some people will waste tokens, but if it means someone else feels empowered to make something awesome or impactful, it will have been worth it.


I miss being told “You’re absolutely right!” :’(


What does your Claude Code implementation of OpenClaw look like?


Not who you asked but I slapped this together in 100 lines of code and you may find it useful. It's just `claude -p proompt` (or indeed, `codex exec prooompt` inside a Telegram bot. (Was annoyed by NanoClaw's claim that it was 500 lines, so tried my own hand at it ;)

No memory, no cron/heartbeat, context mgmt is just "new chat", but enough to get you started.

Note: no sandboxing etc, I run this as unprivileged linux user. So it can blow up its homedir, but not mine. Ideally, I'd run it on a separate machine. (My hottest take here is "give it root on a $3 VPS, reset if it blows up" ;)

https://github.com/a-n-d-a-i/ULTRON

You may also enjoy CLIProxyAPI, which does the same thing (claude -p / codex exec) but shoves a OpenAI compatible API around it. Note: this probably violates every AI company's ToS (since it turns the precious subsidized subscription tokens into a generic API). OpenAI seems to tolerate such violations, for now, because they care about good. Anthropic and Google do not.

(Though Anthropic may auto-detect and bill it as extra usage; see elsewhere in this thread. Situation is very confusing right now.)

https://github.com/router-for-me/CLIProxyAPI


I used https://github.com/Kevjade/migrate-openclaw, and then started running Claude Code with remote exec against an empty folder that I've advised it to start adding new memories into. So far, my bot's personality is back, and it can utilize the same skills as before, which is was failing on last week.

I don't have an especially heavyweight implementation, because I only use mine to review things I've written in my Apple Notes (journaling of various kinds, mostly) and give insights.


Over 90% of people who've ever had DHMO have died.


I’ve started making what I “joy machines” that I am putting up in or near my neighborhood. They’re some combination of public interactive art (e.g. push a button and it prints out a compliment) and little art on display that I design and 3D print for people to take.


I'm intrigued and need to see some images or videos now.


Here’s the initial post about! https://www.instagram.com/p/DUeWPKPEqQB/?igsh=bjJiM3VlM3ZxZ3...

I have this delusion of grandeur about starting a movement to take all of the mostly-idle 3D printers in people’s homes and to use them to create little tokens of joy in people’s neighborhoods.


Very cool! Any links to posts about some of them?


See my reply above!


Won’t you have tons of driver problems though vs an RPi? It would be super convenient packaging as an SBC though !


To me it’s as simple as “who knows best how to harness the premier LLM – Anthropic, the lab that created it, or this random person?”

That’s why I’m only interested in first party tools over things like OpenCode right now.


I like the visualization, but in terms of orchestration, how does it compare to CC’s built in agent swarms?


Great question! It actually takes advantage of the sub-agent swarms since it is directly connected to your Claude Code instance.

We want to implement agent teams as well, but it is still an experimental Claude Code feature. So it's more of a secondary priority right now.


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

Search: