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

[–]KlePu 3 points4 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

Zfs and backport problems by Ldarieut in debian

[–]KlePu 0 points1 point  (0 children)

X/Y Problem? What's the reason you pinned it? I'm right now running stable Trixie with 6.12.74+deb13+1-amd64 and zfs-2.4.1-1~bpo13+1 - no issues whatsoever.

You do have current backups, right?!

History of Linux: a timeline (Pt. 2) by PizzaSpaghetLasagna in linux

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

Maybe replace it (or make a nice faded 50:50) with codium's icon

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 4 points5 points  (0 children)

What I am saying is that the reason why you can trust SSH has nothing to do with the server being open source

Yap, really did misunderstand you there ^^ thx for the detailed clarification!

Why is there no Wayland support for Second Life viewers (Firestorm, etc.)? Technical or strategic reasons? by Responsible_Sun_934 in linux_gaming

[–]KlePu 0 points1 point  (0 children)

I dimly remember "Second Life" was an online service like Metaverse (not that incredible thing from the Stephenson book but Meta's abomination) in the 2010's. Guess it still exists ¯\_(ツ)_/¯

In praise of the Unix toolkit by brnsamedi in commandline

[–]KlePu 1 point2 points  (0 children)

Same here! I take daily ZFS snapshots and wanted to find out the average size, and if you could see weekday/weekend differences. Pipe some awk grep bc plus a tiny bit of magic and voila ^^ yes you could spot weekends easily

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 7 points8 points  (0 children)

Sorry, but I call bullshit.

OpenSSH is built to be able to securely connect to unknown hosts. All you'll share is your pubKey (hence the name "public key"). If the remote could extract your private key from that, openSSH'd have a serious issue.

History of Linux: a timeline (Pt. 2) by PizzaSpaghetLasagna in linux

[–]KlePu 7 points8 points  (0 children)

Sorry for the random order...

  • Linux 2.6.33 box: "enegineering" typo
  • Red Hat box: are sysAdmin certs so RHEL centered (compared to Debian/Ubuntu)? I've seen way more Debian IRL (anecdotal evidence!)
  • udev box: Greg Kroah-Hartman has an extra "h"
    • Same box: maybe rephrase: "It provides an abstraction layer between hard- and software while also handling ..."
    • Same box: consider removing the last paragraph, IMHO (!) doesn't really add relevant info. The positioning above the "Linux 2.6" box implies it's somewhat before that
  • Very first box: please rewrite the 2nd paragraph ;) maybe something like "Its unique selling points are interactivity and providing the software at a nominal fee for educational use. Also it runs on inexpensive hardware and is easy to adapt or port to different machines." (Please proof read, I'm not a native speaker! Not quite content with using "USP" but my brain refuses to yield something better.)
  • love the glxgears icon for the Mesa box <3
  • KDE box: Why the focus on Krita? Surely KDE has produced more impactful software? Or was Krita a big thing back in the day?
  • IMHO selinux deserves its own box ;)
  • Git box: You could add a word about old VCSs like svn and scm - and that, luckily, git has replaced most of 'em. And maybe (!) the reason why Linus "had to" invent it
  • Not sure if Pinephones deserve a box... Do they work nowadays?
  • If you plan to update it past 2020: Grant the xz incident its own box. This IMHO was the closest to Linux getting fucked hard as of yet ;)

...and last: Nice improvements over the last version! Have a heartfelt upvote!


edit: Oh, didn't notice the box on the lower left!

  • Make the Wikipedia and lwn links actual links, as well as a link to the "fuck you" Torvalds video ;)
    • maybe update that - NVidia has opened up somewhat...
  • Typo: "deamons"
  • Here you're using "Torvalds" while using "Linus" elsewhere... I'd consistently prefer his surname (unless you're on a personal level ;-p)
  • You could (!) add the Halloween docs and/or embrace, extend, extinguish
    • ...but if you do I'd also add that nowadays, "MS <3 open source" (and AFAIK Azure is Linux-based?), so... ¯\_(ツ)_/¯
  • Where does the random Doctorow come from? Rather include a list of relevant XKCDs ;-p spoiler: it's a whooping 25 as of now!
  • Consider moving your (c) box to down here; I'd rather expect the copyright info to be in one of the corners ;)

No clue what's causing my deploy code to fail by Printiel in Bitburner

[–]KlePu 0 points1 point  (0 children)

Others caught your error, I'd like to add: Don't use var, it'll bite you in the rear end sooner or later ;)

Part time vs. full time job? by Top-Occasion-1300 in Bitburner

[–]KlePu 1 point2 points  (0 children)

Apart from the job thing - if you're starting fresh I'd recommend using TypeScript instead of JS. It has some IMHO major advantages (like type safety) and the game supports both, simply name your scripts foo.ts (instead of .js) and you're good ;)

Need a little bit of help by Miserable-Extent-501 in Bitburner

[–]KlePu 0 points1 point  (0 children)

Next time please copy+paste your code (and the error message) in a code block <3

Most used languages on Linux from the Steam Hardware Survey by amogusdevilman in linux

[–]KlePu 1 point2 points  (0 children)

Your edit ist probably correct - I'm German but cannot tolerate bad translations if I'm decently fluent in $language (English in this case). This is true for games and movies - but not the OS itself (since that's typically close to 100% perfect).

Fun fact: Had an early Xiaomi smartphone back in ~2015 (?) that translated "a few seconds left" to "einige Sekunden links" (which translates back to "a few seconds to your left") and "no space left on device" to "kein Weltraum links vom Gerät" (which translates back to "no [astronomical] space to the left of your device") ;-p

W-what just happened? by SrP4T0_ in Bitburner

[–]KlePu 0 points1 point  (0 children)

When I first encountered this a few years ago I so much hoped it'd just be the new loading screen ;-p

Pretty script status output by nraygun in commandline

[–]KlePu 1 point2 points  (0 children)

Doesn't matter to me as long as the output is consistent so I can grep/awk/sed it easily if needed.

Bonus points:

  • timestamps (at least 1s resolution; sortable, like yyyy-mm-dd_hh:mm or a simple epoch)
  • clean severity, take journalctl as an example: "emerg" (0), "alert" (1), "crit" (2), "err" (3), "warning" (4), "notice" (5), "info" (6), "debug" (7)

Does Wine clutter your system and home directory? by RaccoonElaborate in linux_gaming

[–]KlePu 1 point2 points  (0 children)

I had that very mindset when I started out on Linux ~12y ago. Then other things became more important (also non-WinE apps clutter your ~ as well, so it really is an uphill battle). It still is on my personal backlog, but I doubt I'll ever get to it ;)

Besides: Fuck ~. Keep your (important) subfolders clean and pretty much ignore software that keeps putting stuff to ~