Lemmy shouldn’t have avatars, banners, or bios

  • 1 Post
  • 20 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle







  • Aa!@lemmy.worldtoScience Memes@mander.xyzPortal Paradox
    link
    fedilink
    English
    arrow-up
    1
    ·
    8 months ago

    Gates can be moving, but not at faster than light. SG1 had the bit where they tossed an active gate into a sun to blow it up, and Atlantis had straight up orbital space gates with stabilizer rockets on them

    There was some explanation about how the gates had to be calibrated to a general part of space in order to participate in the gate network which is why they couldn’t use it in hyperspace. That, and probably some physics mumbo jumbo about why wormholes can’t connect from within subspace or whatever


  • Classic Who went through enough changes that there might be something you enjoy in there. It was arguably at its best during the Tom Baker years. (Season 12). If you can’t get into that, then it may just not be your jam. A lot of the charm to the old series came from the low budgets and aggressively short production times. But with the 4th Doctor they had gotten a little more confidence from BBC and I think their budgets started getting bigger for a few years.

    The original Doctor Who in the 60s was more like original series Star Trek, in that it sometimes felt more like a stage production than a television show, and that kind of writing is understandably dated.



  • Aa!@lemmy.worldtocats@lemmy.worldThe shame!
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    10 months ago

    For what it’s worth, this looks like the standard cat crouch position that my cats do all the time. It’s one step away from the regular cat loaf.

    This cat’s legs are very likely normal length, they’re just hidden in that white fur.








  • I’ve never felt dependent on public code repos for my own career before,

    I hope you don’t actually believe this.

    I think you misunderstood me. We all use open source software or develop using open source libraries, and in the context of the question, I don’t care where they host their code, as long as I can find it. But that isn’t what I was talking about. I have never felt like my career depended on me publicly hosting my own code. I have found jobs and connected with people through other means, and they haven’t even asked to see my github profile in any interviews I’ve been in.

    which is why you should always open source your code unless there’s a specific reason not to. If you’ve ever made something that works, then your cube would be useful.

    Sure, I have a Python script running on a Raspberry Pi controlling my garage door opener. You want it, I’ll show it to you. I believe in open source software, but I’m not going out of my way to publicly host (and document, yuck!) every little thing I’ve made for myself, especially when they have often been tailor made for my home environment, or hacked together in 15 minutes and riddled with secrets.

    But my main reason is simply privacy. I don’t want to broadcast to the Internet what project I am working on right now, or reveal the architecture of my home network or smart home setup. There’s a lot you reveal about yourself when you show the world what you are doing, and I would prefer not to do that.


  • I don’t understand the question or the responses.

    It’s a host for code repos. I would “switch” from GitHub if the repos I need to interact with were hosted somewhere else.

    How do y’all use GitHub? Is everyone running their own open source project? None of my personal projects have ever been open source before. Very few of them were even useful for anyone but myself

    I’ve been a developer for 20 years, I’ve never felt dependent on public code repos for my own career before, and I would be uncomfortable if it happened. No employer has even asked for my public GitHub profile or to see my commit activity. Not even when the company hosted their code on GitHub



  • A couple of main points:

    • You are reading tutorials to help you get it up and running. Most of the time these are designed to walk you through setting things up on a fresh node, and most often just VMs on an isolated (trusted) network. When you are providing a guide to just get someone up and running, the first thing to do is establish a known baseline configuration to start from.
    • Kubernetes is a complex distributed application, and as such, the audience is generally expected to be relatively experienced. Meaning if you don’t know how to configure your firewall, people assume you aren’t going through this tutorial.

    Still, I feel your pain. When trying to get into these technologies, most people who have done the work are engineers, and we stink at writing documentation. I’m sure you’re familiar with it, we automate the solutions for issues we encounter, and then those tools or automatic configurations fail to make it to the end user.

    And I’m probably biased, but don’t use a video guide for this sort of thing. It’s just the wrong medium for a technical tutorial.