frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: Why is there black line on top? I guess not because of Cloudflare outage

1•cryptography•45s ago•0 comments

Mathematics and Computation (2019) [pdf]

https://www.math.ias.edu/files/Book-online-Aug0619.pdf
1•nill0•54s ago•0 comments

Apakah WhatsApp Bank Permata 24 Jam

1•adi_207•2m ago•0 comments

Avi Wigderson – P vs. NP [video]

https://www.youtube.com/watch?v=HX9i9PL8os0
1•nill0•2m ago•0 comments

Do We Need to Slash the Debt?

https://manhattan.institute/article/do-we-really-need-to-slash-the-debt
1•nis0s•3m ago•1 comments

The nature of the Theory of Computation (2018) [pdf]

https://www.math.ias.edu/~avi/PUBLICATIONS/Wigderson2018.pdf
1•nill0•3m ago•0 comments

Ask HN: Does insurance cover payouts during a global outage?

1•cryptography•4m ago•0 comments

A DST primer for unit test maxxers

https://www.amplifypartners.com/blog-posts/a-dst-primer-for-unit-test-maxxers
1•todsacerdoti•4m ago•0 comments

Show HN: Tool to check risks of your startup

https://www.siqnalis.com/risk-check
1•hulk-konen•5m ago•0 comments

Technoblogy – USB-C Power Delivery Dongle

http://www.technoblogy.com/show?5729
1•rcarmo•7m ago•0 comments

Open Source in Focus: Projects We're Proud to Support

https://blog.jetbrains.com/blog/2025/11/18/open-source-in-focus-projects-we-re-proud-to-support/
1•quapster•10m ago•0 comments

Show HN: An open source static site that parses and visualizes log files locally

https://notesofcliff.github.io/logsieve/
1•ilovetux•10m ago•0 comments

MaggieLab – Simple, non-destructive, online image editor

https://www.maggielab.com
1•nunodonato•14m ago•1 comments

Open Source Power

https://blog.muni.town/open-source-power/
1•cippaciong•16m ago•0 comments

Show HN: SecuriScan – Open-source Chrome extension for passive security analysis

https://chromewebstore.google.com/detail/securiscan-web-security-a/icjlbldpcojppnjpkpkkfbhnfafnhpfl
1•ashish_sharda•17m ago•0 comments

Art Forms in Nature

https://en.wikipedia.org/wiki/Kunstformen_der_Natur
1•cl3misch•18m ago•0 comments

Made this website because the Google results answering this question were wrong

https://www.howmanytradingdays.com/
1•eastburnn•18m ago•0 comments

We found cryptography bugs in the elliptic library using Wycheproof

https://blog.trailofbits.com/2025/11/18/we-found-cryptography-bugs-in-the-elliptic-library-using-...
1•ingve•18m ago•0 comments

Cloudflare is down and causing outages at X, OpenAI

1•paulwilsonn•19m ago•1 comments

Mpgr: Central task overlay for multi-repo workspaces

https://github.com/jochumdev/mpgr
1•jochumdev•19m ago•0 comments

How I design Software Architecture

https://old.reddit.com/r/LLMDevs/comments/1ox9dou/how_i_design_software_architecture
1•kiryl_kazlovich•20m ago•1 comments

Graph Neural Networks for Faster Search

https://www.chrisgregory.me/blog/graph-contraction-search
1•tekknolagi•22m ago•0 comments

Loads and Loads of Fluffy Kittens

https://hazyresearch.stanford.edu/blog/2025-11-17-fluffy-kittens
1•todsacerdoti•22m ago•0 comments

AmiGameJam 2025

https://itch.io/jam/amigamejam
1•doener•22m ago•0 comments

Oracle's $300B OpenAI deal is now valued at minus $60B

https://www.ft.com/content/064bbca0-1cb2-45ab-85f4-25fdfc318d89
4•0xedb•22m ago•0 comments

Cloudflare Down, Again

4•atlasx1z•23m ago•2 comments

Show HN: Kassouf-Btc-Options – Thorp-Kassouf Option Models on Bitcoin

https://github.com/dradicchi/kassouf-btc-options
1•dcvr•24m ago•0 comments

Mastodon: Founder Steps Down as CEO, Receives One Million Euros

https://www.heise.de/en/news/Mastodon-Founder-Steps-Down-as-CEO-Receives-One-Million-Euros-110819...
1•rapnie•24m ago•0 comments

Cloudflare Outage 2025: What Website Owners Need to Know

https://veerhost.com/cloudflare-outage-2025-what-website-owners-need-to-know/
4•aymanaljunaid•25m ago•0 comments

Trump admin axed 383 active clinical trials, dumping over 74K participants

https://arstechnica.com/health/2025/11/over-74000-people-were-kicked-out-of-clinical-trials-becau...
2•heisenbit•27m ago•0 comments
Open in hackernews

Show HN: Dboxed – My attempt on building a cloud alternative

https://dboxed.io
1•codablock•1h ago
Hi, I'm the creator of Dboxed, a fully Open Source cloud alternative. I'll also start a paid SaaS/PaaS offering in the future.

GitHub link: https://github.com/dboxed/dboxed/

The idea behind Dboxed came after working with Kubernetes and different Cloud providers for many years. I was not willing to accept that the solutions always kept running into some form of vendor-lockin, even with Kubernetes involved.

My thought was always that the things provided by cloud-providers should be possible to implement without the dependence on the individual cloud-providers. At the same time, I was not happy to just build an abstraction on-top.

You can try it on https://app.test.dboxed.io or self-host by following the docs (please report back on how this went).

Main features:

1. "Boxes" run on "machines" (any server with a recent Kernel and at least outbound internet access). A box is fully sandboxed and uses and uses Docker Compose for the workload definition.

2. "Networks" based on P2P VPN (Netbird to be specific, so it's Wireguard under the hood) are used to connect boxes, crossing machine and provider boundaries.

3. "Volumes" are used kind of like volumes in a cloud (e.g. EBS), but internally use incremental backups into S3. Volumes can seamlessly move between boxes and machines.

4. "Load Balancers" auto-created internet-facing boxes running in networks and can expose other boxes to the public internet. Using Caddy and Letsencrypt here.

My philosophy is: Don't get dependent on cloud-providers, but leverage their features for optimisation. For example, a VPC would drastically improve network performance, but won't stop you from moving to a another provider (or bare-metal). I will later also use EBS (and other providers volumes features) to improve reliability of volumes and speed up moving between boxes, but it will always be seamless to move away from AWS.

My future cloud SaaS/PaaS offering will follow the same principle. Not make you dependent, but still optimise for convenience (e.g. built-in S3, built-in Netbird, build-in machines, and so on...).