Live data from Hacker News

Viewing profile — dalberto

dalberto

HN member
Joined
Sun, Jan 08, 2023, 5:21 PM UTC
HN karma
40
Public activity
24 items

About dalberto

https://darlin.io

Recent public activity

  1. comment
    Comment #48418056

    > Postgres as it's built now lacks any semblence of extensibility PostGIS. pgvector. TimescaleDB. Citus. pg_cron. pgmq. Apache AGE. ParadeDB. hstore. plv8. postgres_fdw. pg_partman…

  2. comment
    Comment #47951923

    A benchmark without Opus 4.6/4.7 feels incomplete.

  3. story
    Show HN: TakeHome – LLC vs. S-Corp tax calculator for solopreneurs

    I got tired of doing rough napkin math on whether to elect S-Corp for my LLC, so I built a calculator over the weekend. Most tools I found either ignore state/city taxes, charge yo…

  4. comment
    Comment #46435535

    I generally agree that one database instance is ideal, but there are other reasons why Postgres everywhere is advantageous, even across multiple instances: - Expertise: it's just S…

  5. story
  6. comment
    Comment #45802952

    Async django is not for the faint of heart, but it's definitely possible in 2025. I recently wrote about issues debugging this stack[1], but now I feel very comfortable operating a…

  7. story
  8. comment
    Comment #45618765

    Haven't deployed production Java in years, so I won't speak to it. However, even with Go's static binaries, I'd like to leverage the same build and deploy process as other stacks. …

  9. comment
    Comment #45618683

    Even when running things in their own box, I likely want to isolate things from one another. For example, different Python apps using different Python versions. venvs are nice but …

  10. comment
    Comment #45598115

    Hard disagree. I've used Docker predominantly in monoliths, and it has served me well. Before that I used VMs (via Vagrant). Docker certainly makes microservices more tenable becau…

  11. comment
    Comment #44829199

    Consider: https://github.com/musistudio/claude-code-router or even: https://github.com/sst/opencode Not affiliated with either one of these, but they look promising.

  12. story
  13. comment
    Comment #40812610

    That makes sense, though a bit disappointing. One hope of using Postgres as a task queue is simplifying your overall stack. Having to host RabbitMQ partially defeats that. I'll sta…

  14. comment
    Comment #40811509

    I'm super interested in a Postgres-only task queue, but I'm still unclear from your post whether the only broker dependency is PostgreSQL. You mention working towards getting rid o…

  15. comment
    Comment #39644734

    I'm curious if this supports coroutines at tasks in Python. It's especially useful for genAI, and legacy queues (namely Celery) are lacking in this regard. It would help to see a m…

  16. comment
    Comment #39557417

    Looks very cool, planning on giving it a try. Also appreciate transparency around pricing.

  17. comment
    Comment #39539769

    That's fair, a lot of these features do not require a beefy processor. I think the value lies in the AW being a full-featured platform. Its processor is overkill for the lightest u…

  18. comment
    Comment #39539461

    Some of the features I use on my Apple Watch all the time: - Turn-by-turn directions with full-featured map apps. - Stream and control podcasts. - Ditto Audiobooks. - As a remote s…

  19. story
    Show HN: Privacy Scout – understand privacy policies in minutes with LLMs

    At Atticus AI, we're on a mission to make legal understanding more accessible to everyone. After building our contract analysis tool and talking to folks, we noticed a common use-c…

  20. comment
    Comment #38107140

    Offtopic: I find a lot of the langchain hate is misplaced and misguided. Sure, if you want to ship a weekend project using the LLM APIs directly is probably fine. But I've gotten a…

  21. comment
    Comment #37502538

    For hybrid search

  22. comment
    Comment #37501690

    Any plans to support sparse vectors?

  23. comment
    Comment #37422286

    Thanks, I'm a sucker for word play!

  24. story
    Show HN: Atticus AI – Negotiate consulting contracts faster using GPT-4

    Hi HN, My name is Darlin and along with @controtie we’ve been working on an app to make contract negotiations easier for consultants, freelancers and other individuals. Earlier thi…