Black Ships? (programming.dev)
 

What is the narrative purpose of the Black Ships in the Traveller mythology? When were they first encountered? Are they supposed to represent an ancient threat, like B5's Shadows? Are they technologically superior to the Third Imperium and thus an invasion risk, like Star Trek's Borg? Are they something you throw at your players when they're "doing it wrong" to discourage a given course of action? Help me understand where they fit into the setting.

[–] [S] 1 point 1 month ago

Chat GPT says rec.games.frp.traveller existed. I can't find an archive of it. It seems neither Eternal September nor Planet Usenet subscribe to it.

Google Groups bans it for some reason, which suggests it may have actually existed, as opposed to being an AI hallucination, but that's not conclusive.

  • source
  • parent
  • context
  •  

    Basically the title. I don't see a Traveller group on Eternal September, so I suspect even if it was a thing on Usenet, it's not anymore. I'm not sure how to perform a more thorough check off the top of my head.

    I have no idea about Echomail.

    If they existed, what were these communities like? Do they still exist and I just didn't find them when I looked?

    [–] 23 points 2 years ago (2 children)

    A pivot way from cargo cult programming and excessive containerization towards simplicity and the fewest dependencies possible for a given task.

    Too many projects look like a jinga tower gone horribly wrong. This has significant maintainability and security implications.

  • source
  • Both are good and they each have their uses.

    Perl is very Unix-y, recent releases have a very good object system, and Perl is quite fast but the syntax can take some getting used to. CPAN is a huge database of Perl modules, you'll likely find what you need module wise.

    Raku is amazingly flexible and I like its object and type systems more than other languages. The only only down side is compared Perl is that Raku on the slow side, even Python is faster at the moment. Raku has a much more consistent syntax than Perl but the module ecosystem is nowhere near as big.

    I'd say try both and use what seems to be the most optomal for whatever task you're dealing with. Personally, I use both for quick scripts about equally with performance and module availability usually being the deciding factors.

    --

  • source
  • parent
  • context