←back to thread

638 points wut42 | 5 comments | | HN request time: 1.073s | source
Show context
chrismccord ◴[] No.44328933[source]
Phoenix creator here. I'm happy to answer any questions about this! Also worth noting that phoenix.new is a global Elixir cluster that spans the planet. If you sign up in Australia, you get an IDE and agent placed in Sydney.
replies(21): >>44329010 #>>44329145 #>>44329199 #>>44329447 #>>44329669 #>>44329679 #>>44329692 #>>44329699 #>>44329766 #>>44330059 #>>44330099 #>>44330127 #>>44330670 #>>44331525 #>>44331688 #>>44334922 #>>44335271 #>>44336137 #>>44336958 #>>44337485 #>>44344757 #
troupo ◴[] No.44329010[source]
I know it's early days, but here's a must-have wish list for me:

- ability to run locally somehow. I have my own IDE, tools etc. Browser IDEs are definitely not something I use willingly.

- ability to get all code, and deploy it myself, anywhere

---

Edit: forgot to add. I like that every video in Elixir/Phoenix space is the spiritual successor to "15-minute rails blog" from 20 year ago. No marketing bullshit, just people actually using the stuff they build.

replies(3): >>44329082 #>>44329132 #>>44329599 #
1. chrismccord ◴[] No.44329082[source]
You can push and pull code to and from local desktop already: hamburger menu => copy git clone/copy git push.

You could also have it use GitHub and do PRs for a codex/devin style workflows. Running phoenix.new itself locally isn't something we're planning, but opening the runtime for SSH access is high on our list. Then you could do remote ssh access with local vscode or whatever.

replies(1): >>44329577 #
2. prophesi ◴[] No.44329577[source]
> Running phoenix.new itself locally isn't something we're planning

So no plans to open the source code?

replies(2): >>44329786 #>>44333991 #
3. chrismccord ◴[] No.44329786[source]
confirm
4. abrookewood ◴[] No.44333991[source]
Everyone has to eat.
replies(1): >>44336236 #
5. prophesi ◴[] No.44336236{3}[source]
For sure. I'm just hesitant to recommend sending one's codebase to a server running code I can't inspect. I suppose that's the status quo with LLM's these days, though.