frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

League of Professional System Administrators Board to Dissolve Organization

https://lopsa.org/blog/13510205
1•pabs3•41s ago•0 comments

Facial recognition error sees woman accused of theft

https://www.bbc.com/news/articles/cdr510p7kymo
1•pseudolus•2m ago•0 comments

Embedding Godot games in iOS apps is easy now

https://christianselig.com/2025/05/godot-ios-interop/
1•archagon•8m ago•0 comments

Nvidia's CoreWeave position alone would be among most profitable US companies

https://sherwood.news/markets/nvidias-coreweave-position-3-billion-profits/
1•gmays•8m ago•0 comments

Would you switch browsers for a chatbot?

https://www.theverge.com/installer-newsletter/687068/dia-browser-snapseed-f1-installer
1•gametorch•9m ago•0 comments

MI6 appoints first female chief in 116-year history

https://www.bbc.co.uk/news/articles/czxyx04dv1wo
1•mellosouls•10m ago•0 comments

ClackyAi:Your Agentic Coding Studio, Prototype, Refine, Collaborate and Evolve

https://clacky.ai/
1•Nicole9•10m ago•0 comments

"Don't Mock What You Don't Own" in 5 Minutes

https://hynek.me/articles/what-to-mock-in-5-mins/
1•JNRowe•18m ago•1 comments

Cmapv2: A high performance, concurrent map

https://github.com/sirgallo/cmapv2
1•sirgallo•22m ago•1 comments

Show HN: LinkedIn Data Extraction Services

https://twitter.com/80spowertech/status/1934089822752157714
1•arcknighttech•25m ago•0 comments

DevTUI – A Swiss-army app for developers

https://devtui.com/
3•todsacerdoti•27m ago•0 comments

People can be identified by their breathing patterns with 97% accuracy

https://www.livescience.com/health/people-can-be-identified-by-their-breathing-patterns-with-97-percent-accuracy
1•Bluestein•36m ago•1 comments

Apple-on-device-OpenAI: OpenAI-compatible API server for Apple on-device models

https://github.com/gety-ai/apple-on-device-openai
2•thunderbong•41m ago•0 comments

New model helps to figure out which distant planets may host life

https://www.space.com/astronomy/solar-system/new-model-helps-to-figure-out-which-distant-planets-may-host-life
1•pseudolus•42m ago•0 comments

Preparation of a neutral nitrogen allotrope hexanitrogen C2h-N6 – Nature

https://www.nature.com/articles/s41586-025-09032-9
1•bilsbie•45m ago•0 comments

Is Gravity Just Entropy Rising? Long-Shot Idea Gets Another Look

https://www.quantamagazine.org/is-gravity-just-entropy-rising-long-shot-idea-gets-another-look-20250613/
1•pseudolus•45m ago•0 comments

Setting up a smooth i3 window manager experience in WSL(G)

https://perweij.gitlab.io/posts/i3-in-wsl/
1•thunderbong•49m ago•0 comments

Embabel-agent: Agent framework for the JVM from the creator of Spring

https://github.com/embabel/embabel-agent
2•simonpure•50m ago•0 comments

Elvis Act

https://en.wikipedia.org/wiki/ELVIS_Act
1•listenfaster•51m ago•0 comments

Koch's Postulates

https://en.wikipedia.org/wiki/Koch%27s_postulates
1•g42gregory•52m ago•0 comments

The Peacock's Dilemma

https://domofutu.substack.com/p/the-peacocks-dilemma
2•wjb3•53m ago•0 comments

Oblivion Remastered is selling new horse armor like it's 2006

https://www.pcgamer.com/games/rpg/its-happening-again-oblivion-remastered-is-selling-new-horse-armor-like-its-2006/
1•aspenmayer•56m ago•1 comments

Portable EPUBs (2024)

https://willcrichton.net/notes/portable-epubs/
3•bobbiechen•58m ago•1 comments

Listen to This Harrowing Audio of B-52s Bombing Hanoi [video]

https://www.youtube.com/watch?v=ECGKCD-pqiM
3•vinnyglennon•1h ago•1 comments

I Miss the Internet (2024)

https://www.joanwestenberg.com/p/i-miss-the-internet
2•wordhydrogen•1h ago•0 comments

Jokes and Humour in the Public Android API

https://voxelmanip.se/2025/06/14/jokes-and-humour-in-the-public-android-api/
3•todsacerdoti•1h ago•0 comments

Russian Troops Are Lobbing Chemical Rockets in Eastern Ukraine

https://daxe.substack.com/p/russian-troops-are-lobbing-chemical
1•vinnyglennon•1h ago•0 comments

Fowler Museum at UCLA returns Larrakia cultural objects to Australia

https://newsroom.ucla.edu/stories/fowler-museum-at-ucla-returns-larrakia-cultural-objects-to-australia
1•gnabgib•1h ago•0 comments

Show HN: We built a customer intelligence platform that replaces 5 tools

https://crowdapp.io/
1•josephburutu•1h ago•0 comments

How to validate scientific ideas outside academia?

https://academia.stackexchange.com/questions/134476/how-to-validate-scientific-ideas-outside-academia
1•squircle•1h ago•2 comments
Open in hackernews

Show HN: Container-compose – A Docker-compose like tool for Apple containers

https://github.com/noghartt/container-compose
42•Noghartt•10h ago
Hey HN, recently Apple release their own container manager tooling, but it's missing a "compose-like" tool.

I'm building this CLI as a side-project and a way to help on the usage with the main tool.

It's in a early version, then at the moment I'm trying to be as much as possible compatible with `docker-compose` config file, and in the current version we're supporting two commands: `up` and `down`.

Comments

yodon•10h ago
Any thoughts or insights into why Apple didn't ship docker-compose support?
Noghartt•9h ago
To be honest, I'm not sure why they didn't already release it supporting a compose-like tool. But my hypothesis is that considering they release a v0.1.0, they tried to be lean on their CLI and maybe they're building something on top of it.
figmert•7h ago
It took Podman a good 2 or so years to develop a good docker compatible http api. I presume that's why. There's no point in coming out with all of the features when they can release with some support, and add on top of it.
WhyNotHugo•5h ago
Even today, some docker-compose features still don’t work with podman. There’s just an absurd amount of subtleties and edge cases, but pretty much all my usages hit one of these or another.
esseph•10m ago
Biggest reason is that docker / podman/OCI are very different architectures and security models.

I hope there is something new. The tooling and deployment fragmentation is a nightmare.

From a security and open standards pov, we maybe should be moving to podman/OCI.

The docker tooling was often focused on the dev experience and it showed, but it wasn't a system with a good security model and this transition is a large part of that pain.

elisiariocouto•7h ago
Excellent work! Any reason why don’t implement this as a plugin for the container CLI?
Noghartt•7h ago
Thanks!

> Any reason why don’t implement this as a plugin for the container CLI?

I did a different CLI because, considering that Apple released their v0.1.0, I'm not sure if they're working in some kind of official support for compose YAMLs.

With that in mind, I tried to avoid coupling it into the container CLI, to avoid injecting any kind of breaking change or something else which could cause any issue in the future.

develatio•7h ago
How does networking between several “services” (containers) work?
Noghartt•6h ago
The container opens a gateway and each container provides its own local IP (e.g. 192.168.64.2), from what I understood, every services known host machine and can communicate with each other.

On my current implementation, I didn't work with DNS/Network Resolution because I need to understand better what I can/can't do with the API Apple provides, so the only things it does is handling the port mapping using `socat`, as the docs recommends.

daft_pink•6h ago
Hoping that VSCode supports Apple Containers in a similar way to it supporting Docker Containers. I’ve tried Podman to use less resources on my Mac, but found that the developer tooling in things like VSCode makes Docker a bit sticky.
esseph•14m ago
Looking at the ecosystem between docker and podman/oci, I hope the OCI tooling gets better.

I know docker is easier to dev on for many currently, it's also been around longer, but there is a widening gap between docker deployments in production and podman deployments in production and it isn't nearly as smooth or secure as either should be.

cedws•5h ago
Is the container CLI actually intended for end users? My impression was that it's just a demo project showing off the Containerization API. I'm guessing that BuildKit will eventually support Apple's container runtime via the Containerization API.
fnordian•3h ago
I hope apple will deliver a docker compatible api soon, so that all the existing tools will just work.
cosmotic•2h ago
Or Docker migrate to the new API, like they did with QEMU to Virtualization Framework.