• 0 Posts
  • 91 Comments
Joined 2 years ago
cake
Cake day: June 7th, 2023

help-circle
  • Location: ~87% of respondents are from Canada

    As others mentioned, this would be an interesting data point to validate. I’m not familiar with the server side of Lemmy, but does the server provide any logs which could be used with GeoIP to get a sense of the relative number of connections from different countries? While there is likely to be some misreporting due to VPN usage and the like, it’s likely to be a low enough number of connections to be ignored as “noise” in the data. Depending on the VPNs in question, it may also be possible to run down many of the IP addresses which are VPNs in the connections logs and report “VPN user” as a distinct category. This would also be interesting to see broken out by instance (e.g. what countries are hitting lemmy.world versus lemmy.ml versus lemmy.ca etc.).

    All that said, thank you for sharing. These sorts of exercises can be interesting to understand what a population looks like.


  • If the goal is stability, I would have likely started with an immutable OS. This creates certain assurances for the base OS to be in a known good state.
    With that base, I’d tend towards:
    Flatpak > Container > AppImage

    My reasoning for this being:

    1. Installing software should not effect the base OS (nor can it with an immutable OS). Changes to the base OS and system libraries are a major source of instability and dependency hell. So, everything should be self contained.
    2. Installing one software package should not effect another software package. This is basically pushing software towards being immutable as well. The install of Software Package 1, should have no way to bork Software Package 2. Hence the need for isolating those packages as flatpaks, AppImages or containers.
    3. Software should be updated (even on Linux, install your fucking updates). This is why I have Flatpak at the top of the list, it has a built in mechanism for updating. Container images can be made to update reasonably automatically, but have risks. By using something like docker-compose and having services tied to the “:latest” tag, images would auto-update. However, its possible to have stacks where a breaking change is made in one service before another service is able to deal with it. So, I tend to tag things to specific versions and update those manually. Finally, while I really like AppImages, updating them is 100% manual.

    This leaves the question of apt packages or doing installs via make. And the answer is: don’t do that. If there is not a flatpak, appimage, or pre-made container, make your own container. Docker files are really simple. Sure, they can get super complex and do some amazing stuff. You don’t need that for a single software package. Make simple, reasonable choices and keep all the craziness of that software package walled off from everything else.


  • An economy is really just a way to distribute finite resources in a world with infinite wants. Even the most egalitarian of systems is going to require deciding who gets something and who doesn’t (winner and losers). It’s perfectly valid to be frustrated by being on the “doesn’t” end of that equation. And we (US and other Western Democracies) could certainly do a lot more to shift some of the resources away from the few who are hording a lot of them, even without a radical “tear the system down” approach. The difficulty is the political will to do so.

    Unfortunately, mustering political will for a collective good, which may come with some individual losses can be a tough sell. Especially when large parts of a population are comfortable. Not only do you have to convince people that the collective good is an overall good for them, you also have to convince them that the individual losses either won’t effect them or will be mitigated by the upsides of the collective good. And given peoples’ tendency to over emphasize the short term risks over the long term risks, this can be especially hard. But, that doesn’t mean you should give up, just that you need to sharpen your arguments and find ways to convince more people that things can be better for them, if they are willing to take that step.



  • It’s going to depend on what types of data you are looking to protect, how you have your wifi configured, what type of sites you are accessing and whom you are willing to trust.

    To start with, if you are accessing unencypted websites (HTTP) at least part of the communications will be in the clear and open to inspection. You can mitigate this somewhat with a VPN. However, this means that you need to implicitly trust the VPN provider with a lot of data. Your communications to the VPN provider would be encrypted, though anyone observing your connection (e.g. your ISP) would be able to see that you are communicating with that VPN provider. And any communications from the VPN provider to/from the unencrypted website would also be in the clear and could be read by someone sniffing the VPN exit node’s traffic (e.g. the ISP used by the VPN exit node) Lastly, the VPN provider would have a very clear view of the traffic and be able to associate it with you.

    For encrypted websites (HTTPS), the data portion of the communications will usually be well encrypted and safe from spying (more on this in a sec). However, it may be possible for someone (e.g. your ISP) to snoop on what domains you are visiting. There are two common ways to do this. The first is via DNS requests. Any time you visit a website, your browser will need to translate the domain name to an IP address. This is what DNS does and it is not encrypted by default. Also, unless you have taken steps to avoid it, it likely your ISP is providing DNS for you. This means that they can just log all your requests, giving them a good view of the domains you are visiting. You can use something like DNS Over Https (DOH), which does encrypt DNS requests and goes to specific servers; but, this usually requires extra setup and will work regardless of using your local WiFi or a 5g/4g network. The second way to track HTTPS connections is via a process called Server Name Identification (SNI). In short, when you first connect to a web server your browser needs to tell that server which domain it wants to connect to, so that the server can send back the correct TLS certificate. This is all unencrypted and anyone inbetween (e.g. your ISP) can simply read that SNI request to know what domains you are connecting to. There are mitigations for this, specifically Encrypted Server Name Identification (ESNI), but that requires the web server to implement it, and it’s not widely used. This is also where a VPN can be useful, as the SNI request is encrypted between your system and the VPN exit node. Though again, it puts a lot of trust in the VPN provider and the VPN provider’s ISP could still see the SNI request as it leaves the VPN network. Though, associating it with you specifically might be hard.

    As for the encrypted data of an HTTPS connection, it is generally safe. So, someone might know you are visiting lemmy.ml, but they wouldn’t be able to see what communities you are reading or what you are posting. That is, unless either your device or the server are compromised. This is why mobile device malware is a common attack vector for the State level threat actors. If they have malware on your device, then all the encryption in the world ain’t helping you. There are also some attacks around forcing your browser to use weaker encryption or even the attacker compromising the server’s certificate. Though these are likely in the realm of targeted attacks and unlikely to be used on a mass scale.

    So ya, not exactly an ELI5 answer, as there isn’t a simple answer. To try and simplify, if you are visiting encrypted websites (HTTPS) and you don’t mind your mobile carrier knowing what domains you are visiting, and your device isn’t compromised, then mobile data is fine. If you would prefer your home ISP being the one tracking you, then use your home wifi. If you don’t like either of them tracking you, then you’ll need to pick a VPN provider you feel comfortable with knowing what sites you are visiting and use their software on your device. And if your device is compromised, well you’re fucked anyway and it doesn’t matter what network you are using.



  • Why can’t the U.S do the same, if Donald Trump is so bad?

    We don’t have a legal mechanism for it. In the US Constitution, the people do not have a direct power of impeachment. As a Federalist system, the US Federal Government was designed as a government of governments. So, the power to impeaching the US President is given to Congress, not the people.

    Impeachment is a two step process in the US. The House of Representatives (the larger of the two houses) is required to pass Articles of Impeachment which list the reasons for removal. Those are then taken up by the Senate (the smaller house) which tries the President and requires a 2/3 majority to convict the President.

    While it’s easy to get a sense that everyone hates the US President, especially here on Lemmy, his popularity isn’t all that far behind previous US Presidents. Yes, he is net unpopular, but not so much that his removal is politically possible. His own party (Republicans) still supports him, and they hold majorities in both houses. As such, they are neither going to pass Articles of Impeachment, nor would they convict him (and most certainly not at the 2/3 level needed in the Senate).

    Why are some Americans even supporting him?

    The US is rather starkly divided, politically speaking, at the moment. And people will overlook a lot from the leaders of their own party, if it means keeping the other party out of power. Trump is the latest, and one of the more extreme examples of this. His claims that he could shoot someone and not lose any votes may be close to true. There was a special election in 2017 where the Republican candidate had credible allegations of sexual misconduct with a minor. This was for a Senate seat from Alabama, which one would normally expect to vote overwhelmingly Republican. Moore did end up losing, but is was closer than one would expect, when one of the candidates is likely a pedophile.

    Again, if your only source of information about US politics comes from Lemmy, you’re getting a very skewed view. Yes, he’s not popular at the moment, but there is a large segment of the US population which agrees with him. And that means we’re kinda stuck with him until 2018.


  • sylver_dragon@lemmy.worldtoLinux@lemmy.mlAntiviruses?
    link
    fedilink
    English
    arrow-up
    2
    ·
    17 days ago

    Ultimately, it’s going to be down to your risk profile. What do you have on your machine which would wouldn’t want to lose or have released publicly? For many folks, we have things like pictures and personal documents which we would be rather upset about if they ended up ransomed. And sadly, ransomware exists for Linux. Lockbit, for example is known to have a Linux variant. And this is something which does not require root access to do damage. Most of the stuff you care about as a user exists in user space and is therefore susceptible to malware running in a user context.

    The upshot is that due care can prevent a lot of malware. Don’t download pirated software, don’t run random scripts/binaries you find on the internet, watch for scam sites trying to convince you to paste random bash commands into the console (Clickfix is after Linux now). But, people make mistakes and it’s entirely possible you’ll make one and get nailed. If you feel the need to pull stuff down from the internet regularly, you might want to have something running as a last line of defense.

    That said, ClamAV is probably sufficient. It has a real-time scanning daemon and you can run regular, scheduled scans. For most home users, that’s enough. It won’t catch anything truly novel, but most people don’t get hit by the truly novel stuff. It’s more likely you’ll be browsing for porn/pirated movies and either get served a Clickfix/Fake AV page or you’ll get tricked into running a binary you thought was a movie. Most of these will be known attacks and should be caught by A/V. Of course, nothing is perfect. So, have good backups as well.



  • Short answer, no.

    Long answer: We are a long way off from having anything close to the movie villain level of AI. Maybe we’re getting close to the paperclip manufacturing AI problem, but I’d argue that even that is often way overblown. The reason I say this is that such arguments are quite hand-wavy about leaps in capability which would be required for those things to become a problem. The most obvious of which is making the leap from controlling the devices an AI is intentionally hooked up to, to devices it’s not. And it also needs to make that jump without anyone noticing and asking, “hey, what’s all this then?” As someone who works in cybersecurity for a company which does physical manufacturing, I can see how it would get missed for a while (companies love to under-spend on cybersecurity). But eventually enough odd behavior gets picked up. And the routers and firewalls between manufacturing and anything else do tend to be the one place companies actually spend on cybersecurity. When your manufacturing downtime losses are measured in millions per hour, getting a few million a year for NDR tends to go over much better. And no, I don’t expect the AI to hack the cybersecurity, it first needs to develop that capability. AI training processes require a lot of time failing at doing something, that training is going to get noticed. AI isn’t magically good at anything, and while the learning process can be much faster, that speed is going to lead to a shit-ton of noise on the network. And guess what, we have AI and automation running on our behalf as well. And those are trained to shutdown rogue devices attacking the cybersecurity infrastructure.

    “Oh wait, but the AI would be sneaky, slow and stealty!” Why would it? What would it have in it’s currently existing model which would say “be slow and sneaky”? It wouldn’t, you don’t train AI models to do things which you don’t need them to do. A paperclip optimizing AI wouldn’t be trained on using network penetration tools. That’s so far outside the need of the model that the only thing it could introduce is more hallucinations and problems. And given all the Frankenstein’s Monster stories we have built and are going to build around AI, as soon as we see anything resembling an AI reaching out for abilities we consider dangerous, it’s going to get turned off. And that will happen long before it has a chance to learn about alternative power sources. It’s much like zombie outbreaks in movies, for them to move much beyond patient zero requires either something really, really special about the “disease” or comically bad management of the outbreak. Sure, we’re going to have problems as we learn what guardrails to put around AI, but the doom and gloom version of only needing one mistake is way overblown. There are so many stopping points along the way from single function AI to world dominating AI that it’s kinda funny. And many of those stopping points are the same, “the attacker (humans) only need to get lucky once” situation. So no, I don’t believe that the paperclip optimizer AI problem is all that real.

    That does take us to the question of a real general purpose AI being let loose on the internet to consume all human knowledge and become good at everything, which then decides to control everything. And maybe this might be a problem, if we ever get there. Right now, that sort of thing is so firmly in the realm of sci-fi that I don’t think we can meaningfully analyze it. What we have today, fancy neural networks, LLMs and classifiers, puts us in the same ballpark as Jules Verne writing about space travel. Sure, he might have nailed one or two of the details; but, the whole this was so much more fantastically complex and difficult than he had any ability to conceive. Once we are closer to it, I expect we’re going to see that it’s not anything like we currently expect it to be. The computing power requirements may also limit it’s early deployment to only large universities and government projects, keeping it’s processing power well centralized. General purpose AI may well have the same decapitation problems humans do. They can have fantastical abilities, but they need really powerful data centers to run it. And those bring all the power, cooling and not getting blown the fuck up with a JDAM problems of current AI data centers. Again, we could go back and forth making up ways for AI to techno-magic it’s way around those problems, but it’s all just baseless speculation at this point. And that speculation will also inform the guardrails we build in at the time. It would boil down to the same game children play where they shoot each other with imaginary guns, and have imaginary shields. And they each keep re-imagining their guns and shields to defeat the other’s. So ya, it might be fun for a while, but it’s ultimately pointless.


  • For someone who spends a lot of time alone and on a computer this will seem anathema, but go find some sort of physical activity (sport) and start engaging in it a few times a week. Not only does this get you out of the house, it creates opportunities to engage with people socially and it is good for your health.

    I am very much a stay at home, be in front of my computer type hermit. I was this way most of my life and even being married didn’t help much as my wife is the same. A good Friday night for us currently involves playing Baldur’s Gate 3 until much too late. We have a very small circle of friends and don’t get out much at all. However, now in my late 40’s I am having some health issues and that finally gave me the push to get out of my gaming chair and get my body moving. I took up climbing at an indoor rock climbing gym and I really enjoy it. The regularly changing routes on the walls mean that I get to engage the puzzle solving part of my brain, and I am pushed physically as I try to get better. In between climbs I’m near other people with an obvious shared interest and can practice talking to other people by discussing the routes (social skills are like all skills, they take practice). And the exercise has made my doctor visits a lot less “you’re going to die horribly” and more “we’ve got things pretty well controlled”. I also just feel better.

    So ya, go out and find some sort of physical activity you enjoy. Don’t be afraid to try new things, you’ll suck at them but that’s to be expected. The first step in being good at anything is sucking at it. Use that suckage to engage with other people and learn how to suck less. This will help you suck less at socializing. I won’t say that any of this is easy, it’s not. I know there is the hermit piece if me which always wants to fall back into just hiding out in my basement (literally, my office is in my basement). But, I’ve also made a habit of climbing 2-3 times a week and 3 years into doing that I am now looking forward to that time. I get excited when I walk into the gym and see one of the walls changed and now get to solve a new set of climbing routes. I still kinda suck, but not anywhere near as much as I did on my first day.


  • Harm was going to happen no matter what you do in the trolley problem. There is no situation where harm does not happen, but there is a situation where you directly are causing harm.

    Yes, exactly. By taking no action some amount of harm occurs, had you taken action that harm would not have occurred but other harm would have. Ultimately, this is analyzing the extent to which a person is willing to allow harm via inaction versus cause harm through direct action.

    Almost none of them actually having a real world application…

    Like many thought experiments, the Trolley Problem is an artificial situation intended to isolate certain decision making points so that they can be analyzed. Yes, reality is messy and we often have more than two options. But having this sort of analysis ahead of time can make the real problems less complex to consider. It is also useful for looking at our philosophical frameworks and where they break down.

    Personally, if I could go the rest of my life without hearing about the trolley problem that’d be great actually.

    The Trolley Problem is a tool for examining our beliefs. Throwing it away because it is imperfect and uncomfortable only leads to a blindness of self.





  • Well, to me, it seems pretty paradoxical, almost in the same Rousseauesque line of “I’m forced to be free”.

    That’s fair, but it’s either we force all people to exist or no one ever has the opportunity to make a choice. An unfortunate fact of life is that a lot of things will happen to you, without you having a choice. Some of that will suck, some of it will be fantastic, much of it will be somewhere in between. You will never get to choose everything which happens to you, all you can choose is how you react to it. Pain and suffering is valid, but so is joy. If you choose to focus on pain and suffering, that’s up to you. But ya, that’s kinda the response of the angsty teenager.

    Sorry but you distorted my words. In no moment I said “everyone needs to die”, and I challenge anyone accusing me of that to point out where I said this.

    Fair enough, that was me getting absurd.

    What I’ve been saying throughout this Lemmy thread is how humans are inherently evil (as per Hobbesian philosophy, not out of hatred misanthropy)

    This one would be fun to expand one. Though, fair warning, I tend to dive into moral relativism and will put Hobbe’s philosophy up as an appeal to authority and his idea of some “state of nature” as just a “noble savage myth” wrapped in fancy language. Speaking of “noble savage” style myths…

    No other lifeforms developed nuclear warheads, no other lifeforms shrug off when children starve.

    Ok ya, we have fancier ways to kill each other, but the idea that animals don’t is complete bullshit. Wild animals which have too many young will kill or abandon the extra young to conserve resources. If you’re an old enough fart, you might recall people quoting Planet of the Apes (the one without CGI), “ape don’t kill ape”. Except, that ya, they do. Primates are known to kill and eat other groups of primates, even within the same species. Competition for resources and all the brutality that entails predates modern humans and it predates cities and agriculture by a long way. Sure, we have absolutely raised it a to terrifying scale. But, we really aren’t that different from our stick wielding forebearers.

    Even Earth herself isn’t eternal, for the Sun will engulf the Earth as part of its transformation to Giant Red.

    Speaking of things we have no choice about, this is one of them. Given the vast expanses of interstellar space, there’s a good chance that this really will spell the end for humanity. On the upshot, we’ve got a few million years (maybe a billion or two) before the Sun gets hot enough to make Earth uninhabitable (assuming we don’t speed that one up ourselves). If we figure nothing out in that time, we’ll be long dead before the Sun goes Red Giant. At the same time, humanity went from the first powered flight at Kittyhawk to humans walking on the Moon in the span of a single human life. We’re a clever bunch and might just sort something out. I like our chances and would love to give us a shot.

    Yes. Then, Science was hijacked by capitalism, becoming something sponsored by capital goals, one which sees people as cogs in the machine because “profit must go up”.

    Science has always been beholden to economics and war. Capitalism didn’t change that. Again, you’ve latched on to a mythical past. It didn’t exist. Leonardo Da Vinci invented a lot of stuff, much of it was designing better ways for one idiot with an upgraded stick to kill another idiot with a less upgraded stick. Even early hominids were working on better ways to gather resources and kill each other. It’d be great if we can ever change this, but until we sort out some sort of technological singularity (probably itself just a utopian myth), scientific work will take resources which means it’s part of whatever economic theory is currently being used. Economics is always trying to find a way to distribute finite resources in a world of infinite wants. Every economic system has advantages and disadvantages. Capitalism is just getting its opportunity to display its disadvantages at the moment.

    Yes. And, on one hand, this improved quality of life (= less physical suffering). On the other hand, it empowered capitalism so people became increasingly reliant on a system that seeks to perpetuate their slavery (= ontological, invisible suffering).

    Given what came before (feudalism), I’ll take capitalism and it’s “slavery” (so edgy) any day of the week. Seriously, for anyone in a first world country, sit back and look at the embarrassment of choices and riches you have available to you today. Go to a grocery store, buy a pineapple and eat it. You have now done something that would have been considered the height of indulgence in the 18th Century. Go to your bathroom, take a shit, flush. This would have blown the minds of most of humanity prior to the 19th Century (some really rich Romans wouldn’t have been all that impressed). To me, this exemplifies the weakness in your philosophy, you are quick to validate suffering but refuse to validate progress, joy or anything positive about existence. There are many, many good things in life but you refuse to recognize them, or seek to minimize them. The philosophy is so caught up in the negative, it fails to recognize the good, only calling it “less physical suffering”. And I call that bullshit. The good things in life are good, not a reduction in suffering. The default state is not suffering, you only see it that way because you choose to.

    Improving human condition also means avoiding suffering from future generations: https://pmc.ncbi.nlm.nih.gov/articles/PMC7422788/

    I’ll have to apologize, I’ve only made it to the end of Section 4 of the linked paper. It’s getting late and I’m getting pretty deep in my cups (one of humanity’s best, early inventions, booze). I do plan to pick it up in the morning, it’s an interesting read. But this is starting to sound suspiciously like the eugenicist movement of the early 20th Century. The authors also seem to recognize this and are doing a lot of “no really, we’re not those people”:

    More troublesome is the realization that, as mentioned, many folks view any efforts to contain population growth as homicide, etc.

    Ya, let’s have a critical look at China’s One Child Policy and then come back and tell me how great your policy is. Or, you know, what Eugenicists got up to in the early 20th Century. It might just be that the reason “many folks view any efforts to contain population growth as homicide” is because it always seems to turn out that way. But who knows, maybe the authors really do have A Brave New World planned and I just haven’t read that far yet.

    Population growth is already slowing (something the paper mentions). Access to education and birth control already started bending that curve. In fact, most first world countries are already facing shrinking populations. No fancy “don’t have kids” push needed. The economic consequences of this are going to be a “fun” ride and may lead to the sort of suffering the authors are hoping to avoid. Or not, managing a shrinking population may not be an insurmountable economic problem. Japan is kinda doing OK, after all. But, so far is seems that the most effective method for long term population control is less eugenics and more first world development.

    To try and sum this all up, I’d note that you seem to be arguing less about anti-natalism and more about the harms of unconstrained capitalism. I’m all on board with the latter, less so the former. We need more socialism (at least in the US). Modern capitalism is broken and that’s only going to be solved via higher taxes and greater wealth redistribution. Even people who believe wholeheartedly in capitalism should recognize that the level of wealth accumulation, rent seeking and regulatory capture have created distortions in the market which are not healthy for capitalism. We’ve entered a new Guilded Age and it’s time to break out the monopoly busting hammer. But, let’s leave the Eugenics in the dustbin of history, it wasn’t good the last time, it won’t be good this time.


  • Before I was born, there’s this… nothingness. No fleeting happiness, but also no suffering. There was no pain, no angst, nothing but the nothingness. Then I was pulled, without the ability to choose positively or negatively… now the blame is on me: “you really feel that existence is that horrible, there’s a solution for that at your nearest tall bridge”. Why should a person have to go through the painful to opt-out, risking failure?

    Because there is no other way to determine what that choice would be. If you don’t exist, you cannot opt-in. So, the only way to give people any choice is to force them into life and let them opt out. Sure, it’s not a perfect solution, but it’s the only one which provides a choice.

    Were/Are David Benatar, Philipp Mainländer, among other thinkers who extensively wrote about this subject, eternal “teenagers”?

    Yup, I’m willing to stand behind that statement. It’s entirely possible to be well educated and still be stuck in teenage angst.

    Are the scientists who’ve been tirelessly reporting on how human activity is endangering all lifeforms, and/or those who reported about microplastics everywhere, and/or those who tried to report about the consequences of Industrial Revolution, driven by “teenager angst”?

    Ah going for the absurd now? Pointing out problems is very different from the edgy “everyone needs to die” philosophy. Quite the opposite, really. Fixing problems requires identifying them. If the goal is complete human eradication, identifying problems and putting forward solutions is counter productive. Scientific advancement is the reason we have so many people on the planet. Prior to the late 19th Century, diseases like small pox and bacterial infections were doing a bang up job of suppressing the human population. And then we came up with the germ theory of diseases and vaccines. So no, I won’t put scientists down as full of “teenager angst”. Maybe some of them are, I certainly don’t know them all. But, working hard to improve the human condition seems a pretty far cry from “why don’t we all just die?”


  • Oh, found the nerve. You’re sitting around dressed in black on black listening to some “edgy” band I’ve never heard of, right?

    And yes I’m ignoring the folks who commit suicide. They aren’t the people arguing for others to not have children or for the end of all humanity. They are completely beside the argument about anti-natalism. We’re talking about your philosophy here, do keep up. If you’re arguing that humanity should be ended, then you really have two logic options:

    1. Go on a mass murder spree, reducing the population as fast and as much as possible.
    2. Go find that bridge. At least your suffering will be over and you will have reduce the human population by one.

    Hanging about for some misguided sense of “I need to convert the masses” is just the same sort of messianic bullshit every cult leader engages in. Convince the dupes to follow your bullshit, while never actually following it yourself. And much like the crap from cult leaders, the philosophy is bullshit. There may be some nuggets of truth and useful ideas buried inside it, but it’s wrapped up in enough shit to render the whole worthless. Its a philosophy which has latched on to the same thinking as the guy on the corner with “The End is Nigh!” written in large, dark letters on a sign, ranting about whatever form of doom is en vogue. Those guys have been hanging about for millennia, none of them have been right. But hey, maybe the next one will be the ticket.

    Yup, the world’s got problems. If your solution is “give up” then you’re part of the problem. The world gets better when people choose to fix it. But that’s hard, usually slow (including moving backwards on occasion) and requires effort. Giving up is easy. The hardest part is maintaining the flexibility in your shoulders to keep patting yourself on the back. And that’s all this philosophy is, it’s giving up with excuses to justify it to yourself. it’s a short-sighted view of the world, hyper-focused on the things which are bad.

    If you really feel that things are that bad, instead of giving up or killing yourself (seriously, don’t do that. It improves nothing), find a small corner of the world which you can make better and go do it. Plant a tree, at least the world has one more tree now. Help troubled children, the fact that you are able to waste time arguing on the internet with idiots like me proves that you live an absolutely charmed life compared to many, many people, go make one of their lives a bit better. Go create something, the world needs more art. The time you just wasted on my trolling could have been far better spent on learning to paint or just rubbing one out. I mean, I get it, arguing with idiots on the internet is like masturbation, it’s fun at first but really you’re just screwing yourself. At least with real masturbation you get a refractory period to go do something useful with a clear mind. Give up on giving up, and make the hard choice to make the world better. Sure, you’ll fail a lot. That’s part of what makes it hard. But the successes are worth the effort.

    you have a bit of teenage angst of your own left unresolved.

    Seriously? You can do better than that. At least try to put more effort into the insult than “no, you”. Something like “brain-washed” or “child-pilled”. Or is that “natal-pilled”, what is the appropriate “-pilled” insult here? Even “neo-lib sheep” would have shown some imagination. Also, I’ve pretty much set you up for a whole host of insults over my masturbatory habits and things being “hard”, let’s see you really pound something out here.


  • I see the whole thing as what happens when people fail to move beyond teenage angst. Having children or not is a a very big, very personal choice. And I fully respect someone who chooses not to, whether their reasons are personal, economic, religious or whatever. You do you. Turning that outward to the argument that humans are horrible, life is suffering and no one should ever have children is taking that sort of thing to the point of hypocritical religious zealotry. No, you didn’t get to consent to being born. Until you were born, you didn’t have the capacity. But, once you are an adult you have your full faculties and can make choices for yourself. If you really feel that existence is that horrible, there’s a solution for that at your nearest tall bridge. Except, these folks never actually follow through. They want the attention that suicide brings, without that whole dying bit.

    So ya, I fully understand that someone may choose not to have children. There are many valid reasons for making that choice. The whole argument that life is so terrible that we should work to off ourselves as a species, isn’t valid. It’s a cry for attention and the folks feeling that way should seek professional help.


  • The few imitation meat products I have tried have been ok, I guess. Impossible burgers aren’t terrible and I could probably make do with them, if meat were removed from the market completely. I have yet to taste any non-pork bacon which didn’t taste bad (meat or no meat). And I doubt I’m going to find anything to replace a good rack of pork ribs. Really, the best place I’ve found for imitation meats is in dishes where ground meat is used as a protein and is so heavily spiced that you’d have a hard time identifying the type of meat anyway. Once the flavors are all mixed up, the meat is mostly about protein and texture.

    Lab grown meat could be a complete game changer, if it’s ever more than a novelty product. A lab grown hamburger, which costs significantly more than one sourced from a cow isn’t it. Sure, you might get a bunch of rich, privileged yuppies eating them, just to show off their smug superiority. It will never have mass market appeal. I do think we’re seeing some interesting advancement in higher end meats though. Lab grown steaks seem like a place where the cost could be competitive and, if they are close enough to, or indistinguishable from cow sourced steaks, then that would be great. I’d be perfectly happy to slap a lab grown rib eye on the grill. I’m not squeamish about raw meat or it’s sourcing from dead animals, but I do recognize the impact that ranching has on the environment and that needs to be reduced.

    Overall, I see lab grown meat as a net positive, assuming the costs can be brought in line with other options. This may require subsidies or taxes to skew the market in that direction. But, the government using its power to deal with large, complex problem is kinda the point of government. Stopping more climate change isn’t profitable in a way which will favor it in the market, but it does have a negative impact on society. So, the only real solution is going to be government action to reduce the harm, before the tragedy of the commons comes for us all. Lab grown meat can be one part of a broader solution. And hey, if it means more rib eye, without all the climate harm those bring to the table, that’s fantastic. Though, I’d probably still keep lab grown red meat to a sometimes food, just for health reasons.