Linux server admin, MySQL/TSQL database admin, Python programmer, Linux gaming enthusiast and a forever GM.

  • 3 Posts
  • 155 Comments
Joined 1 year ago
cake
Cake day: June 8th, 2023

help-circle
  • No, this is a very old joke that uses the fact the command has “fr” in it to trick people about what the command does. Joking aside, here’s what the command actually does:

    rm is the command to delete files and folders

    -f is the force modifier. This means it’ll keep going even if it encounters problems and just delete as much as it can

    -r is the recursive modifier. That means it’ll go down every folder it sees in the target and delete the contents as well, and delete the contents of folders of folders, etc.

    / is the target. This is the root of the filesystem. If you’re used to Windows, that’s like targeting C:.

    Put it all together, and this command basically deletes your whole filesystem. A safeguard was put in place a while back due to people meming about this and causing newbies to delete their whole system. Now it won’t work unless you put in --no-preserve-root, which tells rm that yes, you really mean it, please delete my whole system.

    /* as the target works around that safeguard, because technically deleting everything in root is not the same as deleting root itself.






  • Exactly what I wanted to say. All that talk of “perfection” makes me imagine them snapping and going full psycho because a train was cancelled and they need to book a different one.

    To OP: just stop trying to plan that much. A general plan is good. Just be aware things will change and that’s ok. As long as you two are having a good time, the rest really doesn’t matter as much as you think it does.

    If you want a little psychological trick to make the trip more memorable than it otherwise would be, whatever you think is going to be the most impressive, save it for last. Our memories have a very strong recency bias.






  • Barbarian@sh.itjust.workstoMemes@lemmy.mlAverage US presidential debate
    link
    fedilink
    arrow-up
    47
    arrow-down
    2
    ·
    edit-2
    5 months ago

    How do you ever solve a problem if you don’t acknowledge it exists?

    I’m not from the US, but live in a country that is a US ally with a lot of military bases. The US election effects us. The fact the DNC is fielding an old age pensioner who should be sitting comfortably in a retirement home complaining about the birds obstructing his view against an equally old fascist is deeply worrying.



  • At every step in the process, it looked to those around me that whatever I was using was going to be used forever. I didn’t set any lofty goals

    This is absolutely the right approach, even if you were planning to quit from the start (not the case with you, but still). “This is my last ever cigarette” just caused me to delay and delay and delay. The only realistic way to do it for me was one craving at a time (“I’m not smoking for the next hour”), then a day at a time. Handling the hours and days was hard, but once you do that the weeks and months take care of themselves.

    Vaping for me was a major misstep. Just caused me to consume more nicotine than when I was smoking.


  • There’s two separate addictions going on with smoking: habit and chemical. What patches, nicotine gum, etc are trying to help people do is tackle them separately.

    This means you can focus on getting out of the habit of lighting up after a coffee, or after a meal, or whatever triggers you had, while delaying the chemical withdrawal which seriously messes with your head until later. Tackling the two seperately is easier for many people.

    With that said, patches don’t work for everyone, and I hope you find the cessation aid (if any) that works for you. Quitting smoking is an absolute bitch.

    For me personally, the most helpful aid was nicotine gum, and then swapping out the nicotine gum for normal gum once I was confident I’d kicked the habit part and could focus on the chemical withdrawal.




  • Probably most countries think so of themselves.

    Funnily enough, Romanians are the exact opposite in this regard. Romanians tend to think that Romania is terrible, backwards, and filled with awful people. That isn’t exactly the case (like any country, it has it’s pros and cons, and there’s a lot we need to work on) but it is how they tend to see it.




  • So, first of all, thank you for the cogent attempt at responding. We may disagree, but I sincerely respect the effort you put into the comment.

    The specific part that I thought seemed like a pretty big claim was that human brains are “simply” more complex neural networks and that the outputs are based strictly on training data.

    Is it not well established that animals learn and use reward circuitry like the role of dopamine in neuromodulation?

    While true, this is way too reductive to be a one to one comparison with LLMs. Humans have genetic instinct and body-mind connection that isn’t cleanly mappable onto a neural network. For example, biologists are only just now scraping the surface of the link between the brain and the gut microbiome, which plays a much larger role on cognition than previously thought.

    Another example where the brain = neural network model breaks down is the fact that the two hemispheres are much more separated than previously thought. So much so that some neuroscientists are saying that each person has, in effect, 2 different brains with 2 different personalities that communicate via the corpus callosum.

    There’s many more examples I could bring up, but my core point is that the analogy of neural network = brain is just that, a simplistic analogy, on the same level as thinking about gravity only as “the force that pushes you downwards”.

    To say that we fully understand the brain, to the point where we can even make a model of a mosquito’s brain (220,000 neurons), I think is mistaken. I’m not saying we’ll never understand the brain enough to attempt such a thing, I’m just saying that drawing a casual equivalence between mammalian brains and neural networks is woefully inadequate.