det.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon Server des Unterhaltungsfernsehen Ehrenfeld zum dezentralen Diskurs.

Administered by:

Server stats:

1.7K
active users

#rogue

2 posts2 participants0 posts today

Book Promotion: When a world is broken how can it be repaired? Miralees has an easy life an acrobat with her family troupe but lies and betrayal change her life forever.

Read: "Dragons of the Wounded Land" #knaves #witches #ladies #knights #fae #legendary #wlw #dragons #sapphic #dwarfs #reading #rogue #lesbian #dwarves #wizards #sorcery #fedibookfair #monsters #goodbooks @bookstodon@gup.pe #amreading #elves #magic #writing #heroines #romantasy (79d9) amazon.com/dp/B0FCDHT9RF?utm_s

Most often rather discuss this stuff than psychopaths dreaming up new ways to hurt groups of people

"Rogue planet SIMP-0136 displays strong auroral activity similar to Northern Lights"

Rouge planet, cool, hanging in space like a star. But is just a big dirty rock.

And it has Aurora.

Its rogue. Its not orbiting a sun. So how the heck does it get Aurora?

By mail? Does a worm hole open to shower the magnetic field with stellar radiation?

phys.org/news/2025-09-rogue-pl

Phys.org · Rogue planet SIMP-0136 displays strong auroral activity similar to Northern LightsBy Trinity College Dublin

#lispyGopherClimate #live #archive on-the-hour #lisp #programming #commonLisp

communitymedia.video/w/kyq1eCA

Lots of release announcements today

- @kentpitman #haiku and commentary

- #Rogue's #gamedev and @dougmerritt , @mdhughes , in some small way my #NicCLIM and @vnikolov v@ieji.de
- #GOF_AI by #FranzInc ?

- @eduardoochs 's #eev #slime #commonlisp feature release

- @masso 's great lisp article toot

- Last week's Tufts astrophysics common lisp bleeding edge 4D #HPC #simulation (and NicCLIM).

Tonight I built a search for the smallest room configuration from (my implementation of) the #Rogue level generator.

Seed 9b279cfg gives rooms of size (4,4) (4,4), (5,4), (4,4), 0, 0, (4,7), (4,4) and 0, for a total of 112.

Approximately 1/4 of seeds should have three gone rooms. If we just count sizes (4-7 x 4-25) then that gives us 4⁶×21⁶ possibilities for the remaining rooms. That's approximately 38 bits, so the 30-bit seed space can't span that. It'll take more work to calculate what the probability is of a particular total size is, and see whether this result is consistent with that.

I am hoping to find an example I can point to which is a feature of the RNG other than its limited starting seed.