Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. In an $80 motel room, a discovery to shed light on the origins of life (nytimes.com)
    34comments
  2. Writing Efficient C++ Code (asawicki.info)
    33comments
  3. Calling the AI bluff: Adding "Do not guess" cut made-up fields from 71% to 20% (earnanhonestdollar.com)
    —discuss
  4. Replacing the old battery on rechargeable bike lights (jvns.ca)
    39comments
  5. The Normalization of Inexplicable Failures (ihatethefuture.com)
    44comments
  6. Show HN: TinyAIArena watch AI agents battle it out (tinyaiarena.com)
    23comments
  7. SNL Weekend Update: Anthropic CEO Dario Amodei on A.I.'S Threat to Humanity [video] (youtube.com)
    5comments
  8. There are no "rogue" AI agents (eoinhiggins.substack.com)
    77comments
  9. Walgit: A Git server that is one binary in front of an object store (github.com/rgodha24)
    4comments
  10. Flip Fluid on Flip Dots (mitxela.com)
    19comments
  11. Fakecloud: Local AWS cloud emulator for integration tests (fakecloud.dev)
    37comments
  12. The Cartesian Hand: In-Hand Manipulation with All-Linear Fingers (generalroboticslab.com)
    2comments
  13. Ten lines of code that changed my world (pixelambacht.nl)
    20comments
  14. Fragment of oldest known peace treaty found in Turkey (livescience.com)
    —discuss
  15. PostmarketOS is rebranding as Nura (nura.eco)
    12comments
  16. 42x faster prompt lookup drafting in llama.cpp (jadidbourbaki.github.io)
    2comments
  17. Show HN: Building a Markdown editor for Mac, iOS and web (markdown.beauty)
    8comments
  18. Show HN: A CC0 museum of retro 3D tricks you can paste into a page (3d-retro.com)
    10comments
  19. Go Concurrency Distilled (antonz.org)
    141comments
  20. Video CDs Break Windows Explorer (clydesnotes.blogspot.com)
    3comments
  21. Finally, A True Blue Rose Exists (sciencenews.org)
    30comments
  22. Show HN: Trail – new kind of logic game (franzai.com)
    1comments
  23. The Greatest Pun in JavaScript (shukla.io)
    —discuss
  24. PipePipe: NewPipe hard fork implementing SponsorBlock (github.com/infinityloop1308)
    260comments
  25. C's Flexible Integer Sizes Were Not a Design Mistake (pikuma.com)
    62comments
  26. Reading’s Bayeux Tapestry (diamondgeezer.blogspot.com)
    6comments
  27. Installing NeoVim caused original Vim undo files to be deleted (aresluna.org)
    239comments
  28. Rusty thoughts on "Parse, don't validate" (thegreenplace.net)
    20comments
  29. Unsealed Briefs in Authors’ Case v. Microsoft/OpenAI (authorsguild.org)
    530comments
  30. Show HN: Reladraw – A diagram language where you decide where to place things (github.com/reladraw)
    103comments

Walgit: A Git server that is one binary in front of an object store

27 pointsby 1d agogithub.com
4 comments
1d agoHN ↗

can this be deployed as AWS lambda, so that it can scale down to zero?

1h agoHN ↗

The readme seems to say the answer is yes? You'll lose the disk-based cache, but it's not inherently unsafe because the only coordination is object storage.