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

I'm following a startup who does just that: https://www.moment.dev/docs

It's still early stage, but I love their pitch so I'm following them with fingers crossed.


I will never be this man again


Any examples of other impressive Ren'py showcases?


I personally helped develop a game with an entire inventory/crafting system, and an isometric map. Final product never saw the light of day, sadly.

People have made some pretty slick turn-based combat systems. Some deck builders, others more spellcasting/mana oriented.

And it's renpy so like 80% of the games are straight up porn, so I'm not naming a single one here lol.


I really enjoyed Roadwarden. Interesting take on an old fantasy genre and gave me “this is ancient history” vibes. I’m not usually into visual novels but beat this game. It’s available for under $3 right now, I am showing 20 hours played, totally worth it.

https://store.steampowered.com/app/1155970/Roadwarden/


Wait a minute, Roadwarden was made in RenPy? That's awesome, I never would have guessed.


Wow, that's a very pretty game. Ren'py games usually have a certain, um, sheen to them, and this doesn't have that at all.


"Analogue: A Hate Story" and its sequel do some technically interesting things, and they both also have interesting stories, I can recommend them.

http://ahatestory.com/


Misericorde is an amazing visual novel available on Steam or itch. All built by the author (Xeecee) in Ren’py - https://store.steampowered.com/app/1708110/Misericorde_Volum...


I don't follow this system per se, but for me the unlock was to build a a map of my life from the get go, following the PARA system (projects, areas, resources, archives). It has been a game changer because now I willingly take more notes, snip more quotes etc as it's never a struggle to know where they fit.

I also use Logseq, not Obsidian, which encourages a journal like workflow. Specifically, using templates is almost like a simple interactive prompt: /template > decide if it's work project or personal area or whatever > get a pre-filled note starter, with suggested tags (I delete the ones I don't need rather than think about the ones I have to add) .

It's just so easy.

Once you got the habit of writing down a lot of stuff, and putting them in the right bucket, a lot of things become easier, and LLMs make some of those even easier.


The visual cleaning idea is really interesting. Would you mind sharing more details?


It's nothing revolutionary.

It's essentially a table layout with a plus button at the bottom. When you click it adds a new step as a row, then you pick the operation, the input columns and output column name.

If you want to add another step you click the plus again and add another row the same way. Each row can access any table field or output field defined above it in the DAG.

Then in Python a for loop runs over the steps in order and updates the data frame in place (well, in function, returning the new one). It uses a dictionary of function mappings and resolves input fields with kwargs.


I wonder how well this would work with dance videos.


Honestly not sure what I would be using this for when there's Claude remote control? Is it because you can script the telegram bot to send messages at regular intervals? But Claude has a /loop as well, so I'm still confused.


The Telegram bot is just an example (and I guess a subtle jab at Openclaw, which people tend to use via Telegram). Personally I'm hoping to set this up so it can receive Github webhooks when a pull request opened by Claude Code receives comments.


You can't send an image for example from Claude iOS app to remote control session. With this new channels the attachment you send from Telegram bot is saved into your local Telegram inbox folder ready for you to process.


Remote Control is buggy a hell, the websocket keeps disconnecting every 10 minutes. And the UI is unusable on mobile.


You have an amazing tagline. This is the first time I read a tagline and thought: this is exactly what I was looking for.

But the product seems much more narrow than an actual tool run the whole business in markdown. I was hoping to see Logseq on steroids, and it feels like a tool builder primarily. I love the tool building aspect, but the fundamentals of simply organizing docs (docs, presentations, assets etc, the basics of a business) are either not part of the core offering or not presented well at all.

I love the idea of building custom tools on top of MD and it's part of my wishlist, but I feel little deceived by your tagline so I wanted to share that :)


This is great feedback, thank you. I will say that IS our goal... but we only really launched last week and are still figuring out what resonates with people and what they really want! It sounds like you're saying that the organization aspects are not there, which is very helpful to know... I am not quite sure I understand if you also think the toolbuilding is lacking?

If you are open to it, I'd love the opportunity to hear more. Here or email (alex@moment.dev) or our Discord (bottom right of our website) or Twitter/X... or whatever you prefer.


No, the tool building looks very sophisticated and powerful and I love that it hinges very much on the new era of building your own custom tools with the help of agents. The live collaboration on top of md files is also exactly what I was looking for!

If you're saying that Logseq on steroids is what you're aiming for, then, my immediate feedback would be to emphasize more: - the writing experience: at the end of the day, writing and taking notes will be the most common activity - the file organisation: tags, templates, media files, does it do the basics? - the sharing and access mechanism: can I easy share a doc with a partner / client?

Those are the basics of daily business tasks for my consultancy, and so the first thing I'm looking for. I really wish to get off Google drive, but those points need to be solved for that to sound feasible.

As for the tool building it looks very powerful, but the first example you presented (on-call dashboard), was a bit too much from the get go to wrap my head around the building blocks of your system. I've been building custom tools/wrappers of varied complexity on top of markdown for my team, from a custom revealJS skill that follows our design guide, to a form builder to a project/client DB that wraps duckdb (for yaml frontmatter parsing) with a semantic layer. I've watched your intro video but I'm still not sure whether your service would help me more closely integrate those tools to my company's knowledge base or not.

But once again, if your vision matches your tagline, then I'm really looking forward to hear more from you


Is it possible to link/wrap several skills together? I haven't managed to get Claude to react to a reference to another skill within a skill.


I have this as a skill Claude created to run the rest. It mentions each skill in turn, see below. It’s not deterministic but it definitely runs each skill and it’s raised a bunch of issues, which I then selectively deal with. Where I can, once an issue is identified, I make deterministic tests.

Text includes:

Invoke each review/audit skill in sequence. Each skill runs its own comprehensive checks and returns findings. Capture the findings from each and incorporate them into the final report.

IMPORTANT: Invoke each skill using the Skill tool. Each skill is independently runnable and will produce its own detailed output. Summarize findings per skill into the unified report format.

4. Architecture Health

Invoke: Skill(architecture-review)

Covers: module boundaries, cross-module communication, dependency direction, infrastructure layer rules, hexagonal architecture compliance.

5. Security Health

Invoke: Skill(security-review)

Covers: hardcoded secrets, SQL injection, authorization, HTTPS, CORS, input validation, authentication patterns.


Looking forward to try this with my students. Thanks!


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

Search: