Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Astra for Law(openai.com ↗)
    410comments
  2. Hacking OpenAI(hacktron.ai ↗)
    10comments
  3. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    92comments
  4. Bend – A language that blocks AI mistakes via proof, on CPU and GPU(bend-lang.com ↗)
    178comments
  5. Hister: A private search engine for the pages you visit and the files you keep(github.com/asciimoo ↗)
    139comments
  6. Alibaba releases Qwen 3.8 Omni Flash(qwen.ai ↗)
    19comments
  7. Wax motor(wikipedia.org ↗)
    54comments
  8. Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA(global.fujitsu ↗)
    202comments
  9. Telstra outage: The night a network decided the year was 2006(netnod.se ↗)
    8comments
  10. Ask A Monk – A digital wilderness for thoughts with no immediate answer(askamonk.online ↗)
    5comments
  11. Flet 1.0 – Build cross-platform apps in Python(flet.dev ↗)
    37comments
  12. Better Icon and Label Alignment(ishadeed.com ↗)
    2comments
  13. Diplodocus, Long Thought Exclusively American, Turns Up in Spain(sci.news ↗)
    27comments
  14. The most important product decision is what you don't build(liamnugent.me ↗)
    20comments
  15. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    discuss
  16. How Uber Protects Against Retry Storms(uber.com ↗)
    29comments
  17. Code Scans(devin.ai ↗)
    discuss
  18. CrowdSec Source Code Leak(crowdsec.net ↗)
    42comments
  19. I Put Nam A2-Lite Inside an iRig HD X(playtaurus.com ↗)
    2comments
  20. Why I didn’t sign the Fields medallists’ letter(gowers.wordpress.com ↗)
    326comments
  21. How do we prevent mathemathics from devolving into the Medieval Era of secrecy?(mathoverflow.net ↗)
    69comments
  22. Infinite-Parameter LLMs: Generating and Adapting Weights from Live Data(arxiv.org ↗)
    38comments
  23. Apple detectives solved mystery of ancient tree and rewrote the history of fruit(scientificamerican.com ↗)
    discuss
  24. Rate limits on GitLab.com are changing(about.gitlab.com ↗)
    108comments
  25. The American Religion of Self-Storage Facilities(newyorker.com ↗)
    355comments
  26. Zettascale (YC S24) Is Hiring ASIC/FPGA Engineers to Build Chips for ASI(zscc.ai ↗)
    discuss
  27. TSMC revealing details about next gen A14 node(mapyourshow.com ↗)
    40comments
  28. Show HN: Snapdrop: Instantly share files between devices. No setup, no signup(snapdrop.me ↗)
    25comments
  29. The open source version of Claude Project that gives you the context ownershp(github.com/zqiren ↗)
    discuss
  30. Shapelearn Qwen 3.8 27B (13.1 GB VRAM)(byteshape.com ↗)
    discuss

Space Cloud: Open-Source Firebase and Heroku on Kubernetes

251 pointsby 5y agogithub.com
17 comments
5y agoHN ↗

Someone reset the counter. Just kidding. This looks pretty great!

5y agoHN ↗

I'm a bit out of the loop, but which counter?

5y agoHN ↗

"Days since someone announced a new self-hosted hosting on complicated hosting" :)

5y agoHN ↗

thanks!

Does anyone find the flutter app samples?

On the linked website above (https://spaceuptech.com/) they say that they have app sample apps for ... and Flutter.

I can't find any on their github repo. Does anyone have better eyes than me?

5y agoHN ↗

The homepage no longer longer contains the word Flutter.

Their github account has zero repo's with Dart or Flutter.

If you saw it then I guess they changed it and will show Flutter demo's in the future?

Flutter is definitely a solid and viable front-end.

While you've still got the spotlight... show us what you've got SpaceUpTech!

5y agoHN ↗

Which are the biggest app using firebase ? I guess firebase is gaining traction, does google reports it’s revenue ?

5y agoHN ↗

Looks like the architecture link in the GitHub is broken. May want to look into that.

5y agoHN ↗

It‘s nice that a self-hosting PaaS is built again, i have the hope that one in the end will really get traction and is not dead a few month after it has been announced.

But what i really would like to see would be a self-hosted postgresql as a service. All these solutions need to reinvent this again and again. If there would be one solution with a good backup concept (!) like wal-g integrated all these new PaaS could skip the DBaaS step and just concentrate on the code as a service part. Their feature set would be a lot smaller which may lead to these projects living longer.

Tldr: We need a self-hostable PostgreSql as a Service all these PaaS could depend on.

5y agoHN ↗

How do you want the responsibilities to be split between you the self-hoster and the software vendor?

5y agoHN ↗

I self host Postgres all the time. I just install it on my server. Sometimes i use RDS if a feel fancy.

5y agoHN ↗

Noob question: does this supports offline syncing like firestore?

5y agoHN ↗

To me the whole point of PaaS is not needing to know which components are powering my app. So I don’t get what this is about.

5y agoHN ↗

Seems quite similar to Hasura. Looks neat.