Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)NE
nerdypepper @lemmyrs.org
Posts 1
Comments 6
Silo Seasom 1 Finale Discussion
  • silo has got to be my favourite show on apple tv right now. unfortunately i s2 is going to take a while to land. considering reading the books just keep things fresh in my head.

    theories & questions:
    • big metal door connects silos
    • bernard does not know about the door
    • billings lied about being given an "exception"

    some questions:

    • why does bernard switch off the display in jules' helmet?
    • i dont fully understand why magnifying glasses are illegal in the silo
  • let-else formatting PR by ytmimi has been merged!

    github.com Implement `let-else` formatting by ytmimi · Pull Request #5690 · rust-lang/rustfmt

    ref #4914 r? @calebcartwright Implements let-else formatting based on the rules outlined in rust-lang/rust#107312. The examples listed in the style guide are included as simple test cases to valida...

    3
    Announcing clap-repl: Build nice REPLs using clap and rustyline with zero effort
  • christmas come early! this is exactly what i had been looking for to create a sort of "music player" shelll for fun:

    mush> ls
    <lists artists>
    
    mush> ls artist/
    <lists albums of artist>
    
    mush> ls -l artist/album
    <lists tracks + track metadata>
    
    mush>./artist/album/track
    <begins playback>
    

    cheers!