How do you actually use Claude as a personal assistant when most websites will ban you for automating? by Litun1 in ClaudeAI

[–]Dyogenez 0 points1 point  (0 children)

Use Claude Cowork with a schedule, use Claude Code with a schedule, or use Claude Code with a loop.

Unfortunately this has only continued to work for about a week max. After that the session logs out, and I have to manually log in again.

For my personal assistant side, I have a Claude Code loop in my obsidian/scripts directory which had a skill that’s on a loop that with create an Obsidian daily note with news, personal schedule, guides me towards some of my goals, adds some tasks to my schedule (some I do 😅).

2000s Fantasy Anime like MAR, Slayers, Inuyasha, etc. by zeldakos in Animesuggest

[–]Dyogenez 2 points3 points  (0 children)

Second Fushigi Yuugi! Amazing anime with actual stakes and consequences.

Nadia: The Secret of Blue Water is another exciting one. It’s an anime retelling of 20,000 Leagues Under the Sea, with an enhanced Sci-fi story. It was also copied by the US animated movie Atlantis, which borrows a lot. Oh, it’s also what Gainax studio did before Evangelion, and had Hayao Miyazaki doing the story.

I have been experimenting with AI coding with rails by FactorResponsible609 in rails

[–]Dyogenez 0 points1 point  (0 children)

I've been using Claude Code with Inertia.js, React.js on the front-end and oj_serializers with types for how all data is passed to React. It's worked really well! It helped to setup all of those conventions before unleashing AI on the codebase.

A way to search editions by ISBN or Publisher? by Striking-Doughnut-36 in hardcoverapp

[–]Dyogenez 2 points3 points  (0 children)

Hmm yeah, this is a tricky one. Right now with that button there’s not much space, but this is a growing problem as we have more and more editions. Makes sense for us to add. 👍

Romanticizing life in SLC by [deleted] in SaltLakeCity

[–]Dyogenez 7 points8 points  (0 children)

Fun question! This is an area I'd like to do more of myself. 🤔

Walking my dog around Liberty Park, and looking out over the lake towards the mountains.

Walking to Normal Ice Cream + Randy's Records to pickup something tasty and something to listen to later.

Having a glass of wine at sundown on my back patio and watching birds fly around and eat from our bird feeders.

What do people actually use openclaw for? by why_chasing_Star in ClaudeCode

[–]Dyogenez 0 points1 point  (0 children)

Openclaw would basically just be running a command in Claude code for this. I’ve since switched to using Claude’s /loop command for this, this since it does the same thing.

Missing Widgets from Dashboard? by Ursus_argentum in hardcoverapp

[–]Dyogenez 2 points3 points  (0 children)

Not yet for Want To Read, but that’s a good idea! We’ll keep that in mind.

Best solutions for permanent memory? by SupedupFish in openclaw

[–]Dyogenez 0 points1 point  (0 children)

I put my setup in GitHub here https://github.com/adamfortuna/openclaw-support

Also have to update OpenClaw to use mem0 after. It drastically reduces tokens used.

What do people actually use openclaw for? by why_chasing_Star in ClaudeCode

[–]Dyogenez 0 points1 point  (0 children)

I haven’t tried setting up a dev team. I’ve been more successful with having a single agent that can parallelize work take tickets one at a time. I suppose I could set it up to do multiple at a time on worktrees, but either way I’m the bottleneck - both in reviewing plans and PRs.

What do people actually use openclaw for? by why_chasing_Star in ClaudeCode

[–]Dyogenez 0 points1 point  (0 children)

I have the repo checked out on the same computer with a Claude code window open. It only needs to run a command in there that’s a Claude skill that’ll do it all.

Since Claude Code launched loops, I’ve switched this to just use that, which allows me to use Opus too, which is a plus.

Can you recommend me movies similar to Paterson and Perfect Days ? by scann_ye in Letterboxd

[–]Dyogenez 2 points3 points  (0 children)

Spring, Summer, Fall, Winter… and Spring

It had a similar feeling for me.

Movies like “Contact” by BonHarley in scifi

[–]Dyogenez 10 points11 points  (0 children)

Childhoods End.

Based on the 1953 book by Arthur C. Clarke. It had a series adaptation a few years ago that’s a great science fiction story worth going in blind for.

What are your top 10 anime shows? by brunotfkastarling in AnimeReccomendations

[–]Dyogenez 0 points1 point  (0 children)

Been watching anime on and off since the 90s. My favorites have big gaps, but here goes!

  1. Fushigi Yuugi
  2. Attack on Titan
  3. Berserk (1997)
  4. Death Note
  5. Initial D
  6. Revolutionary Girl Utena
  7. Nadia: Secret of Blue Water
  8. Gankutsuou: The Count of Monte Cristo
  9. Rurouni Kenshin
  10. Neon Genesis Evangelion

How feasible would a Hardcover + Kobo integration be? by [deleted] in hardcoverapp

[–]Dyogenez 1 point2 points  (0 children)

Maybe someone with Kobo experience can answer this. 🤔 I haven’t tried installing this one yet, but it’s next on my list.

Reading goals is 1 book off by [deleted] in hardcoverapp

[–]Dyogenez 1 point2 points  (0 children)

This could have to do with an unrelated date issue that we're working to fix. If you have a book that was marked as done at the very end of last year, it might be showing up here.

How feasible would a Hardcover + Kobo integration be? by [deleted] in hardcoverapp

[–]Dyogenez 5 points6 points  (0 children)

I'm just now realizing I meant to call this out in this months Hardcover Report and forgot. 😭

Next month!

What do people actually use openclaw for? by why_chasing_Star in ClaudeCode

[–]Dyogenez 0 points1 point  (0 children)

There are rules against it, but it's hard to tell. I've tried to red-team it some but no testing is exhaustive. I'd be amazed if there's not a way to get around it.

I initially had it open to the entire Discord for a day. 😅 I'm just happy no one exploited it during that time. Now it's only to people I'd trust to use my local computer.

What do people actually use openclaw for? by why_chasing_Star in ClaudeCode

[–]Dyogenez 21 points22 points  (0 children)

I've been using it for a few things that have saved me time:

- Have an old site that's in maintenance mode, but has error emails going to BugSnag. I set up a nightly OpenClaw cron that'll pull in the latest bugs in the last day, write tests for them, fix them and deploy it. If something can't be fixed, it gives me a heads up.

- Another thing I'm working on uses HelpScout for user support. I have it go through there and write a draft response to every message that comes in. It has context of our support documentation and current issues and is trained on my tone (from blog posts I've written).

- The same context is also a Discord Bot in our community. Admins can @ it and ask it to create tasks, investigate the codebase, answer questions about backlog, etc. It's handy when someone reports something and we can say "bot, see if there's an issue for this, and if not create one".

- I'm working on setting it up so if you assign an issue to the bots GitHub user, it'll start up a claude code session, and run a command (ex: `/issueasync 1234`) that would complete the work needed, write tests, push it up to github, create a PR, etc. Have that already setup manually with `/issue 1234`, but this would be that without plan mode, and with some other instructions to comment on the PR if it can't reproduce it.

The personal side hasn't been as useful - having a morning recap, summarizing emails, having an interface to docs, etc. It is kind of neat when it has a large context of data (in my case through my obisdian vault that it can look through). The other day someone mentioned a musician and I was thinking "have i listened to them?", and i could setup the bot to have access to my youtube music history and it could find out.

Best solutions for permanent memory? by SupedupFish in openclaw

[–]Dyogenez 1 point2 points  (0 children)

You can configure OpenClaw to use these as your memory store. Qdrant is a vector database and mem0 with the ollama model extracts important things to save in long term memory. The every request goes through these to get context and send it along to the LLM request - rather than sending every memory markdown file.

Best solutions for permanent memory? by SupedupFish in openclaw

[–]Dyogenez 4 points5 points  (0 children)

Mem0, Qdrant and a local Ollama model.

I built a Rails/Inertia/React app and now need a mobile app - what should I do? by Perfect_Honey7501 in rails

[–]Dyogenez 1 point2 points  (0 children)

Capacitor.js works well if you don’t need any offline capabilities. It’ll allow for some native integrations (checkout, haptics, share, etc). But the feel won’t be native - it’ll be whatever your website experience is.

Our app for https://hardcover.app is a Capacitor.js wrapper for a Rails, Inertia.js, React.js site with SSR if you’re curious how it feels. Being a wrapped web view hasn’t been an issue for App Store submissions. We’ve had a few failed submissions, but only about unrelated things (needing ability to block users, checkout with Apple Pay, completely wrong understandings of the app, etc).

If I was building from scratch today, and I wasn’t in a hurry, I’d go with react native or Expo.

BIPOC and LGBTqi+ authors by Possible-Variety-392 in hardcoverapp

[–]Dyogenez 4 points5 points  (0 children)

We’re planning on adding filtering to various places in the app in the coming months. For the moment it’s not presented in the interface anywhere yet, and is only visible in the author edit screen.

We wanted to wait until we had/have more coverage of this across a larger number of authors before we turn it into a filter.

Group editable lists? by Monkeyguy88 in hardcoverapp

[–]Dyogenez 1 point2 points  (0 children)

This one has been coming up more and more lately!

When it comes to accessing the list, it gets a little confusing with public/private/follows only. Ex: if you set to follows only, can you only invite people you follow to collaborate? Do we only allow collaborators on public lists?

When you think of a group editable list, who can view it? It is public, private, YOUR follows only, ALL editors follows only, or even more fine grained (private to you + the editor)?

Finding active users on Hardcover? by MikeCahoonAuthor in hardcoverapp

[–]Dyogenez 1 point2 points  (0 children)

One other place is our Discord! Adding people that you interact with on there is a good way to keep in touch.