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

I didn't know you could do this with Emacs


It's just too bad Emacs doesn't also include a decent text editor, right?


Eh? Not sure what you mean by that...


An ancient joke:

"Emacs is a nice programming language but the editor sucks"


I don't know that this is true. The cloud companies are making money, and inferrence is kind of just "hosting an inferrence server and trying to keep it humming 24/7"

But in many cases self hosted or dedicated boxes are cheaper than cloud.


What is hexagonal architecture?



I do a lot of OCaml and I found 5.5 to be much better, but that's kind of an esoteric language thing


There's an interesting distinction here where one approach is to build sandboxes that limit exposure, while the other is just allowing the program to be more secure.

One approach is "Trust No Code" and the other is "Trusted code should run safely".

the first one sounds better on paper, but leads to a very complicated system. That said, I haven't worked with jails much or other forms of sandboxing. It just seems to me that to make software function you need escape hatches, and the more of those you have, well, now you're back to plugging exploits with a more complicated system.

It was interesting to me to hear that even though OpenBSD had designed their software to limit permissions even before pledge and unveil were released - upon release they found that a shocking amount of their software actually wasn't following their own rules.


I definitely lean to the “trusted code should run safely” because it’s just simpler in general.

At what point do you trust the system? And if you don’t trust any of it what are you trying to accomplish?

Re OpenBSD: I think it just shows we’re all human(fallible) at the end of the day :)


> Re OpenBSD: I think it just shows we’re all human(fallible) at the end of the day :)

Yeah. Its yet another reminder that "being really careful" isn't an adequate security policy. Attackers only need to find 1 bug. Defenders need to protect everything. In large systems, you need defence in depth. Pledge? Yeah. NX? Yeah. Process isolation between subsystems? Yeah lets have that too. Static verification? Love it. Rust's borrow checker? Sure. We need it all.


Everybody here is complaining about how this isn't as good as airdrop, and that may be true.

I have not really used airdrop, and this app is super useful to me.


Right now, I'm finding a decent rhythm in running 10-20 prompts and then kind of checking the results a few different ways. I'll ask the agent to review the code, I'll go through myself, I'll do some usability and gut checks.

This seems to be a good window where I can implement a pretty large feature, and then go through and address structural issues. Goofy thinks like the agent adding an extra database, weird fallback logic where it ends up building multiple systems in parallel, etc.

Currently, I find multiple agents in parallel on the same project to be not super functional. Theres just a lot of weird things, agents get confused about work trees, git conflicts abound, and I found the administrative overhead to be too heavy. I think plenty of people are working on streamlining the orchestration issue.

In the mean time, I combat the ADD by working on a few projects in parallel. This seems to work pretty well for now.

It's still cat herding, but the thing is that refactors are now pretty quick. You just have to have awareness of them

I was thinking it'd be cool to have an IDE that did coloring of, say, the last 10 git commits to a project so you could see what has changed. I think robust static analysis and code as data tools built into an IDE would be powerful as well.

The agents basically see your codebase fresh every time you prompt. And with code changes happening much more regularly, I think devs have to build tools with the same perspective.


I did the same thing, and had the same experience, but it also gave more of an appreciation for Beads' architecture. I think the weird redundancies actually made a lot of sense when I began to understand some of the edge cases where agents crap the bed.


There's an axiom here which is that the better your overall user experience is, the less hardware support you are going to have.

The more accessible software becomes the more infra is required to support it, and the more complex and convoluted the software will be


This is a great project, very cool, but it is actually insane to me that CRUD is so apparently hard that Google Sheets is the best solution


What's old is new again: Filemaker Pro


The attractiveness of a spreadsheet comes in the display and the charts, etc.

For a serious database doing actual transactions, I'm not sure about the utility.


Yes, but these things like easy exposure of metrics, having a simple editable back end, these used to be table stakes for this sort of thing


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

Search: