frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

GPU-Based Device Fingerprinting

https://shaderghost.gg/
1•avastel•1m ago•0 comments

Why books donʼt work (2019)

https://andymatuschak.org/books/
1•groomlake•2m ago•0 comments

Secret Claude tracker shocks users after Anthropic's anti-surveillance stance

https://arstechnica.com/tech-policy/2026/07/anthropic-outed-for-claude-tracker-that-secretly-moni...
1•mgh2•2m ago•0 comments

Every student is cheating with AI

https://ben.page/cheating
1•jer0me•2m ago•0 comments

Apprendly: Interactive AI role-play for workplace training

https://www.apprendly.com/
1•davidbraathen•3m ago•0 comments

Orbs and Jellyware [video]

https://www.youtube.com/watch?v=FfCCEZ00RFw
1•tosh•4m ago•0 comments

Evaluating coding models on 40 real tickets

https://medium.com/@joeymills19/public-coding-benchmarks-dont-match-my-repo-so-i-built-my-own-305...
1•AnneWodell•5m ago•0 comments

Are LLMs good in-context tabular classifiers?

https://juleskreuer.eu/research/tabbench-llm
1•not_a_feature•5m ago•0 comments

Recover the 3D location of every photo, on phones, robots and glasses

https://www.youtube.com/watch?v=zyHMRgyLD5Y
1•nikhilsawlani•6m ago•0 comments

Watermark Scanner – find and decode hidden characters in text and code

https://watermark-scanner.netlify.app/
1•emryyrme•6m ago•0 comments

I Blog

https://simonwillison.net/series/blogging/
1•janandonly•11m ago•0 comments

Pony's Arena Allocator

https://www.ponylang.io/blog/2026/08/ponys-arena-allocator/
2•birdculture•12m ago•0 comments

A retired tire engineer and 48,933 other feeds

https://dev.profullstack.com/~anthony/blog/016-post.html
1•buffer_overlord•14m ago•0 comments

Most productivity apps assume that organization is your bottleneck

https://brainbattler.nattly.uk/
1•Salim_wariz•19m ago•1 comments

500k Applicants, 583 Jobs: The Frantic Scramble for Work in India

https://www.wsj.com/world/india/500-000-applicants-583-jobs-the-frantic-scramble-for-work-in-indi...
2•rustoo•20m ago•0 comments

HackEurope 2026: A short rant on AI and hackathons

https://duti.dev/blog/2026/spr/
3•mindracer•21m ago•0 comments

Judge sets framework for Nine PBS to retrieve archival data

https://current.org/2026/08/judge-sets-framework-for-nine-pbs-to-retrieve-archival-data/
1•croes•23m ago•0 comments

How to Fix Diagonal Speed Bug in Pygame – No AI – Pygame Tutorial for Beginners

https://www.youtube.com/watch?v=lY0GTTg_FsQ
1•shriekdj•23m ago•0 comments

Ask HN: How can I tell articles on HN is AI written or not?

1•BrucecarlL•25m ago•1 comments

Show HN: RAX Compute Gateway – One API for OpenAI, Anthropic, and Gemini

https://github.com/radium0090/Compute-Gateway
1•radium90•29m ago•0 comments

Microsoft Is Retiring Excel's Copilot() Function After Just One Year

https://windowsreport.com/microsoft-is-retiring-excels-copilot-function-after-just-one-year/
1•thunderbong•33m ago•0 comments

People of ACM – Russ Cox

https://www.acm.org/articles/people-of-acm/2026/russ-cox
1•signa11•38m ago•0 comments

Show HN: Columnary, a better experience for reading long articles

https://chromewebstore.google.com/detail/columnary/dechndjpekelnmgcchblfbmcceonfdoo
2•exclipy•40m ago•0 comments

Report supporting Australia's teen social media ban appears to contain AI

https://www.theguardian.com/australia-news/2026/aug/17/australia-social-media-ban-report-ai-hallu...
2•sbulaev•43m ago•0 comments

Facebook Perl source code from 2005

https://gist.github.com/philfreo/7257723
2•zdkaster•45m ago•0 comments

Git Links

https://replicated.live/blog/link
1•gritzko•47m ago•0 comments

What's behind this summer's heat, and why 2027 could be worse

https://www.technologyreview.com/2026/08/13/1141788/summer-heat-el-nino/
1•joozio•48m ago•0 comments

Show HN: TapDiary – a one-tap time and count tracker, works offline

https://www.tapdiary.app/en
1•sangkwun•50m ago•0 comments

A central role for dietary sugars in human evolution

https://www.science.org/doi/10.1126/science.aed8437
2•rzk•53m ago•0 comments

USC Study Finds AI Is Better at Reading Than Listening

https://viterbischool.usc.edu/news/2026/08/can-ai-read-the-room-usc-study-finds-ai-is-better-at-r...
1•shymaple•54m 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.