frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

BetterClaude

https://github.com/ara-mkr/BetterClaude
1•AkhilRaja16•3m ago•0 comments

Hawkeye: Hardware-Aware GPU Kernel Optimization with Minimal Supervision

https://www.alphaxiv.org/abs/2608.hawkeye-hardware-aware-gpu-kernel-optimization
1•matt_d•4m ago•0 comments

ChatGPT Can Now Control iMessage, Potentially Raising Apple Privacy Concerns

https://finance.yahoo.com/technology/ai/articles/chatgpt-now-control-imessage-potentially-2056336...
3•sharms•6m ago•1 comments

Copyright does not protect AI-generated content in EU

https://mathstodon.xyz/@maxpool/117128107757895678
4•u1hcw9nx•7m ago•0 comments

Show HN: ParqDB – Vector search in the browser from Parquet over HTTP"

https://search.parqdb.io/
2•petrizhang•8m ago•0 comments

Ask HN: Is building military hardware and healthcare the AI-proof?

2•piratesAndSons•9m ago•0 comments

If You Weren't Worried About A.I., You Should Be

https://www.nytimes.com/2026/08/13/opinion/ai-danger-openai-anthropic-models.html
4•cwillu•11m ago•0 comments

Dynamical dark energy and the week that broke cosmology

https://perimeterinstitute.ca/news/dynamical-dark-energy-and-week-broke-cosmology
2•rznicolet•12m ago•0 comments

Hackers poison arrayref Rust crate to push infostealer malware

https://www.bleepingcomputer.com/news/security/hackers-poison-arrayref-rust-crate-to-push-infoste...
3•sbulaev•15m ago•0 comments

Show HN: CtrlTool – 132 free online tools for developers and everyday tasks

https://ctrltool.wtf
2•jetroni•20m ago•0 comments

Gulf War

https://en.wikipedia.org/wiki/Gulf_War
2•chistev•20m ago•0 comments

Potential Resolution of Hopf Product Conjecture

https://arxiv.org/abs/2608.18955
2•surprisetalk•22m ago•0 comments

Show HN: Icebug-format: immutable, interoperable graph standard

https://github.com/Ladybug-Memory/icebug-format
2•adsharma•24m ago•0 comments

The car industry A/B tested selling a car with and without CarPlay

https://a.wholelottanothing.org/the-car-industry-a-b-tested-selling-the-same-car-with-and-without...
2•MBCook•25m ago•0 comments

Stealth Model

https://openrouter.ai/stealth/ox-alpha
2•mtokmak06•25m ago•0 comments

Mark Zuckerberg buys 440-acre Strancally castle estate in Ireland

https://www.theguardian.com/world/2026/aug/20/mark-zuckerberg-buys-440-acre-strancally-castle-est...
3•mitchbob•32m ago•0 comments

Show HN: Mail client optimized for self-hosted email across multiple domains

https://mainly.crnst8.com/
3•flowerpil•34m ago•0 comments

Hyperliquid trader loses $26M as ETH short unwinds in seconds

https://www.tradingview.com/news/newsbtc:0aca9ea00094b:0-hyperliquid-trader-loses-26m-as-ether-sh...
5•arvid-lind•36m ago•0 comments

A.P.E.X. – An adaptive parallel sorting framework for Java

https://github.com/StrmCkr/A.P.E.X
1•strmckr•40m ago•0 comments

AI's 'middle class' has gotten dramatically better at hacking

https://cyberscoop.com/mid-tier-ai-models-hacking-threat/
1•wslh•40m ago•0 comments

FolderIQ: Local First Drive Intelligence

https://apps.microsoft.com/detail/9n2l461wcs6c?hl=en-US&gl=US
1•bhanum•43m ago•0 comments

Jong, Java's giant ship that dwarfs European galleon and its shipbuilding legacy

https://www.reddit.com/r/indonesia/comments/1ozilho/jong_javas_giant_ship_that_dwarfs_european/
1•teleforce•43m ago•0 comments

Could AIs Become Conscious?

https://www.economist.com/leaders/2026/08/20/could-ais-become-conscious
1•petethomas•43m ago•0 comments

Darth Vader defends Flock to San Diego: 'This is what the emperor needs'

https://thehill.com/policy/technology/6042349-darth-vader-flock-surveillance/
2•rectang•44m ago•0 comments

KrakenWAF

https://github.com/Orangewarrior/KrakenWaf
1•maria7676•45m ago•1 comments

Can Head Start Be Deregulated Out of Existence?

https://www.newyorker.com/culture/progress-report/can-head-start-be-deregulated-out-of-existence
1•petethomas•46m ago•0 comments

Creative Thinking by Claude Shannon

https://www1.ece.neu.edu/~naderi/Claude%20Shannon.html
1•panabee•47m ago•0 comments

Agentic Programming and the Lust for Power(?)

https://johnoestmannmusic.com/agentic-programming-and-the-lust-for-power/
1•soundworlds•49m ago•0 comments

The AI Debate Is About Control, Not AI

https://www.fastcompany.com/91585908/the-ai-debate-isnt-about-ai-its-about-control-technology-ai-...
2•dccoolgai•49m ago•0 comments

The Art of the Self-Deal

https://www.wsj.com/opinion/the-art-of-the-self-deal-6cf57c5a
1•petethomas•50m ago•0 comments
Open in hackernews

Ask HN: What's the best way to deploy container-based apps for a small project?

1•pxheller•1y ago
Hi HN,

For the last couple of months I've been working on a side project I'd now finally like to publish.

I developed and packaged everything into a few small docker containers (2 python apps, 1 postgres db, and 1 db cleanup script in another container. I'll likely also add some reverse proxy like Nginx or Caddy) and run it locally using docker-compose, with all secrets in a .env file (although I could use docker secrets)

I thought about either using a managed Kubernetes service from a provider like DigitalOcean, or setting up a vServer from scratch with the help of some online guides and ChatGPT/Claude (as I don't have a lot of infrastructure experience).

What is your guys go-to-stack? Any recommendations that are relatively simple (or well-documented) to setup while still being cost-efficient and easy to scale? What are your experiences with services like dokku or dokploy?

Re scaling: I also considered using an external Postgres provider, allowing me to scale the "worker" services horizontally when needed.

Asked here because I'm sure it might be relevant for others, too. Thanks in advance!

Comments

austin-cheney•1y ago
I wrote a Nodejs application to do this for me. It’s a personal project that serves as a dashboard for spawning web servers and docker compose instances. I am the only user of it so it’s probably not stable. The UI displays in a browser.

https://github.com/prettydiff/webserver

huksley•1y ago
My experience:

- Dokku - too much shell scripting and you forget all the commands you typed after 1 year.

- Dokploy - you need to install it on your host. So it makes it difficult to switch to a bigger host.

So now I am actively developing a new platform which solves all this - DollarDeploy.

It makes it easy to deploy app from GitHub repo to the server of your choice, and automatically generate HTTPs cert, manage hosts, backups etc for $1/app/month.

Would be nice if you give it a try and provide feedback!

byrnedo•1y ago
If you want, give skate a try ( https://github.com/skateco/skate ). I built it out of the frustration of having to learn the custom deploy syntax of all these other alternatives, instead it uses kubernetes manifests and is multi host.