TechieDamien

joined 3 years ago
[–] TechieDamien@lemmy.ml 2 points 9 months ago (1 children)

@aihorde@lemmy.dbzer0.com draw for me an underwater shipwreck surrounded by mermaids.

[–] TechieDamien@lemmy.ml 3 points 9 months ago (2 children)

There's pros and cons. On one hand, packing your dependencies into your executable leads to never having to worry about broken dependencies, but also leads you into other problems. What happens when a dependency has a security update? Now you need an updated executable for every executable that has that bundled dependency. What if the developer has stopped maintaining it and the code is closed source? Well, you are out of luck. You either have the vulnerability or you stop using the program. Additionally bundling dependencies can drastically increase executable size. This is partially why C programs are so small, because they can rely on glibc when not all languages have such a core ubiquitous library.

As an aside, if you do prefer the bundled dependency approach, it is actually available on Linux. For example, you can use appimages, which are very similar to a portable exe file on windows. Of course, you may run afoul of the previously mentioned issues, but it may be an option depending on what was released.

[–] TechieDamien@lemmy.ml 3 points 10 months ago

Can't include any proprietary code, so using the google sdk would invalidate it I believe.

[–] TechieDamien@lemmy.ml 2 points 10 months ago

Sure. If you are using an nvidia optimus laptop, you should also add __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia at the start of the last line when running in hybrid mode to run mpv on the dgpu. You should have a file at ~/.wallpaperrc that contains wallpaper_playlist: /path/to/mpv/playlist. You may want to add this script to your startup sequence via your wm/de.

#!/bin/sh

WALLPAPER_PLAYLIST=$(cat ~/.wallpaperrc | grep -v '^\w*#' | grep 'wallpaper_playlist' | sed "s/wallpaper_playlist: //")


xwinwrap -g 1920x1080 -ov -- mpv -wid WID --no-osc --no-audio --loop-playlist --shuffle --playlist=$WALLPAPER_PLAYLIST

Hope this helps!

[–] TechieDamien@lemmy.ml 1 points 10 months ago (2 children)

I set mpv as the root window which worked well. I stopped using it a while back, but if you are interested, I could dig up the simple script for you (literally one or two lines iirc).

[–] TechieDamien@lemmy.ml 2 points 10 months ago (1 children)

Exploding Kittens is so good. Take a look at the expansions if you haven't already. They add a ton of new cards that really add to the experience.

[–] TechieDamien@lemmy.ml 18 points 11 months ago* (last edited 11 months ago)

This is a quality meme and I am here for it!

[–] TechieDamien@lemmy.ml 1 points 11 months ago

A FOSS tag would be nice for those that care about that. Also, both Mindustry and C:DDA are missing their free tags. Overall, a good list and plenty new things that I was not previously aware of!

[–] TechieDamien@lemmy.ml 1 points 11 months ago

It makes it a lot harder to dm imo. It helps if you keep the table of suggested consequences for advantage/triumph or threat/despair, but even that can't always save you!

[–] TechieDamien@lemmy.ml 3 points 1 year ago

Or Steam Deck Alyx?

[–] TechieDamien@lemmy.ml 5 points 1 year ago

I would never do that?

[–] TechieDamien@lemmy.ml 1 points 1 year ago (1 children)

Wow, CUPS is way better than I previously thought and I thought it was amazing!

view more: ‹ prev next ›