Me giving advice about text editors
  • MistressRemilia MistressRemilia Now 100%

    I'll stick with my trusty Emacs (and Zile)

    13
  • The Scream
  • MistressRemilia MistressRemilia Now 100%

    Yeah that's a mood.

    4
  • Beans
  • MistressRemilia MistressRemilia Now 100%

    Best beans

    17
  • Rule
  • MistressRemilia MistressRemilia Now 100%

    The doctor put one per jar.

    8
  • Rule
  • MistressRemilia MistressRemilia Now 100%

    sigh

    gets the jars down from the mantle

    14
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFU
    Jump
    the august issue
  • MistressRemilia MistressRemilia Now 100%

    Yes.

    6
  • Prove youre an OG, State your distro couz
  • MistressRemilia MistressRemilia Now 100%

    Woo, fellow Slackware user!

    8
  • [Sawfish] Slackware 15.0
  • MistressRemilia MistressRemilia Now 100%

    https://konachan.com/post/show/314366/building-city-kryp132-mobile_suit_gundam-motorcycl

    Note: other images on that site can be very NSFW if you click away from that page.

    2
  • [Sawfish] Slackware 15.0
  • MistressRemilia MistressRemilia Now 100%

    My favorite WM 🖤

    1
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDO
    Jump
    What genre is DOOM?
  • MistressRemilia MistressRemilia Now 100%

    Sports game

    2
  • My turn to switch into ArchSocks.
  • MistressRemilia MistressRemilia Now 100%

    Ooooo purple and black! 🖤

    8
  • https://chiselapp.com/user/MistressRemilia/repository/benben/technote?name=8d88cd94929dc4dc142855871ac525cb502dc736

    cross-posted from: https://lemmy.sdf.org/post/13393428 > So, I've been working on a new VGM player for Linux over the past year called Benben. It started out just a way for me to have fun with VGM files, and to build a player that had a few extra bells and whistles compared to VGMPlay, but it's grown quite a bit since then. I just released v0.4.0 of it today :D There's a Linux x86-64 AppImage of it at the link. > > Benben supports *most* of the chips that VGMPlay currently supports (there's four or five less-used ones that aren't yet ported). The big ones are all in and working, though: YM2612, YM2610, YM2608, YM2151, NES, HuC6820, QSound, and more. > > Some of it's more interesting features: > > * Neat terminal interface > * PulseAudio, PortAudio, and libao backends > * Multiple files can be specified and they will play one after the other. > * Song and playlist looping. > * Support for uncompressed VGMs, gzip compressed VGMs (.vgz), and additional non-standard formats (.vgzst ZStandard compressed VGMs, and .vgb BZip2 compressed VGMs). > * Support for XSPF and JSPF playlists > * Configuration file support, including support for per-song configurations. > * Rendering multiple files in parallel to either WAV or Au format. > * Support for multiple bit depths and sample rates, and both integer and floating point WAV/AU files. > * Optional effects that can be enabled/disabled at runtime: soft clipping, parametric EQ with an arbitrary number of bands, stereo enhancer, reverb (MVerb or Zita, selectable). > * Customizable VU meter > * Keyboard control support > > See an example here: [https://www.youtube.com/watch?v=01jfImYMU6o](https://www.youtube.com/watch?v=01jfImYMU6o) > > It's built on top of a library I also started called [YunoSynth](https://chiselapp.com/user/MistressRemilia/repository/yunosynth/), which is basically an OOP rewrite and cleanup of the sound/emulator parts of VGMPlay in the [Crystal programming language](https://crystal-lang.org/). These were all hand-ported by me, so there may have been some oversights, but things seem to be working correctly based on my own tests over the last year. Benben itself is also written in Crystal, so if you want to compile it from source, you'll need that. Anyway, if YunoSynth has the chip implemented, Benben supports it. > > So yeah, enjoy ^_^ As I said, I started this mainly just for fun, and to have a player more like what I wanted, but it seems like others may also find it useful or fun. I plan to get full or almost-full compatibility going with the remaining few chips this year.

    12
    1
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCH
    Chiptunes MistressRemilia Now 100%
    New VGM player: Benben v0.4.0 released
    https://chiselapp.com/user/MistressRemilia/repository/benben/technote?name=8d88cd94929dc4dc142855871ac525cb502dc736

    So, I've been working on a new VGM player for Linux over the past year called Benben. It started out just a way for me to have fun with VGM files, and to build a player that had a few extra bells and whistles compared to VGMPlay, but it's grown quite a bit since then. I just released v0.4.0 of it today :D There's a Linux x86-64 AppImage of it at the link. Benben supports *most* of the chips that VGMPlay currently supports (there's four or five less-used ones that aren't yet ported). The big ones are all in and working, though: YM2612, YM2610, YM2608, YM2151, NES, HuC6820, QSound, and more. Some of it's more interesting features: * Neat terminal interface * PulseAudio, PortAudio, and libao backends * Multiple files can be specified and they will play one after the other. * Song and playlist looping. * Support for uncompressed VGMs, gzip compressed VGMs (.vgz), and additional non-standard formats (.vgzst ZStandard compressed VGMs, and .vgb BZip2 compressed VGMs). * Support for XSPF and JSPF playlists * Configuration file support, including support for per-song configurations. * Rendering multiple files in parallel to either WAV or Au format. * Support for multiple bit depths and sample rates, and both integer and floating point WAV/AU files. * Optional effects that can be enabled/disabled at runtime: soft clipping, parametric EQ with an arbitrary number of bands, stereo enhancer, reverb (MVerb or Zita, selectable). * Customizable VU meter * Keyboard control support See an example here: [https://www.youtube.com/watch?v=01jfImYMU6o](https://www.youtube.com/watch?v=01jfImYMU6o) It's built on top of a library I also started called [YunoSynth](https://chiselapp.com/user/MistressRemilia/repository/yunosynth/), which is basically an OOP rewrite and cleanup of the sound/emulator parts of VGMPlay in the [Crystal programming language](https://crystal-lang.org/). These were all hand-ported by me, so there may have been some oversights, but things seem to be working correctly based on my own tests over the last year. Benben itself is also written in Crystal, so if you want to compile it from source, you'll need that. Anyway, if YunoSynth has the chip implemented, Benben supports it. So yeah, enjoy ^_^ As I said, I started this mainly just for fun, and to have a player more like what I wanted, but it seems like others may also find it useful or fun. I plan to get full or almost-full compatibility going with the remaining few chips this year.

    1
    0
    Feral
  • MistressRemilia MistressRemilia Now 100%

    B i g f o o t

    1
  • Toss me a beer, I'm getting it on video.
  • MistressRemilia MistressRemilia Now 100%

    That's the 2007 Elie, Manitoba F5 if I'm not mistaken.

    7
  • bronck mandible
  • MistressRemilia MistressRemilia Now 100%

    There's a lot of name ideas in this video, which this reminded me of XD

    https://invidious.slipfox.xyz/watch?v=RFHlJ2voJHY

    3
  • Her pussy
  • MistressRemilia MistressRemilia Now 100%

    Ask if she wants the second one. If we're going to be girlfriend and girlfriend, we may as well wear matching ones.

    1
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDO
    Shadows of The Nightmare Realm v1.1 released
    https://www.doomworld.com/forum/topic/94268-release-shadows-of-the-nightmare-realm-updated-16-november-2023/
    1
    0
    That’s it, that’s the whole meme.
  • MistressRemilia MistressRemilia Now 100%

    Hyper Future Nikita Khrushchev (Rule 63 Edition)

    4
  • What are you playing this week?
  • MistressRemilia MistressRemilia Now 100%

    Grey Goo and Satisfactory.

    4
  • I was 12 once.
  • MistressRemilia MistressRemilia Now 100%

    At 39, I'm apparently still 12. Fuck.

    9
  • landscape
  • MistressRemilia MistressRemilia Now 50%

    I guess you could say he's rock hard.

    0
  • MistressRemilia Now
    5 24

    MistressRemilia

    lemmy.sdf.org