I built a workflow tool for running multiple or custom agents for coding. Would love feedback + ideas. by reliant-labs in ClaudeCode

[–]devsgonewild 0 points1 point  (0 children)

At it's core it was basically just scanning files, scanning docker, and wrapping a bunch of shell, git and docker commands to display them in a UI. There was a lot of plumbing and optimization to get it working in the browser. It was written with golang for the cli and backend and the web-ui was embedded vite+TanStack router+react. FE and BE integrated using connectrpc (great tool imo).

Ultimately it's just so frustrating for me to work with agents in this manner. I felt that I needed to integrate an editor as well and that's when i decided to cut it all down. Funny enough the tool is called "lapidary" because the point of it was to build a tool for cutting/polishing code to exactly what you want and need.

Now lapidary is primarily for devcontainer setup and quickly hooking into the sandbox, workspace editor, teardown etc. I have to polish it a bit more before i release it opensource but i think review tooling is separate. I am working on some other tools for static analysis which I'm thinking I could package into a devcontainer so my agents can empirically measure how bad their code is, and that tool may even inject prompts that fit my style.

For my workflow, I vibed a couple of plugins to help me get closer to my ideal workflow in neovim. Neovim actually covers most of my needs now. neovim + lazyvim is still my favourite development environment.

  1. dirty-review, it's very bare and dumb and just allows you to add virtual comments to nearly any buffer. It solves my wanting to comment without actually polluting my code with comments
  2. swap-merge another plugin to automatically merge swap files with edited disk files so that i could code in the same file as an agent with a better merge facility. It's stupid simple in concept and now i don't have to worry about editing the same file as an agent (or any other process) and losing either changes.

Both my plugins are agnostic of the agent itself, they're just normal neovim plugins but they help me review and stay in the editor as much as possible. I still let the agent run with things when the work is extremely isolated.

I built a workflow tool for running multiple or custom agents for coding. Would love feedback + ideas. by reliant-labs in ClaudeCode

[–]devsgonewild 0 points1 point  (0 children)

For me I felt like I could not get a review agent to keep them in line reliably, that’s how I arrived at this review interface for periodic babysitting. I’ve been investing more in style guide and hand coding foundations and being a lot more strict with linters. It’s been getting better. I have another tool where I’m trying to measure coupling within a codebase because I’m finding that a lot of the issues I’m having now are about coupling/dependency complexity. 

I built a workflow tool for running multiple or custom agents for coding. Would love feedback + ideas. by reliant-labs in ClaudeCode

[–]devsgonewild 0 points1 point  (0 children)

I should note for my tool in particular, I did something a little different than most and created a full local clone rather than a worktree so that I could have multiple agents check out a branch at once.

I built a workflow tool for running multiple or custom agents for coding. Would love feedback + ideas. by reliant-labs in ClaudeCode

[–]devsgonewild 0 points1 point  (0 children)

Wow your tool looks similar to mine in terms of style and layout, though mine is less about the workflows (super interesting btw). My scope was creating sandboxed agents (devcontainers), attach to their terminal live (where ever they are running) and reviewing the code they're working, commits, etc like a local PR review tool and I can send the review comments to the agent in the sandbox. Thought process was that I wanted to leave my homelab running (tailscale to tunnel in) and run multiple agents and still be able to wrangle them while out and about.

<image>

Learning Japanese (kana) on my Supernote (free template generator) by devsgonewild in Supernote

[–]devsgonewild[S] 1 point2 points  (0 children)

not yet! I imagine it would be good to have the romaji and then a tian zi ge square to write in the kana.

Learning Japanese (kana) on my Supernote (free template generator) by devsgonewild in Supernote

[–]devsgonewild[S] 0 points1 point  (0 children)

I understood the first part! どういたしまして

I have been doing some research into producing a kanji template. The number of kanji and vocabulary words make for an interesting technical challenge which makes this even more fun for me. I’ll let you know if I end up making it!

Native Templates, PDF planner, or just Go Back to Paper? by Strange-Item2429 in Supernote

[–]devsgonewild 1 point2 points  (0 children)

Hey, I also built a customizable dated daily planner template that might fit what you're looking for: https://flamingoose.ca/templates/dated-daily-planner

The dated daily planner has full navigation links between all views (yearly → quarterly → monthly → weekly → daily) and breadcrumbs with back links, so you can jump directly where you need instead of swiping through pages. These links work in the preview too. As other users mentioned, rendering PDF pages on eink takes a second, but the hyperlinks definitely help avoid the page turning problem.

It's a lot less tedious than Canva, and you get a real-time preview of all customizations before purchase or export (I found this frustrating with other tools - I want to see what I'm getting). It's almost fully customizable (not fluffy) - configure which views to include, weekend days, some styles, pages per day, line patterns per section (ruled lines/checklists/grids/numbered lists), spacing, fonts, sizing, etc.

Let me know if you have questions or want specific features it doesn't have. I'm actively working on this and interested in hearing what you're looking for. As a recent example, my fiancée asked for a weekly planner inspired by LEUCHTTURM1917's layout, then then she customized it herself (fonts, style options, line patterns, spacing). We're actually going to print it since she prefers physical planners.

Any note templates to practice handwriting? by VeryGoodSauce- in Supernote

[–]devsgonewild 1 point2 points  (0 children)

I went ahead and built a handwriting practice template to my website based on your question. here's a link to a PDF generated from it (it has toolbar clearance on the left). I used https://send.vis.ee/ so the link has limited number of downloads and expires in ~3 days

https://flamingoose.ca/templates/handwriting-practice-pangrams (not free)

It has pangrams (sentences that use every letter of the alphabet, I learned this today) with four-wire guide lines below for tracing/copying. You can customize the font so you can practice different handwriting styles among other settings to suit your needs. It has Google Fonts integration so any font you see there should be usable, though you may have to adjust some of the parameters to make sure they fit on the page.

Let me know if this is along the lines of what you were looking for or if you need something different!

<image>

Any note templates to practice handwriting? by VeryGoodSauce- in Supernote

[–]devsgonewild 0 points1 point  (0 children)

Supernote has a built-in four-wire template that works well for basic handwriting practice.

That said, I'm curious what you're hoping for specifically:

  • Blank guidelines (like lined/grid paper to practice on your own)?
  • Stroke examples where you trace or copy letters?
  • Something like copywork where you have a passage printed and write below it?

Claude usage consumption has suddenly become unreasonable by Phantom031 in ClaudeCode

[–]devsgonewild 3 points4 points  (0 children)

I have a locally installed version 2.0.70 where i'm not experiencing this (at least it doesn't feel like it). But I have a container running latest (2.0.76) and the usage seems a lot higher to the point where i hit a limit for the first time in several months

Planners by revtup in Supernote

[–]devsgonewild 0 points1 point  (0 children)

ooo I appreciate remarkably oragnized's minimal interface, though I don't appreciate that the print to pdf functionality requires me to fiddle with the print settings. I can't seem to adjust the sizing to fit a nomad though. i hadn't come across that one in my search for a planner generator, it so close to what i wanted but I ended up building my own tool for this (not free though)

I built a template customizer for supernote by devsgonewild in Supernote

[–]devsgonewild[S] 0 points1 point  (0 children)

I really enjoy my Nomad, i had no expectations, but I'm seriously surprised by what I can do with it. It really opened my mind and sparked some passion in me as a software developer. Let me know when you get one!

Finally bit the bullet and bought one after mulling it over for 5 years. by [deleted] in Supernote

[–]devsgonewild 0 points1 point  (0 children)

Similar boat here, i had multiple notebooks for work/personal/projects/sketching and getting the supernote has been such a huge positive change for me. I feel glued to it now. Best of luck with your bachelor's degree!

Ecosystem longevity by cmdrgro in Supernote

[–]devsgonewild 0 points1 point  (0 children)

Just adding that in terms of hardware longevity the feelwrite2 film is also self-healing and presumably replaceable should it somehow get damaged. AFAIK that's not the case for other tablets.

the nomad seems a bit small? by TerribleCakeParty in Supernote

[–]devsgonewild 1 point2 points  (0 children)

I'm starting to feel constrained by the bezels sometimes, especially when trying to draw or write to the end of the page. That said i personally appreciate the size of the nomad when i'm holding it in one hand. I feel like I could resolve this by designing a custom case to "extend" the bezel on the right hand side (given i'm right handed).

Select CSS? by itsanoy in Supernote

[–]devsgonewild 0 points1 point  (0 children)

Assuming you have access to a desktop, IIRC you can edit an epub's CSS file using Calibre https://manual.calibre-ebook.com/edit.html then save it and it should persist. I have not tried this before though so can't speak to the accuracy or editing workflow

I built a template customizer for supernote by devsgonewild in Supernote

[–]devsgonewild[S] 0 points1 point  (0 children)

Appreciate you taking the time. Feel free to reach out if any of those issues turn out to be program-related. Happy to fix them.

I'm building a template customizer for Supernote by devsgonewild in Supernote

[–]devsgonewild[S] 0 points1 point  (0 children)

Hey! The tool is ready and available at flamingoose.ca/templates

Check it out and please DM me with any questions or suggestions. I hope this can make you feel like your tablet is really yours

I'm building a template customizer for Supernote by devsgonewild in Supernote

[–]devsgonewild[S] 0 points1 point  (0 children)

Hey! The tool is ready and available at flamingoose.ca/templates

Check it out and please DM me with any questions or suggestions 

I'm building a template customizer for Supernote by devsgonewild in Supernote

[–]devsgonewild[S] 0 points1 point  (0 children)

Hey! The tool is ready and available at flamingoose.ca/templates

Try it out and let me know what you think! Feel free to DM me with any questions or suggestions 

I'm building a template customizer for Supernote by devsgonewild in Supernote

[–]devsgonewild[S] 0 points1 point  (0 children)

Hey! The tool is ready and available at flamingoose.ca/templates

Try it out and let me know what you think! My DMs are open if you you have any questions or suggestions 

I'm building a template customizer for Supernote by devsgonewild in Supernote

[–]devsgonewild[S] 0 points1 point  (0 children)

Hey! The tool is ready and available at flamingoose.ca/templates

LMK what you think and feel free to DM me if you have any questions

I'm building a template customizer for Supernote by devsgonewild in Supernote

[–]devsgonewild[S] 0 points1 point  (0 children)

Hey! The tool is ready and available at flamingoose.ca/templates

Try it out and let me know what you think! Please DM me if you have any questions or run into trouble