• 0 Posts
  • 128 Comments
Joined 1 year ago
cake
Cake day: February 1st, 2024

help-circle
  • good enough simulations that you can’t tell the difference.

    This requires us having actual conversations with those dead people to compare against, which we obviously can’t do.

    There is simply not enough information to train a model on of a dead person to create a comprehensive model of how they would respond in arbitrary conversations. You may be able to train with some depth in their field of expertise, but the whole point is to talk about things which they have no experience with, or at least, things which weren’t known then.

    So sure, maybe we get a model that makes you think you’re talking to them, but that’s no different than just having a dream or an acid trip where you’re chatting with Einstein.





  • Our experience is that basically the only really expensive thing is childcare. Are you eligible for subsidized, or free, care (or have trustworthy and willing relatives)?

    As for gear, babies don’t need much. But for what they do need, reach out to friends, neighbors, and family! We’re fortunate that we could have afforded everything new, but we really only bought a few things because friends and randos alike gave us so much free kid stuff (we bought a nice stroller, a baby basket, and an IKEA crib — basically everything else was a hand-me-down). Join local “buy nothing” groups, or parent groups (sadly they’re usually WhatsApp, but whatever). Most people hate throwing away stuff, and would rather it go to a good home.

    Look at programs for subsidized/free necessities like diapers. There are lots of resources out there, especially in cities.

    As everyone else said, no one feels ready. We certainly didn’t!



  • I just want a button that rewinds 10-15s, turns on subtitles, and then turns them off when it catches up again. It’s a pattern I do manually with some regularity.

    I suppose with Jellyfin/OSS, this is something I could implement myself if I was so inclined…







  • If you have your own domain name+control over the DNS entries, a cute trick you can use for Jellyfin is to set up a fully qualified DNS entry to point to your local (private) IP address.

    So, you can have jellyfin.example.com point to 192.168.0.100 or similar. Inaccessible to the outside world (assuming you have your servers set up securely, no port forwarding), but local devices can access.

    This is useful if you want to play on e.g. Chromecast/Google TV dongle but don’t want your traffic going over the Internet.

    It’s a silly trick to work around the fact that these devices don’t always query the local DNS server (e.g., your router), so you need something fully qualified — but a private IP on a public DNS record works just fine!


  • The network gear I manage is only accessible via VPN, or from a trusted internal network…

    …and by the gear I manage, I mean my home network (a router and a few managed switches and access points). If a doofus like me can set it up for my home, I’d think that actual companies would be able to figure it out, too.







  • That’s how I started using Linux — big book with CD, I think it was “RedHat Linux Secrets 5.4” or something. 2.0 or 2.2 kernel.

    Honestly, it was fantastic. And almost all of it is still relevant today. (Some of the stuff on xfree86 and the chap/pap stuff not so much.)

    But it gave a really solid (IMHO) intro to a Linux/*NIX system, a solid overview of coreutils, etc. And while LILO has been long replaced, and afaik /sys didn’t exist at the time, it formed a good foundation.

    I’ll refrain from commenting on any init system changes that have taken place since then.