frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

New API endpoint provides privacy-safe star history data

https://github.blog/changelog/2026-09-04-new-api-endpoint-provides-privacy-safe-star-history-data/
1•exploraz•2m ago•0 comments

How to keep thinking

https://www.seangoedecke.com/how-to-keep-thinking/
1•swah•3m ago•0 comments

Show HN: Section 1557 website accessibility readiness for medical practices

https://health.civicbinder.org
1•kyisaiah47•4m ago•0 comments

Show HN: I made a map of the Moon you can buy lots on

https://www.moonstake.org
1•ankurpata•4m ago•0 comments

Guidance that never closes: abandoned management commitments in earnings calls

https://zenodo.org/records/22337300
1•inve•4m ago•0 comments

A Star Battle, etched in silicon - Reverse engineering an ASIC

https://semtexzv.github.io/blog/reverse-engineering-an-asic/
1•Semtexzv•4m ago•0 comments

Show HN: P(doom) – AI safety parody of DOOM 64

https://p-doom.transitivebullsh.it
1•transitivebs•5m ago•0 comments

Trusting-Trust Attack against an Entire Linux Distribution (via strip utility)

https://arxiv.org/abs/2607.24888
1•signa11•8m ago•0 comments

GnuTLS: Adding certificates to a valid chain causes SIGNER_NOT_FOUND

https://gitlab.com/gnutls/gnutls/-/work_items/1953
1•ashkulz•9m ago•0 comments

World Postcard Day (October First)

https://worldpostcardday.com/
1•Tomte•13m ago•0 comments

Monocards: Turn your agent into an on-brand visual designer

https://monocards.app/
1•welsenesbros•14m ago•0 comments

Astra can keep notes across context windows

https://twitter.com/gabrielchua/status/2096097151524978891
1•tosh•19m ago•0 comments

GateKeep402, Deterministic pre-payment guardrails for AI agents

https://github.com/al1-nasir/gatekeep402
1•al1nasir•20m ago•0 comments

Claude-API-guard, a CI check that catches Claude/OpenAI SDK breaking changes

https://github.com/MarkMoneyMan/Claude-api-goat
2•MarkMoneyMan•20m ago•0 comments

Remember Filmstrips? These Dedicated Souls Are Racing to Save Them

https://www.nytimes.com/2026/09/04/movies/filmstrips-archives.html
1•bookofjoe•20m ago•1 comments

X blocks Twitter from using 'Twitter' name

https://www.reuters.com/legal/litigation/x-corp-blocks-social-media-startup-using-twitter-name-20...
1•gverrilla•22m ago•0 comments

Tesla's stock drops 6% as Cybercab update 'underwhelms' Wall Street

https://www.cnbc.com/2026/09/04/teslas-stock-drops-as-cybercab-update-underwhelms-nhtsa-probe.html
1•1vuio0pswjnm7•23m ago•0 comments

Math Academy Eurisko, 5 Yrs Ltr: Student Outcomes from High School Math/CS Track

https://www.justinmath.com/math-academys-eurisko-sequence-5-years-later/
2•melvinroest•23m ago•1 comments

Seattle Times, Newsday sue OpenAI, Microsoft, alleging copyright infringement

https://www.reuters.com/legal/government/seattle-times-newsday-sue-openai-microsoft-alleging-copy...
2•1vuio0pswjnm7•24m ago•0 comments

Python 3.15.0 candidate 2 is here

https://blog.python.org/2026/09/python-3150-rc2/
1•asterwise•25m ago•0 comments

A simple cron-like job scheduling library for Rust

https://github.com/lholden/job_scheduler
1•Bluestein•26m ago•0 comments

Authors Wrangle with Publishers over $1.5B Anthropic A.I. Settlement

https://www.nytimes.com/2026/09/05/books/anthropic-settlement-ai-copyright-books.html
1•sbulaev•26m ago•0 comments

Show HN: I ate diet catering for a year and gained 5kg, so I built this

1•miemex•26m ago•0 comments

From Inbound to Outbound –> use it wisely

https://callprep.app/
2•AIcallprepapp•31m ago•1 comments

Redium

https://github.com/rolandbrake/Redium
1•rolandbrake•31m ago•0 comments

"Trust, not features, is the real deficit": VMware tries to appease SMBs

https://arstechnica.com/information-technology/2026/09/trust-not-features-is-the-real-deficit-vmw...
2•joozio•32m ago•0 comments

CSS for Printing to Paper (2025)

https://voussoir.net/writing/css_for_printing
2•Tomte•32m ago•0 comments

Violent Anti-Tech Extremism Has Roots in History

https://www.techpolicy.press/violent-antitech-extremism-has-roots-in-history/
2•DeepLogin•34m ago•0 comments

UN approves world map reflecting true size of Africa

https://www.dw.com/en/un-approves-world-map-reflecting-true-size-of-africa/a-79040629
1•6581•36m ago•0 comments

The NX bit is not just about security

https://purplesyringa.moe/blog/guest/the-nx-bit-is-not-just-about-security/
1•theanonymousone•39m 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.