pwalker

joined 2 years ago
MODERATOR OF
[–] pwalker@discuss.tchncs.de 2 points 4 days ago

This the funniest thing I've seen today xD thx for the laughs

[–] pwalker@discuss.tchncs.de 13 points 1 week ago* (last edited 1 week ago) (3 children)

It does sound less problematic if you cite some "good" sources like this one: https://www.handelsblatt.com/politik/deutschland/neuerung-seit-1-januar-bundeswehr-maenner-bis-45-muessen-auslandsaufenthalt-melden/100214453.html

So basically it is not sanctioned (yet) if you don't do it and it is automatically granted as long as we are not in an active "war situation" (whatever that exactly means) or rather as long as our military service is still voluntary.

[–] pwalker@discuss.tchncs.de 8 points 1 month ago (1 children)

There definitely an actively developped open source privacy focused period tracker available, go check it out: https://gitlab.com/bloodyhealth/drip But all data stays local on your device , which is of course good from privacy pov but if you are looking for something accessible from different devices then this might not be suitable.

[–] pwalker@discuss.tchncs.de 3 points 1 month ago

I used to support testing the adblock solutions from Pixeltris some years ago when Twitch actively starting fighting adblockers. It turned out the only reliable way is to use a proxy or VPN of a country that doesnt serve ads via amazons ad system. Mostly small countries where it's not worth place advertisments. I am using eithe czech, polish or Luxembourg IPs and usually dont get any ads this way anymore as there are no corporstions using their af service.

[–] pwalker@discuss.tchncs.de 1 points 1 month ago

Posting non OC is allowed here. You are allowed to not like it and address your opinion in a civil way. Take this as a warning.

[–] pwalker@discuss.tchncs.de 6 points 2 months ago (1 children)

That depends on your requirements or rather what you compare it with. Their models seem to focus on cheap agentic AI usage or even local installations. This will become relevant as soon as the AI bubble bursts and all big players have to massively adjust their prices. E.g. their latest "devstral 2 small" model obviously has to be compared to similar small model that offer a similar FOSS permissive license. But even comparing their bigger service based offering to similar "cheap" offerings from Anthropic it seems they can compete: https://byteiota.com/mistral-devstral-2-7x-cheaper-than-claude-72-swe-bench/

[–] pwalker@discuss.tchncs.de 8 points 2 months ago

just in case some of the younger folks don't get the reference: https://www.youtube.com/watch?v=ohDB5gbtaEQ

[–] pwalker@discuss.tchncs.de 1 points 2 months ago

Please do not promote violence, it is against the lemmy.world code of conduct. https://legal.lemmy.world/tos/#1-attacks-on-people-or-groups

[–] pwalker@discuss.tchncs.de 1 points 2 months ago

Just a reminder to everyone to be civil (according to community rules) but also use the block function when needed. This is both possible for posters and commentors you don't like to see. From the mastodon.world code of conduct: "Do not report every post that upsets you. Please report posts that violate our rules but for others that you may find distasteful, or just don’t like, use the tools available to you. You can block the user or mute the conversation."

[–] pwalker@discuss.tchncs.de 1 points 2 months ago (1 children)

I didn't know about Rethink, looks like a cool project

[–] pwalker@discuss.tchncs.de 2 points 3 months ago* (last edited 3 months ago)

Man I just love the browser and its features. But it does help that they are EU based and have some pretty well known browser veterans as founders. Also they are quite supportive in their forums and I feel they try to be as transparent as possible in their blog posts. E.g. they made clear to support Manifest V2 as long as it is somehow possible while also keep on improving their builtin ad blocker (but we all know nothing can keep up with uBlock)

[–] pwalker@discuss.tchncs.de 1 points 3 months ago (1 children)

Some of the good one are in German. They do have subtitles I think tho or even separate audio tracks. However this year it felt like there were quite a lot in English.

 

cross-posted from: https://discuss.tchncs.de/post/41516848 Technically this should also work in a similar way for other games and other trackers so I guess this community fits also for this little guide.

I am fairly new to Linux gaming after I recently switched fully to Linux (Fedora 42). As you probably know, most steam games will run in Linux out of the box thanks to proton and Valve.

However in case you want to run games like MTG Arena together with a third party tracker like Untapped.gg things become a little tricky. As I only found outdated threads on reddit I thought we might as well need one here on Lemmy.

Quick summary for beginners: We want to install the Untapped companion Windows (exe file) inside the steam/proton environment that is used by Steam to simulate windows. These simulated environments are called "prefixes" and this was already used before Steam/proton by the popular windows emulator called Wine. Which is why you will sometimes read about "wine prefixes" or "proton prefixes" or tools like protontricks or winetricks that help you to configure those prefixes. Also you will read about "verbs" which are little "helper scripts" or recipes for winetricks/protontricks.

I found this neat little verb someone created for the untapped companion and it probably should work very easily in case you have the flatpak version of steam and protontrick:https://github.com/sabedevops/wine_untappedgg_companion

However I have the native Fedora 42 versions of steam and protontricks which is why also explain the manual steps here using the protontricks built in GUI. Whenever you install protontricks it should come with an GUI app in you applications folder. When opening this app it should list all installed steam apps together with their "app IDs". 

For Arena will look like this:

After selecting the Arena app you have to choose a "wineprefix", just select the "default" one, then select "Run an arbitrary executable" and select your manually downloaded Untapped.gg+Companion+Stable+Installer.exe  This will install the Untapped companion in your MTGA prefix.

Now you could always manually start the companion app within the mtga prefix via the proton-launch command and knowing the path of your steam wine prefix (which might be different depending on your distro of if you used flatpak). You can find your wine prefix folder also via opening the protontricks UI app and select "browse files" after selecting the default prefix for MTGA. protontricks-launch --appid 2141910 "/home//.local/share/Steam/steamapps/compatdata/2141910/pfx/drive_c/users/steamuser/AppData/Local/Programs/untapped-companion/Untapped.gg Companion.exe"

What we actually want is that the companion automatically starts each time we open MTGA via Stream. As described in the github verb above, the trick is to use the Steam game launch options and use the PROTON_REMOTE_DEBUG_CMD variable which will pause the game start and open anything you pass to it before starting the game. So go into your steam library and add the following to MTGA -> properties -> General -> Launch options. Beware of the different handling of spaces in path names and use the "" after "Untapped.gg" and replace the path with the actual path to the compoanion app that you installed above via protontricks: PROTON_REMOTE_DEBUG_CMD="/home//.local/share/Steam/steamapps/compatdata/2141910/pfx/drive_c/users/steamuser/AppData/Local/Programs/untapped-companion/Untapped.gg\ Companion.exe" %command%

Additional Information: The overlay functionality is actually pretty broken (at least in Fedora 42 using KDE Plasma+Wayland) and will cause random window glitches and not show up most of the time. However there is an option in the Untapped app that let's you open your deck window in a separate window outside of the game: Click on MTG Arena -> Deck Wndows -> enable "show player deck window".  So unfortunately no overlay possible right now but at least I can use the tracking and also see my deck statistics while in a match.

1
submitted 8 months ago* (last edited 1 month ago) by pwalker@discuss.tchncs.de to c/magictcg@lemmy.world
 

Update: Since the Spiderman/Into the Omenpath release Untapped stopped working with Proton 9.0-4, works with Experimental though

I am fairly new to Linux gaming after I recently switched fully to Linux (Fedora 42). As you probably know, most steam games will run in Linux out of the box thanks to proton and Valve.

However in case you want to run games like MTG Arena together with a third party tracker like Untapped.gg things become a little tricky. As I only found outdated threads on reddit I thought we might as well need one here on Lemmy.

Quick summary for beginners: We want to install the Untapped companion Windows (exe file) inside the steam/proton environment that is used by Steam to simulate windows. These simulated environments are called "prefixes" and this was already used before Steam/proton by the popular windows emulator called Wine. Which is why you will sometimes read about "wine prefixes" or "proton prefixes" or tools like protontricks or winetricks that help you to configure those prefixes. Also you will read about "verbs" which are little "helper scripts" or recipes for winetricks/protontricks.

I found this neat little verb someone created for the untapped companion and it probably should work very easily in case you have the flatpak version of steam and protontrick:https://github.com/sabedevops/wine_untappedgg_companion

However I have the native Fedora 42 versions of steam and protontricks which is why also explain the manual steps here using the protontricks built in GUI. Whenever you install protontricks it should come with an GUI app in you applications folder. When opening this app it should list all installed steam apps together with their "app IDs". 

For Arena will look like this:

After selecting the Arena app you have to choose a "wineprefix", just select the "default" one, then select "Run an arbitrary executable" and select your manually downloaded Untapped.gg+Companion+Stable+Installer.exe  This will install the Untapped companion in your MTGA prefix.

Now you could always manually start the companion app within the mtga prefix via the proton-launch command and knowing the path of your steam wine prefix (which might be different depending on your distro or if you used flatpak). You can find your wine prefix folder also via opening the protontricks UI app and select "browse files" after selecting the default prefix for MTGA. protontricks-launch --appid 2141910 "/home//.local/share/Steam/steamapps/compatdata/2141910/pfx/drive_c/users/steamuser/AppData/Local/Programs/untapped-companion/Untapped.gg Companion.exe"

Hint: It is better that remove the "." dot in "Untapped.gg" and the default whitespace that the exe has via the proton file explorer for example or via your normal Linux file explorer. This can cause unnecessary problems, see below.

What we actually want is that the companion automatically starts each time we open MTGA via Stream. As described in the github verb above, the trick is to use the Steam game launch options and use the PROTON_REMOTE_DEBUG_CMD variable which will pause the game start and open anything you pass to it before starting the game. So go into your steam library and add the following to MTGA -> properties -> General -> Launch options. Beware of the different handling of spaces in path names and use the "" after "Untapped.gg" and replace the path with the actual path to the compoanion app that you installed above via protontricks: PROTON_REMOTE_DEBUG_CMD="/home//.local/share/Steam/steamapps/compatdata/2141910/pfx/drive_c/users/steamuser/AppData/Local/Programs/untapped-companion/Untapped.gg\ Companion.exe" %command%

Additional Information: Update: Overlay now works fine in Fedora 43 Plasma and Proton 10.0-4 The overlay functionality used to be broken (at least in Fedora 42 using KDE Plasma+Wayland) and will cause random window glitches and not show up most of the time. However there is an option in the Untapped app that let's you open your deck window in a separate window outside of the game: Click on MTG Arena -> Deck Wndows -> enable "show player deck window".  So unfortunately no overlay possible right now but at least I can use the tracking and also see my deck statistics while in a match.

 

I just noticed that you can't access any mod tool like the "mod queue" from this app. I guess it's a niche use case but it would be convenient if mods could use this app also.

2
submitted 2 years ago* (last edited 2 years ago) by pwalker@discuss.tchncs.de to c/pics@lemmy.world
 
0
submitted 2 years ago* (last edited 2 years ago) by pwalker@discuss.tchncs.de to c/lemmyconnect@lemmy.ca
 

version 1.0.88 How to reproduce:

  1. Go to settings > default comment sorting option > select comment sorting preference "sort comments by top"
  2. Go to your inbox and select one of your replies
  3. click on "view full post"
  4. full post opens but comment sorting is not by "top"
  5. coment sorting still works when you access the post not from inbox
 

Why call it "Connect for Lemmy"? It's so inconvenient and not catchy at all. Might even be misunderstood by most search enaginges when typing in the current name of the app. Just call the app like this community "Lemmyconect"

 

I love the app but it seems to be very inefficient with caching of data, especially pics. I've been surfing c/pics for a few time and very quickly got the mobile data usage alarm, was almost 2Gb. It seems the app is loading all full pictures of the whole community. Not sure how other apps are doing or how it was done by reddit apps but I'd assume the only preload a lower resolution version of the thumbnails of the pics.

Also it seems lemmyconnect is not properly caching the thumbnails. So if I click on a post in the overview to seen the comment, then go back to the overview, all the pic thumbnails have to be reloaded. You can easily see this when you try surfing in low bandwidth situations.

 

Just woke up for my final hike

view more: next ›