HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ellieh

no profile record

Submissions

Vouch-compatible PR-spam reduction GitHub Action workflow and CLI tool

github.com
3 points·by ellieh·2 เดือนที่ผ่านมา·0 comments

We've raised $17M to build what comes after Git

blog.gitbutler.com
337 points·by ellieh·3 เดือนที่ผ่านมา·755 comments

What years of production-grade concurrency teaches us about building AI agents

georgeguimaraes.com
149 points·by ellieh·5 เดือนที่ผ่านมา·51 comments

How London became the rest of the world’s startup capital

economist.com
226 points·by ellieh·6 เดือนที่ผ่านมา·358 comments

comments

ellieh
·เดือนที่แล้ว·discuss
Personally I have never been bothered by programs using my home folder. I don’t regularly ls the contents of it, and just browse by path from my shell anyway, so the clutter is barely visible to me
ellieh
·2 เดือนที่ผ่านมา·discuss
sure, but with unsafe Rust you have a very clear marking for the section of code that requires additional care and attention. it is also customary to include a "SAFETY" comment outlining why using unsafe is OK here
ellieh
·3 เดือนที่ผ่านมา·discuss
I wish it was easier to know which projects are in desperate need of funding because I love pgbackrest and totally would have donated here, and I suspect many others would have too :/
ellieh
·3 เดือนที่ผ่านมา·discuss
> I imagine this will push some new users away

I suspect it will gain them more users than it will lose

Most other tools doing this are heavy, buggy, and built on electron
ellieh
·3 เดือนที่ผ่านมา·discuss
So Atuin actually runs postgresql on the server only - the part that handles sync for many users

On the client, it uses sqlite. As of recently, it also keeps an in-memory Nucleo index to make fuzzy searching much faster
ellieh
·4 เดือนที่ผ่านมา·discuss
> Codeberg is a German-based nonprofit organization, and it’s hard to imagine going wrong with this choice.

I like what they're doing, however Codeberg's 14 day uptime is _97.05%_. I've heard from many that downtime is normal there, and is worse than GitHub (which is already... bad). This makes them a non-starter imo, until that improves.

With the current trend of things going down all the time, the best way to compete is just to be available.
ellieh
·4 เดือนที่ผ่านมา·discuss
I’m not sure what you mean here - we never supported fzf, other than a super early prototype in like 2021

This release actually adds support for nucleo, which matches with the same algorithm as fzf and was a common request
ellieh
·4 เดือนที่ผ่านมา·discuss
as a motorcyclist I often feel more comfortable riding near waymos

at this point I trust that they have seen me, know that I'm there, and won't behave unpredictably
ellieh
·5 เดือนที่ผ่านมา·discuss
this happens to me so often that I wonder if it's something YC suggest people do
ellieh
·5 เดือนที่ผ่านมา·discuss
gpui existing in the first place is a result of them raising VC
ellieh
·7 เดือนที่ผ่านมา·discuss
> In other words: get an actually Linux supported laptop for Linux.

40% battery for 4hrs of real work is better than pretty much any linux supported laptop I've ever used
ellieh
·7 เดือนที่ผ่านมา·discuss
The main difference otherwise is that Atuin stores much more data + syncs it

We shelled out to fzf in the very early days, but found the initial indexing to be a bit slower + add latency vs SQLite
ellieh
·8 เดือนที่ผ่านมา·discuss
Let me know if there’s anything I can help with!
ellieh
·8 เดือนที่ผ่านมา·discuss
You’re very welcome! Glad it’s working well for you
ellieh
·8 เดือนที่ผ่านมา·discuss
One of the main things we’re aiming to do here is make these manual processes much less manual! I’m a big believer in automating things gradually, which runbooks enable
ellieh
·8 เดือนที่ผ่านมา·discuss
Not just yet! We support a bunch of features that don’t fit into markdown very well.

We will have better markdown support soon
ellieh
·8 เดือนที่ผ่านมา·discuss
Very happy to hear you find it so useful! Please do let me know if there’s anything we can do to make it better for you
ellieh
·8 เดือนที่ผ่านมา·discuss
> It could be interesting to see if it would be enough to add shell history as a completion source.

Atuin runbooks (mentioned in the article) do this! Pretty much anywhere we allow users to start typing a shell command we feed shell history into the editor
ellieh
·9 เดือนที่ผ่านมา·discuss
this is so cool! really excited to see where it goes
ellieh
·9 เดือนที่ผ่านมา·discuss
Yes! Working on that soon, the same runtime can be used elsewhere. Wanted to start with the GUI so we could really make it what we want, but up next

1. TUI for interactive terminal runbooks

2. CLI for hands-off execution, CI, etc