• Re: Linux 6.15.0-rc1-next-20250410

    From vallor@vallor@cultnix.org to comp.os.linux.advocacy on Fri Apr 11 07:37:33 2025
    From Newsgroup: comp.os.linux.advocacy

    On Thu, 10 Apr 2025 10:45:36 +0000, Farley Flud <fsquared@fsquared.linux>
    wrote in <1834ef2e0dfd9bb3$93604$1602464$802601b3@news.usenetexpress.com>:

    On Thu, 10 Apr 2025 09:13:57 +0000, vallor wrote:


    (Why can't Furley do this, too?)


    It's a complete waste of precious time.

    Just building the major versions (6.X) is good enough.

    I recently helped with debugging the Intel wifi driver in
    a release candidate. Nobody was answering the request in
    the bug report to test a patch. I tested it, and the
    problem went away. That fix is now in 6.14.

    "I'm helping!" (You're not.)
    --
    -v System76 Thelio Mega v1.1 x86_64 NVIDIA RTX 3090 Ti
    OS: Linux 6.14.1 Release: Mint 22.1 Mem: 258G
    "Experience: a name everyone gives to their mistakes."
    --- Synchronet 3.20c-Linux NewsLink 1.2
  • From Farley Flud@fsquared@fsquared.linux to comp.os.linux.advocacy on Fri Apr 11 15:26:24 2025
    From Newsgroup: comp.os.linux.advocacy

    On Fri, 11 Apr 2025 07:37:33 +0000, vallor wrote:


    "I'm helping!" (You're not.)


    I most certainly am -- and a LOT more than you.

    It's just not with the kernel.

    Example:

    The next minor release of "bc," the arbitrary precision command-line calculator, will include some fixes in which I have collaborated.

    https://www.gnu.org/software/bc/

    If you actually build bc with optimized routines, which you don't,
    then you would have me to thank.

    But regardless, you are not welcome.

    Ha, ha, ha, ha, ha, ha!
    --
    Hail Linux! Hail FOSS! Hail Stallman!
    --- Synchronet 3.20c-Linux NewsLink 1.2
  • From =?UTF-8?Q?St=C3=A9phane?= CARPENTIER@sc@fiat-linux.fr to comp.os.linux.advocacy on Sat Apr 12 09:47:46 2025
    From Newsgroup: comp.os.linux.advocacy

    Le 10-04-2025, Farley Flud <fsquared@fsquared.linux> a écrit :
    On Thu, 10 Apr 2025 09:13:57 +0000, vallor wrote:


    (Why can't Furley do this, too?)

    It's a complete waste of precious time.

    Yes? So what? It's all you do with your spare time.

    Just building the major versions (6.X) is good enough.

    You are just one step to use the already build version. Be careful. If
    you can't waste your time anymore, what will you do with your computer?
    --
    Si vous avez du temps à perdre :
    https://scarpet42.gitlab.io
    --- Synchronet 3.20c-Linux NewsLink 1.2
  • From =?UTF-8?Q?St=C3=A9phane?= CARPENTIER@sc@fiat-linux.fr to comp.os.linux.advocacy on Sat Apr 12 09:58:30 2025
    From Newsgroup: comp.os.linux.advocacy

    Le 11-04-2025, Farley Flud <fsquared@fsquared.linux> a écrit :
    On Fri, 11 Apr 2025 07:37:33 +0000, vallor wrote:


    "I'm helping!" (You're not.)

    I most certainly am -- and a LOT more than you.

    I don't buy it.

    It's just not with the kernel.

    There are many ways to help. The best way for you would to help Linux
    would be by promoting Windows. If you are as helpless with Windows as
    you are with Linux, which I strongly believe, it would drive a lot of
    people from Windows to Linux.

    Example:

    The next minor release of "bc," the arbitrary precision command-line calculator, will include some fixes in which I have collaborated.

    I don't believe that.

    https://www.gnu.org/software/bc/

    It's a link directing to a well known tool, not a link directing to your contribution.

    If you actually build bc with optimized routines, which you don't,
    then you would have me to thank.

    If it was true, but I still don't believe that.
    --
    Si vous avez du temps à perdre :
    https://scarpet42.gitlab.io
    --- Synchronet 3.20c-Linux NewsLink 1.2
  • From Farley Flud@fflud@gnu.rocks to comp.os.linux.advocacy on Sat Apr 12 15:27:11 2025
    From Newsgroup: comp.os.linux.advocacy

    On 12 Apr 2025 09:58:30 GMT, Stéphane CARPENTIER wrote:


    The next minor release of "bc," the arbitrary precision command-line
    calculator, will include some fixes in which I have collaborated.

    I don't believe that.


    Go and fuck yourself, Carpenter.

    I dare you to compile the current version 1.08.1 using the
    optimizing options. You will be in for a BIG surprise.

    But the next version will be fixed thanks to *my* collaboration.

    You don't use bc because you are an innumerate idiot --
    and you could NEVER compile it regardless.

    But you should say "Thank you, sir" anyway.

    Are you gonna say "Thank you, sir" for my contribution?

    Huh?

    After all, your distro will certainly include it in their
    next release.

    Whatever, you are not welcome.

    Ha, ha, ha, ha, ha, ha, ha, ha, ha, ha, ha!
    --
    Systemd: made by assholes for assholes.

    --- Synchronet 3.20c-Linux NewsLink 1.2
  • From vallor@vallor@cultnix.org to comp.os.linux.advocacy on Sun Apr 13 00:13:37 2025
    From Newsgroup: comp.os.linux.advocacy

    On Sat, 12 Apr 2025 15:27:11 +0000, Farley Flud <fflud@gnu.rocks> wrote in <18359bb4cb1fa7b5$101453$1602464$802601b3@news.usenetexpress.com>:

    You don't use bc because you are an innumerate idiot

    $ cat subfactorial.b
    define subfactorial(n) {
    auto a, b, c, i;
    if (n == 0) return 1;
    if (n == 1) return 0;
    a = 1;
    b = 0;
    for (i = 2; i <= n; ++i) {
    c = (i - 1) * (a + b);
    a = b;
    b = c;
    }
    return c;
    }

    I'll bet you've never done that, have you, huh? huh? huh?

    Go soak your head in a bucket until you stop moving, creep.
    --
    -v System76 Thelio Mega v1.1 x86_64 NVIDIA RTX 3090 Ti
    OS: Linux 6.14.2 Release: Mint 22.1 Mem: 258G
    "Wanted: Volcano. Average size. Must be active."
    --- Synchronet 3.20c-Linux NewsLink 1.2