Readit News logoReadit News
huntaub commented on Launch HN: BrowserBook (YC F24) – IDE for deterministic browser automation    · Posted by u/cschlaepfer
cschlaepfer · 9 days ago
Thanks, and great question - we think about this a lot and think there are a couple of things here.

First, as models get better, our agent's ability to navigate a website and generate accurate automation scripts will improve, giving us the ability to more confidently perform multi-step generations and get better at one-shotting automations.

We expect browser agents will improve as well, which I think is more along the lines of what you're asking. At scale, we still think scripts will be better for their cost, performance, and debuggability aspects - but there are places where we think browser agents could potentially fit as an add-on to deterministic workflows (e.g., handling inconsistent elements like pop-ups or modals). That said, if we do end up introducing a browser agent in the execution runtime, we want to be very opinionated about how it can be used, since our product is primarily focused on deterministic scripting.

huntaub · 9 days ago
> At scale, we still think scripts will be better for their cost, performance, and debuggability aspects

This actually makes a ton of sense to me in lots of the LLM contexts (e.g. seeing how we are starting to prefer having LLMs write one-off scripts to do API calls rather than just pointing them at problems and having them try it directly).

Thanks!

huntaub commented on Launch HN: BrowserBook (YC F24) – IDE for deterministic browser automation    · Posted by u/cschlaepfer
huntaub · 9 days ago
This is a super interesting product, guys. I get that agents aren't great for everything right now, but I'd expect that they'll continue to improve over time (like everything in the LLM space).

How do you see the product evolving as agents become better and better?

huntaub commented on MinIO is now in maintenance-mode   github.com/minio/minio/co... · Posted by u/hajtom
nodesocket · 17 days ago
I'm looking at deploying SeaWeedFS but the problem is cloud block storage costs. I need 3-4TB and Vultr costs $62.50/mo for 2.5TB. DigitalOcean $300/mo for 3TB. AWS using legacy magnetic EBS storage $150/mo... GCP persistent disk standard $120/mo.

Any alternatives besides racking own servers?

*EDIT* Did a little ChatGPT and it recommended tiny t4g.micro then use EBS of type cold HDD (sc1). Not gonna be fast, but for offsite backup will probably do the trick.

huntaub · 17 days ago
Shot you an email about how we can potentially help you with this.
huntaub commented on Kubernetes Is Your Private Cloud   oneuptime.com/blog/post/2... · Posted by u/ndhandala
throwawaypath · a month ago
Managed Ceph in the past. I cannot comprehend someone putting up with the headache that is Ceph in their home lab. To each their own!
huntaub · a month ago
The root cause here is just that managing any kind of storage service is instantly painful. The property of "not losing data" means that you are sort of required to always be doing something in order to keep it healthy.
huntaub commented on Replacing EBS and Rethinking Postgres Storage from First Principles   tigerdata.com/blog/fluid-... · Posted by u/mfreed
electroly · 2 months ago
EC2 instances have dedicated throughput to EBS via Nitro that you lose out on when you run your own EBS equivalent over the regular network. You only get 5Gbps maximum between two EC2 instances in the same AZ that aren't in the same placement group[1], and you're limited by the instance type's general networking throughput. Dedicated throughput to EBS from a typical EC2 instance is multiple times this figure. It's an interesting tradeoff--I assume they must be IOPS-heavy and the throughput is not a concern.

[1] https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-inst...

huntaub · 2 months ago
I believe this is also changing with instances that now allow you to adjust the ratio of throughput on the NIC that's dedicated to EBS vs. general network traffic (with the intention, I'm sure, that people would want more EBS throughput than the default).
huntaub commented on TernFS – an exabyte scale, multi-region distributed filesystem   xtxmarkets.com/tech/2025-... · Posted by u/kirlev
president_zippy · 2 months ago
Seriously man, I'm asking because I don't know: which filesystems do you recommend instead? I dabbled in CephFS because our data is write-once, but helping computer illiterate research scientists at other universities and national labs retrieve their data is a lot simpler from Lustre because it's just plain-old POSIX filesystem semantics.

I'm not joking, I didn't ask this as a way to namedrop my experience and credentials (common 'round this neck o' the woods), I honestly don't know what all the much more competent organizations are doing and would really like to find out.

huntaub · 2 months ago
I’d be happy to chat more about your needs and try to help recommend a path forward. Feel free to shoot me an email at the address in my profile.
huntaub commented on Beyond the SQLite single-writer limitation with concurrent writes   turso.tech/blog/beyond-th... · Posted by u/syrusakbary
tracker1 · 2 months ago
Kind of cool to see work on this. I do hope that the final db file result is still binary compatible with SQLite 3 in whatever direction Turso moves towards though... Rust or not.

I've been advocating with several projects over recent years to get SQLite3 as an archive/export/interchange format for data. Need to archive 2019 data from the database, dump it into a SQLite db with roughly the same schema... Need to pass multiple CSVs worth of data dumps, use a SQLite file instead.

As a secondary, I wonder if it's possible to actively use a SQLite interface against a database file on S3, assuming a single server/instance is the actual active connection.

huntaub · 2 months ago
> As a secondary, I wonder if it's possible to actively use a SQLite interface against a database file on S3, assuming a single server/instance is the actual active connection.

You could achieve this today using one of the many adapters that turn S3 into a file system, without needing to wait for any SQLite buy in.

huntaub commented on I built Foyer: a Rust hybrid cache that slashes S3 latency   medium.com/@yingjunwu/the... · Posted by u/Sheldon_fun
jmpman · 3 months ago
How does this compare to S3 Mountpoint with caching?
huntaub · 3 months ago
S3 Mountpoint is exposing a POSIX-like file system abstraction for you to use with your file-based applications. Foyer appears to be a library that helps your application coordinate access to S3 (with a cache), for applications that don't need files and you can change the code for.
huntaub commented on I built Foyer: a Rust hybrid cache that slashes S3 latency   medium.com/@yingjunwu/the... · Posted by u/Sheldon_fun
mystifyingpoi · 3 months ago
Sounds exactly like AWS Storage Gateway, how does it compare?
huntaub · 3 months ago
Storage Gateway is an appliance that you connect multiple instances to, this appears to be a library that you use in your program to coordinate caching for that process.

u/huntaub

KarmaCake day708January 19, 2012
About
I love to chat about storage. Talk to me at archil.com.

hleath [at] archil.com

View Original