frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

How to push back against unreasonable management expectations in the AI-era

https://deepdocs.dev/how-to-push-back-against-unreasonable-management-expectations-in-the-age-of-ai/
1•ZorxTri4•28s ago•0 comments

Documented source code for Aviator on the BBC Micro

https://aviator.bbcelite.com/
1•weeber•1m ago•0 comments

Should paywalled links be minimised on HN?

1•robthebrew•2m ago•0 comments

How I reduced my WordPress site spam comments

1•mirza_rizvi•4m ago•0 comments

ClickOps Is a Disgrace

https://thenewstack.io/clickops-is-a-disgrace/
1•wallflower•8m ago•0 comments

Show HN: Claudable – OpenSource Lovable that runs locally with Claude Code

https://github.com/opactorai/Claudable
4•aaronSong•10m ago•0 comments

Do Food Expiration Dates Matter?

https://www.nytimes.com/2025/08/19/well/eat/food-expiration-dates-effective.html
1•mhb•10m ago•0 comments

FDA warns public not to eat possibly radioactive shrimp sold at Walmart

https://abcnews.go.com/US/fda-warns-public-eat-possibly-radioactive-shrimp-sold/story?id=124780934
1•caiobegotti•11m ago•1 comments

Show HN: SideNote – Markdown Note Extension on Browser Sidepanel

https://github.com/IHaBiS02/SideNote
1•IHaBiS02•11m ago•0 comments

Show HN: ChartDB Cloud – Visualize and Share Database Diagrams

https://app.chartdb.io
1•Jonathanfishner•11m ago•0 comments

Explosion in Tick Numbers Is Driving Up Risk of Red Meat Allergies for Americans

https://www.popularmechanics.com/science/a65801609/red-meat-allergy-ticks/
1•bookofjoe•12m ago•1 comments

How Well Does the Money Laundering Control System Work?

https://www.journals.uchicago.edu/doi/10.1086/735665
2•PaulHoule•14m ago•0 comments

The GenAI Divide State of AI in Business 2025 [pdf]

https://mlq.ai/media/quarterly_decks/v0.1_State_of_AI_in_Business_2025_Report.pdf
1•b-man•15m ago•0 comments

Church Planting: When Venture Capital Finds Jesus

https://www.lesswrong.com/posts/NMoNLfX3ihXSZJwqK/church-planting-when-venture-capital-finds-jesus
1•surprisetalk•15m ago•0 comments

Economics and AI Take Off

https://caseyhandmer.wordpress.com/2025/08/19/economics-and-ai-take-off/
1•surprisetalk•15m ago•0 comments

The Cornervery: A 90-Degree Stapler

https://www.core77.com/posts/138232/The-Cornervery-A-90-Degree-Stapler
2•surprisetalk•15m ago•0 comments

Ten Developer Commandments: Practical rules for modern software builders

https://www.tyleo.com/blog/ten-developer-commandments
1•tyleo•15m ago•0 comments

China versus the US in the Competition for Global Talent

https://marginalrevolution.com/marginalrevolution/2025/08/china-versus-the-us-in-the-competition-for-global-talent.html
2•surprisetalk•16m ago•0 comments

Our approach to energy innovation and AI's environmental footprint

https://blog.google/outreach-initiatives/sustainability/google-ai-energy-efficiency/
1•xnx•17m ago•0 comments

Airi: Digital Companion

https://github.com/moeru-ai/airi
1•bitneuker•19m ago•0 comments

AWS CEO says using AI to replace junior staff is 'Dumbest thing I've ever heard'

https://www.theregister.com/2025/08/21/aws_ceo_entry_level_jobs_opinion/
14•JustExAWS•19m ago•1 comments

Post AI bubble pitch? All mentions of AI suddenly conspicuous by their absence

3•aniijbod•19m ago•0 comments

The Carbon Language Project has published the first update on Memory Safety

https://github.com/carbon-language/carbon-lang/blob/trunk/docs/design/safety/README.md
1•pjmlp•20m ago•0 comments

Vif, a new webframework for OCaml 5

https://discuss.ocaml.org/t/ann-httpcats-ocaml-h1-vif-hurl-a-webstack-for-ocaml-5/17104
2•dinosaure•22m ago•0 comments

DConf '25 Day One: Building a 3D Game and Engine with D session

https://www.youtube.com/watch?v=Ou4KUBjr_78
2•pjmlp•28m ago•0 comments

Gerolamo Cardano

https://en.wikipedia.org/wiki/Gerolamo_Cardano
1•mbaytas•30m ago•0 comments

Easy will always trump simple

https://surfingcomplexity.blog/2025/08/17/easy-will-always-trump-simple/
4•Davidbrcz•34m ago•1 comments

Don't pick weird subnets for embedded networks, use VRFs

https://blog.brixit.nl/dont-pick-weird-subnets-for-embedded-networks/
1•LorenDB•36m ago•0 comments

We Open Sourced Slopify

https://codegaiacommunity.circle.so/c/i-wish-code-gaia-could/we-open-sourced-slopify
2•ihucos•36m ago•0 comments

How I Built a Full-Stack React Framework 4x Faster Than Next.js: 4x Throughput

https://ryanskinner.com/posts/how-i-built-a-full-stack-react-framework-4x-faster-than-nextjs-with-4x-more-throughput
3•giorgioz•37m ago•0 comments
Open in hackernews

Using Podman, Compose and BuildKit

https://emersion.fr/blog/2025/using-podman-compose-and-buildkit/
83•LaSombra•2h ago

Comments

cyprien_g•49m ago
I have never used Podman, but I hear about it very often. I currently use Colima (https://github.com/abiosoft/colima) and I'm very satisfied with it.

I have tried to find a good comparison between the two, but I find it hard to have a clear opinion on which one is best for me.

rockyj•46m ago
Colima is related but separate, Colima runs a Linux VM seamlessly in MacOS so you can interact with Docker as if it was running on your host OS. Podman will also need a VM (coz there is no native Docker on MacOS).
dizhn•40m ago
That sounded like podman needs docker. It's more of a mostly compatible separate product that does not need a daemon to run. Both probably lack things like cgroups (a Linux kernel really) etc on macos.
privatelypublic•11m ago
Podman Desktop uses a VM on windows too.(WSL2)
cmiles74•43m ago
I use Podman, I wanted a Docker-like experience on MacOS or Windows. I use it to provide services during development (PostgreSQL, etc.) and working on image builds. It works pretty well. :-)
lloydjones•33m ago
I encountered this exact issue (no buildkit with Podman) months ago. I gave up and used Docker desktop, but I'm glad you didn't. Well done!
haolez•26m ago
But Docker can run rootless these days, right? Can anyone chime in with how well does this work?
pxc•17m ago
Actually setting up rootless Docker is pretty manual and kludgy. With Podman, rootless is pretty much effortless.
jabl•20m ago
If you're not wedded to docker-compose, with podman you can instead use the podman kube support, which provides roughly docker-compose equivalent features using a subset of the Kubernetes pod deployment syntax.

Additionally, podman has nice systemd integration for such kube services, you just need to write a short systemd config snippet and then you can manage the kube service just like any other systemd service.

Altogether a very nice combination for deploying containerized services if you don't want to go the whole hog to something like Kubernetes.

GCUMstlyHarmls•11m ago
(I'm a big podman stan)

Last I tried using the .kube files I ran into issues with specifying container networks (https://github.com/containers/podman/issues/12965).

This is sort of "fixed" by using a Quadlet ".kube" but IMO that's a pretty weak solution and removes the "here's your compose file, run it" aspect.

Recently (now that Deb13 is out with Podman 5) I have started transitioning to Podmans Quadlet files which have been quite smooth so far. As you say, its great to run things without all the overhead of kubernetes.

iTokio•2m ago
Isn’t that limited to single node?

How would you configure a cluster? I’m trying to explore alternatives to kubernetes, such as docker swarm, but I think that the options are limited if you must support clusters with equivalent of pods and services at least.

mstade•15m ago
I replaced my Docker usage entirely with OrbStack[1] a few months ago, and have had zero issues with it so far. Great product that I happily pay a license for.

My usage is fairly basic though and I'm sure mileage varies, but for my basic web dev setup it's been perfect.

[1]: https://orbstack.dev/