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

help-circle

  • Sorry, but that’s simply not good advice. Nobody is born with perfect parenting skills and is granted all the answers. In fact, many parents are not fit to raise kids at all, others are simply overwhelmed and need help.

    It’s very easy to have a kid, not particularly easy to raise one. The idea that all your decisions are magically correct and sound just because it’s your own kid and that every parent knows best is simply wrong. It’s healthy to doubt yourself and to ask for advice.

    Also, parenting science is not quackery. This is an actively researched area and there are real scientific efforts to better understand child development with respect to biology, psychology and neuroscience. These efforts do lead to a better understanding of how kids can be raised and how certain parental decisions might affect a child.

    Personally, I’m happy each time parents try to inform themselves and seek the advice of others. That doesn’t necessarily mean relying on the answers a bunch of strangers give on social media, but I hope the Fediverse as a whole can do better.

    Right now, I can’t make the claims you did in your post initially.

    You’re not causing permanent damage to a child by letting them sleep in your bed.

    I wouldn’t know that. Intuitively, I do believe that co-sleeping would have a lot of benefits up to a certain age, after the infant stage and dangers of SIDS have passed. However, I could easily imagine that there might be adverse effects after a certain age. Would it be likely to occur after a handful of times? Probably not. Are there any indications on the threshold maybe? Anything to look out for, given the kid might have anything else going on? Maybe. All information I would have on that subject would indeed be anecdotal though, and so in turn pretty useless. Why the dismissal of an honest attempt at getting educated?

    I would indeed argue for getting an overview of what science has to say on the matter and then making an individual, informedndecision based on all the additional context I’d have as a parent that I could never cram into a couple of posts on the internet.

    Having access to scientific publications, I’ll see if I can provide some material later.



  • As for the driver: that depends on what you are looking for, i. e. at home / studio use, mobile etc. If you have high-end headphones, you probably also want a high-end DAC / amp.

    For desktop use, the Chord Mojo 2 is great, but that’s a $650 investment, and probably not matched with the (still excellent) Beyerdynamic headphones (in terms of what I’d expect people to invest if they’re looking at those headphones).

    A portable option (nothing stops you from using it at home though) that also includes Bluetooth (naturally, with LDAC) is the Qudelix 5K, which comes at around $100 and sounds excellent (even better if you fiddle with the EQ in their really decent app).

    The higher impedance in itself means nothing at first, apart from the fact that you need more power to drive it. However, if your equipment is well matched, you typically get less distortion at higher volume levels and better treatment of frequencies, i. e. more clarity and better reproduction.

    If you find your equipment can’t really drive the higher impedance headphones and you’re not willing to shell out additional funds, the low(er) impedance versions are still great headphones.



  • Who says you can’t check their outputs? It’s much faster to e. g. read a generated text than to write everything yourself. Same applies to translations, they’ve been excellent for quite a while now.

    Business communication can be handled effortlessly by AI. Of course you read the result before you send it out, but that takes an order of a magnitude less time than formulating and typing all those meaningless sentences.

    And honestly, that’s a perfect use case for AI. I wouldn’t compose a love letter to my family using AI, but a pamphlet, feature description, sales pitch, any bullshit presentation deck? You bet AI excels at those.

    Same applies to content summaries that help augment search indices. Finding a large number of content candidates (e. g. videos) and have AI summarize the contents of said videos to narrow down the search is helpful and works today.

    I’m not looking for AGI. I’m looking for tools to make my life easier, but in an ethical manner that doesn’t advance the destruction of the planet at an exponential rate, just for some tech bro to jerk it and buy another yacht.












  • I don’t know what your previous setup was, but given that running resolved fixes your DNS issues, run:

    ln -sf ../run/systemd/resolve/stub-resolv.conf /etc/resolv.conf

    This will point programs that use /etc/resolved.conf during DNS resolution to the local DNS server provided by systemd-resolved.

    Then, enable resolved so that it is started when you reboot:

    systemctl enable systemd-resolved.service

    Finally, start the service so that it is available immediately:

    systemctl start systemd-resolved.service

    You will want it run those with the required permissions, e. g. via sudo.