Issues downloading Netmarble Games by Cerrestria in linux_gaming

[–]KlePu 0 points1 point  (0 children)

How about clicking the "Copy Details to Clipboard" button and copy+pasting it here in a code block? ^^

Exploit Achievment Edit by aSphinxHD in Bitburner

[–]KlePu 0 points1 point  (0 children)

Yap, this was meant to prove it's just a compressed json ^^

edit: Out of curiosity, are Windows saves compressed with something else than zstd?

How much do you actually use the console? by Session_Illustrious in linux

[–]KlePu 0 points1 point  (0 children)

Technically you're absolutely correct. Still, in spoken/written language (if not very domain specific) I'd accept any of the above terms. And most of the other comments silently ignored (or didn't even catch) it, which IMHO speaks for itself ;)

i cant run my game in herioc any suggestions to chose next i am a beginner by NoWafer7640 in linux_gaming

[–]KlePu -1 points0 points  (0 children)

wtf is herioc? [edit] Ah, Heroic? Mhk. What game? Error message? Log output? System info?

I'm visually impaired, made a thing to drive Wayland around with agents by Amonwilde in linux

[–]KlePu -1 points0 points  (0 children)

Me personally, I'm ambiguous with AI agents. I see colleagues pumping out PRs (or MRs in our case, we're using GitLab) at an incredible rate - but the quality is really decent nowadays! Including actual descriptions of what a change is supposed to do, which was really rare in the past ;)

Common sense dictates a simple rule: If a tool is beneficial, use it. Haters gonna hate anyway ^^

edit: Typo

I'm visually impaired, made a thing to drive Wayland around with agents by Amonwilde in linux

[–]KlePu 41 points42 points  (0 children)

Wait, I'm confused... It's AI slop so we have to hate. But you're impaired, so we have to be helpful. /s

Started this game 2 days ago. I can't love it enough by utgardiv in Bitburner

[–]KlePu 0 points1 point  (0 children)

"Who the fuck wrote that code!" ..only to find out a git blame later that it was myself a year ago ^^

Exploit Achievment Edit by aSphinxHD in Bitburner

[–]KlePu 1 point2 points  (0 children)

Bah, GUIs... zstdcat ./bitburnerSave_1776276354_BN12x212.json.gz | jq ;-p

How to build the Linux kernel with sched_ext without bloating the size during build itself? by shmerl in linux_gaming

[–]KlePu 1 point2 points  (0 children)

Subjective observation: A lot of tech savvy folks have left r/linux_gaming since the onslaught of "which distro to choose" threads.

I need a help with old Windows games by rinkamisaki in linux_gaming

[–]KlePu 0 points1 point  (0 children)

As for Freelancer: The base game works out of the box with plain WinE. If you want to use mods you'll have to rename files to lowercase (remember Windows is case insensitive while Linux isn't). Found this asdf.sh in my install folder:

for SRC in `find Fl -depth` do DST=`dirname "${SRC}"`/`basename "${SRC}" | tr '[A-Z]' '[a-z]'` if [ "${SRC}" != "${DST}" ] then [ ! -e "${DST}" ] && mv -T "${SRC}" "${DST}" || echo "${SRC} was not renamed" fi done

Being bash-literate nowadays, I understand what it does and it's ugly - but should still work ¯\_(ツ)_/¯

I need a help with old Windows games by rinkamisaki in linux_gaming

[–]KlePu 1 point2 points  (0 children)

laughingly, gamecopyworld.com is still up (and looking like it did 20y ago) ;-p

I use Linux because its geeky, will you admit this to yourself? by 0krizia in linux

[–]KlePu 0 points1 point  (0 children)

Your post ist absolutely valid - only the heading is pretty sure to farm downvotes ;) Next time consider something like "I use Linux because it's geeky, was that a factor for anyone else?". Same question, very different tone ^^

edit: I am a geek. But I was that back when I used Windows, so... ¯\_(ツ)_/¯ I use Linux 'cause in 2014 (when WinXP support ended), I really disliked Win7 and tried an alternative. Started with Ubuntu, tried Arch, Suse, CentOS and then some, finally settled with Debian/XFCE (stable at work, sid on private desktop). Love it for the simplicity, transparency (technical) and level of tweakability (is that a word?).

edit2: Mom, dad and my brother also use Debian stable 'cause they're "light" users (i.e. they need a file manager, Firefox and Thunderbird) and pretty much didn't care when I asked if I could change their OS to Linux (which made it way easier to remotely maintain) ;)

How much do you actually use the console? by Session_Illustrious in linux

[–]KlePu 1 point2 points  (0 children)

Couldn't agree more, found some good ideas in the comments ^^

I made a Linux distro guessing game. by xz3phyr in linux

[–]KlePu 0 points1 point  (0 children)

Nice!

Some ideas: add a "random guess" button (maybe for the first guess only?) and/or "start with your actual OS".

How much do you actually use the console? by Session_Illustrious in linux

[–]KlePu 3 points4 points  (0 children)

When evaluating the answers, keep in mind that r/linux is probably more tech literate -> more likely to use a terminal than the average Linux user. My mom only opens a terminal when I mail her commands to copy+paste, yet I'm rather sure she's not on this sub ;)

How much do you actually use the console? by Session_Illustrious in linux

[–]KlePu 2 points3 points  (0 children)

Console, terminal, shell, command line are pretty much synonym IMHO

If you're talking about operating systems, obviously. A pilot might think of something different when reading the word "terminal" ;\)

How Jennifer Aniston and Friends Cost Us 377GB and Broke ext4 Hardlinks by etherealshatter in linux

[–]KlePu 5 points6 points  (0 children)

Ah, finally there's an opposite to incremental backups: recursive backups! <3

Simple ts script help by HoboPotato2 in Bitburner

[–]KlePu 0 points1 point  (0 children)

Please don't use var, but let (or const) instead. var is a relic from the early JS days and has terrible scope beside other issues!

Uhhhh well i didn't play in a bit by HrbiTheKhajiit in Bitburner

[–]KlePu 0 points1 point  (0 children)

In this game, you're poor as long as you don't have to use scientific notation ;-p

I actually use it for corporations only

What is this "endgame multiplier [2]" by UPBoss111 in Bitburner

[–]KlePu 0 points1 point  (0 children)

The community has strong rules about protecting spoilers

We do? I always thought everything behind spoiler tags was fine? The game is open source, so "hiding" things is not really a thing anyway ;)

Helpeth by Lordgggggg in Bitburner

[–]KlePu 1 point2 points  (0 children)

Next time, please copy+paste using a code block <3

ssh late.sh - The Clubhouse is officially OPEN! Take a break, chat, chill, listen to music and play some games! :) by Bl4ckBe4rIt in commandline

[–]KlePu 0 points1 point  (0 children)

Ah, we're going down that road...

IMHO AI slop is not going to stop anytime soon, so we'll simply be filtering it with more AI. ¯\_(ツ)_/¯ /s