Hacker Newsnew | past | comments | ask | show | jobs | submit | cgarvis's commentslogin

never knew you could do css selectors on custom elements! does seem like syntactical sugar over classes. I do like the current trend with tailwind: style with markup using smaller components. But maybe there is something here with so many components being just styles...


Are you doing got worktrees in the backend?


no sir. only the fullest featured repositories for our free-range* claudes

* containerized, but meets free range standards


right now we're using docker -- we're planning to support modal (https://modal.com/) for remote sandboxes and a "local" mode that might use something like worktrees


Reminds me of the three tribes of software programmers. https://josephg.com/blog/3-tribes/amp/

Mort == maker Elvis ==? hacker Einstein == poet


Dish outsources sales calls to a third party. This third party doesn’t have access to customer accounts so they have to send you to an actual Dish call center. Not as nefarious as you think but still frustrating.


ChatGPT has a Mac app. If you want to run your own models, Ollama with Chital is great.

https://github.com/sheshbabu/Chital


The ChatGPT app only has the nifty "works with any app" feature if you're on the Plus plan and doesn't support other models. Chital looks very nice and is admirably tiny (3.6MB unzipped!) but doesn't have the editor integration at all, as far as I can tell.

MindMac is an example of an app that meets all the criteria, but for more than it seems like such an app should cost.


+1 for osmo


Recently read “Working in Public” where the author talks about how GitHub is to open source as the new feed was to Facebook/social networks


Smalltalk has a change file and an ability to be source controlled. My understand is that the source controlled output is not human friendly.


https://github.com/pharo-project/pharo/blob/Pharo11/src/Anno...

(random class selected)

It's not that human unfriendly, if you know Smalltalk (which is not a terribly hard thing to learn). But you also wouldn't interact with it in that form but rather inside of Pharo and using its class browser.


I've never actually -written- any Smalltalk and can read that code just fine.


Actually there are serializable forms like TOML that are very readable.


I’m currently building one by myself in Elixir/Phoenix/Liveview/Tailwind using Fly.io for deployment. Elixir has been amazing for more complicated app dev. A lot of previous ruby people there. Liveview gives a React like experience without the extra complexity. Tesla is great for building api integrations. Knock has a great elixir api for notifications and emails. Telemetry is built into most things. Livebook is Jupiter notebooks but better, great for quick prototyping or doing adhoc data analysis.

You can get most of this from just using https://legendaryframework.org/

Want native apps? LiveView Native is a thing https://native.live/. One app to do it all.


> Want native apps? LiveView Native is a thing https://native.live/. One app to do it all.

I have been here before – and still confused. There is no actual... code repo? Is it hidden in the Slack channel or does it simply not exist yet?

EDIT: Okay, I guess it's just still very early into the Native stuff.


+1 Using it in a Elixir/Liveview app. Using phx_component_helper has made making those components really easy. https://phx-component-helpers-demo.onrender.com


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: