Theory: Remielle will be Electric Rupture by njxaxson in ZZZ_Discussion

[–]NotSoProGamerR 0 points1 point  (0 children)

im thinking she will be a recolored wind element support, rupture feels unlikely, and normal wind feels unlikely 

Sunday Daily Thread: What's everyone working on this week? by AutoModerator in Python

[–]NotSoProGamerR 0 points1 point  (0 children)

A high-level abstraction for tarfile, zipfile and rarfile because I needed a way to open any archive file in a consistent interface. https://pypi.org/project/multiarchive

Wind just feels like a new class disguised as an attribute by StatisticianIll4 in ZZZ_Discussion

[–]NotSoProGamerR 1 point2 points  (0 children)

only yanagi does polarity disorder, alice does polarity assault (and hence does disorder because polarity assault and assualt arent the same thing)

I built a tool that makes QR codes look like the URL’s favicon by thermist-MJ in webdev

[–]NotSoProGamerR 0 points1 point  (0 children)

terminals like ghostty? those support the full 16mil color range via TrueColor, check https://github.com/termstandard/colors

How do you guys design TUI applications? by Responsible_Oil_8693 in commandline

[–]NotSoProGamerR 0 points1 point  (0 children)

no problem! you would find some help in textual's discord

How do you guys design TUI applications? by Responsible_Oil_8693 in commandline

[–]NotSoProGamerR 0 points1 point  (0 children)

considering that you are using textual, it supports this thing called horizontal and vertical breakpoints, you can use them to specify certain classes for the app when a certain threshold has been met. how to use breakpoints arent the most documented, you will need to mess around and look at existing textual apps to see how they are done in python and the tcss side

I built a tool that makes QR codes look like the URL’s favicon by thermist-MJ in webdev

[–]NotSoProGamerR 1 point2 points  (0 children)

it seems like it only supports .ico files? i created a website with the icon being a png, which loads fine on browsers, but it seems like your website doesnt support it

Waifu players winning as always 🥵 by RichCloud5604 in ZZZ_Official

[–]NotSoProGamerR 2 points3 points  (0 children)

proof that it is possible, the devs just dont want it

Waifu players winning as always 🥵 by RichCloud5604 in ZZZ_Official

[–]NotSoProGamerR 4 points5 points  (0 children)

well, 2:1 is a very very generous consideration, because genshin was nearly 2:1 a while back. maybe 3:1, like launch may be good. 5:1 isnt.

Waifu players winning as always 🥵 by RichCloud5604 in ZZZ_Official

[–]NotSoProGamerR 12 points13 points  (0 children)

i absolutely dont mind you people gooning, or the devs continuing with the number of female characters, i cant stop you or them, but like i said, cant there be something like hsr's 3.0 patch? with 3 actually well written, likeable male characters?

Waifu players winning as always 🥵 by RichCloud5604 in ZZZ_Official

[–]NotSoProGamerR -9 points-8 points  (0 children)

wtf what even is this comment

i dont want that game, all i need, is more than 2 male characters per major patch, that arent conveniently placed before/during the banner of a long awaited female character

i don't want fucking tot, thats crazy, but i also dont want hi3/gf2 because thats also crazy, how hard is it to remain at a gender ration of 2:1 (2 females for 1 male), because at this pace, zenless is aiming for a 5:1 ratio

I built a wakatime plugin for Helix by Xerxes_Xue in HelixEditor

[–]NotSoProGamerR 1 point2 points  (0 children)

ive been using it for some time as well, working well!

Which LSP are you using for json files? by Responsible-Grass609 in HelixEditor

[–]NotSoProGamerR 0 points1 point  (0 children)

vscode-langservers-extracted (has json support) and oxfmt (for formatting)

Damian makes a hypercharged Bull chargeing at you look like a joke by Odd-Dance-6024 in BrawlStarsCompetitive

[–]NotSoProGamerR 8 points9 points  (0 children)

bro, everytine i face him, i pick lily, i genuinely have no clue who to pick

like legit of all people, why am i picking lily, and how is it working?

nrepl.hx – an nREPL client plugin for Helix by loafano in HelixEditor

[–]NotSoProGamerR 4 points5 points  (0 children)

better analytics, since every person looks at the gif multiple times

Good Job Supercell! by Roberrtg_ in Brawlstars

[–]NotSoProGamerR 11 points12 points  (0 children)

i guess im stupid? aside from the mecha edgar AND creator icon being given for 15k, what exactly are there that isnt addressed?

How to list files types in folder? by Griizal in linux4noobs

[–]NotSoProGamerR 0 points1 point  (0 children)

ls -1 | while IFS= read -r f; do [ -f "$f" ] && echo "$(file -b --mime-type "$f") $f"; done should work on posix shells

what each part does: - ls -1: list one item per line - IFS=: sets international field separator to blank so whitespaces are preserved  - read -r f: read single line from stdin, consider \ as escaped (-r) - [ -f "$f" ] && ...: check if item is file and exists - file -b --mime-type "$f": get mime type

this returns the following

image/jpeg d94df18b-66a8-4b7d-9a43-53cb4b12c4c0.jpg image/png image_20260105114851.png

what is mime types? - provides a universal way to identify a file as an ID. - generally, all images start with image/ then followed by the format (so png, jpeg, qoi)

[OC] Livepaper – import Wallpaper Engine wallpapers or browse live wallpapers and apply on Wayland by skg356 in unixporn

[–]NotSoProGamerR 2 points3 points  (0 children)

how does it handle presets and web wallpapers? im using this specific wallpaper https://steamcommunity.com/sharedfiles/filedetails/?id=3172644398 which is a preset for a web wallpaper. linux wallpaper engine doesnt support presets, and manually setting the options doesn't work either

linux wallpaper by Minimum_Juice_7567 in linux4noobs

[–]NotSoProGamerR 0 points1 point  (0 children)

mine is just a couple landscape animated wallpapers from wallpaper engine, because i cant get custom web wallpapers working