• 0 Posts
  • 37 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2024

help-circle
  • I’ve had great results with various refurbished Dell Latitudes from eBay over the years. I have a stack of about 5 or 6 of 'em and they’ve all run many mainstream Linux distros with fantastic out-of-the-box support. I pass 'em out to members of the household whenever a laptop is needed and they’ll usually get the job done.

    I’d just type in “Dell Latitude” on eBay and filter by price and such. I suspect any model with an i5 and 8GB RAM oughta be fine for light programming work. I’ve found sellers with high ratings (like 97% or higher) and thousands of sales are pretty reliable (and tend to have return policies in case you get a lemon). Just test all the hardware (webcam, microphone, headphone jack, USB ports, ethernet, etc) as soon as you get it.

    I’ve saved a lot of money over the years buying secondhand, and these machines have been running without a hiccup for years of casual use.


  • Summer of 2020. Lockdown was in full effect and I was working from home. I wouldn’t say I had a lot of extra free time (my kid was 1 year old at the time, lol), but I spent many hours that Summer tinkering with various projects, and that led me to eventually adopt Linux as my daily driver on all my machines.

    I’ve dabbled with Linux since 2005, but was never savvy enough to completely ditch Windows until 2020.





  • Is it as interactive as Lemmy or is everyone kinda shouting into the void?

    I’d say it’s a somewhat different kind of interactivity than Lemmy. Your typical Mastodon user won’t have many followers, but that doesn’t mean you’re “shouting into the void”. Similar to Lemmy, you can comment on (reply to) others’ posts and lots of other people can join in the discussion that way.

    Is there an equivalent to communities?

    Not really, but you can follow hashtags for whatever topics you’re interested in. Or follow an account for something you’re interested in (e.g.: organizations, weather, hobby news, content creators, etc)

    If not, how do you find stuff you care about?

    Follow people/organizations/tags that you find interesting and their posts will populate your feed.

    And is reblogging the equivalent to upvoting? Is it like a like and share in one?

    Not necessarily. Reblogging (“boosting” on Mastodon) is just putting more eyes on someone else’s post by sharing it; it isn’t equivalent to an endorsement per se. You can favorite posts on Mastodon, but I don’t think there’s really an equivalent to a “like” or “upvote” button.

    Do they have memes there or what’s the range of content?

    The range of content is as wide as anywhere else, memes and all. Can vary from instance to instance, though. (e.g.: code of conduct on mastodon.social may be different from fosstodon.org’s)

    How does it compare to bluesky? I have used bluesky but the tone there is kinda shallow imo, rarely any meaningful interactions.

    I haven’t used bluesky, so I can’t comment on this one.


  • rudyharrelson@lemmy.radiotoLinux@lemmy.mlAccessing Jellyfin Help
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    23 days ago

    I haven’t had to deal with this specific kind of use case before (accessing the local Jellyfin service while the laptop is connected to a VPN), but after some cursory research, one of these approaches may work for you:

    Easy Option (only available on some VPN software):

    There may be an option in your VPN client that lets you access local network addresses like your Jellyfin server. Check your settings and see if there are any options like “allow local network traffic” and then try opening up your Jellyfin server in a browser (e.g.: http://192.168.1.100:8096/)

    Less Easy Option:

    If your VPN client doesn’t have an option for allowing local traffic, you can open up the command prompt on your macbook and run a command like this:

    sudo route add -net 192.168.1.0/24 192.168.1.1

    Where 192.168.1.0/24 is the local network you want to connect to (where the Jellyfin server is located), and 192.168.1.1 is your local gateway (probably your wifi router’s address). Change both of these depending on how your network’s local IPs are formatted.

    This should update your routing table to handle local network addresses without the VPN and this should persist between reboots.

    Hope this helps.






  • Just one tattoo. I got it at 20 about a year after my dad passed away. It’s an homage to the only tattoo my dad had throughout my childhood, which was a bird on his arm. I got it done by an old friend of his, who owned a tattoo shop. He free-handed it off of a grainy, faded photograph that I pulled out of an old photo album. He did a fantastic job; it’s a 1:1 replica.

    It’s faded just a bit now (I’ve had it for nearly 15 years), but not badly. I’ll probably get it touched up in a few years to brighten up the colors.







  • LLMs are pretty good at reverse dictionary lookup. If I’m struggling to remember a particular word, I can describe the term very loosely and usually get exactly what I’m looking for. Which makes sense, given how they work under the hood.

    I’ve also occasionally used them for study assistance, like creating mnemonics. I always hated the old mnemonic I learned in school for the OSI model because it had absolutely nothing to do with computers or communication; it was some arbitrary mnemonic about pizza. Was able to make an entirely new mnemonic actually related to the subject matter which makes it way easier to remember: “Precise Data Navigation Takes Some Planning Ahead”. Pretty handy.