Skip Navigation

Posts
3
Comments
255
Joined
2 yr. ago

  • Never!

    Jump
  • We dislike it because nobody needs it. Nobody here is getting DDoS'd to any extend that needs external protection.

    I'm talking anecdotally but it seems to me that all the people who ride-or-die Cloudflare are also self-hosters who aren't very knowledgeable about self-hosting concepts and just heard that cloudflare protects against all these imaginary problems because they sure do sound scary!

  • tar -xvf

    <archive-name>

    but only because I had to look it up twice so now my brain has committed it to memoryI don't even know what it does

  • IPv6 addresses are already publicly accessible

    No, they are not. You still have a firewall.

  • That's the point.

    If you can push a minority group into desperation, then you get to play the moral high ground when they act out of desperation. It's not a new trick by any means.

  • I wrote this article to lament the loss of the curious spark in our developer culture, not to criticize or judge anyone. I understand the world moves on,

    I think your world moved on, Dayvi Schuster, as my world still works like this. I think you have surrounded yourself with aging dead-end personalities and corporate sellouts, who have distracted themselves with the rat race and forgotten the world of curiosity and creation.

  • Because Windows fucking sucks and Linux is a can of worms not everyone wants to deal with?

    Apple isn't free of sin, but it's the simplest way to get a system that doesn't actively work against you.

  • The future is now, old man

  • This is basic life philosophy. Nothing is perfect, but you can choose which problems you want to deal with. Linux presents the least amount of struggle to fixing the problems it gives me, so I use Linux everywhere.

  • Yeah, political violence is a slippery slope. They should've thought of that when they started it.

  • ya

  • ml

  • It's still bad, and the foundation keeps digging itself into a deeper and deeper hole. Dead project.

  • A fresh Debian container uses 22 MiB of RAM. A fresh debian VM uses 200+ MiB of RAM.A VM has to translate every single hardware interaction, a container doesn't.

    I don't want to fuck flies about the definition of 'huge' with you, but that's kind of a huge difference.

  • Correct.

    Side note- people will tell you not to put dockers in an LXC but fuck em. I don't want to pollute my hypervisor with docker's bullshit and the performance impact is negligeable.

  • I recommend you use containers instead of VMs when possible, as VMs have a huge overhead by comparison, but yes. Each service gets its own container, unless 2 services need to share data. My music container, for example, is host to both Gonic, slskd and Samba.

  • osm? I'm not sure what you're looking for.

  • I absolutely respect rawdogging your website with just an IP

  • They use some of the same kernel functions but they are not the same. They are not comparable. LXCs are used to host a whole separate system that shares kernel with its host, docker is used to bundle external requirements and configs for a piece of software for ease of downstream setup. Docker is portable, LXCs much less so.

  • LXCs are not comparable to Docker, they do different things.