frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Nano Banana Pro

https://blog.google/technology/ai/nano-banana-pro/
724•meetpateltech•7h ago•445 comments

New Glenn Update – Blue Origin

https://www.blueorigin.com/news/new-glenn-upgraded-engines-subcooled-components-drive-enhanced-pe...
55•rbanffy•1h ago•16 comments

Run Docker containers natively in Proxmox 9.1 (OCI images)

https://raymii.org/s/tutorials/Finally_run_Docker_containers_natively_in_Proxmox_9.1.html
61•jandeboevrie•1h ago•13 comments

GitHut – Programming Languages and GitHub (2014)

https://githut.info/
27•tonyhb•1h ago•14 comments

New OS aims to provide (some) compatibility with macOS

https://github.com/ravynsoft/ravynos
51•kasajian•2h ago•22 comments

Data-at-Rest Encryption in DuckDB

https://duckdb.org/2025/11/19/encryption-in-duckdb
84•chmaynard•3h ago•11 comments

NTSB Preliminary Report – UPS Boeing MD-11F Crash [pdf]

https://www.ntsb.gov/Documents/Prelimiary%20Report%20DCA26MA024.pdf
106•gregsadetsky•4h ago•126 comments

The Lions Operating System

https://lionsos.org
91•plunderer•4h ago•14 comments

Okta's NextJS-0auth troubles

https://joshua.hu/ai-slop-okta-nextjs-0auth-security-vulnerability
188•ramimac•2d ago•63 comments

Microsoft makes Zork open-source

https://opensource.microsoft.com/blog/2025/11/20/preserving-code-that-shaped-generations-zork-i-i...
338•tabletcorry•4h ago•160 comments

Android and iPhone users can now share files, starting with the Pixel 10

https://blog.google/products/android/quick-share-airdrop/
313•abraham•5h ago•231 comments

Launch HN: Poly (YC S22) – Cursor for Files

35•aabhay•5h ago•37 comments

Go Cryptography State of the Union

https://words.filippo.io/2025-state/
108•ingve•5h ago•45 comments

Kagi Assistants

https://blog.kagi.com/kagi-assistants
89•ingve•2h ago•41 comments

Free interactive tool that shows you how PCIe lanes work on motherboards

https://mobomaps.com
108•tagyro•1d ago•15 comments

Adversarial poetry as a universal single-turn jailbreak mechanism in LLMs

https://arxiv.org/abs/2511.15304
213•capgre•10h ago•117 comments

Readonly Characters Are a Big Deal

https://matklad.github.io/2025/11/10/readonly-characters.html
4•vinhnx•1w ago•0 comments

Show HN: F32 – An Extremely Small ESP32 Board

https://github.com/PegorK/f32
157•pegor•1d ago•19 comments

Ask HN: How are Markov chains so different from tiny LLMs?

111•JPLeRouzic•3d ago•64 comments

Mozilla says it's finally done with Onerep

https://krebsonsecurity.com/2025/11/mozilla-says-its-finally-done-with-two-faced-onerep/
92•todsacerdoti•3h ago•50 comments

Interactive World History Atlas Since 3000 BC

http://geacron.com/home-en/
271•not_knuth•13h ago•124 comments

ArkA – A minimal open video protocol (first MVP demo)

https://baconpantsuppercut.github.io/arkA/
6•moshebenpeshe•1h ago•3 comments

OOP is shifting between domains, not disappearing

https://blog.jsbarretto.com/post/actors
37•ibobev•2h ago•66 comments

Freer Monads, More Extensible Effects (2015) [pdf]

https://okmij.org/ftp/Haskell/extensible/more.pdf
66•todsacerdoti•7h ago•13 comments

Two recently found works of J.S. Bach presented in Leipzig [video]

https://www.youtube.com/watch?v=4hXzUGYIL9M#t=15m19s
74•Archelaos•3d ago•56 comments

What's in a Passenger Name Record (PNR)? (2013)

https://hasbrouck.org/articles/PNR.html
42•rzk•4d ago•12 comments

Show HN: My hobby OS that runs Minecraft

https://astral-os.org/posts/2025/10/31/astral-minecraft.html
98•avaliosdev•3d ago•14 comments

CBP is monitoring US drivers and detaining those with suspicious travel patterns

https://apnews.com/article/immigration-border-patrol-surveillance-drivers-ice-trump-9f5d05469ce8c...
517•jjwiseman•3h ago•481 comments

Red Alert 2 in web browser

https://chronodivide.com/
366•nsoonhui•10h ago•122 comments

New Proofs Probe Soap-Film Singularities

https://www.quantamagazine.org/new-proofs-probe-soap-film-singularities-20251112/
8•tzury•5d ago•0 comments
Open in hackernews

Run Docker containers natively in Proxmox 9.1 (OCI images)

https://raymii.org/s/tutorials/Finally_run_Docker_containers_natively_in_Proxmox_9.1.html
61•jandeboevrie•1h ago

Comments

nirav72•1h ago
I played with this a bit today. Only downside is, no easy way to update containers yet. But on the other hand, no more dealing with macvlan or custom docker networks.
dijit•1h ago
“update”, I assume you mean “recreate with new image”?

I think docker itself doesn’t support that.

doubled112•1h ago
I use Docker compose to recreate containers with a new image regularly.

I'm sure you could be creative with volumes in Proxmox and build a new LXC container from a new OCI image with the old volumes attached.

dijit•1h ago
> I use Docker compose to recreate containers with a new image regularly.

try doing so without the compose file though.

doubled112•1h ago
That's true, isn't it? It was one of those features you'd think they would have had figured out, but no.
prmoustache•52m ago
Isn't the ability to do blue/green deployments, canary releases and easy rollbacks huge incentives to use containers?

I think virtually nobody cares about being able to change the image of a container when you can so easily start a new one.

danudey•28m ago
The idea is that your container image is the thing you want, and is (relatively) immutable, so you delete and create containers when you want things to change. If you need state you can do that with volume mounts, but the idea is that you don't need to 'update' a container, you just replace it with a new one.

That's also what docker compose does, under the hood. It doesn't 'update' a container, it just deletes it and recreates it with the new image and the same settings/name/ports/volumes/etc.

k__•1h ago
Is this similar to what FlyIO is doing? Running containers as microVMs?
indigodaddy•49m ago
Perhaps in spirit? But I don't think you can term LXC a microVM, and I doubt they start close to as fast as Firecracker or smolbsd, and similar ilk. EDIT - appears I am probably wrong about firecracker being faster than LXC as LXC is kernel based virtualization and likely has faster startup than microVMs?
_ache_•51m ago
I have an "error" "I am not a teapot"

719 - I am not a teapot Espresso Web (Red Hat Enterprise Linux) at raymii.org

Looks suspicious, ... not 418, 719.

radiator•34m ago
I think 418 is 'I am a teapot' so it would not be correct to use it in your case. 719 must be a typo though, perhaps it should be 419.
dizhn•34m ago
They are converted to LXC images then run. No compose file either. Still pretty neat.
caymanjim•6m ago
It's unclear to me why running Docker directly in Proxmox (it's just Debian) and using it like any other Docker host is a bad idea, and why this extra layer of abstractions is preferable.

Docker has security issues if you're not careful, and it's frankly kind of a shitshow out of the box with defaults. Maybe that's part of the reason. But I struggle to see how a bespoke solution like this is the right answer.