For the best experience on desktop, install the Chrome extension to track your reading on news.ycombinator.com
Hacker Newsnew | past | comments | ask | show | jobs | submit | history | more yetanother-1's commentsregister

This is so sad news. I just finished his book about the dependable systems in security engineering.


I will wait to see the ADAC crash test report.

Once I can see it here, I will decide accordingly.

https://www.adac.de/rund-ums-fahrzeug/autokatalog/crashtest/


Speaking of holes, I will leave you with this classic: https://youtu.be/-_KLD9opGFg


They tried that on my 15 years old account, then they reverted it back because I could still watch them in incognito windows, or stopped completely watching Youtube.

I am not very profitable to them anyway, but they appear to test you for a couple of days and see how you would react.


Would you give more explination please? How are you plannin on setting it up?


Run wireguard on your phone. Follow instructions for split tunneling. Only tunnel the IP of your DNS (PiHole) and boom.


Would you prefer this over Traefik for a simple docker-compose setup?


I didn’t think I would see traefik and simple in the same sentence.


> a simple docker-compose

Abstraction at it's finest.


Unironically this. After trying Kubernetes, Terraform, Ansible, and various proprietary PaaS config formats, I've grown to love Compose files' simplicity.


Yes, when compared to extreme complexity, compose is simpler. But it's hardly simple.


I'll happily try anything simpler than that if you give me an idea what that might be.

Not trying to be salty or anything – I really think Compose hits the sweet spot of abstraction which is less complex than both the monstrosities I listed and the ad hoc Bash scripts copying code over SSH and restarting services approach (so, the other extremity of declarative v. imperative).


so I guess you are on Docker Swarm?


Actually yeah! A single node is usually enough for me though, but I like the ability to throw in more nodes as needed (more or less painlessly, as long as you properly guard services that need persistent volumes with a label constraint).

Shameless plug: I also make a Docker Swarm dashboard, check it out: https://lunni.dev/


I am on docker swarm, too, and I like it.

Lunni? cool, thank you for sharing it, I'll give it a try

How to navigate the docs? in https://lunni.dev I only reach https://lunni.dev/docs/install/ while I see a lot of good docs https://gitlab.com/lunni/lunni.dev/-/tree/master/docs ...maybe not ready for the website?


Huh, that's weird – probably a bug in my docs pipeline somewhere. Looking into it rn

Edit: custom CSS for the homepage breaks navigation on inner pages on desktop. Should be fine now. Thanks for pointing this out!


What strikes you as difficult with compose files? In fact, I would say it’s the most concise format to describe a desired state of running applications currently available.


Nothing is difficult about them, compose is easy enough that you can grok it in a day.

You saw the lament in my comment though and that speaks a deeper truth.

If WSL took off quick enough we could have had lxc as the main player rather than the bastardisation of lxc that is docker.com

For an open source project they make it incredibly hard to access what are essentially text files for containerisation setups on windows or mac?

https://github.com/docker/hub-feedback/issues/1103


Compose is an open source project entirely separate to hub, though. The compose file specification is versioned separately, and will outlive Docker, probably. So I don’t quite get your criticism?


How are you using compose without docker? They are joined at the hip, criticism of one is criticism of the other.

The days of cheap money are over, it's inevitable that certain SaaS companies will start tightening the screws on their users to match the returns they can get with cash in a bank. I just wish lxc (which docker was built off) got a chance to gain traction. It's miles ahead in DX and sure they serve different functionalities but can be used the same and the network effects can't be understated.


No, that isn't true. Compose can absolutely be used with Docker replacements, and there is no reason you couldn't create an implementation for LXC, for example.


> Compose can absolutely be used with Docker replacements

Can you point to some examples of this?

LXC has profiles which can be mixed and matched for containers, it's got far more extensibility, compose files are a one-shot creation that gets copy/pasted/modified all over the place (we're all guilty of this), you need to read every single compose file and reboot unlike additively popping another profile on a linux container while it's running.


Using Docker Compose with Podman: https://www.redhat.com/sysadmin/podman-docker-compose Using containerd: https://github.com/mc256/containerd-compose Using nerdctl: https://github.com/containerd/nerdctl

I'd really disagree that compose files are somehow one-shot, or blindly modified. To the contrary, really, we have them checked in with the source code. Upon deployment to the cluster, the (running) services will be intelligently updated or replaced (in a rolling manner, causing zero downtime). LXC might be more elegant, but I have no idea what simple, file-based format I could use to let engineers describe the environment their app should run in without compose.

I need something that even junior devs can start up with a single command, that can be placed in the VCS along with the code, and that will not require deep Linux knowledge to get running. Open for suggestions here, really.


Wendover production is a good quality channel that I always recommend. That being said, their explinations of the problems at hand are always too simplified and limited. Yes the topic is much more complex, but by the end of the video you will end up with some idea about the topic. It is a way to fill some curiosity and satisfy clicks. It can not be taken as any source of knowledge or 101 introduction into topics.


Wendover does make entertaining videos, but lately he’s gotten a little full of himself and occasionally includes annoying political commentary.


It looks similar to ventusky.com


Exactly what I was thinking. Comparing it with https://www.ventusky.com/?p=26.8;-117.1;4&l=wind-10m it’s almost identical.


This was brought up in an old thread about windy: https://news.ycombinator.com/item?id=15095654


It looks remarkably similar. One must be a copy of the other. I was aware of Ventusky first but doesn't necessarily mean it came first.


Wikipedia says Windy.com came ~2 years earlier. Funnily enough, they are both Czech projects.


I find pdfsam to be the perfect offline tool for me on Windows.

https://pdfsam.org

And it's open source as well: https://github.com/torakiki/pdfsam


When open sourcing your work, look first into licensing and make sure to understand what each license offers and what implications it has.

Then you can chose to push it to github or similar, but please prepare a good readme.md file.


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search:

HN For You