Latest Comments by iskaputt
Intel using DXVK (part of Steam Proton) for their Windows Arc GPU DX 9 drivers
8 Dec 2022 at 12:00 pm UTC Likes: 1
8 Dec 2022 at 12:00 pm UTC Likes: 1
Quoting: ljrkThey're referring to the first three lines, where the person on twitter tried different spellings for DXVK (Dxvk, dxvk, DXVK), which could've been handled by `-i`.Quoting: GuestAm I missing something? No idea why `grep -i` directly would be better than using `strings` first. The former would print all *lines* matching the regex which is absolutely less useful, especially in a binary context where "lines" are just bytestrings that happen to be delimited by a 0xA byte. So the output would also be less useful due to the whole line being matched. You could change that using the `grep -o` option but that's GNU only. Further, this is probably even more efficient, since grep matching potentially huge lines is not a good starting point.Quoting: WorMzySomeone needs to tell "Longhorn" about grep -i. >_>I was thinking the same thing! :)
Given he's a "Kernel/hypervisor engineer", that ugly use of the cli makes me wonder about the quality of their code...
So this is actually the way to go: Converting a binary into a text "file" (a list of strings) and then using a text tool to work on this further. That's what pipelines are for.
NVIDIA announces Ada Lovelace their 3rd generation RTX, DLSS 3 and Portal RTX
20 Sep 2022 at 8:44 pm UTC Likes: 1
20 Sep 2022 at 8:44 pm UTC Likes: 1
And here is me, contemplating when to get a new card in the ~200 watts, 400-500 Euros region.
Vampire Survivors 1.0 coming soon along with a price increase
18 Sep 2022 at 1:28 pm UTC Likes: 2
18 Sep 2022 at 1:28 pm UTC Likes: 2
Quoting: michaAnyone else getting greeted by Missing Executable:Had this on first start as well. But forcing 7.0-4 made it work for me.
Steam/steamapps/common/Vampire Survivors/launcher.sh
?
Forcing Proton (tried Experimental, 7, and 6) I get greeted by an io exception. Same my Arch and my Fedora notebook.
Well, at least it works great on my Steam Deck. :wink:
Valve dev understandably not happy about glibc breaking Easy Anti-Cheat on Linux
17 Aug 2022 at 6:16 pm UTC Likes: 1
17 Aug 2022 at 6:16 pm UTC Likes: 1
On a slightly tangential note, this [External Link] is a long but very interesting article about the sh*t-show that is ABI-compatibility in C(++)-land (reminder: the languages of choice for many games). There are a couple other similar articles on that blog (1 [External Link], 2 [External Link]), also very enjoyable if you have the time to spare.
GameMode performance tool from Feral Interactive version 1.7 is out now
23 Jul 2022 at 1:10 pm UTC Likes: 3
23 Jul 2022 at 1:10 pm UTC Likes: 3
Quoting: notmrflibbleIt still needs systemd and is therefore still incompatible with Devuan. I still won't be using it.GameMode also supports elogind which is how Void Linux provides the package.
AMD FidelityFX Super Resolution 2.0 announced
18 Mar 2022 at 9:17 am UTC Likes: 1
As you seem to be knowledgeable about the topic, how far has it come on the "explainability"? Last time I dived deeper into ML (like a couple years ago) the "why" was pretty sketchy (coming from a more classic statistical modelling POV) and there was that whole issue about decisions made with these models no one could really understand (like ML-based credit ratings). I know there have been some advancements, but I'm not following ML closely. But I'm watching the occasional talk in academia about ML being used for some specific problem and that didn't bode well for the answer.
18 Mar 2022 at 9:17 am UTC Likes: 1
Quoting: elmapulI'm strictly speaking about the rhetoric used around ML, to be fair that wasn't clear in my comment. What's coming from that field in terms of results is impressive at times.Quoting: iskaputtsigh, no it isnt.Quoting: Doc AngeloThe meaning of the terms around "artificial intelligence" are weird"Machine Learning" is a huge pile of buzzword/b*llsh*t bingo. That's just how it is.
go learn how it work and what is possible with it, you have no idea what you're talking about.
on a side note, i can agree that the term "learn" is miss leading, its like calling an AI an inteligent system, as if the machine could "think", that i agree , its bullshit.
As you seem to be knowledgeable about the topic, how far has it come on the "explainability"? Last time I dived deeper into ML (like a couple years ago) the "why" was pretty sketchy (coming from a more classic statistical modelling POV) and there was that whole issue about decisions made with these models no one could really understand (like ML-based credit ratings). I know there have been some advancements, but I'm not following ML closely. But I'm watching the occasional talk in academia about ML being used for some specific problem and that didn't bode well for the answer.
AMD FidelityFX Super Resolution 2.0 announced
17 Mar 2022 at 8:28 pm UTC Likes: 1
17 Mar 2022 at 8:28 pm UTC Likes: 1
Quoting: Doc AngeloThe meaning of the terms around "artificial intelligence" are weird"Machine Learning" is a huge pile of buzzword/b*llsh*t bingo. That's just how it is.
ELDEN RING is out and Verified for Steam Deck
25 Feb 2022 at 8:49 am UTC Likes: 2
25 Feb 2022 at 8:49 am UTC Likes: 2
Quoting: slaapliedjeYou might like `cp -b eldenring.exe start_protected_game.exe` then.
mv start_protected_game.exe{,-orig}; cp eldenring.exe start_protected_game.exe
I love shortening things!
Wine manager Bottles has a big new release with major overhauls
29 Jan 2022 at 7:42 pm UTC
29 Jan 2022 at 7:42 pm UTC
Quoting: BlackBloodRumSadly.. due to my usage case, while Linux apps do a perfect job of ripping audio, the log files produced are not satisfactory.. let's just say it's for "not linux's fault" reasons and not entirely down to my own decision.Fair point. I'm not using those files personally, but remembered I saw them in my rip folders.
Wine manager Bottles has a big new release with major overhauls
29 Jan 2022 at 4:40 pm UTC Likes: 1
https://github.com/whipper-team/whipper [External Link]
29 Jan 2022 at 4:40 pm UTC Likes: 1
Quoting: BlackBloodRumOooh. This looks interesting!Not exactly on topic, but did you try whipper as an alternative? I've been using it for my CD collection and it usually works just fine. It checks the rips against the musicbrainz database and pulls other metadata from there as well. I know that some people swear by EAC, but maybe this works for you.
Might be able to remove "PlayOnLinux" and replace it with this, which ironically these days I only use for one application, EAC which I require for putting my CDs on my computer (due to logs, cue file and such.. I just like a clean copy)
https://github.com/whipper-team/whipper [External Link]
- The "video game preservation service" Myrient is shutting down in March
- Discord delay global rollout of age verification to improve transparency and add more options
- Steam Next Fest - February 2026 is live with tons of demos
- Firefox 148.0 arrives with AI controls
- FINAL FANTASY VII arrives on GOG with a new edition live on Steam too
- > See more over 30 days here
- steam overlay performance monitor - issues
- Xpander - Nacon under financial troubles... no new WRC game (?)
- Xpander - Establishing root of ownership for Steam account
- Nonjuffo - Total Noob general questions about gaming and squeezing every oun…
- GustyGhost - Looking for Linux MMORPG sandbox players (Open Source–friendly …
- Jarmer - See more posts
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck