[-] pwalker@discuss.tchncs.de 15 points 1 week ago* (last edited 1 week ago)

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 43 points 7 months ago* (last edited 7 months ago)

Some years ago I heard about this German guy that found a mind boggling bug in Xerox scanners and the whole story how they tried to play it down is really insane. So definitely worth watching, unfort only with German audio: https://youtu.be/7FeqF1-Z1g0

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

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.

16
submitted 8 months ago* (last edited 2 months 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.

[-] pwalker@discuss.tchncs.de 17 points 8 months ago* (last edited 8 months ago)

you even mention ladybird as browser, nice 😎

[-] pwalker@discuss.tchncs.de 19 points 10 months ago

Well actually: "It was originally an initialism used in U.S. Army paperwork for items made of galvanized iron.[2] The earliest known instance in writing is from either 1906[3] or 1907.[2]" Also later on re-interpreted as "government issued" etc. but I guess today it just means US army soldier

[-] pwalker@discuss.tchncs.de 27 points 11 months ago* (last edited 11 months ago)

The amount of trolls in this thread that either try to spew false information intentionally or just have no idea what they are talking about is insane.

If you are worried about what data (including your phone number) law enforcement can recieve (if they have your specific user ID, which is not equal to your phone number) from the Signal company check this: https://propertyofthepeople.org/document-detail/?doc-id=21114562 Tldr: It's the date of registration and last time user was seen online. No other information, Signal just doesn't have any other and this is by design.

If you want to know more about how they accomplish that feat you can check out the sealed sender feature: https://nerdschalk.com/what-is-sealed-sender-in-signal-and-should-you-enable-it/

or the private contact discovery system: https://signal.org/blog/private-contact-discovery/

Also as Signal only requires a valid phone number for registration you might try some of these methods (not sure if they still work): https://theintercept.com/2024/07/16/signal-app-privacy-phone-number/

[-] pwalker@discuss.tchncs.de 19 points 1 year ago

I was also sceptical but it seems to be generally true, however the details of it are way more complicated. Read for yourself if you know German or use a translator, one of the biggest Berlin newspapers picked it up and added details : https://www.tagesspiegel.de/berlin/nach-beteiligung-an-palastina-protesten-in-berlin-drei-eu-burgern-und-einem-studenten-aus-den-usa-droht-ausweisung-13468543.html

[-] pwalker@discuss.tchncs.de 31 points 2 years ago

What a headline. It literally fell 3%... That's not much. Actually still higher than their April value. They dropped more than 50% in the beginning of the pandemic and have not recovered from that. Whereas Airbus easily pushed higher than pre pandemic level. So yeah not looking good since a long time.

[-] pwalker@discuss.tchncs.de 15 points 2 years ago* (last edited 2 years ago)

Same as on other platforms twitch ads are location based or in this case ip geo location. They are notoriously fighting ad blockers and have long been opting into ad stream injection which is why most common ad blocking techniques won't work. Basically after all the custom script solutions, like vaft script, started failing l started testing around with VPN taking advantage of the location based aspect of ads. Basically there are countries where noone is paying for running ads. E.g. Czech republic. So basically the most secure way to block ads on twitch is Vpn to certain countries. However I noticed that you need to use IPs from that country for about a day. It seems they are caching your Ip for some but after that you wont get any ads. You can read about all known ad solutioms of twitch here: https://github.com/pixeltris/TwitchAdSolutions

Also this does not work with the twitch mobile app and neither with the mobile version of twitch in a mobile browser. However it does work when switching to the desktop version in your mobile browser. So desktop version while using vpn on your phone should work. At least when I tested it last.

34
submitted 2 years ago* (last edited 2 years ago) by pwalker@discuss.tchncs.de to c/firefox@lemmy.ml

I normally don't use Firefox very often but wanted to give it a try again. My usual default browser would be Vivaldi (which is unfortunately Chrome based). Anyway I usually have turned on my NordVPN system wide (Windows 10 Edu V. 22H2), which works fine on Vivaldi. I turns out it does have a weird side effect on Firefox. The DNS resolution for "google.com" just doesn't work anymore. Any http request runs into a timeout. Strangely it works on any other google domain like google.de or google.org, also I couldn't find any other domain to reproduce this behavior. Now this wouldn't be such a big deal if google's reCaptcha wouldn't also be used by a lot of webpages and the api is hosted on google.com so basically the reCaptcha box just never appears and I'm stuck on those pages.

I tested it with v. 123.0 (64-bit), in private mode, in safe mode, FF portable 115.8.0 ESR and it is all the same strange behavior.

NordVPN also does have a FireFox Extension and using this extension everything works again.

Also tested it with the FF MacOS version and NordVPN client, here it works.

I can't really explain this behavior other than some weird Firefox behavior together with NordVPN or some interaction with the Windows 10 vpn layer.

Can someone confirm this behavior on Windows? I assume other VPN providers like Mozilla VPN don't have this?

[Update]: Forgive me it was late yesterday. I still can't explain the behavior exactly but for sure the reason is the split tunneling feature of NordVPN. I had it enabled as I only wanted certain apps to go through the VPN and Firefox wasn't on that list. So actually the NordVPN client should have treated FF routed through my default system connection and FF should just not have been routed through the VPN. Now it is more likely that it is some split tunneling bug that for whatever reason the google.com requests are treated differently by NordVPN/FF and are kind of blocked on my side or wrongly routed and never reach the google server.

[Update2]: As @LucidBoi@lemmy.world noted in the comments, the problem is not only related to Firefox and therefore wrong in this community. It actually also works on other browsers as well. It seems to be a problem of the windows NordVPN client and/or Windows 10. As soon as you use the split tunneling feature and exclude a browser from it, suddenly google.com doesn't work anymore. Very strange, but that's it. Actually for Firefox you should just use the NordVPN add-on anyway as it gives you a lot of flexibility to use split tunneling per domain, which actually works also for google.com then.

[-] pwalker@discuss.tchncs.de 13 points 2 years ago

There are indeed many Lemmy instances that have captcha protection, it's really up to the instance admins if they want to protect or not. Many of those "spam" instances do get quickly defederated by the serious ones.

8

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.

[-] pwalker@discuss.tchncs.de 14 points 2 years ago

I found out that even without prime the delivery speed is sometimes the same here in Germany. They say it would take 1-2 days longer but quite often my amazon packages arrived early. Same for packaging cost. Sometime they adverdise the 0€ shipping costs with prime but it literally is also 0 without prime. I mean they are not lying, just not telling the whole truth xD

147
submitted 2 years ago* (last edited 2 years ago) by pwalker@discuss.tchncs.de to c/pics@lemmy.world
64
Afd-Katze (discuss.tchncs.de)
submitted 2 years ago by pwalker@discuss.tchncs.de to c/afd@feddit.de

x-post von gatze@feddit.de Passt hier genauso gut rein 😅

27
submitted 2 years ago by pwalker@discuss.tchncs.de to c/afd@feddit.de

Afd bietet sich natürlich als Sponsor an für ein rechtes influencer Netzwerk, surprise...

17
submitted 2 years ago by pwalker@discuss.tchncs.de to c/afd@feddit.de

Kleiner Vortrag vom Zentrum für politische Schönheit auf dem 37c3. Gibt tiefe Einblicke wie die Afd so tickt und on top noch bisschen was zu CDU und Scholzi, 45min bestes entertainment for free direkt vom Chaos Computer Congress wie dumm und gefährlich der ganze Clownsverein ist: https://media.ccc.de/v/37c3-12345-scholz_greift_durch_die_afd_wird_verboten_-_deepfakes_auch

Oder gleich hier vorbeischauen: https://afd-verbot.de/beweise

[-] pwalker@discuss.tchncs.de 14 points 2 years ago

It's 37c3, but thx for the hint. The talk is called Breaking "DRM" in Polish trains by Redford, q3k, MrTick

I will try to watch it on stage, unfortunately still no final schedule available

8
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
[-] pwalker@discuss.tchncs.de 50 points 2 years ago* (last edited 2 years ago)

Weawow is a completly (also ad-)free weather forecast app run basically solo by a Japanese guy. I was surprised when I found this app that it was so good in every aspect that I had to donate the guy. It has has more than half a Mio. reviews on google play with an average of 4.9 . Idk of any free app with that many reviews having this kind of rating, well deserved.

Further honorable mentions:

  • Vivaldi browser
  • Joplin notes app
  • nextcloud
  • wikipedia (obviously)
  • Öffi
  • Signal
  • keepass
  • rif for reddit (R.I.P)
31

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"

30

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.

1
good morning from Austria (discuss.tchncs.de)
submitted 2 years ago by pwalker@discuss.tchncs.de to c/pics@lemmy.ml

Just woke up for my final hike

view more: next ›

pwalker

joined 2 years ago
MODERATOR OF