Thanks! We look forward to hearing your thoughts
HN user
doomspork
Engineer & Entrepreneur.
GitHub: doomspork
This is great feedback, thank you! Feel free to drop into Discord if you have any other thoughts, suggestions, or feedback.
Howdy HN, we built Claudette as an open-source desktop companion for Claude Code.
Run multiple Claude Code agents in parallel, each in its own git worktree, each with its own session and terminal. Claudette also supprots remote sessions run on another machine over an encrypted WebSocket connection. Full editor support means you can stay in one app for chat, diffs, terminal, and editor.
So why did we build Claudette? We liked Conductor and similar tools but didn't love that they weren't open source or required a login to use. So we set out to fill that gap, and address a few other things we wanted along the way.
We're continuing to add features with recent additions being Windows support, OpenPeon sound pack integration (300+ packs to pick from, Alan Rickman being my favorite), Monaco integrate for full editor support, and more.
We've got some really exciting features baking right now that should be dropping soon.
Feedback and thoughts welcome!
Couldn't have said it any better. The experience and the people I've met make it worth it. It's a great little adventure.
You can prompt it to do so. Look you "Persona based prompting" as a great and fun example of controlling what the LLM spits out and its tone.
Using a lot of Typescript and Python in my current role and I find myself missing that part of Elixir. Ecosystems are night and day though. For what we're doing we'd have to write far too many libraries ourselves in Elixir and don't have the time right now.
Pasta is a cross-platform system tray application that converts clipboard content into simulated keyboard input, bridging the gap for applications that don't support direct clipboard pasting.
Created to solve a problem we've all run into before but there wasn't anything that did what we needed.
We migrated https://ElixirSchool.com off of Jekyll to Phoenix and NimblePublisher back in 2021 (we covered it here: https://elixirschool.com/blog/now-with-more-elixir as well as a lesson on NimblePublisher and Phoenix here: https://elixirschool.com/en/lessons/misc/nimble_publisher). Since then it's worked well for the most part (more on that below) but as we've grown it's become apparent this solution doesn't scale well so now we're exploring options like sqlite.
If you consider how this all works the issue becomes rather obvious: Your content is compiled into Elixir module attributes as strings at build time. The more content you have, the larger these modules become and the more data gets compiled into your application. For a small blog with a small number of posts this would work fine. In our case the ever growing list of lessons, posts, and translations results in a lot of content.
This creates two main pain points: First, compilation times have become painfully slow as the compiler has to process all that content into module attributes on every build. Second, on more than one occasion our Fly.io release has failed due to size and memory usage during deployment, thankfully retries have worked and gotten us on our way.
The trade-off here is that NimblePublisher's strength, everything pre-compiled for fast serving, becomes its weakness when you're dealing with substantial content volumes.
When we pull the trigger on a migration away from NimblePublisher we'll be sure to publish an updated blog post.
It is the same water but it's also fairly common for people to use harsh chemicals and toilet tablets to keep them clean and smelling fresh. Those would not be so good for your pet.
Elixir is only "better" because of the syntax and some of the developer experience. Anything good about Elixir is present in Erlang and likely originated there.
Well you yourself mentioned being hesitant to add a library that could likely help you solely based on it being in Erlang.
Erlang has many useful libraries, it's been around far longer. If everything has to be wrapped by Elixir to be useful, well that seems like a pretty significant limitation.
Learning Erlang and understanding it is an important skill for any serious Elixir developer. Erlang has been around longer and has a larger set of available tools, it's what Elixir piggybacks on, and we can't just rewrite everything in Elixir.
I love Elixir but I'm curious about your question: why not use Erlang for this? What would using Elixir do for this that can't be achieved with Erlang?
Thank you Dirlewanger! Let us know if there's any improvements you'd like to see.
Thank you for the kind words jmcgough!
Hi Xeoncross! Elixir does have floats, we should make mention of them. If you'd like to submit a PR we'd happily accept :)
Thank you! Any and all feedback is welcomed too! If you see anything that needs improvement please feel free to submit a PR.
The biggest open source project I know of is: https://github.com/bigardone/phoenix-trello
I'm working with a couple other contributors to Elixir School on new material that will go into more detail with regards to designing more involved applications.
I agree that resource is sorely missing from the Elixir community.
Thanks for all of your help @rhgraysonii! Elixir School wouldn't be what it is without all of the contributors and translators :)
No worries, much appreciated :)
We're working hard on some big changes this year including additional lessons and a blog. The blog will allow us to cover topics and material that don't fit well without our current lessons. Check back!
Howdy @siscia! When I wrote Elixir School the intention was never to be a full fledged tutorial or to "hand hold". The purpose of the site is to get you familiar with the topics, wet your appetite, and enable you to go out and learn more on your own.
Wow! Awesome to see Elixir School here. I'm the creator, happy to answer any questions or listen to feedback!
We've got a lot of big things coming this year. A whole new site, new lessons, and a few exciting new additions.
A free resource that covers the basics and advanced topics of Elixir and OTP: https://elixirschool.com (Available multiple languages)
Full disclosure: I'm the primary author.
Another vote for Elixir. Very enjoyable community to participate in.
Likely because your original comment did not add value to the discussion and you're asking about downvotes.
Both are mentioned in the Guidelines and FAQ.
This has always been something I thought would be interesting to pursue. There's quite a bit of science involved when replanting a forest. It's much more than just scattering seeds.
Kotlin is my favorite JVM language by far, it's like Scala-lite. It has great tools thanks to IntelliJ. It's great how easily you can substitute Kotlin for Java in most projects, doing so with Dropwizard was quite easy: https://github.com/doomspork/kotlin-dropwizard
Would be nice to have a note on the homepage indicating that this project has since been abandoned.
He landed where he wanted to land. There are many rich people who live everyday lives amongst us, they don't make spectacles out of their purchases.
When you act like a brat people respond to you accordingly, regardless of how much money you have.