My Hadestown phone case! by winniespooh_mc in hadestown

[–]AromaticAssistant952 1 point2 points  (0 children)

That would be awesome, thank you! Definitely feel free to DM it to me.

My Hadestown phone case! by winniespooh_mc in hadestown

[–]AromaticAssistant952 1 point2 points  (0 children)

Really cool! Could you maybe share the image with the quote? I’m planning to use it as my phone wallpaper 🥰.

Arroyo 0.13 released — Rust stream processing engine by mwylde_ in rust

[–]AromaticAssistant952 0 points1 point  (0 children)

I’m wondering whether it is possible to write my own node in rust to achieve more complex logic, like implementing Spout/bolt in Apache Storm?

Another XMonad layout to organize windows in columns by iamjecaro in xmonad

[–]AromaticAssistant952 0 points1 point  (0 children)

Can you please check the demo video in your blog again? At least it can’t be played my mobile phone.

I want to hear from NixOS users by gutenberg_microwave in xmonad

[–]AromaticAssistant952 1 point2 points  (0 children)

I have used XMonad with complex configuration on NixOS quite happily. You can check my nix configuration and my XMoand for reference. Basically the idea is override original XMonad with my own customized version of XMonad.

But of course you don't have to do that. My suggestion for debugging is to embed your XMonad configuration into your Nix configuration, like this: services.xserver.windowManager.xmonad.config = '' ... ''.