• Technology Consultant.
  • Software Developer.
  • Musician.
  • Burner.
  • Game Master.
  • Non-theistic Pagan.
  • Cishet White Male Feminist.
  • Father.
  • Fountain Maker.
  • Aquarium Builder.
  • Hamster Daddy.
  • Resident of Colorado.
  • Anti-Capitalist.
  • Hackerspace Regular.
  • Traveler of the American West.
  • 5 Posts
  • 152 Comments
Joined 1 year ago
cake
Cake day: June 7th, 2023

help-circle
  • Reality will show us dying in a completely alien biosphere as bacteria and viruses we have zero resistance against ravages our bodies the moment we’re exposed to it

    It’s really unlikely that alien bacteria and viruses (if alien life even uses the same building blocks ours does, such that microscopic life forms could even be called “bacteria” and “viruses”) would find our bodies terribly hospitable or be well adapted (at first) to live inside us. It’s much more likely that

    • Even if an alien biosphere produces some mix of oxygen / nitrogen / carbon dioxide, that the atmospheric balance will be WAY off and we won’t be able to breath it (Avatar may have gotten a bunch of science stuff wrong, but it got THIS right, unlike every other sci fi movie ever). Changing it so that we COULD breath it would probably be a major extinction level event for most life in the native biosphere.

    • We won’t be able to eat the local life (and it won’t be able to eat us). Our crops won’t grow in the soil (until we change it and introduce earth microbes and fungi). Once Earth life and alien life have co-existed for millions of years (long after we’re gone or evolved into something else) this may CHANGE (life forms from both biospheres may co-evolve and figure out how to parasitize and eventually consume each other).

    I’m not saying we won’t die (if we ever try) for a whole host of reasons (and fuck up someone else’s environment in the process), just it won’t be (biological) alien diseases colonizing our bodies.









  • SNW’s scientific accuracy and technobabble are so bad, it often pulls me right out of the story. I feel like Next Gen era at least tried a little bit. Yeah, it was awful, but it was watchable. I’ve gone back and watched some to verify it’s not just in my head. It’s not. Does SNW have science and technology consultants? If so, if the problem is them they should be fired, but I suspect the problem is the writers / directors not giving two fucks what the consultants have to say. Be better guys.




  • If those words are connected to some automated system that can accept them as commands…

    For instance, some idiot entrepreneur was talking to me recently about whether it was feasible to put an LLM on an unmanned spacecraft in cis-lunar space (I consult with the space industry) in order to give it operational control of on-board systems based on real time telemetry. I told him about hallucination and asked him what he thinks he’s going to do when the model registers some false positive in response to a system fault… Or even what happens to a model when you bombard it’s long-term storage with the kind of cosmic particles that cause random bit flips (This is a real problem for software in space) and how that might change its output?

    Now, I don’t think anyone’s actually going to build something like that anytime soon (then again the space industry is full of stupid money), but what about putting models in charge of semi-autonomous systems here on earth? Or giving them access to APIs that let them spend money or trade stocks or hire people on mechanical Turk? Probably a bunch of stupid expensive bad decisions…

    Speaking of stupid expensive bad decisions, has anyone embedded an LLM in the ethereum blockchain and givien it access to smart contracts yet? I bet investors would throw stupid money at that…





  • We’re also using Forgejo for a small consulting team working on lots of different projects for a lot of different clients.

    A couple of our team members who came from a more complex and scaled environment (particularly our DevOps / SRE guy who’s worked at such places as LinkedIn and Snowflake) want to move us to Gitlab because it’s “more powerful” but I like Forgejo because it’s just super simple. Just does exactly what I need, doesn’t give me to many more options.

    We have

    • Projects segregated into teams, organized by client (so only those working on a specific client’s projects have access to their repos).
    • Able to invite clients and put them into the team for their project (we’ve had a couple clients that want that).
    • Able to automate deployments with webhooks (this was pretty easy to get working).

    One of our devs wanted to use Actions. It’s hard to get that working and (at least a month ago) there were warnings that Actons aren’t mature yet and are probably insecure (looks like that may have changed with the recent jump to Forgejo 8.0). I think it’s now a non issue for us though because we were like “Dude, stop trying to role your own CI/CD, that’s why we have two infrastructure people!”