HackerTrans
トップ新着トレンドコメント過去質問紹介求人

blorenz

no profile record

コメント

blorenz
·2 か月前·議論
Have you yet tried the Fusion MCP that was launched last month? https://aps.autodesk.com/blog/bringing-fusion-claude-creativ...
blorenz
·4 か月前·議論
Awesome solve!!! Lasers and 3d printing is my side hobby business and is what keeps my sanity intact. I love seeing the practical creations that are realized by them! One of my core tenets is being self-sufficient and achieving efficiencies. This post is exactly that. Well done.
blorenz
·4 か月前·議論
Excited to see the further development of libghostty! It is an exciting project in this new world of being able to develop your own agentic development environments rather effortlessly. These things are possible because of projects like yours. Thank you!
blorenz
·5 か月前·議論
Terrific project. I use Strawberry GraphQL so about all of my endpoints will be /graphql unfortunately. It would be nice if it could parse off a header to qualify which bucket it goes to. That way I could send over the operation and django-xbench takes care of it.

I see you are going have N+1s on the roadmap. I currently use django-zeal which does a fantastic job detecting them but there isn't a visualization. I'm keenly watching where you go with this.

I need more django perf in my life.
blorenz
·5 か月前·議論
I love the sentiment and ambition in this! The Django admin is a core reason why I still choose Django over other solutions. I tell my team that the Django admin CRUD is our backstop when we encounter issues in our frontend UI. Thank you for tooling it out more!
blorenz
·5 か月前·議論
It isn't open sourced, just a private repo on GitHub. I built it as a pet project just throwing things at the wall seeing how far I could go in a short time as a means to an end. Currently, I cannot commit time to maintaining an open source project and it would be negligent of me to put something out there that would stagnate. As quickly as my app shaped up, I bet I could claude something from scratch and implement the features that have worked out for me. There are many rough edges that I just work around that you have a better grasp on, like notifications.
blorenz
·5 か月前·議論
Wow! That would be incredible! I don't have the agents control the browsers like you are doing. I'm watching to see what you do though because that is incredible. The performance hit is real though -- I may look at libghostty.

I went the similar path of going vertical tabs after having worked that way in iTerm2 for months. Here's what I currently have:

Project-based organization -- Group sessions by working directory with a visual icon strip sidebar.

Multiple session types -- Claude Code sessions, standalone terminal shells, and embedded browser tabs.

Session persistence -- Terminal output is logged and replayed on relaunch so you never lose context.

Session resume -- Claude Code sessions detect their session ID automatically and resume where you left off.

Planning mode -- Draft and refine plans in a built-in text editor, then send them to Claude with one click.

Planning templates -- Start plans from structured templates for bug reports, feature requests, code reviews, refactors, and more.

Auto-titling -- Generic session names are replaced with descriptive titles generated by Claude after the first exchange.

Theming -- Light and dark themes with full CSS variable control.

Native menus and keyboard shortcuts -- macOS-native menu bar with comprehensive shortcut coverage.

Resizable layout -- Adjustable sessions sidebar width with state persistence across restarts.

Dock badge -- macOS dock icon shows the number of actively working Claude sessions.

Pin and archive -- Pin important sessions to the top or archive completed ones to keep the list clean.

Session card view -- See all sessions in a sortable grid with activity stats, token counts, and quick actions.

File tracker -- See which files Claude creates, modifies, and deletes in a live sidebar panel.

Macros -- One-click buttons for frequently used commands like /clear or commit this work.

Remote mode -- Monitor and control sessions from your phone via an encrypted WebSocket relay.

It has become my development hub where I can iterate very quickly.
blorenz
·5 か月前·議論
I like what you did here and with your direction with the stack. We have some common overlap. Last week I started clauding up something to manage my Claude sessions. It is built on Tauri 2 using xterm.js. It has is project-based and each project has resumable sessions. I borrowed inspiration from Happy coder and clauded an Expo app so I can claude remotely on-the-go. It has been a force multiplier in my clauding with developing new features and addressing bugs and defects. It was a pretty amazing feeling when I started using it to further its own development. There's a slew of other features as I adapt it to my development style.
blorenz
·5 か月前·議論
Great potential here! I like the easy and friendliness of the tools to use. It would be nice to weld paths. I find myself having to clean up disjointed paths in svgs from time to time. Shapebuilding operations would be incredible, too. Great work!
blorenz
·5 か月前·議論
You have a snow leopard in your app screenshots. The Chinese woman just made the latest news cycles about being mauled by attempting to get a selfie with one. I hope those who use your app will ensure they are taking photos from a very safe distance.
blorenz
·6 か月前·議論
I agree with many -if not all- of these. Thank you for collecting them. These can be readily converted into a SKILL.md.
blorenz
·6 か月前·議論
This was out of order.
blorenz
·6 か月前·議論
I was not aware of meshlib. I think this is a missing key part of something that I was trying to build into a web app from a Fusion360 flow I have. My flow is extruding paths from an SVG and then perform some boolean operations which meshlib will seem to fill.
blorenz
·6 か月前·議論
This is so cool! I'll be using this when I need to generate gears. How is the fitment of the interfacing of the gears after printing? What libraries did you use to build this, too?
blorenz
·7 か月前·議論
I’m currently stuck with the tech debt of Celery myself. I understand that! Does Django Tasks support async functions?
blorenz
·7 か月前·議論
Django powers my SaaS. I use it mainly as a data backend with its ORM, admin, and incorporate Strawberry graphql into it for the data exchange to my frontends. I wish it was better with async, though.
blorenz
·8 か月前·議論
What services are you leveraging for this?

Also, your blog about Veo 3 is from January 2025 it says.
blorenz
·9 か月前·議論
Should I consider this if I’m using Render or fly.io for my services? Would latency be an issue? On my day job I cluster in the same AWS AZ and don’t realize what impact this would have for an app that may not be colocated.
blorenz
·9 か月前·議論
Ty is the typechecker by Astral. https://docs.astral.sh/ty/.

Reviewing the dependencies in the jinja file -- how difficult is it to keep these up to date? I see Django Debug Toolbar is still ^4.3.0.
blorenz
·9 か月前·議論
15 years of Django for me personally. I use it now in my SaaS as a data backend with Strawberry GraphQL and lean heavily in on the admin. My frontend is React Router 7 framework mode. I’m going to be checking into Keel for my new toy projects. I wish it would use ty but easy enough to add myself.