

Anubis, though I always had it before I removed Cloudflare.


Anubis, though I always had it before I removed Cloudflare.


CLOUDFLARE IS NO MORE FOR MY NETWORK
Soon I’ll drop Cloudflare for my public services too


They surprisingly were. Originally I went with Rust because writing them in bash script would be very inefficient in terms of the number of programs I need to invoke to fulfil the function. Then I ended up learning some systemd basics.


I find myself developing random programs that fills my very small niche. Like a program that displays KeepassXC unlock popup on the workspace I am currently on because it doesn’t work as expected when done with window rules. Or a program that displays the status of multiple services in a single table. I feel like I took customisation stuff too far.


Do you by any chance feel tingling down your legs? Last time I had that, it turned out to be a busted disk. I had a doctor just do an Xray every time I visit them, and didn’t realise it was that bad.


If you’re seeing squares instead of characters, it sounds more like you lack the proper fonts. Installing something along the lines of noto-fonts-cjk should resolve that.
My personal choice between ibus and Fcitx5 would be Fcitx5. Ibus feels more integrated with GNOME environment, whereas Fcitx5 feels less so. Fcitx5 also has more features too, such as having a keybind that changes your language profile. This is what I do so that AltGr switches between English and Japanese, or English and Korean. Either way, both should achieve the same basic goal.
Don’t forget to set a bunch of environment variables too.


Definitely more than a year! If you have tried it in the past, you probably dropped it either because you used it before the revival, or the UI looked really old. At least that was what I did.


It works pretty well despit having 30k+ music files read over rclone, though I am the only user. It also has a web client, though it looks a bit old. I use Symfonium on Android and Feishin on Desktop since it provides OpenSubsonic API.


One major reason why I have Ampache as a separate server is that they support smart playlist, which wasn’t well supported on Jellyfin. Navidrome also supports smart playlist, but you couldn’t edit on the web.
Closest to original:
https://moegirl.uk/File:What's_up_Pop!曲绘.jpg
Closest to OP’s pic:
https://osu.ppy.sh/beatmapsets/1938004#osu/4071504
Look for “What’s up? Pop!”.


sops-nix + rootless podman turns out to be much trickier than I imagined. Spent like 2 days over this shit just to get it in the central config when I could have just manually loaded the config files and change the permission… I eventually solved it by running rootlesskit in the activation script to copy the decrypted file into a temporary folder and changing the permission to the correct sub-user. Not worth the time though.


omg teto!!!




Hloy shit
Looks more like pre-uploaded images but this is revolutionary


I was talking more about whether they can personally tolerate it or not. I thought Factorio over Wi-Fi would be okay even with the inevitable latency, but it was slightly off in a way that I simply could not continue. Meanwhile, I’ve seen people playing ranked games of Rainbow 6 Siege with a similar setup.


If you haven’t used Sunshine to play games yet, I would first try it out with whatever equipments you have before going all-in. It sounds fucking cool on paper, but the whole experience wasn’t all that great for me. Not the Sunshine’s fault, but the games I play are very latency sensitive that it was barely playable.
Personally, if the games play well, I would just go for it.


In terms of setup, Caddy is a lot simpler in syntax, but you will find more tutorials for Traefik and it has better integration with Docker. You can add labels to a container and Traefik uses that as config, whereas in Caddy, you need to set up both the container and the config file. If you want to drop a service, then it is easier in Traefik for this reason. But with decent Nix code, you can basically replicate this in Caddy. Once you set them up, they’re pretty much the same. I’ve seen some people saying Traefik is faster, but realistically, I don’t think it’s meaningful.
The three letter agencies?
Suspiciously nut-shaped training dataset:


Same. There are some tracks and albums I don’t like, but I won’t delete them. Another reason to use smart playlist, I can just put them into “Not My Style” playlist and it’s magically gone from my main list.
I don’t think I’ve seen a single distro that ships Korean support right off the bat, except HarmoniKR. Because of the way Korean works, it’s not just the keyboard layout support you need. To list the things you need to do:
fcitx-hangul. Without it, Hangul keyboard will not appear in Fcitx.I will attach my files in
~/.config/fcitx5. These two should go under that directory, and not~/.config/fcitx.~/.config/fcitx5/config[Hotkey] # Trigger Input Method TriggerKeys= # Enumerate when press trigger key repeatedly EnumerateWithTriggerKeys=True # Temporally switch between first and current Input Method AltTriggerKeys= # Enumerate Input Method Backward EnumerateBackwardKeys= # Skip first input method while enumerating EnumerateSkipFirst=False # Enumerate Input Method Group Backward EnumerateGroupBackwardKeys= # Time limit in milliseconds for triggering modifier key shortcuts ModifierOnlyKeyTimeout=250 [Hotkey/EnumerateForwardKeys] 0=Hangul [Hotkey/EnumerateGroupForwardKeys] 0=Control+Alt+Hangul [Hotkey/ActivateKeys] 0=Hangul_Hanja [Hotkey/DeactivateKeys] 0=Hangul_Romaja [Hotkey/PrevPage] 0=Up [Hotkey/NextPage] 0=Down [Hotkey/PrevCandidate] 0=Shift+Tab [Hotkey/NextCandidate] 0=Tab [Hotkey/TogglePreedit] 0=Control+Alt+P [Behavior] # Active By Default ActiveByDefault=False # Reset state on Focus In resetStateWhenFocusIn=No # Share Input State ShareInputState=No # Show preedit in application PreeditEnabledByDefault=True # Show Input Method Information when switch input method ShowInputMethodInformation=True # Show Input Method Information when changing focus showInputMethodInformationWhenFocusIn=True # Show compact input method information CompactInputMethodInformation=True # Show first input method information ShowFirstInputMethodInformation=True # Default page size DefaultPageSize=5 # Override Xkb Option OverrideXkbOption=False # Custom Xkb Option CustomXkbOption= # Force Enabled Addons EnabledAddons= # Force Disabled Addons DisabledAddons= # Preload input method to be used by default PreloadInputMethod=True # Allow input method in the password field AllowInputMethodForPassword=False # Show preedit text when typing password ShowPreeditForPassword=False # Interval of saving user data in minutes AutoSavePeriod=30~/.config/fcitx5/profileIt contains Japanese group, you can safely delete that. I just don’t know what it looks like if I delete it.
[Groups/0] # Group Name Name=日本語 # Layout Default Layout=us # Default Input Method DefaultIM=mozc [Groups/0/Items/0] # Name Name=keyboard-us # Layout Layout= [Groups/0/Items/1] # Name Name=mozc # Layout Layout= [Groups/1] # Group Name Name=한국어 # Layout Default Layout=us # Default Input Method DefaultIM=hangul [Groups/1/Items/0] # Name Name=keyboard-us # Layout Layout= [Groups/1/Items/1] # Name Name=hangul # Layout Layout= [GroupOrder] 0=한국어 1=日本語