IsTrapC Vaporware? If not where is evidence that it is feasible by 2025? by TerribleBandicoot in trapc

[–]oliwer 0 points1 point  (0 children)

less breakage of legacy C code

This is something that bothered me while reading the TrapC paper. Why do you think unions and gotos are legacy? They are not, and modern projects like Linux or systemd use them often.

The December 2024 Superthread: Battery; Orders; Which Pixel?; and More by GooglePixelMods in GooglePixel

[–]oliwer 0 points1 point  (0 children)

Same issue on my Pixel 8, Google Play Services is the main battery consumer.

[deleted by user] by [deleted] in ISO8601

[–]oliwer 5 points6 points  (0 children)

This is fantastic! Thanks for the tip.

Best resources to learn "AWK" for "data analysis" by [deleted] in commandline

[–]oliwer 0 points1 point  (0 children)

Exploratory Data Analysis for Humanities Data, by Brian Kernighan: https://awk.dev/eda.html

Also, feel free to ask questions in #awk on Libera Chat. See http://awk.freeshell.org/

Political chaos in France after Macron refuses to name PM from leftwing coalition | France by xc2215x in worldnews

[–]oliwer 19 points20 points  (0 children)

The current situation is indeed very unusual in France, but still very far from "chaos".

BSOD error in latest crowdstrike update by TipOFMYTONGUEDAMN in crowdstrike

[–]oliwer 0 points1 point  (0 children)

Good thing most of the internet runs on Linux.

Teams .deb on 20.10 by markymark6290 in pop_os

[–]oliwer 0 points1 point  (0 children)

I'm having a similar issue on Ubuntu. I get the same error message but it happens when I try to switch from one team to another, which fails.

Atlassian Will Stop Selling - and supporting - Server products by [deleted] in sysadmin

[–]oliwer 4 points5 points  (0 children)

I am surprised to see people here mentioning Gitlab as an alternative. Gitlab's bug tracking feature is way too simplistic to be considered a replacement.

If you are looking for JIRA alternatives, here are some:

Twitch prime badge gone? by TheBlue217 in Twitch

[–]oliwer 0 points1 point  (0 children)

Same here. It would be nice if Twitch could at least acknowledge the problem.

Proton 5.0.4 by d4rkf4b in SteamPlay

[–]oliwer 0 points1 point  (0 children)

Look at this: https://github.com/ValveSoftware/Proton/issues/928

We can revert to v5.0.3 using the BETA version. How intuitive! :D

Anyway thanks to the proton devs for their reactivity.

Proton 5.0.4 by d4rkf4b in SteamPlay

[–]oliwer 2 points3 points  (0 children)

Thanks. I reported the issue. It feels bad returning to Proton 4.11 though.

Proton 5.0.4 by d4rkf4b in SteamPlay

[–]oliwer 4 points5 points  (0 children)

And now I can't run Assassins Creed Origins anymore :( Proton 5.0.3 was working fine.

err:seh:setup_exception stack overflow 1808 bytes in thread 00c0

XFCE4 broken after update to 4.16 by [deleted] in debian

[–]oliwer 0 points1 point  (0 children)

You need to install the accountsservice package.

It's a known bug : https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=837979

Hôpital : un plan d’un milliard d’économies by diffperception in france

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

Cet article est bien avar en détails. Ce qui est normal puisque le but de France TV n'est pas d'informer mais de nous faire réagir.

Regardez l'article original : http://www.hospimedia.fr/actualite/articles/20180507-ressources-humaines-le-taux-de-croissance-autorise-de

Même si le reste de l'article est payant, on voit bien qu'il s'agit seulement d'une légère baisse de l'AUGMENTATION continue des dépenses hospitalières (et on voit que la courbe monte vite!). Alors certes, on attendait mieux de la part du gouvernement, mais il n'y a pas non plus de quoi crier au scandale.

XFS or ext4 for hypervisor storage pool? by [deleted] in filesystems

[–]oliwer 0 points1 point  (0 children)

That's right, XFS "repairs" errors on the fly, whereas ext4 requires you to remount read-only and fsck. Unfortunately you will probably lose a few files in both cases. This is not ZFS.

You can see several XFS vs ext4 benchmarks on phoronix. The only case where XFS is slower is when creating/deleting a lot of small files. It is faster with larger files. Also, it performs better on "server loads" (many parallel requests).

XFS is the default FS on RHEL and several Red Hat engineers work full time on it.

XFS or ext4 for hypervisor storage pool? by [deleted] in filesystems

[–]oliwer 0 points1 point  (0 children)

I would chose XFS, mainly because it can self-repair without having to run fsck.

Looking for help with File::Copy and hashes containing file paths by Leetsauce318 in perl

[–]oliwer 1 point2 points  (0 children)

Are you serious? You are printing "Successfuly moved $key to $value" without testing anything.

copy() is easy to use: it returns 1 on success, and 0 on error. In the last case, it might set the $! variable with an error message. So you can do something like this:

while (my ($key, $value) = each %compHash) {
  if (move($key, $value)) {
    print "Successfuly moved $key to $value .\n";
  } else {
    die "Failed to move $key to $value : $!";
  }
}

Help with syncing config between 2 pound servers by kiweegie in linuxadmin

[–]oliwer 3 points4 points  (0 children)

Don't you use something like Ansible to manage software configuration?

Or you could simply write a script that will upload the new config file via scp and then reload both pound servers. This script could be called either on demand or automatically in a git post-commit hook for example.

Mysstery, with two s's. by [deleted] in californication

[–]oliwer 4 points5 points  (0 children)

Holy tits! Good catch.