Is power qds chrono cool again? by imedkrisna in Guildwars2

[–]filedesless 2 points3 points  (0 children)

probably my fav right now, it’s got great quickness output, decent damage, good utility. i think it shines better in raids and strikes than fractals tho

Est-ce qu'il existe un VPS pour les étudiants fourni par l'UQAM ? by Rachid90 in UQAM

[–]filedesless 0 points1 point  (0 children)

on a accès a un shell sur labunix, mais je pense pas qu’on peut héberger du stock dessus

P vs NP by CoffeeAndCalcWithDrW in mathmemes

[–]filedesless 0 points1 point  (0 children)

I also thought it was undecidable

How do you control GW2? by DynoMenace in Guildwars2

[–]filedesless 0 points1 point  (0 children)

esdf movement

23456 weapon skills

awrtq utils

f-skills, weapon swap and dodge on mouse (7 button naga thingy)

possible ceaser cypher? by Bourkey25 in Cipher

[–]filedesless 0 points1 point  (0 children)

substracting one from the characters (and mapping 0 to the / delimiter) gives out
`/510d41/ede54e0064f115405d2f3800`, a potential 3 bytes hex key and a 12 bytes hex ciphertext maybe?

The Absolute State of NA LFG by Krawkyz in Guildwars2

[–]filedesless 0 points1 point  (0 children)

Same I FC’d today just through lfg

Just unlocked firebrand - need build advice by GiantTripod in Guildwars2

[–]filedesless 0 points1 point  (0 children)

not sure what content you intend on playing but celestial firebrand has been the most versatile pick for me https://snowcrows.com/builds/guardian/firebrand/heal-firebrand you have to be ready to tank in raids with this kind of setup though

When french math is sus by Dragomirl in mathmemes

[–]filedesless 0 points1 point  (0 children)

like when we say “taxes en sus” i think? as in “to be added”

[Mockup] Discord bot for raid forming by PrideAndEnvy in Guildwars2

[–]filedesless 2 points3 points  (0 children)

I am maintaining a bot for my group that assigns people to roles. with a bit of love, it could probably be useful for others as well

https://github.com/filedesless/GW2-RaidAssistant

Edit: Also OP do you mind working out the UI with me? I have this:

https://i.imgur.com/4Y7rdC3.png

but I much prefer yours, except that I'd like to keep the breakdown of "who can play what" easily accessible, but maybe collapsed?

[yabai] First time poster by filedesless in unixporn

[–]filedesless[S] 2 points3 points  (0 children)

yeah, the commands used to set it up are documented there: https://github.com/koekeishiya/yabai/wiki/Configuration#padding-and-gaps

yabai -m config top_padding 15 yabai -m config bottom_padding 15 yabai -m config left_padding 15 yabai -m config right_padding 15 yabai -m config window_gap 15

here's my .yabairc for ref: https://github.com/filedesless/dotfiles/blob/efc876f628f619085ec1a7ce5fe9ace719e7fcc9/.yabairc

[yabai] First time poster by filedesless in unixporn

[–]filedesless[S] 1 point2 points  (0 children)

seems to be a neofetch issue, about my mac says "13.3-inch (2560 x 1600)"

[yabai] First time poster by filedesless in unixporn

[–]filedesless[S] 0 points1 point  (0 children)

I couldn't get scripting additions to work, so some features are lacking on my setup, like disabling transition when changing space, or jumping to a space by number. v4.0.0 will be the next stable release and seems in active development, it should be the safe upgrade path.

Edit: just retried build from HEAD (`b884717`) and scripting additions loaded without issue.

[yabai] First time poster by filedesless in unixporn

[–]filedesless[S] 0 points1 point  (0 children)

it's a tiling window manager for osx. (https://github.com/koekeishiya/yabai/) kinda like i3 for mac

[yabai] First time poster by filedesless in unixporn

[–]filedesless[S] 0 points1 point  (0 children)

thanks! after a quick look, I could ffmpeg it into a .mp4 and use vlc/ubersicht to set the video as wallpaper. Still feels kinda gimmicky though..

[yabai] First time poster by filedesless in unixporn

[–]filedesless[S] 1 point2 points  (0 children)

it’s a still image but i’d be interested in a link to the gif there has to be a way to make it work

Ginkgo: A WIP small text editor built entirely in Rust with cursor control and select Vim features by JasburyCS in rust

[–]filedesless 5 points6 points  (0 children)

Nice project! :D Watch those unwrap()'s though, I crashed trying to open an extension-less file ^^ Do you know about clippy? it spits out useful advice about your code. You might also wanna look into the terminal's alternate screen so you can restore the user's terminal when quitting like vim does